| 1 | [ Nov 14 04:46:00 Enabled. ] | ||
| 2 | [ Nov 14 04:46:00 Rereading configuration. ] | ||
| 3 | [ Nov 14 04:46:02 Rereading configuration. ] | ||
| 4 | [ Nov 14 04:46:07 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 | [ Nov 14 04:46:07 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 | 2024.11.14 04:46:07.906321 [ 1 ] {} <Information> Application: Will watch for the process with pid 29679 | ||
| 29 | 2024.11.14 04:46:07.906738 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 30 | 2024.11.14 04:46:08.132080 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 29679 | ||
| 31 | 2024.11.14 04:46:08.132817 [ 1 ] {} <Information> Application: starting up | ||
| 32 | 2024.11.14 04:46:08.133517 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 33 | 2024.11.14 04:46:08.215922 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 34 | 2024.11.14 04:46:08.265346 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 35 | 2024.11.14 04:46:08.265405 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 36 | 2024.11.14 04:46:08.265422 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 37 | 2024.11.14 04:46:08.265492 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 38 | 2024.11.14 04:46:08.265918 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 39 | 2024.11.14 04:46:08.267455 [ 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 | 2024.11.14 04:46:08.268032 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 43 | 2024.11.14 04:46:08.268849 [ 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 | 2024.11.14 04:46:08.268870 [ 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 | 2024.11.14 04:46:08.268886 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 46 | 2024.11.14 04:46:08.269055 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 47 | 2024.11.14 04:46:08.269928 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 48 | 2024.11.14 04:46:08.275050 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 49 | 2024.11.14 04:46:08.275740 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 50 | 2024.11.14 04:46:08.276948 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 51 | 2024.11.14 04:46:08.277014 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 52 | 2024.11.14 04:46:08.278489 [ 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 | 2024.11.14 04:46:08.278813 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 56 | 2024.11.14 04:46:08.282918 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 57 | 2024.11.14 04:46:08.283198 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
| 58 | 2024.11.14 04:46:08.284689 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 59 | 2024.11.14 04:46:08.285161 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 60 | 2024.11.14 04:46:08.285504 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 61 | 2024.11.14 04:46:08.285859 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 62 | 2024.11.14 04:46:08.287156 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 63 | 2024.11.14 04:46:08.287182 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 64 | 2024.11.14 04:46:08.287251 [ 145 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 65 | 2024.11.14 04:46:08.287422 [ 145 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 66 | 2024.11.14 04:46:08.307103 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 67 | 2024.11.14 04:46:08.307134 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000166235 sec | ||
| 68 | 2024.11.14 04:46:08.307185 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 69 | 2024.11.14 04:46:08.307202 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 70 | 2024.11.14 04:46:08.308374 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 71 | 2024.11.14 04:46:08.309362 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
| 72 | 2024.11.14 04:46:08.320270 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 73 | 2024.11.14 04:46:08.320315 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 74 | 2024.11.14 04:46:08.320339 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 75 | 2024.11.14 04:46:08.320351 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 76 | 2024.11.14 04:46:08.320382 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 77 | 2024.11.14 04:46:08.320399 [ 1 ] {} <Debug> SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config | ||
| 78 | 2024.11.14 04:46:08.320411 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 79 | 2024.11.14 04:46:08.320443 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 80 | 2024.11.14 04:46:08.320468 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config | ||
| 81 | 2024.11.14 04:46:08.320482 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 82 | 2024.11.14 04:46:08.320494 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 83 | 2024.11.14 04:46:08.320532 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 84 | 2024.11.14 04:46:08.320544 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 85 | 2024.11.14 04:46:08.320557 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 86 | 2024.11.14 04:46:08.320590 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 87 | 2024.11.14 04:46:08.320603 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 88 | 2024.11.14 04:46:08.345332 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 89 | 2024.11.14 04:46:08.352604 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 90 | 2024.11.14 04:46:08.352635 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.1061e-05 sec | ||
| 91 | 2024.11.14 04:46:08.352650 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 92 | 2024.11.14 04:46:08.352665 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 93 | 2024.11.14 04:46:08.352691 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 94 | 2024.11.14 04:46:08.352922 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 95 | 2024.11.14 04:46:08.352972 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 96 | 2024.11.14 04:46:08.352988 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 97 | 2024.11.14 04:46:08.353004 [ 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 | 2024.11.14 04:46:08.353024 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 99 | 2024.11.14 04:46:08.357814 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 100 | 2024.11.14 04:46:08.358025 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.76 MiB, peak 24.76 MiB, free memory in arenas 0.00 B, will set to 116.82 MiB (RSS), difference: 92.07 MiB | ||
| 101 | 2024.11.14 04:46:08.358915 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.385e-05 sec. | ||
| 102 | 2024.11.14 04:46:08.359241 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 103 | 2024.11.14 04:46:08.359339 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 104 | 2024.11.14 04:46:08.359356 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 105 | 2024.11.14 04:46:08.980069 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:38190 | ||
| 106 | 2024.11.14 04:46:08.980448 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 107 | 2024.11.14 04:46:08.980539 [ 3 ] {} <Debug> TCP-Session: 9f248b99-882c-45d7-9b22-469039c64ac2 Authenticating user 'default' from [fd00:1122:3344:101::d]:38190 | ||
| 108 | 2024.11.14 04:46:08.980597 [ 3 ] {} <Debug> TCP-Session: 9f248b99-882c-45d7-9b22-469039c64ac2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 109 | 2024.11.14 04:46:08.980644 [ 3 ] {} <Debug> TCP-Session: 9f248b99-882c-45d7-9b22-469039c64ac2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 110 | 2024.11.14 04:46:08.980789 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 111 | 2024.11.14 04:46:08.980837 [ 3 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 112 | 2024.11.14 04:46:08.980880 [ 3 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 113 | 2024.11.14 04:46:08.981811 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:58892 | ||
| 114 | 2024.11.14 04:46:08.981838 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:35152 | ||
| 115 | 2024.11.14 04:46:08.981941 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 116 | 2024.11.14 04:46:08.981995 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 117 | 2024.11.14 04:46:08.982016 [ 250 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:57373 | ||
| 118 | 2024.11.14 04:46:08.982042 [ 4 ] {} <Debug> TCP-Session: f88c077c-903e-44dd-81af-83743dfea439 Authenticating user 'default' from [fd00:1122:3344:101::d]:58892 | ||
| 119 | 2024.11.14 04:46:08.982079 [ 5 ] {} <Debug> TCP-Session: 66eca423-1271-4650-bea1-fcd4ab139bef Authenticating user 'default' from [fd00:1122:3344:101::d]:35152 | ||
| 120 | 2024.11.14 04:46:08.982097 [ 4 ] {} <Debug> TCP-Session: f88c077c-903e-44dd-81af-83743dfea439 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 121 | 2024.11.14 04:46:08.982193 [ 250 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 122 | 2024.11.14 04:46:08.982193 [ 251 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:34283 | ||
| 123 | 2024.11.14 04:46:08.982230 [ 4 ] {} <Debug> TCP-Session: f88c077c-903e-44dd-81af-83743dfea439 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 124 | 2024.11.14 04:46:08.982243 [ 250 ] {} <Debug> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:57373 | ||
| 125 | 2024.11.14 04:46:08.982276 [ 252 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:64594 | ||
| 126 | 2024.11.14 04:46:08.982205 [ 5 ] {} <Debug> TCP-Session: 66eca423-1271-4650-bea1-fcd4ab139bef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 127 | 2024.11.14 04:46:08.982326 [ 250 ] {} <Debug> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 128 | 2024.11.14 04:46:08.982458 [ 5 ] {} <Debug> TCP-Session: 66eca423-1271-4650-bea1-fcd4ab139bef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 129 | 2024.11.14 04:46:08.982536 [ 251 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 130 | 2024.11.14 04:46:08.982598 [ 252 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 131 | 2024.11.14 04:46:08.982496 [ 250 ] {} <Debug> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 132 | 2024.11.14 04:46:08.982638 [ 251 ] {} <Debug> TCP-Session: 37d4ae82-d138-406e-b568-a8f639f1ceec Authenticating user 'default' from [fd00:1122:3344:101::d]:34283 | ||
| 133 | 2024.11.14 04:46:08.982666 [ 252 ] {} <Debug> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Authenticating user 'default' from [fd00:1122:3344:101::d]:64594 | ||
| 134 | 2024.11.14 04:46:08.982727 [ 251 ] {} <Debug> TCP-Session: 37d4ae82-d138-406e-b568-a8f639f1ceec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 135 | 2024.11.14 04:46:08.982736 [ 252 ] {} <Debug> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 136 | 2024.11.14 04:46:08.982776 [ 251 ] {} <Debug> TCP-Session: 37d4ae82-d138-406e-b568-a8f639f1ceec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 137 | 2024.11.14 04:46:08.982805 [ 252 ] {} <Debug> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 138 | 2024.11.14 04:46:08.983215 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:52001 | ||
| 139 | 2024.11.14 04:46:08.983291 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:63503 | ||
| 140 | 2024.11.14 04:46:08.983980 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 141 | 2024.11.14 04:46:08.983989 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:48161 | ||
| 142 | 2024.11.14 04:46:08.984164 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 143 | 2024.11.14 04:46:08.984180 [ 253 ] {} <Debug> TCP-Session: 9da6514e-f2f0-4906-a431-ad43285a2017 Authenticating user 'default' from [fd00:1122:3344:101::d]:52001 | ||
| 144 | 2024.11.14 04:46:08.985028 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 145 | 2024.11.14 04:46:08.985037 [ 253 ] {} <Debug> TCP-Session: 9da6514e-f2f0-4906-a431-ad43285a2017 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 146 | 2024.11.14 04:46:08.985054 [ 254 ] {} <Debug> TCP-Session: b82289b7-6ea6-458a-9246-9fc8c2df1dc2 Authenticating user 'default' from [fd00:1122:3344:101::d]:63503 | ||
| 147 | 2024.11.14 04:46:08.985080 [ 255 ] {} <Debug> TCP-Session: eeeb5335-55e2-4716-b8a1-4c0262db4c77 Authenticating user 'default' from [fd00:1122:3344:101::d]:48161 | ||
| 148 | 2024.11.14 04:46:08.985106 [ 253 ] {} <Debug> TCP-Session: 9da6514e-f2f0-4906-a431-ad43285a2017 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 149 | 2024.11.14 04:46:08.985120 [ 254 ] {} <Debug> TCP-Session: b82289b7-6ea6-458a-9246-9fc8c2df1dc2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 150 | 2024.11.14 04:46:08.985155 [ 255 ] {} <Debug> TCP-Session: eeeb5335-55e2-4716-b8a1-4c0262db4c77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 151 | 2024.11.14 04:46:08.985180 [ 254 ] {} <Debug> TCP-Session: b82289b7-6ea6-458a-9246-9fc8c2df1dc2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 152 | 2024.11.14 04:46:08.985182 [ 3 ] {} <Trace> TCP-Session: 9f248b99-882c-45d7-9b22-469039c64ac2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 153 | 2024.11.14 04:46:08.985230 [ 255 ] {} <Debug> TCP-Session: eeeb5335-55e2-4716-b8a1-4c0262db4c77 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 154 | 2024.11.14 04:46:08.988672 [ 3 ] {8330e366-6890-48dc-ad84-aee2c721ce76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38190) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 155 | 2024.11.14 04:46:09.000332 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 116.89 MiB, peak 116.89 MiB, free memory in arenas 0.00 B, will set to 121.41 MiB (RSS), difference: 4.52 MiB | ||
| 156 | 2024.11.14 04:46:09.040370 [ 3 ] {8330e366-6890-48dc-ad84-aee2c721ce76} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:38190) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 157 | |||
| 158 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 159 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 160 | 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 | ||
| 161 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 162 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 163 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 164 | 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 | ||
| 165 | 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 | ||
| 166 | 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 | ||
| 167 | 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 | ||
| 168 | 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 | ||
| 169 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 170 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 171 | 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 | ||
| 172 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 173 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 174 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 175 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 176 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 177 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 178 | 20. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1 | ||
| 179 | |||
| 180 | 2024.11.14 04:46:09.041704 [ 3 ] {8330e366-6890-48dc-ad84-aee2c721ce76} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 181 | |||
| 182 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 183 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 184 | 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 | ||
| 185 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 186 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 187 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 188 | 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 | ||
| 189 | 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 | ||
| 190 | 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 | ||
| 191 | 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 | ||
| 192 | 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 | ||
| 193 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 194 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 195 | 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 | ||
| 196 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 197 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 198 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 199 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 200 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 201 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 202 | 20. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1 | ||
| 203 | |||
| 204 | 2024.11.14 04:46:09.041809 [ 3 ] {8330e366-6890-48dc-ad84-aee2c721ce76} <Debug> TCPHandler: Processed in 0.059275546 sec. | ||
| 205 | 2024.11.14 04:46:09.042234 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 206 | 2024.11.14 04:46:09.042433 [ 250 ] {29a668ca-28c0-413b-8d77-cb07f26c20ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 207 | 2024.11.14 04:46:09.042793 [ 250 ] {29a668ca-28c0-413b-8d77-cb07f26c20ff} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:57373) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 208 | |||
| 209 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 210 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 211 | 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 | ||
| 212 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 213 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 214 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 215 | 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 | ||
| 216 | 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 | ||
| 217 | 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 | ||
| 218 | 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 | ||
| 219 | 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 | ||
| 220 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 221 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 222 | 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 | ||
| 223 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 224 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 225 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 226 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 227 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 228 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 229 | 20. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1 | ||
| 230 | |||
| 231 | 2024.11.14 04:46:09.042911 [ 250 ] {29a668ca-28c0-413b-8d77-cb07f26c20ff} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 232 | |||
| 233 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 234 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 235 | 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 | ||
| 236 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 237 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 238 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 239 | 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 | ||
| 240 | 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 | ||
| 241 | 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 | ||
| 242 | 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 | ||
| 243 | 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 | ||
| 244 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 245 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 246 | 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 | ||
| 247 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 248 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 249 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 250 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 251 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 252 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 253 | 20. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1 | ||
| 254 | |||
| 255 | 2024.11.14 04:46:09.042995 [ 250 ] {29a668ca-28c0-413b-8d77-cb07f26c20ff} <Debug> TCPHandler: Processed in 0.000907586 sec. | ||
| 256 | 2024.11.14 04:46:09.043263 [ 3 ] {} <Trace> TCP-Session: 9f248b99-882c-45d7-9b22-469039c64ac2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 257 | 2024.11.14 04:46:09.044481 [ 3 ] {37ff32f0-1a69-47eb-9633-5f8b0c24906a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38190) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
| 258 | 2024.11.14 04:46:09.045105 [ 3 ] {37ff32f0-1a69-47eb-9633-5f8b0c24906a} <Debug> TCPHandler: Processed in 0.001896305 sec. | ||
| 259 | 2024.11.14 04:46:09.045305 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 260 | 2024.11.14 04:46:09.045432 [ 250 ] {6648d338-8232-44e2-bab3-9dcfb6872827} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 261 | 2024.11.14 04:46:09.045536 [ 250 ] {6648d338-8232-44e2-bab3-9dcfb6872827} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 262 | 2024.11.14 04:46:09.051658 [ 250 ] {6648d338-8232-44e2-bab3-9dcfb6872827} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 263 | 2024.11.14 04:46:09.051694 [ 250 ] {6648d338-8232-44e2-bab3-9dcfb6872827} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.9172e-05 sec | ||
| 264 | 2024.11.14 04:46:09.051708 [ 250 ] {6648d338-8232-44e2-bab3-9dcfb6872827} <Trace> ReferentialDeps: No tables | ||
| 265 | 2024.11.14 04:46:09.051720 [ 250 ] {6648d338-8232-44e2-bab3-9dcfb6872827} <Trace> LoadingDeps: No tables | ||
| 266 | 2024.11.14 04:46:09.051749 [ 250 ] {6648d338-8232-44e2-bab3-9dcfb6872827} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 267 | 2024.11.14 04:46:09.051806 [ 250 ] {6648d338-8232-44e2-bab3-9dcfb6872827} <Debug> TCPHandler: Processed in 0.00656209 sec. | ||
| 268 | 2024.11.14 04:46:09.051986 [ 3 ] {} <Trace> TCP-Session: 9f248b99-882c-45d7-9b22-469039c64ac2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 269 | 2024.11.14 04:46:09.052139 [ 3 ] {178c5603-3c27-4695-a58b-9efa409747d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38190) /* The version table contains metadata about the `oximeter` database */ | ||
| 270 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
| 271 | 2024.11.14 04:46:09.052198 [ 3 ] {178c5603-3c27-4695-a58b-9efa409747d7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 272 | 2024.11.14 04:46:09.059856 [ 3 ] {178c5603-3c27-4695-a58b-9efa409747d7} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 273 | 2024.11.14 04:46:09.063967 [ 3 ] {178c5603-3c27-4695-a58b-9efa409747d7} <Debug> oximeter.version (88d12756-1dfe-4f30-9a5f-4609014e2dc2): Loading data parts | ||
| 274 | 2024.11.14 04:46:09.064503 [ 3 ] {178c5603-3c27-4695-a58b-9efa409747d7} <Debug> oximeter.version (88d12756-1dfe-4f30-9a5f-4609014e2dc2): There are no data parts | ||
| 275 | 2024.11.14 04:46:09.067324 [ 3 ] {178c5603-3c27-4695-a58b-9efa409747d7} <Debug> TCPHandler: Processed in 0.015389286 sec. | ||
| 276 | 2024.11.14 04:46:09.067517 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 277 | 2024.11.14 04:46:09.067727 [ 250 ] {509c7340-afcf-4e0b-99bf-da44157ccd9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) /* The measurement tables contain all individual samples from each timeseries. | ||
| 278 | * | ||
| 279 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
| 280 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
| 281 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
| 282 | * by all samples from the same timeseries. | ||
| 283 | * | ||
| 284 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
| 285 | * and then uses that to index quickly into the measurements tables. | ||
| 286 | */ | ||
| 287 | 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) | ||
| 288 | 2024.11.14 04:46:09.067789 [ 250 ] {509c7340-afcf-4e0b-99bf-da44157ccd9b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 289 | 2024.11.14 04:46:09.078589 [ 250 ] {509c7340-afcf-4e0b-99bf-da44157ccd9b} <Debug> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Loading data parts | ||
| 290 | 2024.11.14 04:46:09.078818 [ 250 ] {509c7340-afcf-4e0b-99bf-da44157ccd9b} <Debug> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): There are no data parts | ||
| 291 | 2024.11.14 04:46:09.091652 [ 250 ] {509c7340-afcf-4e0b-99bf-da44157ccd9b} <Debug> TCPHandler: Processed in 0.024188291 sec. | ||
| 292 | 2024.11.14 04:46:09.091870 [ 3 ] {} <Trace> TCP-Session: 9f248b99-882c-45d7-9b22-469039c64ac2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 293 | 2024.11.14 04:46:09.092060 [ 3 ] {72063991-3deb-4905-b205-f961d6029289} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38190) 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) | ||
| 294 | 2024.11.14 04:46:09.092121 [ 3 ] {72063991-3deb-4905-b205-f961d6029289} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 295 | 2024.11.14 04:46:09.095433 [ 3 ] {72063991-3deb-4905-b205-f961d6029289} <Debug> oximeter.measurements_i8 (987be83d-d9d7-4714-a017-837c08fa6d6c): Loading data parts | ||
| 296 | 2024.11.14 04:46:09.095658 [ 3 ] {72063991-3deb-4905-b205-f961d6029289} <Debug> oximeter.measurements_i8 (987be83d-d9d7-4714-a017-837c08fa6d6c): There are no data parts | ||
| 297 | 2024.11.14 04:46:09.106905 [ 3 ] {72063991-3deb-4905-b205-f961d6029289} <Debug> TCPHandler: Processed in 0.015095657 sec. | ||
| 298 | 2024.11.14 04:46:09.107115 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 299 | 2024.11.14 04:46:09.107344 [ 250 ] {71dcd7f8-dc8a-4676-8cf2-10fa32275d30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) 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) | ||
| 300 | 2024.11.14 04:46:09.107400 [ 250 ] {71dcd7f8-dc8a-4676-8cf2-10fa32275d30} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 301 | 2024.11.14 04:46:09.111397 [ 250 ] {71dcd7f8-dc8a-4676-8cf2-10fa32275d30} <Debug> oximeter.measurements_u8 (4f0aed26-ea38-418d-a903-01de9f3bb91b): Loading data parts | ||
| 302 | 2024.11.14 04:46:09.111590 [ 250 ] {71dcd7f8-dc8a-4676-8cf2-10fa32275d30} <Debug> oximeter.measurements_u8 (4f0aed26-ea38-418d-a903-01de9f3bb91b): There are no data parts | ||
| 303 | 2024.11.14 04:46:09.121907 [ 250 ] {71dcd7f8-dc8a-4676-8cf2-10fa32275d30} <Debug> TCPHandler: Processed in 0.01484735 sec. | ||
| 304 | 2024.11.14 04:46:09.122114 [ 3 ] {} <Trace> TCP-Session: 9f248b99-882c-45d7-9b22-469039c64ac2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 305 | 2024.11.14 04:46:09.122319 [ 3 ] {c240b1dc-6d0a-48ce-b123-1e39bb1f8265} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38190) 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) | ||
| 306 | 2024.11.14 04:46:09.122384 [ 3 ] {c240b1dc-6d0a-48ce-b123-1e39bb1f8265} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 307 | 2024.11.14 04:46:09.126311 [ 3 ] {c240b1dc-6d0a-48ce-b123-1e39bb1f8265} <Debug> oximeter.measurements_i16 (049842dc-59c9-43df-b5ac-fa6214d0b9bd): Loading data parts | ||
| 308 | 2024.11.14 04:46:09.126513 [ 3 ] {c240b1dc-6d0a-48ce-b123-1e39bb1f8265} <Debug> oximeter.measurements_i16 (049842dc-59c9-43df-b5ac-fa6214d0b9bd): There are no data parts | ||
| 309 | 2024.11.14 04:46:09.135392 [ 3 ] {c240b1dc-6d0a-48ce-b123-1e39bb1f8265} <Debug> TCPHandler: Processed in 0.013335316 sec. | ||
| 310 | 2024.11.14 04:46:09.135607 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 311 | 2024.11.14 04:46:09.135857 [ 250 ] {894705cf-1ae6-4099-88fc-aaf711944bf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) 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) | ||
| 312 | 2024.11.14 04:46:09.135922 [ 250 ] {894705cf-1ae6-4099-88fc-aaf711944bf4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 313 | 2024.11.14 04:46:09.146438 [ 250 ] {894705cf-1ae6-4099-88fc-aaf711944bf4} <Debug> oximeter.measurements_u16 (83a774b2-7ad2-4490-be3f-21e2f25317e9): Loading data parts | ||
| 314 | 2024.11.14 04:46:09.146625 [ 250 ] {894705cf-1ae6-4099-88fc-aaf711944bf4} <Debug> oximeter.measurements_u16 (83a774b2-7ad2-4490-be3f-21e2f25317e9): There are no data parts | ||
| 315 | 2024.11.14 04:46:09.149293 [ 250 ] {894705cf-1ae6-4099-88fc-aaf711944bf4} <Debug> TCPHandler: Processed in 0.013757659 sec. | ||
| 316 | 2024.11.14 04:46:09.149499 [ 3 ] {} <Trace> TCP-Session: 9f248b99-882c-45d7-9b22-469039c64ac2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 317 | 2024.11.14 04:46:09.149697 [ 3 ] {d5c29252-d1dd-425d-981b-c84807a22618} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38190) 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) | ||
| 318 | 2024.11.14 04:46:09.149762 [ 3 ] {d5c29252-d1dd-425d-981b-c84807a22618} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 319 | 2024.11.14 04:46:09.159449 [ 3 ] {d5c29252-d1dd-425d-981b-c84807a22618} <Debug> oximeter.measurements_i32 (30caccdc-1bb1-4206-9f25-e50bf1d690a8): Loading data parts | ||
| 320 | 2024.11.14 04:46:09.159646 [ 3 ] {d5c29252-d1dd-425d-981b-c84807a22618} <Debug> oximeter.measurements_i32 (30caccdc-1bb1-4206-9f25-e50bf1d690a8): There are no data parts | ||
| 321 | 2024.11.14 04:46:09.169925 [ 3 ] {d5c29252-d1dd-425d-981b-c84807a22618} <Debug> TCPHandler: Processed in 0.020480393 sec. | ||
| 322 | 2024.11.14 04:46:09.170143 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 323 | 2024.11.14 04:46:09.170411 [ 250 ] {b81751a7-aef0-49de-8b06-59ed558664a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) 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) | ||
| 324 | 2024.11.14 04:46:09.170505 [ 250 ] {b81751a7-aef0-49de-8b06-59ed558664a7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 325 | 2024.11.14 04:46:09.181770 [ 250 ] {b81751a7-aef0-49de-8b06-59ed558664a7} <Debug> oximeter.measurements_u32 (f5b5a868-0d86-43b8-abf2-fe1619eb295b): Loading data parts | ||
| 326 | 2024.11.14 04:46:09.181946 [ 250 ] {b81751a7-aef0-49de-8b06-59ed558664a7} <Debug> oximeter.measurements_u32 (f5b5a868-0d86-43b8-abf2-fe1619eb295b): There are no data parts | ||
| 327 | 2024.11.14 04:46:09.194557 [ 250 ] {b81751a7-aef0-49de-8b06-59ed558664a7} <Debug> TCPHandler: Processed in 0.024478909 sec. | ||
| 328 | 2024.11.14 04:46:09.194795 [ 3 ] {} <Trace> TCP-Session: 9f248b99-882c-45d7-9b22-469039c64ac2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 329 | 2024.11.14 04:46:09.195009 [ 3 ] {3011f559-73e6-4f16-9abf-f5cd84f0208d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38190) 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) | ||
| 330 | 2024.11.14 04:46:09.195091 [ 3 ] {3011f559-73e6-4f16-9abf-f5cd84f0208d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 331 | 2024.11.14 04:46:09.198639 [ 3 ] {3011f559-73e6-4f16-9abf-f5cd84f0208d} <Debug> oximeter.measurements_i64 (e86ff124-2fb2-42f7-9780-c2e2f15f1a1b): Loading data parts | ||
| 332 | 2024.11.14 04:46:09.198823 [ 3 ] {3011f559-73e6-4f16-9abf-f5cd84f0208d} <Debug> oximeter.measurements_i64 (e86ff124-2fb2-42f7-9780-c2e2f15f1a1b): There are no data parts | ||
| 333 | 2024.11.14 04:46:09.200243 [ 3 ] {3011f559-73e6-4f16-9abf-f5cd84f0208d} <Debug> TCPHandler: Processed in 0.00552879 sec. | ||
| 334 | 2024.11.14 04:46:09.200410 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 335 | 2024.11.14 04:46:09.200623 [ 250 ] {4ead32c6-851a-4801-ba47-b2d3004ee0f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) 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) | ||
| 336 | 2024.11.14 04:46:09.200685 [ 250 ] {4ead32c6-851a-4801-ba47-b2d3004ee0f1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 337 | 2024.11.14 04:46:09.208570 [ 250 ] {4ead32c6-851a-4801-ba47-b2d3004ee0f1} <Debug> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Loading data parts | ||
| 338 | 2024.11.14 04:46:09.208734 [ 250 ] {4ead32c6-851a-4801-ba47-b2d3004ee0f1} <Debug> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): There are no data parts | ||
| 339 | 2024.11.14 04:46:09.211673 [ 250 ] {4ead32c6-851a-4801-ba47-b2d3004ee0f1} <Debug> TCPHandler: Processed in 0.011313047 sec. | ||
| 340 | 2024.11.14 04:46:09.211895 [ 3 ] {} <Trace> TCP-Session: 9f248b99-882c-45d7-9b22-469039c64ac2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 341 | 2024.11.14 04:46:09.212125 [ 3 ] {c21280b4-f426-430d-9b02-952009c19395} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38190) 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) | ||
| 342 | 2024.11.14 04:46:09.212191 [ 3 ] {c21280b4-f426-430d-9b02-952009c19395} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 343 | 2024.11.14 04:46:09.214258 [ 3 ] {c21280b4-f426-430d-9b02-952009c19395} <Debug> oximeter.measurements_f32 (b2226ea6-a657-41f9-8f88-efcc3c35fd3a): Loading data parts | ||
| 344 | 2024.11.14 04:46:09.214413 [ 3 ] {c21280b4-f426-430d-9b02-952009c19395} <Debug> oximeter.measurements_f32 (b2226ea6-a657-41f9-8f88-efcc3c35fd3a): There are no data parts | ||
| 345 | 2024.11.14 04:46:09.221602 [ 3 ] {c21280b4-f426-430d-9b02-952009c19395} <Debug> TCPHandler: Processed in 0.009770003 sec. | ||
| 346 | 2024.11.14 04:46:09.221802 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 347 | 2024.11.14 04:46:09.222049 [ 250 ] {5bd396b2-8385-47b3-a49e-062cf923b349} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) 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) | ||
| 348 | 2024.11.14 04:46:09.222117 [ 250 ] {5bd396b2-8385-47b3-a49e-062cf923b349} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 349 | 2024.11.14 04:46:09.224600 [ 250 ] {5bd396b2-8385-47b3-a49e-062cf923b349} <Debug> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Loading data parts | ||
| 350 | 2024.11.14 04:46:09.224781 [ 250 ] {5bd396b2-8385-47b3-a49e-062cf923b349} <Debug> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): There are no data parts | ||
| 351 | 2024.11.14 04:46:09.227222 [ 250 ] {5bd396b2-8385-47b3-a49e-062cf923b349} <Debug> TCPHandler: Processed in 0.005470258 sec. | ||
| 352 | 2024.11.14 04:46:09.227421 [ 3 ] {} <Trace> TCP-Session: 9f248b99-882c-45d7-9b22-469039c64ac2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 353 | 2024.11.14 04:46:09.227608 [ 3 ] {eb4fa5f6-c064-49f1-99dd-00db0f5c9097} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38190) 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) | ||
| 354 | 2024.11.14 04:46:09.227667 [ 3 ] {eb4fa5f6-c064-49f1-99dd-00db0f5c9097} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 355 | 2024.11.14 04:46:09.229632 [ 3 ] {eb4fa5f6-c064-49f1-99dd-00db0f5c9097} <Debug> oximeter.measurements_string (ad679af3-7176-4696-8a61-70894ada9dde): Loading data parts | ||
| 356 | 2024.11.14 04:46:09.229809 [ 3 ] {eb4fa5f6-c064-49f1-99dd-00db0f5c9097} <Debug> oximeter.measurements_string (ad679af3-7176-4696-8a61-70894ada9dde): There are no data parts | ||
| 357 | 2024.11.14 04:46:09.237166 [ 3 ] {eb4fa5f6-c064-49f1-99dd-00db0f5c9097} <Debug> TCPHandler: Processed in 0.009796013 sec. | ||
| 358 | 2024.11.14 04:46:09.237356 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 359 | 2024.11.14 04:46:09.237572 [ 250 ] {61bd06b9-3d4c-4751-adb4-5baef396025b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
| 360 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
| 361 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
| 362 | * a string isn't palatable for a few reasons. | ||
| 363 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
| 364 | * details. | ||
| 365 | */ | ||
| 366 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 367 | 2024.11.14 04:46:09.237643 [ 250 ] {61bd06b9-3d4c-4751-adb4-5baef396025b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 368 | 2024.11.14 04:46:09.240104 [ 250 ] {61bd06b9-3d4c-4751-adb4-5baef396025b} <Debug> oximeter.measurements_bytes (12a291dd-3b9c-4937-b8be-572cbb49e7de): Loading data parts | ||
| 369 | 2024.11.14 04:46:09.240306 [ 250 ] {61bd06b9-3d4c-4751-adb4-5baef396025b} <Debug> oximeter.measurements_bytes (12a291dd-3b9c-4937-b8be-572cbb49e7de): There are no data parts | ||
| 370 | 2024.11.14 04:46:09.242579 [ 250 ] {61bd06b9-3d4c-4751-adb4-5baef396025b} <Debug> TCPHandler: Processed in 0.005280233 sec. | ||
| 371 | 2024.11.14 04:46:09.242761 [ 3 ] {} <Trace> TCP-Session: 9f248b99-882c-45d7-9b22-469039c64ac2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 372 | 2024.11.14 04:46:09.243024 [ 3 ] {762f47f7-7c46-4921-ba4a-c68d72527ad4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38190) 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) | ||
| 373 | 2024.11.14 04:46:09.243100 [ 3 ] {762f47f7-7c46-4921-ba4a-c68d72527ad4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 374 | 2024.11.14 04:46:09.245110 [ 3 ] {762f47f7-7c46-4921-ba4a-c68d72527ad4} <Debug> oximeter.measurements_cumulativei64 (c60715c3-63fd-446f-bd62-5462f365b830): Loading data parts | ||
| 375 | 2024.11.14 04:46:09.245272 [ 3 ] {762f47f7-7c46-4921-ba4a-c68d72527ad4} <Debug> oximeter.measurements_cumulativei64 (c60715c3-63fd-446f-bd62-5462f365b830): There are no data parts | ||
| 376 | 2024.11.14 04:46:09.252739 [ 3 ] {762f47f7-7c46-4921-ba4a-c68d72527ad4} <Debug> TCPHandler: Processed in 0.010030771 sec. | ||
| 377 | 2024.11.14 04:46:09.252937 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 378 | 2024.11.14 04:46:09.253185 [ 250 ] {816f6bba-1b0d-44e7-bce4-19fc041b5727} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) 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) | ||
| 379 | 2024.11.14 04:46:09.253263 [ 250 ] {816f6bba-1b0d-44e7-bce4-19fc041b5727} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 380 | 2024.11.14 04:46:09.256012 [ 250 ] {816f6bba-1b0d-44e7-bce4-19fc041b5727} <Debug> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Loading data parts | ||
| 381 | 2024.11.14 04:46:09.256206 [ 250 ] {816f6bba-1b0d-44e7-bce4-19fc041b5727} <Debug> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): There are no data parts | ||
| 382 | 2024.11.14 04:46:09.258551 [ 250 ] {816f6bba-1b0d-44e7-bce4-19fc041b5727} <Debug> TCPHandler: Processed in 0.005675375 sec. | ||
| 383 | 2024.11.14 04:46:09.258760 [ 3 ] {} <Trace> TCP-Session: 9f248b99-882c-45d7-9b22-469039c64ac2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 384 | 2024.11.14 04:46:09.258960 [ 3 ] {2aecaf0f-eb75-48ac-8d5c-6e3ce1e72085} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38190) 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) | ||
| 385 | 2024.11.14 04:46:09.259026 [ 3 ] {2aecaf0f-eb75-48ac-8d5c-6e3ce1e72085} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 386 | 2024.11.14 04:46:09.268878 [ 3 ] {2aecaf0f-eb75-48ac-8d5c-6e3ce1e72085} <Debug> oximeter.measurements_cumulativef32 (b51f1a36-4c22-4ce8-b6e5-45b028720a33): Loading data parts | ||
| 387 | 2024.11.14 04:46:09.269099 [ 3 ] {2aecaf0f-eb75-48ac-8d5c-6e3ce1e72085} <Debug> oximeter.measurements_cumulativef32 (b51f1a36-4c22-4ce8-b6e5-45b028720a33): There are no data parts | ||
| 388 | 2024.11.14 04:46:09.281247 [ 3 ] {2aecaf0f-eb75-48ac-8d5c-6e3ce1e72085} <Debug> TCPHandler: Processed in 0.022537763 sec. | ||
| 389 | 2024.11.14 04:46:09.281457 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 390 | 2024.11.14 04:46:09.281691 [ 250 ] {1bf20990-6d08-4685-87dd-75e86e5b4e73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) 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) | ||
| 391 | 2024.11.14 04:46:09.281760 [ 250 ] {1bf20990-6d08-4685-87dd-75e86e5b4e73} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 392 | 2024.11.14 04:46:09.295205 [ 250 ] {1bf20990-6d08-4685-87dd-75e86e5b4e73} <Debug> oximeter.measurements_cumulativef64 (f8b85123-5a1c-486c-a78e-ea73a2455d9e): Loading data parts | ||
| 393 | 2024.11.14 04:46:09.295429 [ 250 ] {1bf20990-6d08-4685-87dd-75e86e5b4e73} <Debug> oximeter.measurements_cumulativef64 (f8b85123-5a1c-486c-a78e-ea73a2455d9e): There are no data parts | ||
| 394 | 2024.11.14 04:46:09.298995 [ 250 ] {1bf20990-6d08-4685-87dd-75e86e5b4e73} <Debug> TCPHandler: Processed in 0.017590959 sec. | ||
| 395 | 2024.11.14 04:46:09.299190 [ 3 ] {} <Trace> TCP-Session: 9f248b99-882c-45d7-9b22-469039c64ac2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 396 | 2024.11.14 04:46:09.299473 [ 3 ] {8e17bf04-e7fd-4465-8b31-9d7550b92624} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38190) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
| 397 | * NOTE: Array types cannot be Nullable, see | ||
| 398 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
| 399 | * for more details. | ||
| 400 | * | ||
| 401 | * This means we need to use empty arrays to indicate a missing value. This | ||
| 402 | * is unfortunate, and at this point relies on the fact that an | ||
| 403 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
| 404 | * to figure out another way to represent missing samples here. | ||
| 405 | */ | ||
| 406 | 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) | ||
| 407 | 2024.11.14 04:46:09.299550 [ 3 ] {8e17bf04-e7fd-4465-8b31-9d7550b92624} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 408 | 2024.11.14 04:46:09.301861 [ 3 ] {8e17bf04-e7fd-4465-8b31-9d7550b92624} <Debug> oximeter.measurements_histogrami8 (c43ce421-7475-4e46-992b-952366fdbba0): Loading data parts | ||
| 409 | 2024.11.14 04:46:09.302052 [ 3 ] {8e17bf04-e7fd-4465-8b31-9d7550b92624} <Debug> oximeter.measurements_histogrami8 (c43ce421-7475-4e46-992b-952366fdbba0): There are no data parts | ||
| 410 | 2024.11.14 04:46:09.308846 [ 3 ] {8e17bf04-e7fd-4465-8b31-9d7550b92624} <Debug> TCPHandler: Processed in 0.009709861 sec. | ||
| 411 | 2024.11.14 04:46:09.309042 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 412 | 2024.11.14 04:46:09.309339 [ 250 ] {e44aa25a-beb6-4d1d-895b-493eed4aa0da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) 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) | ||
| 413 | 2024.11.14 04:46:09.309416 [ 250 ] {e44aa25a-beb6-4d1d-895b-493eed4aa0da} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 414 | 2024.11.14 04:46:09.312460 [ 250 ] {e44aa25a-beb6-4d1d-895b-493eed4aa0da} <Debug> oximeter.measurements_histogramu8 (062ad8ff-1bbd-4298-b10e-5ec498758fdc): Loading data parts | ||
| 415 | 2024.11.14 04:46:09.312661 [ 250 ] {e44aa25a-beb6-4d1d-895b-493eed4aa0da} <Debug> oximeter.measurements_histogramu8 (062ad8ff-1bbd-4298-b10e-5ec498758fdc): There are no data parts | ||
| 416 | 2024.11.14 04:46:09.315637 [ 250 ] {e44aa25a-beb6-4d1d-895b-493eed4aa0da} <Debug> TCPHandler: Processed in 0.006649313 sec. | ||
| 417 | 2024.11.14 04:46:09.315837 [ 3 ] {} <Trace> TCP-Session: 9f248b99-882c-45d7-9b22-469039c64ac2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 418 | 2024.11.14 04:46:09.316107 [ 3 ] {3cc0f7d2-af48-49fe-8384-cc147129913d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38190) 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) | ||
| 419 | 2024.11.14 04:46:09.316181 [ 3 ] {3cc0f7d2-af48-49fe-8384-cc147129913d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 420 | 2024.11.14 04:46:09.318728 [ 3 ] {3cc0f7d2-af48-49fe-8384-cc147129913d} <Debug> oximeter.measurements_histogrami16 (00977bd7-b0e5-41da-a226-0363d4fa9e3e): Loading data parts | ||
| 421 | 2024.11.14 04:46:09.318937 [ 3 ] {3cc0f7d2-af48-49fe-8384-cc147129913d} <Debug> oximeter.measurements_histogrami16 (00977bd7-b0e5-41da-a226-0363d4fa9e3e): There are no data parts | ||
| 422 | 2024.11.14 04:46:09.324622 [ 3 ] {3cc0f7d2-af48-49fe-8384-cc147129913d} <Debug> TCPHandler: Processed in 0.008838716 sec. | ||
| 423 | 2024.11.14 04:46:09.324807 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 424 | 2024.11.14 04:46:09.325143 [ 250 ] {a95db9d0-3738-43f3-a7c0-c365c5ab167d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) 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) | ||
| 425 | 2024.11.14 04:46:09.325238 [ 250 ] {a95db9d0-3738-43f3-a7c0-c365c5ab167d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 426 | 2024.11.14 04:46:09.328157 [ 250 ] {a95db9d0-3738-43f3-a7c0-c365c5ab167d} <Debug> oximeter.measurements_histogramu16 (26f911fc-d5bf-4325-92c6-59db957ba2ba): Loading data parts | ||
| 427 | 2024.11.14 04:46:09.328339 [ 250 ] {a95db9d0-3738-43f3-a7c0-c365c5ab167d} <Debug> oximeter.measurements_histogramu16 (26f911fc-d5bf-4325-92c6-59db957ba2ba): There are no data parts | ||
| 428 | 2024.11.14 04:46:09.331225 [ 250 ] {a95db9d0-3738-43f3-a7c0-c365c5ab167d} <Debug> TCPHandler: Processed in 0.006470897 sec. | ||
| 429 | 2024.11.14 04:46:09.331438 [ 3 ] {} <Trace> TCP-Session: 9f248b99-882c-45d7-9b22-469039c64ac2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 430 | 2024.11.14 04:46:09.331707 [ 3 ] {05555a78-0928-4729-9135-9847d6e11296} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38190) 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) | ||
| 431 | 2024.11.14 04:46:09.331790 [ 3 ] {05555a78-0928-4729-9135-9847d6e11296} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 432 | 2024.11.14 04:46:09.334313 [ 3 ] {05555a78-0928-4729-9135-9847d6e11296} <Debug> oximeter.measurements_histogrami32 (4537347d-f795-4b6f-8c56-cebea944c777): Loading data parts | ||
| 433 | 2024.11.14 04:46:09.334491 [ 3 ] {05555a78-0928-4729-9135-9847d6e11296} <Debug> oximeter.measurements_histogrami32 (4537347d-f795-4b6f-8c56-cebea944c777): There are no data parts | ||
| 434 | 2024.11.14 04:46:09.339500 [ 3 ] {05555a78-0928-4729-9135-9847d6e11296} <Debug> TCPHandler: Processed in 0.008115015 sec. | ||
| 435 | 2024.11.14 04:46:09.339680 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 436 | 2024.11.14 04:46:09.339966 [ 250 ] {0a338561-17fa-49aa-be78-5cb7191a24e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) 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) | ||
| 437 | 2024.11.14 04:46:09.340044 [ 250 ] {0a338561-17fa-49aa-be78-5cb7191a24e1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 438 | 2024.11.14 04:46:09.342761 [ 250 ] {0a338561-17fa-49aa-be78-5cb7191a24e1} <Debug> oximeter.measurements_histogramu32 (fa15af4e-6239-4912-9c75-dab76dbcc0bf): Loading data parts | ||
| 439 | 2024.11.14 04:46:09.342927 [ 250 ] {0a338561-17fa-49aa-be78-5cb7191a24e1} <Debug> oximeter.measurements_histogramu32 (fa15af4e-6239-4912-9c75-dab76dbcc0bf): There are no data parts | ||
| 440 | 2024.11.14 04:46:09.345443 [ 250 ] {0a338561-17fa-49aa-be78-5cb7191a24e1} <Debug> TCPHandler: Processed in 0.005817788 sec. | ||
| 441 | 2024.11.14 04:46:09.345645 [ 3 ] {} <Trace> TCP-Session: 9f248b99-882c-45d7-9b22-469039c64ac2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 442 | 2024.11.14 04:46:09.345931 [ 3 ] {0fb513a6-390d-4d15-9b20-3662fdb3a994} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38190) 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) | ||
| 443 | 2024.11.14 04:46:09.346023 [ 3 ] {0fb513a6-390d-4d15-9b20-3662fdb3a994} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 444 | 2024.11.14 04:46:09.348661 [ 3 ] {0fb513a6-390d-4d15-9b20-3662fdb3a994} <Debug> oximeter.measurements_histogrami64 (32b97145-cb1f-4d9e-9bb8-87fd686c5907): Loading data parts | ||
| 445 | 2024.11.14 04:46:09.348860 [ 3 ] {0fb513a6-390d-4d15-9b20-3662fdb3a994} <Debug> oximeter.measurements_histogrami64 (32b97145-cb1f-4d9e-9bb8-87fd686c5907): There are no data parts | ||
| 446 | 2024.11.14 04:46:09.353519 [ 3 ] {0fb513a6-390d-4d15-9b20-3662fdb3a994} <Debug> TCPHandler: Processed in 0.00792446 sec. | ||
| 447 | 2024.11.14 04:46:09.353770 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 448 | 2024.11.14 04:46:09.354152 [ 250 ] {2b799332-19c2-4b21-a6be-18eca80ccdd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) 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) | ||
| 449 | 2024.11.14 04:46:09.354244 [ 250 ] {2b799332-19c2-4b21-a6be-18eca80ccdd4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 450 | 2024.11.14 04:46:09.359326 [ 250 ] {2b799332-19c2-4b21-a6be-18eca80ccdd4} <Debug> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Loading data parts | ||
| 451 | 2024.11.14 04:46:09.359480 [ 250 ] {2b799332-19c2-4b21-a6be-18eca80ccdd4} <Debug> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): There are no data parts | ||
| 452 | 2024.11.14 04:46:09.362178 [ 250 ] {2b799332-19c2-4b21-a6be-18eca80ccdd4} <Debug> TCPHandler: Processed in 0.008493696 sec. | ||
| 453 | 2024.11.14 04:46:09.362385 [ 3 ] {} <Trace> TCP-Session: 9f248b99-882c-45d7-9b22-469039c64ac2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 454 | 2024.11.14 04:46:09.362651 [ 3 ] {f0610fb4-6f66-4bc6-96de-0dbd6e6344e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38190) 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) | ||
| 455 | 2024.11.14 04:46:09.362726 [ 3 ] {f0610fb4-6f66-4bc6-96de-0dbd6e6344e5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 456 | 2024.11.14 04:46:09.365203 [ 3 ] {f0610fb4-6f66-4bc6-96de-0dbd6e6344e5} <Debug> oximeter.measurements_histogramf32 (9d2df416-5839-4bc8-897f-b790607e4699): Loading data parts | ||
| 457 | 2024.11.14 04:46:09.365383 [ 3 ] {f0610fb4-6f66-4bc6-96de-0dbd6e6344e5} <Debug> oximeter.measurements_histogramf32 (9d2df416-5839-4bc8-897f-b790607e4699): There are no data parts | ||
| 458 | 2024.11.14 04:46:09.370471 [ 3 ] {f0610fb4-6f66-4bc6-96de-0dbd6e6344e5} <Debug> TCPHandler: Processed in 0.008140406 sec. | ||
| 459 | 2024.11.14 04:46:09.370664 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 460 | 2024.11.14 04:46:09.371005 [ 250 ] {494f799f-cebe-414c-a277-719cf977d020} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) 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) | ||
| 461 | 2024.11.14 04:46:09.371082 [ 250 ] {494f799f-cebe-414c-a277-719cf977d020} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 462 | 2024.11.14 04:46:09.374000 [ 250 ] {494f799f-cebe-414c-a277-719cf977d020} <Debug> oximeter.measurements_histogramf64 (940dbfed-132d-4cb9-8eae-40a809326388): Loading data parts | ||
| 463 | 2024.11.14 04:46:09.374184 [ 250 ] {494f799f-cebe-414c-a277-719cf977d020} <Debug> oximeter.measurements_histogramf64 (940dbfed-132d-4cb9-8eae-40a809326388): There are no data parts | ||
| 464 | 2024.11.14 04:46:09.376706 [ 250 ] {494f799f-cebe-414c-a277-719cf977d020} <Debug> TCPHandler: Processed in 0.006107497 sec. | ||
| 465 | 2024.11.14 04:46:09.376933 [ 3 ] {} <Trace> TCP-Session: 9f248b99-882c-45d7-9b22-469039c64ac2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 466 | 2024.11.14 04:46:09.377186 [ 3 ] {a4526328-3165-428f-a36d-67448577a528} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38190) /* The field tables store named dimensions of each timeseries. | ||
| 467 | * | ||
| 468 | * As with the measurement tables, there is one field table for each field data | ||
| 469 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
| 470 | * this behavior **must not** be relied upon for query correctness. | ||
| 471 | * | ||
| 472 | * The index for the fields differs from the measurements, however. Rows are | ||
| 473 | * sorted by timeseries name, then field name, field value, and finally | ||
| 474 | * timeseries key. This reflects the most common pattern for looking them up: | ||
| 475 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
| 476 | * usually then used to look up measurements. | ||
| 477 | * | ||
| 478 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
| 479 | * timeseries name and then key, since it would improve lookups where one | ||
| 480 | * already has the key. Realistically though, these tables are quite small and | ||
| 481 | * so performance benefits will be low in absolute terms. | ||
| 482 | * | ||
| 483 | * TTL: We use a materialized column to expire old field table records. This | ||
| 484 | * column is generated automatically by the database whenever a new row is | ||
| 485 | * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` | ||
| 486 | * query. Since these tables are `ReplacingMergeTree`s, that means the last | ||
| 487 | * record will remain during a deduplication, which will have the last | ||
| 488 | * timestamp. ClickHouse will then expire old data for us, similar to the | ||
| 489 | * measurement tables. | ||
| 490 | */ | ||
| 491 | 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) | ||
| 492 | 2024.11.14 04:46:09.377276 [ 3 ] {a4526328-3165-428f-a36d-67448577a528} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 493 | 2024.11.14 04:46:09.379785 [ 3 ] {a4526328-3165-428f-a36d-67448577a528} <Debug> oximeter.fields_bool (b48f65dd-5768-4517-b4ce-42ebcedc6095): Loading data parts | ||
| 494 | 2024.11.14 04:46:09.379951 [ 3 ] {a4526328-3165-428f-a36d-67448577a528} <Debug> oximeter.fields_bool (b48f65dd-5768-4517-b4ce-42ebcedc6095): There are no data parts | ||
| 495 | 2024.11.14 04:46:09.384763 [ 3 ] {a4526328-3165-428f-a36d-67448577a528} <Debug> TCPHandler: Processed in 0.007898849 sec. | ||
| 496 | 2024.11.14 04:46:09.384941 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 497 | 2024.11.14 04:46:09.385136 [ 250 ] {635024b6-0008-4522-891c-348f79055e45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) 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) | ||
| 498 | 2024.11.14 04:46:09.385205 [ 250 ] {635024b6-0008-4522-891c-348f79055e45} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 499 | 2024.11.14 04:46:09.395196 [ 250 ] {635024b6-0008-4522-891c-348f79055e45} <Debug> oximeter.fields_i8 (66a7c878-97e2-48f3-aa03-b824b91ae95a): Loading data parts | ||
| 500 | 2024.11.14 04:46:09.395353 [ 250 ] {635024b6-0008-4522-891c-348f79055e45} <Debug> oximeter.fields_i8 (66a7c878-97e2-48f3-aa03-b824b91ae95a): There are no data parts | ||
| 501 | 2024.11.14 04:46:09.398533 [ 250 ] {635024b6-0008-4522-891c-348f79055e45} <Debug> TCPHandler: Processed in 0.013644666 sec. | ||
| 502 | 2024.11.14 04:46:09.398726 [ 3 ] {} <Trace> TCP-Session: 9f248b99-882c-45d7-9b22-469039c64ac2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 503 | 2024.11.14 04:46:09.398968 [ 3 ] {e1c4e3b4-52b9-4fcf-b43d-8b0ecaee8a21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38190) 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) | ||
| 504 | 2024.11.14 04:46:09.399048 [ 3 ] {e1c4e3b4-52b9-4fcf-b43d-8b0ecaee8a21} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 505 | 2024.11.14 04:46:09.401465 [ 3 ] {e1c4e3b4-52b9-4fcf-b43d-8b0ecaee8a21} <Debug> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Loading data parts | ||
| 506 | 2024.11.14 04:46:09.401618 [ 3 ] {e1c4e3b4-52b9-4fcf-b43d-8b0ecaee8a21} <Debug> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): There are no data parts | ||
| 507 | 2024.11.14 04:46:09.406874 [ 3 ] {e1c4e3b4-52b9-4fcf-b43d-8b0ecaee8a21} <Debug> TCPHandler: Processed in 0.008199997 sec. | ||
| 508 | 2024.11.14 04:46:09.407067 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 509 | 2024.11.14 04:46:09.407302 [ 250 ] {5b93f924-b188-4ff2-a5ae-e2a4717f74e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) 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) | ||
| 510 | 2024.11.14 04:46:09.407382 [ 250 ] {5b93f924-b188-4ff2-a5ae-e2a4717f74e8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 511 | 2024.11.14 04:46:09.410025 [ 250 ] {5b93f924-b188-4ff2-a5ae-e2a4717f74e8} <Debug> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Loading data parts | ||
| 512 | 2024.11.14 04:46:09.410175 [ 250 ] {5b93f924-b188-4ff2-a5ae-e2a4717f74e8} <Debug> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): There are no data parts | ||
| 513 | 2024.11.14 04:46:09.412607 [ 250 ] {5b93f924-b188-4ff2-a5ae-e2a4717f74e8} <Debug> TCPHandler: Processed in 0.005601682 sec. | ||
| 514 | 2024.11.14 04:46:09.412786 [ 3 ] {} <Trace> TCP-Session: 9f248b99-882c-45d7-9b22-469039c64ac2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 515 | 2024.11.14 04:46:09.413038 [ 3 ] {2b681ebd-dc05-442a-819c-793ae8ff69b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38190) 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) | ||
| 516 | 2024.11.14 04:46:09.413117 [ 3 ] {2b681ebd-dc05-442a-819c-793ae8ff69b5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 517 | 2024.11.14 04:46:09.415502 [ 3 ] {2b681ebd-dc05-442a-819c-793ae8ff69b5} <Debug> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Loading data parts | ||
| 518 | 2024.11.14 04:46:09.415672 [ 3 ] {2b681ebd-dc05-442a-819c-793ae8ff69b5} <Debug> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): There are no data parts | ||
| 519 | 2024.11.14 04:46:09.422341 [ 3 ] {2b681ebd-dc05-442a-819c-793ae8ff69b5} <Debug> TCPHandler: Processed in 0.009605218 sec. | ||
| 520 | 2024.11.14 04:46:09.422535 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 521 | 2024.11.14 04:46:09.422773 [ 250 ] {027cfd91-edb4-49b6-ba5e-24076010b8c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) 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) | ||
| 522 | 2024.11.14 04:46:09.422854 [ 250 ] {027cfd91-edb4-49b6-ba5e-24076010b8c0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 523 | 2024.11.14 04:46:09.425579 [ 250 ] {027cfd91-edb4-49b6-ba5e-24076010b8c0} <Debug> oximeter.fields_i32 (1feb3bf7-9aaf-4b2e-a14f-d6cdf09d9507): Loading data parts | ||
| 524 | 2024.11.14 04:46:09.425743 [ 250 ] {027cfd91-edb4-49b6-ba5e-24076010b8c0} <Debug> oximeter.fields_i32 (1feb3bf7-9aaf-4b2e-a14f-d6cdf09d9507): There are no data parts | ||
| 525 | 2024.11.14 04:46:09.428025 [ 250 ] {027cfd91-edb4-49b6-ba5e-24076010b8c0} <Debug> TCPHandler: Processed in 0.005554831 sec. | ||
| 526 | 2024.11.14 04:46:09.428218 [ 3 ] {} <Trace> TCP-Session: 9f248b99-882c-45d7-9b22-469039c64ac2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 527 | 2024.11.14 04:46:09.428471 [ 3 ] {35c1e028-6115-4d5e-84f8-cea1ac2c2cdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38190) 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) | ||
| 528 | 2024.11.14 04:46:09.428553 [ 3 ] {35c1e028-6115-4d5e-84f8-cea1ac2c2cdb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 529 | 2024.11.14 04:46:09.430858 [ 3 ] {35c1e028-6115-4d5e-84f8-cea1ac2c2cdb} <Debug> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Loading data parts | ||
| 530 | 2024.11.14 04:46:09.431034 [ 3 ] {35c1e028-6115-4d5e-84f8-cea1ac2c2cdb} <Debug> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): There are no data parts | ||
| 531 | 2024.11.14 04:46:09.437724 [ 3 ] {35c1e028-6115-4d5e-84f8-cea1ac2c2cdb} <Debug> TCPHandler: Processed in 0.009567177 sec. | ||
| 532 | 2024.11.14 04:46:09.437897 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 533 | 2024.11.14 04:46:09.438088 [ 250 ] {96bccd5b-13e5-4a81-8ac6-f0ef69112fb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) 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) | ||
| 534 | 2024.11.14 04:46:09.438155 [ 250 ] {96bccd5b-13e5-4a81-8ac6-f0ef69112fb1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 535 | 2024.11.14 04:46:09.445785 [ 250 ] {96bccd5b-13e5-4a81-8ac6-f0ef69112fb1} <Debug> oximeter.fields_i64 (ff3efab1-2491-4756-9b26-ea7cc578c772): Loading data parts | ||
| 536 | 2024.11.14 04:46:09.445958 [ 250 ] {96bccd5b-13e5-4a81-8ac6-f0ef69112fb1} <Debug> oximeter.fields_i64 (ff3efab1-2491-4756-9b26-ea7cc578c772): There are no data parts | ||
| 537 | 2024.11.14 04:46:09.448756 [ 250 ] {96bccd5b-13e5-4a81-8ac6-f0ef69112fb1} <Debug> TCPHandler: Processed in 0.010910946 sec. | ||
| 538 | 2024.11.14 04:46:09.448957 [ 3 ] {} <Trace> TCP-Session: 9f248b99-882c-45d7-9b22-469039c64ac2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 539 | 2024.11.14 04:46:09.449163 [ 3 ] {7d512507-e51a-464d-a07c-ab3a2bbab530} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38190) 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) | ||
| 540 | 2024.11.14 04:46:09.449223 [ 3 ] {7d512507-e51a-464d-a07c-ab3a2bbab530} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 541 | 2024.11.14 04:46:09.451195 [ 3 ] {7d512507-e51a-464d-a07c-ab3a2bbab530} <Debug> oximeter.fields_u64 (95b7cbce-3a9f-419c-bee7-f27826a95a0a): Loading data parts | ||
| 542 | 2024.11.14 04:46:09.451350 [ 3 ] {7d512507-e51a-464d-a07c-ab3a2bbab530} <Debug> oximeter.fields_u64 (95b7cbce-3a9f-419c-bee7-f27826a95a0a): There are no data parts | ||
| 543 | 2024.11.14 04:46:09.458681 [ 3 ] {7d512507-e51a-464d-a07c-ab3a2bbab530} <Debug> TCPHandler: Processed in 0.009776873 sec. | ||
| 544 | 2024.11.14 04:46:09.458874 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 545 | 2024.11.14 04:46:09.459081 [ 250 ] {eb46c419-5e7a-479b-97a4-5580fcef9594} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) 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) | ||
| 546 | 2024.11.14 04:46:09.459145 [ 250 ] {eb46c419-5e7a-479b-97a4-5580fcef9594} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 547 | 2024.11.14 04:46:09.462734 [ 250 ] {eb46c419-5e7a-479b-97a4-5580fcef9594} <Debug> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Loading data parts | ||
| 548 | 2024.11.14 04:46:09.462913 [ 250 ] {eb46c419-5e7a-479b-97a4-5580fcef9594} <Debug> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): There are no data parts | ||
| 549 | 2024.11.14 04:46:09.472431 [ 250 ] {eb46c419-5e7a-479b-97a4-5580fcef9594} <Debug> TCPHandler: Processed in 0.013616365 sec. | ||
| 550 | 2024.11.14 04:46:09.472668 [ 3 ] {} <Trace> TCP-Session: 9f248b99-882c-45d7-9b22-469039c64ac2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 551 | 2024.11.14 04:46:09.472926 [ 3 ] {5eea4eed-11e4-463b-9d36-2fad29b9ed2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38190) 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) | ||
| 552 | 2024.11.14 04:46:09.473000 [ 3 ] {5eea4eed-11e4-463b-9d36-2fad29b9ed2d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 553 | 2024.11.14 04:46:09.474693 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:36193 | ||
| 554 | 2024.11.14 04:46:09.475743 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 555 | 2024.11.14 04:46:09.475818 [ 258 ] {} <Debug> TCP-Session: 0317a208-2e1b-46f7-a805-c7a4eb5035ea Authenticating user 'default' from [fd00:1122:3344:101::a]:36193 | ||
| 556 | 2024.11.14 04:46:09.475841 [ 258 ] {} <Debug> TCP-Session: 0317a208-2e1b-46f7-a805-c7a4eb5035ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 557 | 2024.11.14 04:46:09.475855 [ 258 ] {} <Debug> TCP-Session: 0317a208-2e1b-46f7-a805-c7a4eb5035ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 558 | 2024.11.14 04:46:09.475951 [ 258 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 559 | 2024.11.14 04:46:09.475976 [ 258 ] {} <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 | ||
| 560 | 2024.11.14 04:46:09.476017 [ 258 ] {} <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 | ||
| 561 | 2024.11.14 04:46:09.476072 [ 3 ] {5eea4eed-11e4-463b-9d36-2fad29b9ed2d} <Debug> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Loading data parts | ||
| 562 | 2024.11.14 04:46:09.476278 [ 3 ] {5eea4eed-11e4-463b-9d36-2fad29b9ed2d} <Debug> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): There are no data parts | ||
| 563 | 2024.11.14 04:46:09.477041 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:41965 | ||
| 564 | 2024.11.14 04:46:09.477192 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 565 | 2024.11.14 04:46:09.477263 [ 259 ] {} <Debug> TCP-Session: 2bd8e68f-b164-4405-bdd6-e292165ad85c Authenticating user 'default' from [fd00:1122:3344:101::a]:41965 | ||
| 566 | 2024.11.14 04:46:09.477286 [ 259 ] {} <Debug> TCP-Session: 2bd8e68f-b164-4405-bdd6-e292165ad85c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 567 | 2024.11.14 04:46:09.477300 [ 259 ] {} <Debug> TCP-Session: 2bd8e68f-b164-4405-bdd6-e292165ad85c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 568 | 2024.11.14 04:46:09.480921 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:54679 | ||
| 569 | 2024.11.14 04:46:09.481109 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 570 | 2024.11.14 04:46:09.481132 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:34516 | ||
| 571 | 2024.11.14 04:46:09.481159 [ 260 ] {} <Debug> TCP-Session: 2080870c-d83e-4506-8a64-3bbaac79ec8a Authenticating user 'default' from [fd00:1122:3344:101::a]:54679 | ||
| 572 | 2024.11.14 04:46:09.481205 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:62246 | ||
| 573 | 2024.11.14 04:46:09.481371 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:54545 | ||
| 574 | 2024.11.14 04:46:09.481388 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 575 | 2024.11.14 04:46:09.481259 [ 260 ] {} <Debug> TCP-Session: 2080870c-d83e-4506-8a64-3bbaac79ec8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 576 | 2024.11.14 04:46:09.481438 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 577 | 2024.11.14 04:46:09.481630 [ 260 ] {} <Debug> TCP-Session: 2080870c-d83e-4506-8a64-3bbaac79ec8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 578 | 2024.11.14 04:46:09.481632 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:33695 | ||
| 579 | 2024.11.14 04:46:09.481681 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:50237 | ||
| 580 | 2024.11.14 04:46:09.481707 [ 261 ] {} <Debug> TCP-Session: 87307dc7-28fd-4f95-a439-07d00eb439b9 Authenticating user 'default' from [fd00:1122:3344:101::a]:34516 | ||
| 581 | 2024.11.14 04:46:09.481656 [ 262 ] {} <Debug> TCP-Session: 0aabd90b-7973-47f4-bfb3-04328c8a9502 Authenticating user 'default' from [fd00:1122:3344:101::a]:62246 | ||
| 582 | 2024.11.14 04:46:09.481657 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 583 | 2024.11.14 04:46:09.481969 [ 261 ] {} <Debug> TCP-Session: 87307dc7-28fd-4f95-a439-07d00eb439b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 584 | 2024.11.14 04:46:09.481982 [ 262 ] {} <Debug> TCP-Session: 0aabd90b-7973-47f4-bfb3-04328c8a9502 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 585 | 2024.11.14 04:46:09.481987 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 586 | 2024.11.14 04:46:09.482023 [ 262 ] {} <Debug> TCP-Session: 0aabd90b-7973-47f4-bfb3-04328c8a9502 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 587 | 2024.11.14 04:46:09.482016 [ 261 ] {} <Debug> TCP-Session: 87307dc7-28fd-4f95-a439-07d00eb439b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 588 | 2024.11.14 04:46:09.482003 [ 263 ] {} <Debug> TCP-Session: 8aae0c41-9057-47dc-8727-739b4cdc7611 Authenticating user 'default' from [fd00:1122:3344:101::a]:54545 | ||
| 589 | 2024.11.14 04:46:09.482111 [ 265 ] {} <Debug> TCP-Session: e135ab97-ecda-49d9-b6a4-ca17b70add62 Authenticating user 'default' from [fd00:1122:3344:101::a]:50237 | ||
| 590 | 2024.11.14 04:46:09.482197 [ 263 ] {} <Debug> TCP-Session: 8aae0c41-9057-47dc-8727-739b4cdc7611 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 591 | 2024.11.14 04:46:09.482203 [ 265 ] {} <Debug> TCP-Session: e135ab97-ecda-49d9-b6a4-ca17b70add62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 592 | 2024.11.14 04:46:09.482227 [ 263 ] {} <Debug> TCP-Session: 8aae0c41-9057-47dc-8727-739b4cdc7611 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 593 | 2024.11.14 04:46:09.482281 [ 265 ] {} <Debug> TCP-Session: e135ab97-ecda-49d9-b6a4-ca17b70add62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 594 | 2024.11.14 04:46:09.486162 [ 3 ] {5eea4eed-11e4-463b-9d36-2fad29b9ed2d} <Debug> TCPHandler: Processed in 0.013561503 sec. | ||
| 595 | 2024.11.14 04:46:09.486431 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 596 | 2024.11.14 04:46:09.486643 [ 250 ] {32969194-c531-4a73-8097-3a5a8ef7a0ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) 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) | ||
| 597 | 2024.11.14 04:46:09.486716 [ 250 ] {32969194-c531-4a73-8097-3a5a8ef7a0ce} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 598 | 2024.11.14 04:46:09.489074 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 599 | 2024.11.14 04:46:09.489132 [ 264 ] {} <Debug> TCP-Session: 3d0627ff-a1f5-4320-871b-d5c8df679e55 Authenticating user 'default' from [fd00:1122:3344:101::a]:33695 | ||
| 600 | 2024.11.14 04:46:09.489151 [ 264 ] {} <Debug> TCP-Session: 3d0627ff-a1f5-4320-871b-d5c8df679e55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 601 | 2024.11.14 04:46:09.489169 [ 264 ] {} <Debug> TCP-Session: 3d0627ff-a1f5-4320-871b-d5c8df679e55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 602 | 2024.11.14 04:46:09.494912 [ 250 ] {32969194-c531-4a73-8097-3a5a8ef7a0ce} <Debug> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Loading data parts | ||
| 603 | 2024.11.14 04:46:09.495121 [ 250 ] {32969194-c531-4a73-8097-3a5a8ef7a0ce} <Debug> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): There are no data parts | ||
| 604 | 2024.11.14 04:46:09.500086 [ 250 ] {32969194-c531-4a73-8097-3a5a8ef7a0ce} <Debug> TCPHandler: Processed in 0.013729397 sec. | ||
| 605 | 2024.11.14 04:46:09.500307 [ 3 ] {} <Trace> TCP-Session: 9f248b99-882c-45d7-9b22-469039c64ac2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 606 | 2024.11.14 04:46:09.500619 [ 3 ] {43aa4463-ae95-4f57-86c6-666d3dbbe0e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38190) /* The timeseries schema table stores the extracted schema for the samples | ||
| 607 | * oximeter collects. | ||
| 608 | */ | ||
| 609 | 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) | ||
| 610 | 2024.11.14 04:46:09.500700 [ 3 ] {43aa4463-ae95-4f57-86c6-666d3dbbe0e7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 611 | 2024.11.14 04:46:09.503927 [ 3 ] {43aa4463-ae95-4f57-86c6-666d3dbbe0e7} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4): Loading data parts | ||
| 612 | 2024.11.14 04:46:09.504126 [ 3 ] {43aa4463-ae95-4f57-86c6-666d3dbbe0e7} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4): There are no data parts | ||
| 613 | 2024.11.14 04:46:09.505769 [ 3 ] {43aa4463-ae95-4f57-86c6-666d3dbbe0e7} <Debug> TCPHandler: Processed in 0.00552709 sec. | ||
| 614 | 2024.11.14 04:46:09.505983 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 615 | 2024.11.14 04:46:09.506204 [ 250 ] {c6128f8a-3dc2-403e-bb2d-71a9d5256550} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 616 | 2024.11.14 04:46:09.507388 [ 250 ] {c6128f8a-3dc2-403e-bb2d-71a9d5256550} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 617 | 2024.11.14 04:46:09.515677 [ 256 ] {c6128f8a-3dc2-403e-bb2d-71a9d5256550} <Trace> oximeter.version (88d12756-1dfe-4f30-9a5f-4609014e2dc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 618 | 2024.11.14 04:46:09.515787 [ 256 ] {c6128f8a-3dc2-403e-bb2d-71a9d5256550} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 619 | 2024.11.14 04:46:09.520607 [ 256 ] {c6128f8a-3dc2-403e-bb2d-71a9d5256550} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 620 | 2024.11.14 04:46:09.520990 [ 256 ] {c6128f8a-3dc2-403e-bb2d-71a9d5256550} <Trace> oximeter.version (88d12756-1dfe-4f30-9a5f-4609014e2dc2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 621 | 2024.11.14 04:46:09.521370 [ 250 ] {c6128f8a-3dc2-403e-bb2d-71a9d5256550} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.015247 sec., 65.58667278808946 rows/sec., 1.02 KiB/sec. | ||
| 622 | 2024.11.14 04:46:09.521645 [ 250 ] {c6128f8a-3dc2-403e-bb2d-71a9d5256550} <Debug> TCPHandler: Processed in 0.015716065 sec. | ||
| 623 | 2024.11.14 04:46:09.659236 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:44398 | ||
| 624 | 2024.11.14 04:46:09.660491 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 625 | 2024.11.14 04:46:09.660530 [ 266 ] {} <Debug> TCP-Session: 61592d80-ca5d-42f1-a9f9-e7751bc78eb4 Authenticating user 'default' from [fd00:1122:3344:101::c]:44398 | ||
| 626 | 2024.11.14 04:46:09.660556 [ 266 ] {} <Debug> TCP-Session: 61592d80-ca5d-42f1-a9f9-e7751bc78eb4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 627 | 2024.11.14 04:46:09.660596 [ 266 ] {} <Debug> TCP-Session: 61592d80-ca5d-42f1-a9f9-e7751bc78eb4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 628 | 2024.11.14 04:46:09.660654 [ 266 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 629 | 2024.11.14 04:46:09.660681 [ 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 | ||
| 630 | 2024.11.14 04:46:09.660713 [ 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 | ||
| 631 | 2024.11.14 04:46:09.664133 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:46721 | ||
| 632 | 2024.11.14 04:46:09.664245 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:62870 | ||
| 633 | 2024.11.14 04:46:09.664337 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 634 | 2024.11.14 04:46:09.664337 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:46634 | ||
| 635 | 2024.11.14 04:46:09.664610 [ 267 ] {} <Debug> TCP-Session: a7cd6802-1d5d-4b6a-8e80-36ab7ddcf4a7 Authenticating user 'default' from [fd00:1122:3344:101::c]:46721 | ||
| 636 | 2024.11.14 04:46:09.664638 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 637 | 2024.11.14 04:46:09.664533 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:33224 | ||
| 638 | 2024.11.14 04:46:09.664693 [ 267 ] {} <Debug> TCP-Session: a7cd6802-1d5d-4b6a-8e80-36ab7ddcf4a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 639 | 2024.11.14 04:46:09.664639 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:55088 | ||
| 640 | 2024.11.14 04:46:09.664836 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:58399 | ||
| 641 | 2024.11.14 04:46:09.664856 [ 268 ] {} <Debug> TCP-Session: 9833f930-2627-4869-be01-b9418e1ad345 Authenticating user 'default' from [fd00:1122:3344:101::c]:62870 | ||
| 642 | 2024.11.14 04:46:09.664904 [ 267 ] {} <Debug> TCP-Session: a7cd6802-1d5d-4b6a-8e80-36ab7ddcf4a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 643 | 2024.11.14 04:46:09.664862 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 644 | 2024.11.14 04:46:09.665186 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 645 | 2024.11.14 04:46:09.665264 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 646 | 2024.11.14 04:46:09.665096 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:44386 | ||
| 647 | 2024.11.14 04:46:09.665303 [ 268 ] {} <Debug> TCP-Session: 9833f930-2627-4869-be01-b9418e1ad345 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 648 | 2024.11.14 04:46:09.665273 [ 269 ] {} <Debug> TCP-Session: 0988218d-5127-4e76-870a-a7a94895487e Authenticating user 'default' from [fd00:1122:3344:101::c]:46634 | ||
| 649 | 2024.11.14 04:46:09.665601 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 650 | 2024.11.14 04:46:09.665633 [ 272 ] {} <Debug> TCP-Session: 8e6a12f5-56a4-4084-94d1-781faa531523 Authenticating user 'default' from [fd00:1122:3344:101::c]:58399 | ||
| 651 | 2024.11.14 04:46:09.665665 [ 268 ] {} <Debug> TCP-Session: 9833f930-2627-4869-be01-b9418e1ad345 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 652 | 2024.11.14 04:46:09.665698 [ 270 ] {} <Debug> TCP-Session: 6410df0e-5e6f-43f6-a2dd-1ab5f6675e23 Authenticating user 'default' from [fd00:1122:3344:101::c]:33224 | ||
| 653 | 2024.11.14 04:46:09.665710 [ 269 ] {} <Debug> TCP-Session: 0988218d-5127-4e76-870a-a7a94895487e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 654 | 2024.11.14 04:46:09.665733 [ 272 ] {} <Debug> TCP-Session: 8e6a12f5-56a4-4084-94d1-781faa531523 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 655 | 2024.11.14 04:46:09.665678 [ 271 ] {} <Debug> TCP-Session: ab04053f-14f7-42b8-a38c-2fd6c0791d34 Authenticating user 'default' from [fd00:1122:3344:101::c]:55088 | ||
| 656 | 2024.11.14 04:46:09.665780 [ 270 ] {} <Debug> TCP-Session: 6410df0e-5e6f-43f6-a2dd-1ab5f6675e23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 657 | 2024.11.14 04:46:09.665802 [ 269 ] {} <Debug> TCP-Session: 0988218d-5127-4e76-870a-a7a94895487e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 658 | 2024.11.14 04:46:09.665832 [ 272 ] {} <Debug> TCP-Session: 8e6a12f5-56a4-4084-94d1-781faa531523 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 659 | 2024.11.14 04:46:09.665846 [ 271 ] {} <Debug> TCP-Session: ab04053f-14f7-42b8-a38c-2fd6c0791d34 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 660 | 2024.11.14 04:46:09.665869 [ 270 ] {} <Debug> TCP-Session: 6410df0e-5e6f-43f6-a2dd-1ab5f6675e23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 661 | 2024.11.14 04:46:09.665913 [ 271 ] {} <Debug> TCP-Session: ab04053f-14f7-42b8-a38c-2fd6c0791d34 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 662 | 2024.11.14 04:46:09.674199 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 663 | 2024.11.14 04:46:09.674250 [ 273 ] {} <Debug> TCP-Session: 8670eee6-9a66-48e9-844d-6cdf43b07f20 Authenticating user 'default' from [fd00:1122:3344:101::c]:44386 | ||
| 664 | 2024.11.14 04:46:09.674323 [ 273 ] {} <Debug> TCP-Session: 8670eee6-9a66-48e9-844d-6cdf43b07f20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 665 | 2024.11.14 04:46:09.674342 [ 273 ] {} <Debug> TCP-Session: 8670eee6-9a66-48e9-844d-6cdf43b07f20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 666 | 2024.11.14 04:46:10.000211 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 128.82 MiB, peak 128.82 MiB, free memory in arenas 0.00 B, will set to 138.81 MiB (RSS), difference: 9.98 MiB | ||
| 667 | 2024.11.14 04:46:11.096039 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:58227 | ||
| 668 | 2024.11.14 04:46:11.097931 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 669 | 2024.11.14 04:46:11.097976 [ 274 ] {} <Debug> TCP-Session: aa27e266-ce94-49b4-91fd-8f054038825d Authenticating user 'default' from [fd00:1122:3344:101::b]:58227 | ||
| 670 | 2024.11.14 04:46:11.098003 [ 274 ] {} <Debug> TCP-Session: aa27e266-ce94-49b4-91fd-8f054038825d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 671 | 2024.11.14 04:46:11.098162 [ 274 ] {} <Debug> TCP-Session: aa27e266-ce94-49b4-91fd-8f054038825d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 672 | 2024.11.14 04:46:11.098250 [ 274 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 673 | 2024.11.14 04:46:11.098282 [ 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 | ||
| 674 | 2024.11.14 04:46:11.098389 [ 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 | ||
| 675 | 2024.11.14 04:46:11.099422 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:57728 | ||
| 676 | 2024.11.14 04:46:11.101155 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:42009 | ||
| 677 | 2024.11.14 04:46:11.101167 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 678 | 2024.11.14 04:46:11.101383 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 679 | 2024.11.14 04:46:11.101397 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:59690 | ||
| 680 | 2024.11.14 04:46:11.101467 [ 275 ] {} <Debug> TCP-Session: f5dec032-c664-497a-bd29-8bf0415b0f93 Authenticating user 'default' from [fd00:1122:3344:101::b]:57728 | ||
| 681 | 2024.11.14 04:46:11.101526 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:63952 | ||
| 682 | 2024.11.14 04:46:11.101515 [ 276 ] {} <Debug> TCP-Session: a62b6d83-0458-4b18-b5cf-6ea3e53158b5 Authenticating user 'default' from [fd00:1122:3344:101::b]:42009 | ||
| 683 | 2024.11.14 04:46:11.101643 [ 276 ] {} <Debug> TCP-Session: a62b6d83-0458-4b18-b5cf-6ea3e53158b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 684 | 2024.11.14 04:46:11.101662 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 685 | 2024.11.14 04:46:11.101743 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:53203 | ||
| 686 | 2024.11.14 04:46:11.101717 [ 276 ] {} <Debug> TCP-Session: a62b6d83-0458-4b18-b5cf-6ea3e53158b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 687 | 2024.11.14 04:46:11.101706 [ 275 ] {} <Debug> TCP-Session: f5dec032-c664-497a-bd29-8bf0415b0f93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 688 | 2024.11.14 04:46:11.101681 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:54151 | ||
| 689 | 2024.11.14 04:46:11.101928 [ 277 ] {} <Debug> TCP-Session: 31ffeb68-e9fa-4b5b-92c8-8e72bafc0b5f Authenticating user 'default' from [fd00:1122:3344:101::b]:59690 | ||
| 690 | 2024.11.14 04:46:11.101934 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:33255 | ||
| 691 | 2024.11.14 04:46:11.102076 [ 275 ] {} <Debug> TCP-Session: f5dec032-c664-497a-bd29-8bf0415b0f93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 692 | 2024.11.14 04:46:11.101962 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 693 | 2024.11.14 04:46:11.102077 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 694 | 2024.11.14 04:46:11.102253 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 695 | 2024.11.14 04:46:11.102406 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 696 | 2024.11.14 04:46:11.102423 [ 277 ] {} <Debug> TCP-Session: 31ffeb68-e9fa-4b5b-92c8-8e72bafc0b5f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 697 | 2024.11.14 04:46:11.102455 [ 280 ] {} <Debug> TCP-Session: 0344fdce-7354-4b58-b804-b6428ab7b97c Authenticating user 'default' from [fd00:1122:3344:101::b]:53203 | ||
| 698 | 2024.11.14 04:46:11.102506 [ 279 ] {} <Debug> TCP-Session: 6ab22600-6ec8-422f-aa8f-f72fec021e96 Authenticating user 'default' from [fd00:1122:3344:101::b]:54151 | ||
| 699 | 2024.11.14 04:46:11.102543 [ 277 ] {} <Debug> TCP-Session: 31ffeb68-e9fa-4b5b-92c8-8e72bafc0b5f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 700 | 2024.11.14 04:46:11.102588 [ 280 ] {} <Debug> TCP-Session: 0344fdce-7354-4b58-b804-b6428ab7b97c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 701 | 2024.11.14 04:46:11.102571 [ 278 ] {} <Debug> TCP-Session: 842b0af6-5abf-4fa6-b506-faa8b0911d57 Authenticating user 'default' from [fd00:1122:3344:101::b]:63952 | ||
| 702 | 2024.11.14 04:46:11.102686 [ 279 ] {} <Debug> TCP-Session: 6ab22600-6ec8-422f-aa8f-f72fec021e96 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 703 | 2024.11.14 04:46:11.102710 [ 280 ] {} <Debug> TCP-Session: 0344fdce-7354-4b58-b804-b6428ab7b97c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 704 | 2024.11.14 04:46:11.102730 [ 278 ] {} <Debug> TCP-Session: 842b0af6-5abf-4fa6-b506-faa8b0911d57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 705 | 2024.11.14 04:46:11.102511 [ 281 ] {} <Debug> TCP-Session: d700ae0a-4cd3-4805-9e27-139ba4d0fdd9 Authenticating user 'default' from [fd00:1122:3344:101::b]:33255 | ||
| 706 | 2024.11.14 04:46:11.102853 [ 279 ] {} <Debug> TCP-Session: 6ab22600-6ec8-422f-aa8f-f72fec021e96 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 707 | 2024.11.14 04:46:11.102916 [ 281 ] {} <Debug> TCP-Session: d700ae0a-4cd3-4805-9e27-139ba4d0fdd9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 708 | 2024.11.14 04:46:11.102958 [ 278 ] {} <Debug> TCP-Session: 842b0af6-5abf-4fa6-b506-faa8b0911d57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 709 | 2024.11.14 04:46:11.103055 [ 281 ] {} <Debug> TCP-Session: d700ae0a-4cd3-4805-9e27-139ba4d0fdd9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 710 | 2024.11.14 04:46:18.320777 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 90 | ||
| 711 | 2024.11.14 04:46:18.321086 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
| 712 | 2024.11.14 04:46:18.331978 [ 242 ] {} <Debug> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Loading data parts | ||
| 713 | 2024.11.14 04:46:18.332195 [ 242 ] {} <Debug> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): There are no data parts | ||
| 714 | 2024.11.14 04:46:18.343932 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 715 | 2024.11.14 04:46:18.344128 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 716 | 2024.11.14 04:46:18.346793 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 717 | 2024.11.14 04:46:18.347367 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 718 | 2024.11.14 04:46:18.347988 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 90 | ||
| 719 | 2024.11.14 04:46:19.000154 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 143.64 MiB, peak 143.64 MiB, free memory in arenas 0.00 B, will set to 141.48 MiB (RSS), difference: -2.16 MiB | ||
| 720 | 2024.11.14 04:46:23.287676 [ 39 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 721 | 2024.11.14 04:46:23.287739 [ 39 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 722 | 2024.11.14 04:46:29.000147 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 137.54 MiB, peak 143.64 MiB, free memory in arenas 0.00 B, will set to 141.55 MiB (RSS), difference: 4.01 MiB | ||
| 723 | 2024.11.14 04:46:29.530146 [ 3 ] {} <Trace> TCP-Session: 9f248b99-882c-45d7-9b22-469039c64ac2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 724 | 2024.11.14 04:46:29.530342 [ 3 ] {293affa7-da77-4075-b97b-a65a9cbafe3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38190) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) | ||
| 725 | 2024.11.14 04:46:29.532683 [ 3 ] {293affa7-da77-4075-b97b-a65a9cbafe3b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 726 | 2024.11.14 04:46:29.539333 [ 3 ] {293affa7-da77-4075-b97b-a65a9cbafe3b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 727 | 2024.11.14 04:46:29.547695 [ 3 ] {293affa7-da77-4075-b97b-a65a9cbafe3b} <Debug> TCPHandler: Processed in 0.017675152 sec. | ||
| 728 | 2024.11.14 04:46:29.566720 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 729 | 2024.11.14 04:46:29.566899 [ 250 ] {bbf187ff-243e-4c4d-a644-c64899256ec7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 730 | 2024.11.14 04:46:29.574452 [ 250 ] {bbf187ff-243e-4c4d-a644-c64899256ec7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 731 | 2024.11.14 04:46:29.574519 [ 250 ] {bbf187ff-243e-4c4d-a644-c64899256ec7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 732 | 2024.11.14 04:46:29.575083 [ 250 ] {bbf187ff-243e-4c4d-a644-c64899256ec7} <Debug> TCPHandler: Processed in 0.008419184 sec. | ||
| 733 | 2024.11.14 04:46:29.575382 [ 3 ] {} <Trace> TCP-Session: 9f248b99-882c-45d7-9b22-469039c64ac2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 734 | 2024.11.14 04:46:29.575547 [ 3 ] {5767ede3-b11f-4db0-97d1-6185ee856868} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38190) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 735 | 2024.11.14 04:46:29.575971 [ 3 ] {5767ede3-b11f-4db0-97d1-6185ee856868} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 736 | 2024.11.14 04:46:29.576021 [ 3 ] {5767ede3-b11f-4db0-97d1-6185ee856868} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 737 | 2024.11.14 04:46:29.576650 [ 3 ] {5767ede3-b11f-4db0-97d1-6185ee856868} <Debug> TCPHandler: Processed in 0.001328808 sec. | ||
| 738 | 2024.11.14 04:46:29.576947 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 739 | 2024.11.14 04:46:29.577083 [ 250 ] {3e2bedde-5f60-4182-aeaf-ff76e27143b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 740 | 2024.11.14 04:46:29.577435 [ 250 ] {3e2bedde-5f60-4182-aeaf-ff76e27143b5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 741 | 2024.11.14 04:46:29.577486 [ 250 ] {3e2bedde-5f60-4182-aeaf-ff76e27143b5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 742 | 2024.11.14 04:46:29.577976 [ 250 ] {3e2bedde-5f60-4182-aeaf-ff76e27143b5} <Debug> TCPHandler: Processed in 0.001078661 sec. | ||
| 743 | 2024.11.14 04:46:29.580797 [ 3 ] {} <Trace> TCP-Session: 9f248b99-882c-45d7-9b22-469039c64ac2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 744 | 2024.11.14 04:46:29.581020 [ 3 ] {b48de6f9-a616-4a86-9af2-56fce0fd04ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38190) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 745 | 2024.11.14 04:46:29.581139 [ 3 ] {b48de6f9-a616-4a86-9af2-56fce0fd04ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 746 | 2024.11.14 04:46:29.583922 [ 3 ] {b48de6f9-a616-4a86-9af2-56fce0fd04ba} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 747 | 2024.11.14 04:46:29.583970 [ 3 ] {b48de6f9-a616-4a86-9af2-56fce0fd04ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 748 | 2024.11.14 04:46:29.584549 [ 3 ] {b48de6f9-a616-4a86-9af2-56fce0fd04ba} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 749 | 2024.11.14 04:46:29.584777 [ 3 ] {b48de6f9-a616-4a86-9af2-56fce0fd04ba} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 750 | 2024.11.14 04:46:29.584994 [ 3 ] {b48de6f9-a616-4a86-9af2-56fce0fd04ba} <Debug> executeQuery: Read 4 rows, 433.00 B in 0.004031 sec., 992.3096005953857 rows/sec., 104.90 KiB/sec. | ||
| 751 | 2024.11.14 04:46:29.585140 [ 3 ] {b48de6f9-a616-4a86-9af2-56fce0fd04ba} <Debug> TCPHandler: Processed in 0.004408707 sec. | ||
| 752 | 2024.11.14 04:46:29.585293 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 753 | 2024.11.14 04:46:29.585420 [ 250 ] {181cab0a-f04f-4166-be1e-2d4ad1a17aed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 754 | 2024.11.14 04:46:29.585474 [ 250 ] {181cab0a-f04f-4166-be1e-2d4ad1a17aed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 755 | 2024.11.14 04:46:29.590997 [ 250 ] {181cab0a-f04f-4166-be1e-2d4ad1a17aed} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 756 | 2024.11.14 04:46:29.591044 [ 250 ] {181cab0a-f04f-4166-be1e-2d4ad1a17aed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 757 | 2024.11.14 04:46:29.591505 [ 250 ] {181cab0a-f04f-4166-be1e-2d4ad1a17aed} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 758 | 2024.11.14 04:46:29.591787 [ 250 ] {181cab0a-f04f-4166-be1e-2d4ad1a17aed} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 759 | 2024.11.14 04:46:29.592017 [ 250 ] {181cab0a-f04f-4166-be1e-2d4ad1a17aed} <Debug> executeQuery: Read 34 rows, 3.19 KiB in 0.006607 sec., 5146.057212047828 rows/sec., 482.44 KiB/sec. | ||
| 760 | 2024.11.14 04:46:29.592098 [ 250 ] {181cab0a-f04f-4166-be1e-2d4ad1a17aed} <Debug> TCPHandler: Processed in 0.006867489 sec. | ||
| 761 | 2024.11.14 04:46:29.592250 [ 3 ] {} <Trace> TCP-Session: 9f248b99-882c-45d7-9b22-469039c64ac2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 762 | 2024.11.14 04:46:29.592378 [ 3 ] {13242708-0964-4e61-a59a-eb06c47d4584} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38190) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 763 | 2024.11.14 04:46:29.592431 [ 3 ] {13242708-0964-4e61-a59a-eb06c47d4584} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 764 | 2024.11.14 04:46:29.593045 [ 3 ] {13242708-0964-4e61-a59a-eb06c47d4584} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 765 | 2024.11.14 04:46:29.593080 [ 3 ] {13242708-0964-4e61-a59a-eb06c47d4584} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 766 | 2024.11.14 04:46:29.593422 [ 3 ] {13242708-0964-4e61-a59a-eb06c47d4584} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 767 | 2024.11.14 04:46:29.593652 [ 3 ] {13242708-0964-4e61-a59a-eb06c47d4584} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 768 | 2024.11.14 04:46:29.593812 [ 3 ] {13242708-0964-4e61-a59a-eb06c47d4584} <Debug> executeQuery: Read 17 rows, 1.28 KiB in 0.001462 sec., 11627.906976744187 rows/sec., 874.36 KiB/sec. | ||
| 769 | 2024.11.14 04:46:29.593860 [ 3 ] {13242708-0964-4e61-a59a-eb06c47d4584} <Debug> TCPHandler: Processed in 0.001672419 sec. | ||
| 770 | 2024.11.14 04:46:29.594009 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 771 | 2024.11.14 04:46:29.594136 [ 250 ] {e2755b11-f7ed-4f1d-a6b1-79225097c485} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 772 | 2024.11.14 04:46:29.594189 [ 250 ] {e2755b11-f7ed-4f1d-a6b1-79225097c485} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 773 | 2024.11.14 04:46:29.594806 [ 250 ] {e2755b11-f7ed-4f1d-a6b1-79225097c485} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 774 | 2024.11.14 04:46:29.594842 [ 250 ] {e2755b11-f7ed-4f1d-a6b1-79225097c485} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 775 | 2024.11.14 04:46:29.595180 [ 250 ] {e2755b11-f7ed-4f1d-a6b1-79225097c485} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 776 | 2024.11.14 04:46:29.595414 [ 250 ] {e2755b11-f7ed-4f1d-a6b1-79225097c485} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 777 | 2024.11.14 04:46:29.595638 [ 250 ] {e2755b11-f7ed-4f1d-a6b1-79225097c485} <Debug> executeQuery: Read 29 rows, 2.33 KiB in 0.001503 sec., 19294.74384564205 rows/sec., 1.51 MiB/sec. | ||
| 778 | 2024.11.14 04:46:29.595739 [ 250 ] {e2755b11-f7ed-4f1d-a6b1-79225097c485} <Debug> TCPHandler: Processed in 0.001793412 sec. | ||
| 779 | 2024.11.14 04:46:29.595895 [ 3 ] {} <Trace> TCP-Session: 9f248b99-882c-45d7-9b22-469039c64ac2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 780 | 2024.11.14 04:46:29.596021 [ 3 ] {6a525bd2-6e61-4165-956b-019ac91c5714} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38190) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 781 | 2024.11.14 04:46:29.596098 [ 3 ] {6a525bd2-6e61-4165-956b-019ac91c5714} <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 | ||
| 782 | 2024.11.14 04:46:29.597350 [ 3 ] {6a525bd2-6e61-4165-956b-019ac91c5714} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 783 | 2024.11.14 04:46:29.597387 [ 3 ] {6a525bd2-6e61-4165-956b-019ac91c5714} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 784 | 2024.11.14 04:46:29.602443 [ 3 ] {6a525bd2-6e61-4165-956b-019ac91c5714} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 785 | 2024.11.14 04:46:29.602754 [ 3 ] {6a525bd2-6e61-4165-956b-019ac91c5714} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 786 | 2024.11.14 04:46:29.603009 [ 3 ] {6a525bd2-6e61-4165-956b-019ac91c5714} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.00701 sec., 2425.1069900142656 rows/sec., 4.35 MiB/sec. | ||
| 787 | 2024.11.14 04:46:29.603099 [ 3 ] {6a525bd2-6e61-4165-956b-019ac91c5714} <Debug> TCPHandler: Processed in 0.00726543 sec. | ||
| 788 | 2024.11.14 04:46:29.603248 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 789 | 2024.11.14 04:46:29.603353 [ 250 ] {762afe9d-f197-4ca3-bce5-1a1bf9cce223} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 790 | 2024.11.14 04:46:29.603399 [ 250 ] {762afe9d-f197-4ca3-bce5-1a1bf9cce223} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 791 | 2024.11.14 04:46:29.605719 [ 250 ] {762afe9d-f197-4ca3-bce5-1a1bf9cce223} <Trace> oximeter.measurements_i64 (e86ff124-2fb2-42f7-9780-c2e2f15f1a1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 792 | 2024.11.14 04:46:29.605753 [ 250 ] {762afe9d-f197-4ca3-bce5-1a1bf9cce223} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 793 | 2024.11.14 04:46:29.606100 [ 250 ] {762afe9d-f197-4ca3-bce5-1a1bf9cce223} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 794 | 2024.11.14 04:46:29.606339 [ 250 ] {762afe9d-f197-4ca3-bce5-1a1bf9cce223} <Trace> oximeter.measurements_i64 (e86ff124-2fb2-42f7-9780-c2e2f15f1a1b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 795 | 2024.11.14 04:46:29.606569 [ 250 ] {762afe9d-f197-4ca3-bce5-1a1bf9cce223} <Debug> executeQuery: Read 18 rows, 1.33 KiB in 0.003223 sec., 5584.858827179646 rows/sec., 412.08 KiB/sec. | ||
| 796 | 2024.11.14 04:46:29.606624 [ 250 ] {762afe9d-f197-4ca3-bce5-1a1bf9cce223} <Debug> TCPHandler: Processed in 0.003428069 sec. | ||
| 797 | 2024.11.14 04:46:36.211034 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62766, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 798 | 2024.11.14 04:46:36.441750 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60439, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 799 | 2024.11.14 04:46:36.536396 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64442, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 800 | 2024.11.14 04:46:36.551798 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43476, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 801 | 2024.11.14 04:46:36.697133 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41017, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 802 | 2024.11.14 04:46:36.704617 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53716, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 803 | 2024.11.14 04:46:36.705954 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45795, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 804 | 2024.11.14 04:46:36.706122 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34750, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 805 | 2024.11.14 04:46:38.288097 [ 102 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 806 | 2024.11.14 04:46:38.288198 [ 102 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 807 | 2024.11.14 04:46:38.349430 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 110 | ||
| 808 | 2024.11.14 04:46:38.356950 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 809 | 2024.11.14 04:46:38.356992 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 810 | 2024.11.14 04:46:38.358465 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 811 | 2024.11.14 04:46:38.358771 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 812 | 2024.11.14 04:46:38.359257 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 110 | ||
| 813 | 2024.11.14 04:46:39.527891 [ 3 ] {} <Trace> TCP-Session: 9f248b99-882c-45d7-9b22-469039c64ac2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 814 | 2024.11.14 04:46:39.528116 [ 3 ] {8531d126-f90c-4c1a-b7f9-eef93f727877} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38190) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 815 | 2024.11.14 04:46:39.528199 [ 3 ] {8531d126-f90c-4c1a-b7f9-eef93f727877} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 816 | 2024.11.14 04:46:39.528954 [ 3 ] {8531d126-f90c-4c1a-b7f9-eef93f727877} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 817 | 2024.11.14 04:46:39.529008 [ 3 ] {8531d126-f90c-4c1a-b7f9-eef93f727877} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 818 | 2024.11.14 04:46:39.529439 [ 3 ] {8531d126-f90c-4c1a-b7f9-eef93f727877} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 819 | 2024.11.14 04:46:39.529698 [ 3 ] {8531d126-f90c-4c1a-b7f9-eef93f727877} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 820 | 2024.11.14 04:46:39.529938 [ 3 ] {8531d126-f90c-4c1a-b7f9-eef93f727877} <Debug> executeQuery: Read 34 rows, 3.19 KiB in 0.001874 sec., 18143.009605122734 rows/sec., 1.66 MiB/sec. | ||
| 821 | 2024.11.14 04:46:39.530005 [ 3 ] {8531d126-f90c-4c1a-b7f9-eef93f727877} <Debug> TCPHandler: Processed in 0.002241835 sec. | ||
| 822 | 2024.11.14 04:46:39.530205 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 823 | 2024.11.14 04:46:39.530351 [ 250 ] {6bbea50c-e34f-40de-9a91-e65988f565c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 824 | 2024.11.14 04:46:39.530408 [ 250 ] {6bbea50c-e34f-40de-9a91-e65988f565c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 825 | 2024.11.14 04:46:39.531078 [ 250 ] {6bbea50c-e34f-40de-9a91-e65988f565c8} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 826 | 2024.11.14 04:46:39.531126 [ 250 ] {6bbea50c-e34f-40de-9a91-e65988f565c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 827 | 2024.11.14 04:46:39.531495 [ 250 ] {6bbea50c-e34f-40de-9a91-e65988f565c8} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 828 | 2024.11.14 04:46:39.531742 [ 250 ] {6bbea50c-e34f-40de-9a91-e65988f565c8} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 829 | 2024.11.14 04:46:39.532016 [ 250 ] {6bbea50c-e34f-40de-9a91-e65988f565c8} <Debug> executeQuery: Read 17 rows, 1.28 KiB in 0.001684 sec., 10095.011876484561 rows/sec., 759.10 KiB/sec. | ||
| 830 | 2024.11.14 04:46:39.532089 [ 250 ] {6bbea50c-e34f-40de-9a91-e65988f565c8} <Debug> TCPHandler: Processed in 0.001955166 sec. | ||
| 831 | 2024.11.14 04:46:39.532265 [ 3 ] {} <Trace> TCP-Session: 9f248b99-882c-45d7-9b22-469039c64ac2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 832 | 2024.11.14 04:46:39.532395 [ 3 ] {c9623680-21d9-4a04-8611-6b8bd5a1e339} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 833 | 2024.11.14 04:46:39.532448 [ 3 ] {c9623680-21d9-4a04-8611-6b8bd5a1e339} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 834 | 2024.11.14 04:46:39.533092 [ 3 ] {c9623680-21d9-4a04-8611-6b8bd5a1e339} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 835 | 2024.11.14 04:46:39.533136 [ 3 ] {c9623680-21d9-4a04-8611-6b8bd5a1e339} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 836 | 2024.11.14 04:46:39.533482 [ 3 ] {c9623680-21d9-4a04-8611-6b8bd5a1e339} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 837 | 2024.11.14 04:46:39.533712 [ 3 ] {c9623680-21d9-4a04-8611-6b8bd5a1e339} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 838 | 2024.11.14 04:46:39.533916 [ 3 ] {c9623680-21d9-4a04-8611-6b8bd5a1e339} <Debug> executeQuery: Read 17 rows, 1.36 KiB in 0.001551 sec., 10960.670535138619 rows/sec., 877.71 KiB/sec. | ||
| 839 | 2024.11.14 04:46:39.533966 [ 3 ] {c9623680-21d9-4a04-8611-6b8bd5a1e339} <Debug> TCPHandler: Processed in 0.001764 sec. | ||
| 840 | 2024.11.14 04:46:39.534104 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 841 | 2024.11.14 04:46:39.534233 [ 250 ] {31148a09-7bd3-43ab-8cd9-0a0cc1f87234} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 842 | 2024.11.14 04:46:39.534314 [ 250 ] {31148a09-7bd3-43ab-8cd9-0a0cc1f87234} <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 | ||
| 843 | 2024.11.14 04:46:39.535556 [ 250 ] {31148a09-7bd3-43ab-8cd9-0a0cc1f87234} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 844 | 2024.11.14 04:46:39.535596 [ 250 ] {31148a09-7bd3-43ab-8cd9-0a0cc1f87234} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 845 | 2024.11.14 04:46:39.536195 [ 250 ] {31148a09-7bd3-43ab-8cd9-0a0cc1f87234} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 846 | 2024.11.14 04:46:39.536463 [ 250 ] {31148a09-7bd3-43ab-8cd9-0a0cc1f87234} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 847 | 2024.11.14 04:46:39.536814 [ 250 ] {31148a09-7bd3-43ab-8cd9-0a0cc1f87234} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.002601 sec., 6535.9477124183 rows/sec., 11.71 MiB/sec. | ||
| 848 | 2024.11.14 04:46:39.536919 [ 250 ] {31148a09-7bd3-43ab-8cd9-0a0cc1f87234} <Debug> TCPHandler: Processed in 0.002866083 sec. | ||
| 849 | 2024.11.14 04:46:39.583982 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:48940, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 850 | 2024.11.14 04:46:39.764003 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:37507, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 851 | 2024.11.14 04:46:40.145379 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:46262, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 852 | 2024.11.14 04:46:40.281018 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:49257, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 853 | 2024.11.14 04:46:40.335333 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:44470, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 854 | 2024.11.14 04:46:40.347748 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:62132, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 855 | 2024.11.14 04:46:40.363179 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:40914, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 856 | 2024.11.14 04:46:40.372424 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:45609, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 857 | 2024.11.14 04:46:40.384770 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:50184, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 858 | 2024.11.14 04:46:40.540053 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:35001, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 859 | 2024.11.14 04:46:40.547562 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:61121, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 860 | 2024.11.14 04:46:40.551012 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:49261, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 861 | 2024.11.14 04:46:40.551302 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:35637, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 862 | 2024.11.14 04:46:40.615002 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:42840, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 863 | 2024.11.14 04:46:40.625283 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:44489, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 864 | 2024.11.14 04:46:40.677704 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:64110, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 865 | 2024.11.14 04:46:41.242767 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:47677, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 866 | 2024.11.14 04:46:41.686045 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:63880, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 867 | 2024.11.14 04:46:41.776467 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:45400, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 868 | 2024.11.14 04:46:41.887229 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:44729, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 869 | 2024.11.14 04:46:42.014994 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:46591, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 870 | 2024.11.14 04:46:42.100647 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:52476, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 871 | 2024.11.14 04:46:42.108207 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:41346, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 872 | 2024.11.14 04:46:42.111859 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:64964, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 873 | 2024.11.14 04:46:48.360302 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 8 entries to flush up to offset 118 | ||
| 874 | 2024.11.14 04:46:48.362656 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 875 | 2024.11.14 04:46:48.362696 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 876 | 2024.11.14 04:46:48.364139 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 877 | 2024.11.14 04:46:48.364448 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 878 | 2024.11.14 04:46:48.364901 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 118 | ||
| 879 | 2024.11.14 04:46:53.288288 [ 90 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 880 | 2024.11.14 04:46:53.288391 [ 90 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 881 | 2024.11.14 04:46:54.527843 [ 3 ] {} <Trace> TCP-Session: 9f248b99-882c-45d7-9b22-469039c64ac2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 882 | 2024.11.14 04:46:54.528168 [ 3 ] {dd1d40a8-1be1-4139-a2db-76299cdfd6a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38190) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 883 | 2024.11.14 04:46:54.528282 [ 3 ] {dd1d40a8-1be1-4139-a2db-76299cdfd6a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 884 | 2024.11.14 04:46:54.529170 [ 3 ] {dd1d40a8-1be1-4139-a2db-76299cdfd6a3} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 885 | 2024.11.14 04:46:54.529210 [ 3 ] {dd1d40a8-1be1-4139-a2db-76299cdfd6a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 886 | 2024.11.14 04:46:54.529619 [ 3 ] {dd1d40a8-1be1-4139-a2db-76299cdfd6a3} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 887 | 2024.11.14 04:46:54.529871 [ 3 ] {dd1d40a8-1be1-4139-a2db-76299cdfd6a3} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 888 | 2024.11.14 04:46:54.530062 [ 3 ] {dd1d40a8-1be1-4139-a2db-76299cdfd6a3} <Debug> executeQuery: Read 34 rows, 3.19 KiB in 0.001977 sec., 17197.77440566515 rows/sec., 1.57 MiB/sec. | ||
| 889 | 2024.11.14 04:46:54.530115 [ 3 ] {dd1d40a8-1be1-4139-a2db-76299cdfd6a3} <Debug> TCPHandler: Processed in 0.002452691 sec. | ||
| 890 | 2024.11.14 04:46:54.530314 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 891 | 2024.11.14 04:46:54.530449 [ 250 ] {20756b94-24ab-4b8d-863e-abd513e6e62e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 892 | 2024.11.14 04:46:54.530503 [ 250 ] {20756b94-24ab-4b8d-863e-abd513e6e62e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 893 | 2024.11.14 04:46:54.531080 [ 250 ] {20756b94-24ab-4b8d-863e-abd513e6e62e} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 894 | 2024.11.14 04:46:54.531118 [ 250 ] {20756b94-24ab-4b8d-863e-abd513e6e62e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 895 | 2024.11.14 04:46:54.531462 [ 250 ] {20756b94-24ab-4b8d-863e-abd513e6e62e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 896 | 2024.11.14 04:46:54.531695 [ 250 ] {20756b94-24ab-4b8d-863e-abd513e6e62e} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 897 | 2024.11.14 04:46:54.531878 [ 250 ] {20756b94-24ab-4b8d-863e-abd513e6e62e} <Debug> executeQuery: Read 17 rows, 1.28 KiB in 0.001457 sec., 11667.810569663692 rows/sec., 877.36 KiB/sec. | ||
| 898 | 2024.11.14 04:46:54.531930 [ 250 ] {20756b94-24ab-4b8d-863e-abd513e6e62e} <Debug> TCPHandler: Processed in 0.001685509 sec. | ||
| 899 | 2024.11.14 04:46:54.532095 [ 3 ] {} <Trace> TCP-Session: 9f248b99-882c-45d7-9b22-469039c64ac2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 900 | 2024.11.14 04:46:54.532221 [ 3 ] {21381d3c-2601-4b5a-9703-df95230bc3c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 901 | 2024.11.14 04:46:54.532275 [ 3 ] {21381d3c-2601-4b5a-9703-df95230bc3c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 902 | 2024.11.14 04:46:54.532859 [ 3 ] {21381d3c-2601-4b5a-9703-df95230bc3c7} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 903 | 2024.11.14 04:46:54.532898 [ 3 ] {21381d3c-2601-4b5a-9703-df95230bc3c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 904 | 2024.11.14 04:46:54.533237 [ 3 ] {21381d3c-2601-4b5a-9703-df95230bc3c7} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 905 | 2024.11.14 04:46:54.533471 [ 3 ] {21381d3c-2601-4b5a-9703-df95230bc3c7} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 906 | 2024.11.14 04:46:54.533676 [ 3 ] {21381d3c-2601-4b5a-9703-df95230bc3c7} <Debug> executeQuery: Read 17 rows, 1.36 KiB in 0.001483 sec., 11463.25016857721 rows/sec., 917.96 KiB/sec. | ||
| 907 | 2024.11.14 04:46:54.533727 [ 3 ] {21381d3c-2601-4b5a-9703-df95230bc3c7} <Debug> TCPHandler: Processed in 0.001693519 sec. | ||
| 908 | 2024.11.14 04:46:54.533888 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 909 | 2024.11.14 04:46:54.534014 [ 250 ] {18bb20d5-8603-4007-91f1-0f7f71956f61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 910 | 2024.11.14 04:46:54.534092 [ 250 ] {18bb20d5-8603-4007-91f1-0f7f71956f61} <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 | ||
| 911 | 2024.11.14 04:46:54.535245 [ 250 ] {18bb20d5-8603-4007-91f1-0f7f71956f61} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 912 | 2024.11.14 04:46:54.535283 [ 250 ] {18bb20d5-8603-4007-91f1-0f7f71956f61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 913 | 2024.11.14 04:46:54.535894 [ 250 ] {18bb20d5-8603-4007-91f1-0f7f71956f61} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 914 | 2024.11.14 04:46:54.536149 [ 250 ] {18bb20d5-8603-4007-91f1-0f7f71956f61} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 915 | 2024.11.14 04:46:54.536445 [ 250 ] {18bb20d5-8603-4007-91f1-0f7f71956f61} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.002455 sec., 6924.643584521385 rows/sec., 12.41 MiB/sec. | ||
| 916 | 2024.11.14 04:46:54.536736 [ 250 ] {18bb20d5-8603-4007-91f1-0f7f71956f61} <Debug> TCPHandler: Processed in 0.002910054 sec. | ||
| 917 | 2024.11.14 04:46:58.365159 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 8 entries to flush up to offset 126 | ||
| 918 | 2024.11.14 04:46:58.367810 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 919 | 2024.11.14 04:46:58.367860 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 920 | 2024.11.14 04:46:58.369315 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 921 | 2024.11.14 04:46:58.369637 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 922 | 2024.11.14 04:46:58.370153 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 126 | ||
| 923 | 2024.11.14 04:46:59.526826 [ 3 ] {} <Trace> TCP-Session: 9f248b99-882c-45d7-9b22-469039c64ac2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 924 | 2024.11.14 04:46:59.527148 [ 3 ] {94f76f5a-f4cb-42a6-acd4-f8cb497bb10b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38190) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 925 | 2024.11.14 04:46:59.529458 [ 3 ] {94f76f5a-f4cb-42a6-acd4-f8cb497bb10b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 926 | 2024.11.14 04:46:59.532201 [ 3 ] {94f76f5a-f4cb-42a6-acd4-f8cb497bb10b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 927 | 2024.11.14 04:46:59.532455 [ 3 ] {94f76f5a-f4cb-42a6-acd4-f8cb497bb10b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 928 | 2024.11.14 04:46:59.534546 [ 3 ] {94f76f5a-f4cb-42a6-acd4-f8cb497bb10b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 929 | 2024.11.14 04:46:59.536912 [ 3 ] {94f76f5a-f4cb-42a6-acd4-f8cb497bb10b} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Key condition: (column 0 notIn 4-element set) | ||
| 930 | 2024.11.14 04:46:59.541885 [ 3 ] {94f76f5a-f4cb-42a6-acd4-f8cb497bb10b} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 931 | 2024.11.14 04:46:59.543798 [ 3 ] {94f76f5a-f4cb-42a6-acd4-f8cb497bb10b} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (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 | ||
| 932 | 2024.11.14 04:46:59.543824 [ 3 ] {94f76f5a-f4cb-42a6-acd4-f8cb497bb10b} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 933 | 2024.11.14 04:46:59.545803 [ 3 ] {94f76f5a-f4cb-42a6-acd4-f8cb497bb10b} <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', 'http_service:request_latency_histogram'))" | ||
| 934 | 2024.11.14 04:46:59.545834 [ 3 ] {94f76f5a-f4cb-42a6-acd4-f8cb497bb10b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 935 | 2024.11.14 04:46:59.569383 [ 3 ] {94f76f5a-f4cb-42a6-acd4-f8cb497bb10b} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.042322 sec., 94.51349180095458 rows/sec., 4.36 KiB/sec. | ||
| 936 | 2024.11.14 04:46:59.569513 [ 3 ] {94f76f5a-f4cb-42a6-acd4-f8cb497bb10b} <Debug> TCPHandler: Processed in 0.042872222 sec. | ||
| 937 | 2024.11.14 04:46:59.569972 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 938 | 2024.11.14 04:46:59.570173 [ 250 ] {79cc32f5-8c69-4171-bdfd-1340cab014e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 939 | 2024.11.14 04:46:59.570490 [ 250 ] {79cc32f5-8c69-4171-bdfd-1340cab014e8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 940 | 2024.11.14 04:46:59.570530 [ 250 ] {79cc32f5-8c69-4171-bdfd-1340cab014e8} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'static_routing_config:static_routes')" moved to PREWHERE | ||
| 941 | 2024.11.14 04:46:59.570793 [ 250 ] {79cc32f5-8c69-4171-bdfd-1340cab014e8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 942 | 2024.11.14 04:46:59.570876 [ 250 ] {79cc32f5-8c69-4171-bdfd-1340cab014e8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 943 | 2024.11.14 04:46:59.571045 [ 250 ] {79cc32f5-8c69-4171-bdfd-1340cab014e8} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Key condition: (column 0 notIn 5-element set) | ||
| 944 | 2024.11.14 04:46:59.571081 [ 250 ] {79cc32f5-8c69-4171-bdfd-1340cab014e8} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 945 | 2024.11.14 04:46:59.571104 [ 250 ] {79cc32f5-8c69-4171-bdfd-1340cab014e8} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (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 | ||
| 946 | 2024.11.14 04:46:59.571121 [ 250 ] {79cc32f5-8c69-4171-bdfd-1340cab014e8} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 947 | 2024.11.14 04:46:59.571163 [ 250 ] {79cc32f5-8c69-4171-bdfd-1340cab014e8} <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', 'http_service:request_latency_histogram', 'static_routing_config:static_routes'))" | ||
| 948 | 2024.11.14 04:46:59.571184 [ 250 ] {79cc32f5-8c69-4171-bdfd-1340cab014e8} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 949 | 2024.11.14 04:46:59.571742 [ 250 ] {79cc32f5-8c69-4171-bdfd-1340cab014e8} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001652 sec., 2421.3075060532688 rows/sec., 111.73 KiB/sec. | ||
| 950 | 2024.11.14 04:46:59.571857 [ 250 ] {79cc32f5-8c69-4171-bdfd-1340cab014e8} <Debug> TCPHandler: Processed in 0.001965497 sec. | ||
| 951 | 2024.11.14 04:46:59.572180 [ 3 ] {} <Trace> TCP-Session: 9f248b99-882c-45d7-9b22-469039c64ac2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 952 | 2024.11.14 04:46:59.572323 [ 3 ] {216b9530-4ba7-452b-8289-08e3bd0812db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38190) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 953 | 2024.11.14 04:46:59.572561 [ 3 ] {216b9530-4ba7-452b-8289-08e3bd0812db} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 954 | 2024.11.14 04:46:59.572594 [ 3 ] {216b9530-4ba7-452b-8289-08e3bd0812db} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes')" moved to PREWHERE | ||
| 955 | 2024.11.14 04:46:59.572803 [ 3 ] {216b9530-4ba7-452b-8289-08e3bd0812db} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 956 | 2024.11.14 04:46:59.572867 [ 3 ] {216b9530-4ba7-452b-8289-08e3bd0812db} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 957 | 2024.11.14 04:46:59.573005 [ 3 ] {216b9530-4ba7-452b-8289-08e3bd0812db} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Key condition: (column 0 notIn 6-element set) | ||
| 958 | 2024.11.14 04:46:59.573042 [ 3 ] {216b9530-4ba7-452b-8289-08e3bd0812db} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 959 | 2024.11.14 04:46:59.573063 [ 3 ] {216b9530-4ba7-452b-8289-08e3bd0812db} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (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 | ||
| 960 | 2024.11.14 04:46:59.573079 [ 3 ] {216b9530-4ba7-452b-8289-08e3bd0812db} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 961 | 2024.11.14 04:46:59.573119 [ 3 ] {216b9530-4ba7-452b-8289-08e3bd0812db} <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', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes'))" | ||
| 962 | 2024.11.14 04:46:59.573139 [ 3 ] {216b9530-4ba7-452b-8289-08e3bd0812db} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 963 | 2024.11.14 04:46:59.573651 [ 3 ] {216b9530-4ba7-452b-8289-08e3bd0812db} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001423 sec., 2810.9627547434998 rows/sec., 129.71 KiB/sec. | ||
| 964 | 2024.11.14 04:46:59.573756 [ 3 ] {216b9530-4ba7-452b-8289-08e3bd0812db} <Debug> TCPHandler: Processed in 0.001677588 sec. | ||
| 965 | 2024.11.14 04:46:59.573968 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 966 | 2024.11.14 04:46:59.574179 [ 250 ] {61b975f8-ebe8-4d13-baa7-e1c270746a10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 967 | 2024.11.14 04:46:59.574427 [ 250 ] {61b975f8-ebe8-4d13-baa7-e1c270746a10} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 968 | 2024.11.14 04:46:59.574462 [ 250 ] {61b975f8-ebe8-4d13-baa7-e1c270746a10} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 969 | 2024.11.14 04:46:59.574683 [ 250 ] {61b975f8-ebe8-4d13-baa7-e1c270746a10} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 970 | 2024.11.14 04:46:59.574747 [ 250 ] {61b975f8-ebe8-4d13-baa7-e1c270746a10} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 971 | 2024.11.14 04:46:59.574887 [ 250 ] {61b975f8-ebe8-4d13-baa7-e1c270746a10} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Key condition: (column 0 notIn 7-element set) | ||
| 972 | 2024.11.14 04:46:59.574920 [ 250 ] {61b975f8-ebe8-4d13-baa7-e1c270746a10} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 973 | 2024.11.14 04:46:59.574947 [ 250 ] {61b975f8-ebe8-4d13-baa7-e1c270746a10} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (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 | ||
| 974 | 2024.11.14 04:46:59.574964 [ 250 ] {61b975f8-ebe8-4d13-baa7-e1c270746a10} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 975 | 2024.11.14 04:46:59.575008 [ 250 ] {61b975f8-ebe8-4d13-baa7-e1c270746a10} <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', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 976 | 2024.11.14 04:46:59.575028 [ 250 ] {61b975f8-ebe8-4d13-baa7-e1c270746a10} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 977 | 2024.11.14 04:46:59.575593 [ 250 ] {61b975f8-ebe8-4d13-baa7-e1c270746a10} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.00147 sec., 2721.08843537415 rows/sec., 125.56 KiB/sec. | ||
| 978 | 2024.11.14 04:46:59.575707 [ 250 ] {61b975f8-ebe8-4d13-baa7-e1c270746a10} <Debug> TCPHandler: Processed in 0.00172852 sec. | ||
| 979 | 2024.11.14 04:46:59.576531 [ 3 ] {} <Trace> TCP-Session: 9f248b99-882c-45d7-9b22-469039c64ac2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 980 | 2024.11.14 04:46:59.576671 [ 3 ] {8378dcd0-7454-49e9-a561-13f00c41777a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38190) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 981 | 2024.11.14 04:46:59.576728 [ 3 ] {8378dcd0-7454-49e9-a561-13f00c41777a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 982 | 2024.11.14 04:46:59.577454 [ 3 ] {8378dcd0-7454-49e9-a561-13f00c41777a} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 983 | 2024.11.14 04:46:59.577501 [ 3 ] {8378dcd0-7454-49e9-a561-13f00c41777a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 984 | 2024.11.14 04:46:59.578062 [ 3 ] {8378dcd0-7454-49e9-a561-13f00c41777a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 985 | 2024.11.14 04:46:59.578296 [ 3 ] {8378dcd0-7454-49e9-a561-13f00c41777a} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 986 | 2024.11.14 04:46:59.578531 [ 3 ] {8378dcd0-7454-49e9-a561-13f00c41777a} <Debug> executeQuery: Read 4 rows, 521.00 B in 0.001892 sec., 2114.164904862579 rows/sec., 268.92 KiB/sec. | ||
| 987 | 2024.11.14 04:46:59.578690 [ 3 ] {8378dcd0-7454-49e9-a561-13f00c41777a} <Debug> TCPHandler: Processed in 0.002219375 sec. | ||
| 988 | 2024.11.14 04:46:59.578849 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 989 | 2024.11.14 04:46:59.578986 [ 250 ] {ea870446-2659-43b9-9335-bc4a0172d519} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 990 | 2024.11.14 04:46:59.579049 [ 250 ] {ea870446-2659-43b9-9335-bc4a0172d519} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 991 | 2024.11.14 04:46:59.579639 [ 250 ] {ea870446-2659-43b9-9335-bc4a0172d519} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 992 | 2024.11.14 04:46:59.579678 [ 250 ] {ea870446-2659-43b9-9335-bc4a0172d519} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 993 | 2024.11.14 04:46:59.580036 [ 250 ] {ea870446-2659-43b9-9335-bc4a0172d519} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 994 | 2024.11.14 04:46:59.580278 [ 250 ] {ea870446-2659-43b9-9335-bc4a0172d519} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 995 | 2024.11.14 04:46:59.580489 [ 250 ] {ea870446-2659-43b9-9335-bc4a0172d519} <Debug> executeQuery: Read 4 rows, 345.00 B in 0.001539 sec., 2599.090318388564 rows/sec., 218.92 KiB/sec. | ||
| 996 | 2024.11.14 04:46:59.580542 [ 250 ] {ea870446-2659-43b9-9335-bc4a0172d519} <Debug> TCPHandler: Processed in 0.001759451 sec. | ||
| 997 | 2024.11.14 04:46:59.580673 [ 3 ] {} <Trace> TCP-Session: 9f248b99-882c-45d7-9b22-469039c64ac2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 998 | 2024.11.14 04:46:59.580781 [ 3 ] {1eee838a-68d0-4588-9ea3-1e76d02ee65b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38190) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 999 | 2024.11.14 04:46:59.580825 [ 3 ] {1eee838a-68d0-4588-9ea3-1e76d02ee65b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1000 | 2024.11.14 04:46:59.581342 [ 3 ] {1eee838a-68d0-4588-9ea3-1e76d02ee65b} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1001 | 2024.11.14 04:46:59.581381 [ 3 ] {1eee838a-68d0-4588-9ea3-1e76d02ee65b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 1002 | 2024.11.14 04:46:59.581723 [ 3 ] {1eee838a-68d0-4588-9ea3-1e76d02ee65b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1003 | 2024.11.14 04:46:59.581961 [ 3 ] {1eee838a-68d0-4588-9ea3-1e76d02ee65b} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1004 | 2024.11.14 04:46:59.582162 [ 3 ] {1eee838a-68d0-4588-9ea3-1e76d02ee65b} <Debug> executeQuery: Read 8 rows, 658.00 B in 0.001403 sec., 5702.066999287242 rows/sec., 458.00 KiB/sec. | ||
| 1005 | 2024.11.14 04:46:59.582213 [ 3 ] {1eee838a-68d0-4588-9ea3-1e76d02ee65b} <Debug> TCPHandler: Processed in 0.001592906 sec. | ||
| 1006 | 2024.11.14 04:46:59.582344 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1007 | 2024.11.14 04:46:59.582449 [ 250 ] {b3f96dc8-df56-403a-9719-c11d94e53574} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1008 | 2024.11.14 04:46:59.582497 [ 250 ] {b3f96dc8-df56-403a-9719-c11d94e53574} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1009 | 2024.11.14 04:46:59.582958 [ 250 ] {b3f96dc8-df56-403a-9719-c11d94e53574} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1010 | 2024.11.14 04:46:59.582996 [ 250 ] {b3f96dc8-df56-403a-9719-c11d94e53574} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 1011 | 2024.11.14 04:46:59.583367 [ 250 ] {b3f96dc8-df56-403a-9719-c11d94e53574} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1012 | 2024.11.14 04:46:59.583604 [ 250 ] {b3f96dc8-df56-403a-9719-c11d94e53574} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1013 | 2024.11.14 04:46:59.583785 [ 250 ] {b3f96dc8-df56-403a-9719-c11d94e53574} <Debug> executeQuery: Read 10 rows, 780.00 B in 0.00135 sec., 7407.407407407407 rows/sec., 564.24 KiB/sec. | ||
| 1014 | 2024.11.14 04:46:59.583893 [ 250 ] {b3f96dc8-df56-403a-9719-c11d94e53574} <Debug> TCPHandler: Processed in 0.001596856 sec. | ||
| 1015 | 2024.11.14 04:46:59.584074 [ 3 ] {} <Trace> TCP-Session: 9f248b99-882c-45d7-9b22-469039c64ac2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1016 | 2024.11.14 04:46:59.584206 [ 3 ] {f6fa1386-12c0-40c4-83ac-02b9e988a2c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38190) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1017 | 2024.11.14 04:46:59.584264 [ 3 ] {f6fa1386-12c0-40c4-83ac-02b9e988a2c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1018 | 2024.11.14 04:46:59.584842 [ 3 ] {f6fa1386-12c0-40c4-83ac-02b9e988a2c5} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1019 | 2024.11.14 04:46:59.584887 [ 3 ] {f6fa1386-12c0-40c4-83ac-02b9e988a2c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 1020 | 2024.11.14 04:46:59.585259 [ 3 ] {f6fa1386-12c0-40c4-83ac-02b9e988a2c5} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1021 | 2024.11.14 04:46:59.585499 [ 3 ] {f6fa1386-12c0-40c4-83ac-02b9e988a2c5} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1022 | 2024.11.14 04:46:59.585719 [ 3 ] {f6fa1386-12c0-40c4-83ac-02b9e988a2c5} <Debug> executeQuery: Read 10 rows, 645.00 B in 0.001534 sec., 6518.90482398957 rows/sec., 410.61 KiB/sec. | ||
| 1023 | 2024.11.14 04:46:59.585782 [ 3 ] {f6fa1386-12c0-40c4-83ac-02b9e988a2c5} <Debug> TCPHandler: Processed in 0.001795412 sec. | ||
| 1024 | 2024.11.14 04:47:04.527941 [ 3 ] {} <Trace> TCP-Session: 9f248b99-882c-45d7-9b22-469039c64ac2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1025 | 2024.11.14 04:47:04.528262 [ 3 ] {fb1bf716-8f34-49ff-a8c7-46c6537488c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38190) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1026 | 2024.11.14 04:47:04.528337 [ 3 ] {fb1bf716-8f34-49ff-a8c7-46c6537488c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1027 | 2024.11.14 04:47:04.529037 [ 3 ] {fb1bf716-8f34-49ff-a8c7-46c6537488c9} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1028 | 2024.11.14 04:47:04.529086 [ 3 ] {fb1bf716-8f34-49ff-a8c7-46c6537488c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 1029 | 2024.11.14 04:47:04.529508 [ 3 ] {fb1bf716-8f34-49ff-a8c7-46c6537488c9} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1030 | 2024.11.14 04:47:04.529759 [ 3 ] {fb1bf716-8f34-49ff-a8c7-46c6537488c9} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1031 | 2024.11.14 04:47:04.530002 [ 3 ] {fb1bf716-8f34-49ff-a8c7-46c6537488c9} <Debug> executeQuery: Read 4 rows, 345.00 B in 0.001826 sec., 2190.580503833516 rows/sec., 184.51 KiB/sec. | ||
| 1032 | 2024.11.14 04:47:04.530057 [ 3 ] {fb1bf716-8f34-49ff-a8c7-46c6537488c9} <Debug> TCPHandler: Processed in 0.002299987 sec. | ||
| 1033 | 2024.11.14 04:47:04.530253 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1034 | 2024.11.14 04:47:04.530390 [ 250 ] {b68fbc44-1b5f-4563-9647-d7b472b88c80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1035 | 2024.11.14 04:47:04.530446 [ 250 ] {b68fbc44-1b5f-4563-9647-d7b472b88c80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1036 | 2024.11.14 04:47:04.531092 [ 250 ] {b68fbc44-1b5f-4563-9647-d7b472b88c80} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1037 | 2024.11.14 04:47:04.531139 [ 250 ] {b68fbc44-1b5f-4563-9647-d7b472b88c80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 1038 | 2024.11.14 04:47:04.531503 [ 250 ] {b68fbc44-1b5f-4563-9647-d7b472b88c80} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1039 | 2024.11.14 04:47:04.531750 [ 250 ] {b68fbc44-1b5f-4563-9647-d7b472b88c80} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1040 | 2024.11.14 04:47:04.532012 [ 250 ] {b68fbc44-1b5f-4563-9647-d7b472b88c80} <Debug> executeQuery: Read 8 rows, 658.00 B in 0.00165 sec., 4848.484848484849 rows/sec., 389.44 KiB/sec. | ||
| 1041 | 2024.11.14 04:47:04.532198 [ 250 ] {b68fbc44-1b5f-4563-9647-d7b472b88c80} <Debug> TCPHandler: Processed in 0.002007908 sec. | ||
| 1042 | 2024.11.14 04:47:04.532368 [ 3 ] {} <Trace> TCP-Session: 9f248b99-882c-45d7-9b22-469039c64ac2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1043 | 2024.11.14 04:47:04.532496 [ 3 ] {e9e4b61c-fe4c-4edc-9534-ee9715973aab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38190) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1044 | 2024.11.14 04:47:04.532554 [ 3 ] {e9e4b61c-fe4c-4edc-9534-ee9715973aab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1045 | 2024.11.14 04:47:04.533135 [ 3 ] {e9e4b61c-fe4c-4edc-9534-ee9715973aab} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1046 | 2024.11.14 04:47:04.533181 [ 3 ] {e9e4b61c-fe4c-4edc-9534-ee9715973aab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 1047 | 2024.11.14 04:47:04.533543 [ 3 ] {e9e4b61c-fe4c-4edc-9534-ee9715973aab} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1048 | 2024.11.14 04:47:04.533777 [ 3 ] {e9e4b61c-fe4c-4edc-9534-ee9715973aab} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1049 | 2024.11.14 04:47:04.534053 [ 3 ] {e9e4b61c-fe4c-4edc-9534-ee9715973aab} <Debug> executeQuery: Read 10 rows, 780.00 B in 0.001567 sec., 6381.620931716656 rows/sec., 486.10 KiB/sec. | ||
| 1050 | 2024.11.14 04:47:04.534135 [ 3 ] {e9e4b61c-fe4c-4edc-9534-ee9715973aab} <Debug> TCPHandler: Processed in 0.001828553 sec. | ||
| 1051 | 2024.11.14 04:47:04.534269 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1052 | 2024.11.14 04:47:04.534374 [ 250 ] {a06f0bad-807a-4921-b03b-666139cf2644} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1053 | 2024.11.14 04:47:04.534420 [ 250 ] {a06f0bad-807a-4921-b03b-666139cf2644} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1054 | 2024.11.14 04:47:04.534839 [ 250 ] {a06f0bad-807a-4921-b03b-666139cf2644} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1055 | 2024.11.14 04:47:04.534877 [ 250 ] {a06f0bad-807a-4921-b03b-666139cf2644} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 1056 | 2024.11.14 04:47:04.535224 [ 250 ] {a06f0bad-807a-4921-b03b-666139cf2644} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1057 | 2024.11.14 04:47:04.535453 [ 250 ] {a06f0bad-807a-4921-b03b-666139cf2644} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1058 | 2024.11.14 04:47:04.535653 [ 250 ] {a06f0bad-807a-4921-b03b-666139cf2644} <Debug> executeQuery: Read 10 rows, 645.00 B in 0.001301 sec., 7686.395080707148 rows/sec., 484.15 KiB/sec. | ||
| 1059 | 2024.11.14 04:47:04.535701 [ 250 ] {a06f0bad-807a-4921-b03b-666139cf2644} <Debug> TCPHandler: Processed in 0.001482823 sec. | ||
| 1060 | 2024.11.14 04:47:06.218966 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43895, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1061 | 2024.11.14 04:47:06.454391 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42364, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1062 | 2024.11.14 04:47:06.554984 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33075, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1063 | 2024.11.14 04:47:06.560479 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53289, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1064 | 2024.11.14 04:47:06.706890 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52314, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1065 | 2024.11.14 04:47:06.710250 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61201, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1066 | 2024.11.14 04:47:06.715857 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34449, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1067 | 2024.11.14 04:47:06.721372 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33512, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1068 | 2024.11.14 04:47:08.288646 [ 77 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1069 | 2024.11.14 04:47:08.288698 [ 77 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1070 | 2024.11.14 04:47:08.370380 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 152 | ||
| 1071 | 2024.11.14 04:47:08.373493 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1072 | 2024.11.14 04:47:08.373549 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 1073 | 2024.11.14 04:47:08.375215 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1074 | 2024.11.14 04:47:08.375525 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1075 | 2024.11.14 04:47:08.376041 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 152 | ||
| 1076 | 2024.11.14 04:47:08.983944 [ 3 ] {} <Debug> TCPHandler: Done processing connection. | ||
| 1077 | 2024.11.14 04:47:08.984049 [ 3 ] {} <Debug> TCP-Session: 9f248b99-882c-45d7-9b22-469039c64ac2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1078 | 2024.11.14 04:47:09.000153 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 142.97 MiB, peak 146.13 MiB, free memory in arenas 0.00 B, will set to 145.61 MiB (RSS), difference: 2.63 MiB | ||
| 1079 | 2024.11.14 04:47:09.528794 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1080 | 2024.11.14 04:47:09.529002 [ 250 ] {7251c40e-5654-4b7d-84cf-4a8e864c3cd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1081 | 2024.11.14 04:47:09.529082 [ 250 ] {7251c40e-5654-4b7d-84cf-4a8e864c3cd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1082 | 2024.11.14 04:47:09.529858 [ 250 ] {7251c40e-5654-4b7d-84cf-4a8e864c3cd2} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1083 | 2024.11.14 04:47:09.529908 [ 250 ] {7251c40e-5654-4b7d-84cf-4a8e864c3cd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 1084 | 2024.11.14 04:47:09.530376 [ 250 ] {7251c40e-5654-4b7d-84cf-4a8e864c3cd2} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1085 | 2024.11.14 04:47:09.530636 [ 250 ] {7251c40e-5654-4b7d-84cf-4a8e864c3cd2} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1086 | 2024.11.14 04:47:09.530820 [ 76 ] {} <Debug> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1087 | 2024.11.14 04:47:09.530882 [ 250 ] {7251c40e-5654-4b7d-84cf-4a8e864c3cd2} <Debug> executeQuery: Read 38 rows, 3.52 KiB in 0.001935 sec., 19638.242894056846 rows/sec., 1.78 MiB/sec. | ||
| 1088 | 2024.11.14 04:47:09.530908 [ 76 ] {} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1089 | 2024.11.14 04:47:09.530972 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 1090 | 2024.11.14 04:47:09.530994 [ 250 ] {7251c40e-5654-4b7d-84cf-4a8e864c3cd2} <Debug> TCPHandler: Processed in 0.002337668 sec. | ||
| 1091 | 2024.11.14 04:47:09.531492 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1092 | 2024.11.14 04:47:09.531667 [ 252 ] {c15a85a0-81e2-428a-b28e-252dcc9017a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1093 | 2024.11.14 04:47:09.531760 [ 252 ] {c15a85a0-81e2-428a-b28e-252dcc9017a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1094 | 2024.11.14 04:47:09.532539 [ 252 ] {c15a85a0-81e2-428a-b28e-252dcc9017a0} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1095 | 2024.11.14 04:47:09.532580 [ 252 ] {c15a85a0-81e2-428a-b28e-252dcc9017a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 1096 | 2024.11.14 04:47:09.533021 [ 252 ] {c15a85a0-81e2-428a-b28e-252dcc9017a0} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1097 | 2024.11.14 04:47:09.533277 [ 252 ] {c15a85a0-81e2-428a-b28e-252dcc9017a0} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1098 | 2024.11.14 04:47:09.533415 [ 203 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::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 | ||
| 1099 | 2024.11.14 04:47:09.533822 [ 252 ] {c15a85a0-81e2-428a-b28e-252dcc9017a0} <Debug> executeQuery: Read 17 rows, 1.28 KiB in 0.002176 sec., 7812.5 rows/sec., 587.46 KiB/sec. | ||
| 1100 | 2024.11.14 04:47:09.534122 [ 252 ] {c15a85a0-81e2-428a-b28e-252dcc9017a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 1101 | 2024.11.14 04:47:09.534130 [ 203 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1102 | 2024.11.14 04:47:09.534146 [ 252 ] {c15a85a0-81e2-428a-b28e-252dcc9017a0} <Debug> TCPHandler: Processed in 0.002896624 sec. | ||
| 1103 | 2024.11.14 04:47:09.534251 [ 203 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 34 rows starting from the beginning of the part | ||
| 1104 | 2024.11.14 04:47:09.534340 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1105 | 2024.11.14 04:47:09.534505 [ 203 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 34 rows starting from the beginning of the part | ||
| 1106 | 2024.11.14 04:47:09.534645 [ 250 ] {122fcc2b-87a3-494f-8911-f4df3ea9a7b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1107 | 2024.11.14 04:47:09.534803 [ 250 ] {122fcc2b-87a3-494f-8911-f4df3ea9a7b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1108 | 2024.11.14 04:47:09.534871 [ 203 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 34 rows starting from the beginning of the part | ||
| 1109 | 2024.11.14 04:47:09.535265 [ 203 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 4 rows starting from the beginning of the part | ||
| 1110 | 2024.11.14 04:47:09.535706 [ 203 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 4 rows starting from the beginning of the part | ||
| 1111 | 2024.11.14 04:47:09.536086 [ 203 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 38 rows starting from the beginning of the part | ||
| 1112 | 2024.11.14 04:47:09.537720 [ 250 ] {122fcc2b-87a3-494f-8911-f4df3ea9a7b4} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1113 | 2024.11.14 04:47:09.537793 [ 250 ] {122fcc2b-87a3-494f-8911-f4df3ea9a7b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 1114 | 2024.11.14 04:47:09.538886 [ 250 ] {122fcc2b-87a3-494f-8911-f4df3ea9a7b4} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1115 | 2024.11.14 04:47:09.538981 [ 203 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 148 rows, containing 5 columns (5 merged, 0 gathered) in 0.007900038 sec., 18734.08710185951 rows/sec., 1.77 MiB/sec. | ||
| 1116 | 2024.11.14 04:47:09.539167 [ 203 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1117 | 2024.11.14 04:47:09.539401 [ 250 ] {122fcc2b-87a3-494f-8911-f4df3ea9a7b4} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1118 | 2024.11.14 04:47:09.539711 [ 203 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_6_1} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1119 | 2024.11.14 04:47:09.539760 [ 76 ] {} <Debug> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1120 | 2024.11.14 04:47:09.539864 [ 250 ] {122fcc2b-87a3-494f-8911-f4df3ea9a7b4} <Debug> executeQuery: Read 25 rows, 2.00 KiB in 0.005329 sec., 4691.311690748733 rows/sec., 376.04 KiB/sec. | ||
| 1121 | 2024.11.14 04:47:09.539891 [ 76 ] {} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1122 | 2024.11.14 04:47:09.539964 [ 203 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_6_1} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1123 | 2024.11.14 04:47:09.540035 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 1124 | 2024.11.14 04:47:09.540126 [ 250 ] {122fcc2b-87a3-494f-8911-f4df3ea9a7b4} <Debug> TCPHandler: Processed in 0.005849649 sec. | ||
| 1125 | 2024.11.14 04:47:09.540527 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 1126 | 2024.11.14 04:47:09.540545 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1127 | 2024.11.14 04:47:09.540616 [ 199 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::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 | ||
| 1128 | 2024.11.14 04:47:09.540777 [ 252 ] {68669fe8-e7a7-4520-84ed-4c362eb11da2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1129 | 2024.11.14 04:47:09.540840 [ 199 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1130 | 2024.11.14 04:47:09.540898 [ 252 ] {68669fe8-e7a7-4520-84ed-4c362eb11da2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1131 | 2024.11.14 04:47:09.540910 [ 199 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 29 rows starting from the beginning of the part | ||
| 1132 | 2024.11.14 04:47:09.541324 [ 199 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 17 rows starting from the beginning of the part | ||
| 1133 | 2024.11.14 04:47:09.541618 [ 199 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 17 rows starting from the beginning of the part | ||
| 1134 | 2024.11.14 04:47:09.541962 [ 199 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::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 | ||
| 1135 | 2024.11.14 04:47:09.542455 [ 199 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 8 rows starting from the beginning of the part | ||
| 1136 | 2024.11.14 04:47:09.542588 [ 199 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 25 rows starting from the beginning of the part | ||
| 1137 | 2024.11.14 04:47:09.543861 [ 252 ] {68669fe8-e7a7-4520-84ed-4c362eb11da2} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1138 | 2024.11.14 04:47:09.543930 [ 252 ] {68669fe8-e7a7-4520-84ed-4c362eb11da2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 1139 | 2024.11.14 04:47:09.545033 [ 252 ] {68669fe8-e7a7-4520-84ed-4c362eb11da2} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1140 | 2024.11.14 04:47:09.545582 [ 199 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 104 rows, containing 5 columns (5 merged, 0 gathered) in 0.005341374 sec., 19470.645567975578 rows/sec., 1.60 MiB/sec. | ||
| 1141 | 2024.11.14 04:47:09.545620 [ 252 ] {68669fe8-e7a7-4520-84ed-4c362eb11da2} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1142 | 2024.11.14 04:47:09.545778 [ 199 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1143 | 2024.11.14 04:47:09.546439 [ 252 ] {68669fe8-e7a7-4520-84ed-4c362eb11da2} <Debug> executeQuery: Read 10 rows, 780.00 B in 0.005719 sec., 1748.5574401119077 rows/sec., 133.19 KiB/sec. | ||
| 1144 | 2024.11.14 04:47:09.546618 [ 252 ] {68669fe8-e7a7-4520-84ed-4c362eb11da2} <Debug> TCPHandler: Processed in 0.006310092 sec. | ||
| 1145 | 2024.11.14 04:47:09.546757 [ 199 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_6_1} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1146 | 2024.11.14 04:47:09.546837 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1147 | 2024.11.14 04:47:09.546878 [ 199 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_6_1} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1148 | 2024.11.14 04:47:09.547006 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 1149 | 2024.11.14 04:47:09.547068 [ 250 ] {41543e19-be21-400d-be5e-836b8ecaacef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1150 | 2024.11.14 04:47:09.547150 [ 250 ] {41543e19-be21-400d-be5e-836b8ecaacef} <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 | ||
| 1151 | 2024.11.14 04:47:09.548295 [ 250 ] {41543e19-be21-400d-be5e-836b8ecaacef} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1152 | 2024.11.14 04:47:09.548333 [ 250 ] {41543e19-be21-400d-be5e-836b8ecaacef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 1153 | 2024.11.14 04:47:09.548967 [ 250 ] {41543e19-be21-400d-be5e-836b8ecaacef} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1154 | 2024.11.14 04:47:09.549235 [ 250 ] {41543e19-be21-400d-be5e-836b8ecaacef} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1155 | 2024.11.14 04:47:09.549582 [ 250 ] {41543e19-be21-400d-be5e-836b8ecaacef} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.002538 sec., 6698.187549251379 rows/sec., 12.00 MiB/sec. | ||
| 1156 | 2024.11.14 04:47:09.549818 [ 250 ] {41543e19-be21-400d-be5e-836b8ecaacef} <Debug> TCPHandler: Processed in 0.003066768 sec. | ||
| 1157 | 2024.11.14 04:47:09.549985 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1158 | 2024.11.14 04:47:09.550111 [ 252 ] {69ba3aba-cd52-474f-afd7-c64d2da1e514} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1159 | 2024.11.14 04:47:09.550164 [ 252 ] {69ba3aba-cd52-474f-afd7-c64d2da1e514} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1160 | 2024.11.14 04:47:09.550637 [ 252 ] {69ba3aba-cd52-474f-afd7-c64d2da1e514} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1161 | 2024.11.14 04:47:09.550675 [ 252 ] {69ba3aba-cd52-474f-afd7-c64d2da1e514} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 1162 | 2024.11.14 04:47:09.551048 [ 252 ] {69ba3aba-cd52-474f-afd7-c64d2da1e514} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1163 | 2024.11.14 04:47:09.551284 [ 252 ] {69ba3aba-cd52-474f-afd7-c64d2da1e514} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1164 | 2024.11.14 04:47:09.551597 [ 252 ] {69ba3aba-cd52-474f-afd7-c64d2da1e514} <Debug> executeQuery: Read 10 rows, 645.00 B in 0.001492 sec., 6702.412868632708 rows/sec., 422.17 KiB/sec. | ||
| 1165 | 2024.11.14 04:47:09.551798 [ 252 ] {69ba3aba-cd52-474f-afd7-c64d2da1e514} <Debug> TCPHandler: Processed in 0.001874204 sec. | ||
| 1166 | 2024.11.14 04:47:09.594339 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:65056, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1167 | 2024.11.14 04:47:09.769984 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:62643, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1168 | 2024.11.14 04:47:10.000166 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 148.21 MiB, peak 151.18 MiB, free memory in arenas 0.00 B, will set to 145.94 MiB (RSS), difference: -2.27 MiB | ||
| 1169 | 2024.11.14 04:47:10.149738 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:55717, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1170 | 2024.11.14 04:47:10.283766 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:50104, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1171 | 2024.11.14 04:47:10.349510 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:58267, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1172 | 2024.11.14 04:47:10.349538 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:40926, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1173 | 2024.11.14 04:47:10.375233 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:52055, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1174 | 2024.11.14 04:47:10.382582 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:37868, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1175 | 2024.11.14 04:47:10.395135 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:52472, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1176 | 2024.11.14 04:47:10.546316 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:48930, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1177 | 2024.11.14 04:47:10.555722 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:47306, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1178 | 2024.11.14 04:47:10.565055 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:37867, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1179 | 2024.11.14 04:47:10.567388 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:34754, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1180 | 2024.11.14 04:47:10.629124 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:42704, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1181 | 2024.11.14 04:47:10.636421 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:52687, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1182 | 2024.11.14 04:47:10.686800 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:37484, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1183 | 2024.11.14 04:47:11.244469 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:44685, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1184 | 2024.11.14 04:47:11.691778 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:32788, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1185 | 2024.11.14 04:47:11.795520 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:44017, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1186 | 2024.11.14 04:47:11.890976 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:61692, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1187 | 2024.11.14 04:47:12.018749 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:49889, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1188 | 2024.11.14 04:47:12.106268 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:49976, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1189 | 2024.11.14 04:47:12.126154 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:58818, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1190 | 2024.11.14 04:47:12.128424 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:65340, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1191 | 2024.11.14 04:47:14.527005 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1192 | 2024.11.14 04:47:14.527410 [ 250 ] {54a4f678-57ff-45c2-b3b6-82739ba91799} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', '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) | ||
| 1193 | 2024.11.14 04:47:14.527862 [ 250 ] {54a4f678-57ff-45c2-b3b6-82739ba91799} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1194 | 2024.11.14 04:47:14.527900 [ 250 ] {54a4f678-57ff-45c2-b3b6-82739ba91799} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', '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 | ||
| 1195 | 2024.11.14 04:47:14.528167 [ 250 ] {54a4f678-57ff-45c2-b3b6-82739ba91799} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1196 | 2024.11.14 04:47:14.528246 [ 250 ] {54a4f678-57ff-45c2-b3b6-82739ba91799} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1197 | 2024.11.14 04:47:14.528421 [ 250 ] {54a4f678-57ff-45c2-b3b6-82739ba91799} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Key condition: (column 0 notIn 8-element set) | ||
| 1198 | 2024.11.14 04:47:14.528728 [ 292 ] {54a4f678-57ff-45c2-b3b6-82739ba91799} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1199 | 2024.11.14 04:47:14.528773 [ 293 ] {54a4f678-57ff-45c2-b3b6-82739ba91799} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1200 | 2024.11.14 04:47:14.528908 [ 250 ] {54a4f678-57ff-45c2-b3b6-82739ba91799} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 1201 | 2024.11.14 04:47:14.528940 [ 250 ] {54a4f678-57ff-45c2-b3b6-82739ba91799} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1202 | 2024.11.14 04:47:14.532858 [ 250 ] {54a4f678-57ff-45c2-b3b6-82739ba91799} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1203 | 2024.11.14 04:47:14.534758 [ 250 ] {54a4f678-57ff-45c2-b3b6-82739ba91799} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Reading approx. 8 rows with 2 streams | ||
| 1204 | 2024.11.14 04:47:14.534824 [ 250 ] {54a4f678-57ff-45c2-b3b6-82739ba91799} <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', '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'))" | ||
| 1205 | 2024.11.14 04:47:14.534870 [ 250 ] {54a4f678-57ff-45c2-b3b6-82739ba91799} <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', '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'))" | ||
| 1206 | 2024.11.14 04:47:14.536224 [ 250 ] {54a4f678-57ff-45c2-b3b6-82739ba91799} <Debug> executeQuery: Read 8 rows, 358.00 B in 0.008978 sec., 891.0670527957229 rows/sec., 38.94 KiB/sec. | ||
| 1207 | 2024.11.14 04:47:14.536381 [ 250 ] {54a4f678-57ff-45c2-b3b6-82739ba91799} <Debug> TCPHandler: Processed in 0.009556957 sec. | ||
| 1208 | 2024.11.14 04:47:14.536872 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1209 | 2024.11.14 04:47:14.537124 [ 252 ] {95a8ea21-6f94-4c5f-ad63-5b1c4b13ba35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', '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) | ||
| 1210 | 2024.11.14 04:47:14.537529 [ 252 ] {95a8ea21-6f94-4c5f-ad63-5b1c4b13ba35} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1211 | 2024.11.14 04:47:14.537574 [ 252 ] {95a8ea21-6f94-4c5f-ad63-5b1c4b13ba35} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_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 | ||
| 1212 | 2024.11.14 04:47:14.537846 [ 252 ] {95a8ea21-6f94-4c5f-ad63-5b1c4b13ba35} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1213 | 2024.11.14 04:47:14.537950 [ 252 ] {95a8ea21-6f94-4c5f-ad63-5b1c4b13ba35} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1214 | 2024.11.14 04:47:14.538127 [ 252 ] {95a8ea21-6f94-4c5f-ad63-5b1c4b13ba35} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Key condition: (column 0 notIn 9-element set) | ||
| 1215 | 2024.11.14 04:47:14.538219 [ 293 ] {95a8ea21-6f94-4c5f-ad63-5b1c4b13ba35} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1216 | 2024.11.14 04:47:14.538244 [ 294 ] {95a8ea21-6f94-4c5f-ad63-5b1c4b13ba35} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1217 | 2024.11.14 04:47:14.538367 [ 252 ] {95a8ea21-6f94-4c5f-ad63-5b1c4b13ba35} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 1218 | 2024.11.14 04:47:14.538391 [ 252 ] {95a8ea21-6f94-4c5f-ad63-5b1c4b13ba35} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1219 | 2024.11.14 04:47:14.538499 [ 252 ] {95a8ea21-6f94-4c5f-ad63-5b1c4b13ba35} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1220 | 2024.11.14 04:47:14.538521 [ 252 ] {95a8ea21-6f94-4c5f-ad63-5b1c4b13ba35} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Reading approx. 8 rows with 2 streams | ||
| 1221 | 2024.11.14 04:47:14.538564 [ 252 ] {95a8ea21-6f94-4c5f-ad63-5b1c4b13ba35} <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', 'http_service:request_latency_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'))" | ||
| 1222 | 2024.11.14 04:47:14.538630 [ 252 ] {95a8ea21-6f94-4c5f-ad63-5b1c4b13ba35} <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', 'http_service:request_latency_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'))" | ||
| 1223 | 2024.11.14 04:47:14.539698 [ 252 ] {95a8ea21-6f94-4c5f-ad63-5b1c4b13ba35} <Debug> executeQuery: Read 8 rows, 358.00 B in 0.002676 sec., 2989.536621823617 rows/sec., 130.65 KiB/sec. | ||
| 1224 | 2024.11.14 04:47:14.539840 [ 252 ] {95a8ea21-6f94-4c5f-ad63-5b1c4b13ba35} <Debug> TCPHandler: Processed in 0.00310535 sec. | ||
| 1225 | 2024.11.14 04:47:14.540454 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1226 | 2024.11.14 04:47:14.540626 [ 250 ] {800a52e0-be8b-4ce5-b26a-7e440f4ff6f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', '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) | ||
| 1227 | 2024.11.14 04:47:14.540913 [ 250 ] {800a52e0-be8b-4ce5-b26a-7e440f4ff6f4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1228 | 2024.11.14 04:47:14.540949 [ 250 ] {800a52e0-be8b-4ce5-b26a-7e440f4ff6f4} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_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 | ||
| 1229 | 2024.11.14 04:47:14.541182 [ 250 ] {800a52e0-be8b-4ce5-b26a-7e440f4ff6f4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1230 | 2024.11.14 04:47:14.541248 [ 250 ] {800a52e0-be8b-4ce5-b26a-7e440f4ff6f4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1231 | 2024.11.14 04:47:14.541397 [ 250 ] {800a52e0-be8b-4ce5-b26a-7e440f4ff6f4} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Key condition: (column 0 notIn 10-element set) | ||
| 1232 | 2024.11.14 04:47:14.541503 [ 294 ] {800a52e0-be8b-4ce5-b26a-7e440f4ff6f4} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1233 | 2024.11.14 04:47:14.541508 [ 292 ] {800a52e0-be8b-4ce5-b26a-7e440f4ff6f4} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1234 | 2024.11.14 04:47:14.541635 [ 250 ] {800a52e0-be8b-4ce5-b26a-7e440f4ff6f4} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 1235 | 2024.11.14 04:47:14.541666 [ 250 ] {800a52e0-be8b-4ce5-b26a-7e440f4ff6f4} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1236 | 2024.11.14 04:47:14.541749 [ 250 ] {800a52e0-be8b-4ce5-b26a-7e440f4ff6f4} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1237 | 2024.11.14 04:47:14.541769 [ 250 ] {800a52e0-be8b-4ce5-b26a-7e440f4ff6f4} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Reading approx. 8 rows with 2 streams | ||
| 1238 | 2024.11.14 04:47:14.541810 [ 250 ] {800a52e0-be8b-4ce5-b26a-7e440f4ff6f4} <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', 'http_service:request_latency_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'))" | ||
| 1239 | 2024.11.14 04:47:14.541855 [ 250 ] {800a52e0-be8b-4ce5-b26a-7e440f4ff6f4} <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', 'http_service:request_latency_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'))" | ||
| 1240 | 2024.11.14 04:47:14.543005 [ 250 ] {800a52e0-be8b-4ce5-b26a-7e440f4ff6f4} <Debug> executeQuery: Read 8 rows, 358.00 B in 0.002451 sec., 3263.973888208894 rows/sec., 142.64 KiB/sec. | ||
| 1241 | 2024.11.14 04:47:14.543153 [ 250 ] {800a52e0-be8b-4ce5-b26a-7e440f4ff6f4} <Debug> TCPHandler: Processed in 0.00275503 sec. | ||
| 1242 | 2024.11.14 04:47:14.543423 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1243 | 2024.11.14 04:47:14.543615 [ 252 ] {94269fd3-e5ea-4769-9aba-412d9299d52a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', '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) | ||
| 1244 | 2024.11.14 04:47:14.543952 [ 252 ] {94269fd3-e5ea-4769-9aba-412d9299d52a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1245 | 2024.11.14 04:47:14.543996 [ 252 ] {94269fd3-e5ea-4769-9aba-412d9299d52a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_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 | ||
| 1246 | 2024.11.14 04:47:14.544279 [ 252 ] {94269fd3-e5ea-4769-9aba-412d9299d52a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1247 | 2024.11.14 04:47:14.544359 [ 252 ] {94269fd3-e5ea-4769-9aba-412d9299d52a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1248 | 2024.11.14 04:47:14.544536 [ 252 ] {94269fd3-e5ea-4769-9aba-412d9299d52a} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Key condition: (column 0 notIn 11-element set) | ||
| 1249 | 2024.11.14 04:47:14.544646 [ 293 ] {94269fd3-e5ea-4769-9aba-412d9299d52a} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1250 | 2024.11.14 04:47:14.544658 [ 292 ] {94269fd3-e5ea-4769-9aba-412d9299d52a} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1251 | 2024.11.14 04:47:14.544772 [ 252 ] {94269fd3-e5ea-4769-9aba-412d9299d52a} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 1252 | 2024.11.14 04:47:14.544799 [ 252 ] {94269fd3-e5ea-4769-9aba-412d9299d52a} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1253 | 2024.11.14 04:47:14.544878 [ 252 ] {94269fd3-e5ea-4769-9aba-412d9299d52a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1254 | 2024.11.14 04:47:14.544897 [ 252 ] {94269fd3-e5ea-4769-9aba-412d9299d52a} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Reading approx. 8 rows with 2 streams | ||
| 1255 | 2024.11.14 04:47:14.544936 [ 252 ] {94269fd3-e5ea-4769-9aba-412d9299d52a} <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', 'http_service:request_latency_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'))" | ||
| 1256 | 2024.11.14 04:47:14.544979 [ 252 ] {94269fd3-e5ea-4769-9aba-412d9299d52a} <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', 'http_service:request_latency_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'))" | ||
| 1257 | 2024.11.14 04:47:14.546033 [ 252 ] {94269fd3-e5ea-4769-9aba-412d9299d52a} <Debug> executeQuery: Read 8 rows, 358.00 B in 0.0025 sec., 3200 rows/sec., 139.84 KiB/sec. | ||
| 1258 | 2024.11.14 04:47:14.546161 [ 252 ] {94269fd3-e5ea-4769-9aba-412d9299d52a} <Debug> TCPHandler: Processed in 0.002808471 sec. | ||
| 1259 | 2024.11.14 04:47:14.546501 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1260 | 2024.11.14 04:47:14.546694 [ 250 ] {9aab8e6f-faf1-45a5-bcf2-9deb5b9ad72e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', '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) | ||
| 1261 | 2024.11.14 04:47:14.547036 [ 250 ] {9aab8e6f-faf1-45a5-bcf2-9deb5b9ad72e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1262 | 2024.11.14 04:47:14.547082 [ 250 ] {9aab8e6f-faf1-45a5-bcf2-9deb5b9ad72e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_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 | ||
| 1263 | 2024.11.14 04:47:14.547370 [ 250 ] {9aab8e6f-faf1-45a5-bcf2-9deb5b9ad72e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1264 | 2024.11.14 04:47:14.547452 [ 250 ] {9aab8e6f-faf1-45a5-bcf2-9deb5b9ad72e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1265 | 2024.11.14 04:47:14.547626 [ 250 ] {9aab8e6f-faf1-45a5-bcf2-9deb5b9ad72e} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Key condition: (column 0 notIn 12-element set) | ||
| 1266 | 2024.11.14 04:47:14.547726 [ 294 ] {9aab8e6f-faf1-45a5-bcf2-9deb5b9ad72e} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1267 | 2024.11.14 04:47:14.547740 [ 293 ] {9aab8e6f-faf1-45a5-bcf2-9deb5b9ad72e} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1268 | 2024.11.14 04:47:14.547851 [ 250 ] {9aab8e6f-faf1-45a5-bcf2-9deb5b9ad72e} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 1269 | 2024.11.14 04:47:14.547878 [ 250 ] {9aab8e6f-faf1-45a5-bcf2-9deb5b9ad72e} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1270 | 2024.11.14 04:47:14.547960 [ 250 ] {9aab8e6f-faf1-45a5-bcf2-9deb5b9ad72e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1271 | 2024.11.14 04:47:14.547981 [ 250 ] {9aab8e6f-faf1-45a5-bcf2-9deb5b9ad72e} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Reading approx. 8 rows with 2 streams | ||
| 1272 | 2024.11.14 04:47:14.548019 [ 250 ] {9aab8e6f-faf1-45a5-bcf2-9deb5b9ad72e} <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', 'http_service:request_latency_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'))" | ||
| 1273 | 2024.11.14 04:47:14.548062 [ 250 ] {9aab8e6f-faf1-45a5-bcf2-9deb5b9ad72e} <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', 'http_service:request_latency_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'))" | ||
| 1274 | 2024.11.14 04:47:14.549156 [ 250 ] {9aab8e6f-faf1-45a5-bcf2-9deb5b9ad72e} <Debug> executeQuery: Read 8 rows, 358.00 B in 0.002546 sec., 3142.1838177533386 rows/sec., 137.32 KiB/sec. | ||
| 1275 | 2024.11.14 04:47:14.549310 [ 250 ] {9aab8e6f-faf1-45a5-bcf2-9deb5b9ad72e} <Debug> TCPHandler: Processed in 0.002873303 sec. | ||
| 1276 | 2024.11.14 04:47:14.549582 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1277 | 2024.11.14 04:47:14.549773 [ 252 ] {4ef62fcc-cc82-4524-b986-b1e230b52b0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', '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) | ||
| 1278 | 2024.11.14 04:47:14.550119 [ 252 ] {4ef62fcc-cc82-4524-b986-b1e230b52b0f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1279 | 2024.11.14 04:47:14.550163 [ 252 ] {4ef62fcc-cc82-4524-b986-b1e230b52b0f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_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 | ||
| 1280 | 2024.11.14 04:47:14.550449 [ 252 ] {4ef62fcc-cc82-4524-b986-b1e230b52b0f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1281 | 2024.11.14 04:47:14.550529 [ 252 ] {4ef62fcc-cc82-4524-b986-b1e230b52b0f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1282 | 2024.11.14 04:47:14.550689 [ 252 ] {4ef62fcc-cc82-4524-b986-b1e230b52b0f} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Key condition: (column 0 notIn 13-element set) | ||
| 1283 | 2024.11.14 04:47:14.550788 [ 292 ] {4ef62fcc-cc82-4524-b986-b1e230b52b0f} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1284 | 2024.11.14 04:47:14.550803 [ 293 ] {4ef62fcc-cc82-4524-b986-b1e230b52b0f} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1285 | 2024.11.14 04:47:14.550909 [ 252 ] {4ef62fcc-cc82-4524-b986-b1e230b52b0f} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 1286 | 2024.11.14 04:47:14.550936 [ 252 ] {4ef62fcc-cc82-4524-b986-b1e230b52b0f} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1287 | 2024.11.14 04:47:14.551016 [ 252 ] {4ef62fcc-cc82-4524-b986-b1e230b52b0f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1288 | 2024.11.14 04:47:14.551036 [ 252 ] {4ef62fcc-cc82-4524-b986-b1e230b52b0f} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Reading approx. 8 rows with 2 streams | ||
| 1289 | 2024.11.14 04:47:14.551076 [ 252 ] {4ef62fcc-cc82-4524-b986-b1e230b52b0f} <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', 'http_service:request_latency_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'))" | ||
| 1290 | 2024.11.14 04:47:14.551120 [ 252 ] {4ef62fcc-cc82-4524-b986-b1e230b52b0f} <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', 'http_service:request_latency_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'))" | ||
| 1291 | 2024.11.14 04:47:14.552091 [ 252 ] {4ef62fcc-cc82-4524-b986-b1e230b52b0f} <Debug> executeQuery: Read 8 rows, 358.00 B in 0.0024 sec., 3333.3333333333335 rows/sec., 145.67 KiB/sec. | ||
| 1292 | 2024.11.14 04:47:14.552219 [ 252 ] {4ef62fcc-cc82-4524-b986-b1e230b52b0f} <Debug> TCPHandler: Processed in 0.002704648 sec. | ||
| 1293 | 2024.11.14 04:47:14.552518 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1294 | 2024.11.14 04:47:14.552713 [ 250 ] {0130e865-3857-462b-830f-edfd42d61d77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', '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) | ||
| 1295 | 2024.11.14 04:47:14.553055 [ 250 ] {0130e865-3857-462b-830f-edfd42d61d77} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1296 | 2024.11.14 04:47:14.553100 [ 250 ] {0130e865-3857-462b-830f-edfd42d61d77} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_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 | ||
| 1297 | 2024.11.14 04:47:14.553392 [ 250 ] {0130e865-3857-462b-830f-edfd42d61d77} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1298 | 2024.11.14 04:47:14.553471 [ 250 ] {0130e865-3857-462b-830f-edfd42d61d77} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1299 | 2024.11.14 04:47:14.553642 [ 250 ] {0130e865-3857-462b-830f-edfd42d61d77} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Key condition: (column 0 notIn 14-element set) | ||
| 1300 | 2024.11.14 04:47:14.553721 [ 294 ] {0130e865-3857-462b-830f-edfd42d61d77} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1301 | 2024.11.14 04:47:14.553753 [ 292 ] {0130e865-3857-462b-830f-edfd42d61d77} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1302 | 2024.11.14 04:47:14.553884 [ 250 ] {0130e865-3857-462b-830f-edfd42d61d77} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 1303 | 2024.11.14 04:47:14.553914 [ 250 ] {0130e865-3857-462b-830f-edfd42d61d77} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1304 | 2024.11.14 04:47:14.553995 [ 250 ] {0130e865-3857-462b-830f-edfd42d61d77} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1305 | 2024.11.14 04:47:14.554017 [ 250 ] {0130e865-3857-462b-830f-edfd42d61d77} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Reading approx. 8 rows with 2 streams | ||
| 1306 | 2024.11.14 04:47:14.554057 [ 250 ] {0130e865-3857-462b-830f-edfd42d61d77} <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', 'http_service:request_latency_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'))" | ||
| 1307 | 2024.11.14 04:47:14.554101 [ 250 ] {0130e865-3857-462b-830f-edfd42d61d77} <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', 'http_service:request_latency_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'))" | ||
| 1308 | 2024.11.14 04:47:14.555217 [ 250 ] {0130e865-3857-462b-830f-edfd42d61d77} <Debug> executeQuery: Read 8 rows, 358.00 B in 0.002591 sec., 3087.6109610189114 rows/sec., 134.93 KiB/sec. | ||
| 1309 | 2024.11.14 04:47:14.555375 [ 250 ] {0130e865-3857-462b-830f-edfd42d61d77} <Debug> TCPHandler: Processed in 0.002924305 sec. | ||
| 1310 | 2024.11.14 04:47:14.555759 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1311 | 2024.11.14 04:47:14.555951 [ 252 ] {2e253a9b-741b-40d8-958a-db9fecb0b636} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', '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) | ||
| 1312 | 2024.11.14 04:47:14.556295 [ 252 ] {2e253a9b-741b-40d8-958a-db9fecb0b636} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1313 | 2024.11.14 04:47:14.556340 [ 252 ] {2e253a9b-741b-40d8-958a-db9fecb0b636} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_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 | ||
| 1314 | 2024.11.14 04:47:14.556631 [ 252 ] {2e253a9b-741b-40d8-958a-db9fecb0b636} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1315 | 2024.11.14 04:47:14.556695 [ 252 ] {2e253a9b-741b-40d8-958a-db9fecb0b636} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1316 | 2024.11.14 04:47:14.556837 [ 252 ] {2e253a9b-741b-40d8-958a-db9fecb0b636} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Key condition: (column 0 notIn 15-element set) | ||
| 1317 | 2024.11.14 04:47:14.556949 [ 293 ] {2e253a9b-741b-40d8-958a-db9fecb0b636} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1318 | 2024.11.14 04:47:14.556952 [ 294 ] {2e253a9b-741b-40d8-958a-db9fecb0b636} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1319 | 2024.11.14 04:47:14.557069 [ 252 ] {2e253a9b-741b-40d8-958a-db9fecb0b636} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 1320 | 2024.11.14 04:47:14.557094 [ 252 ] {2e253a9b-741b-40d8-958a-db9fecb0b636} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1321 | 2024.11.14 04:47:14.557171 [ 252 ] {2e253a9b-741b-40d8-958a-db9fecb0b636} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1322 | 2024.11.14 04:47:14.557192 [ 252 ] {2e253a9b-741b-40d8-958a-db9fecb0b636} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Reading approx. 8 rows with 2 streams | ||
| 1323 | 2024.11.14 04:47:14.557232 [ 252 ] {2e253a9b-741b-40d8-958a-db9fecb0b636} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1324 | 2024.11.14 04:47:14.557304 [ 252 ] {2e253a9b-741b-40d8-958a-db9fecb0b636} <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', 'http_service:request_latency_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'))" | ||
| 1325 | 2024.11.14 04:47:14.558361 [ 252 ] {2e253a9b-741b-40d8-958a-db9fecb0b636} <Debug> executeQuery: Read 8 rows, 358.00 B in 0.002493 sec., 3208.9851584436424 rows/sec., 140.24 KiB/sec. | ||
| 1326 | 2024.11.14 04:47:14.558505 [ 252 ] {2e253a9b-741b-40d8-958a-db9fecb0b636} <Debug> TCPHandler: Processed in 0.002814731 sec. | ||
| 1327 | 2024.11.14 04:47:14.558827 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1328 | 2024.11.14 04:47:14.559026 [ 250 ] {1c279f0e-1dcd-4650-b692-971d95e8ad1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1329 | 2024.11.14 04:47:14.559384 [ 250 ] {1c279f0e-1dcd-4650-b692-971d95e8ad1c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1330 | 2024.11.14 04:47:14.559432 [ 250 ] {1c279f0e-1dcd-4650-b692-971d95e8ad1c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1331 | 2024.11.14 04:47:14.559712 [ 250 ] {1c279f0e-1dcd-4650-b692-971d95e8ad1c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1332 | 2024.11.14 04:47:14.559778 [ 250 ] {1c279f0e-1dcd-4650-b692-971d95e8ad1c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1333 | 2024.11.14 04:47:14.559926 [ 250 ] {1c279f0e-1dcd-4650-b692-971d95e8ad1c} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Key condition: (column 0 notIn 16-element set) | ||
| 1334 | 2024.11.14 04:47:14.560033 [ 294 ] {1c279f0e-1dcd-4650-b692-971d95e8ad1c} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1335 | 2024.11.14 04:47:14.560037 [ 293 ] {1c279f0e-1dcd-4650-b692-971d95e8ad1c} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1336 | 2024.11.14 04:47:14.560155 [ 250 ] {1c279f0e-1dcd-4650-b692-971d95e8ad1c} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 1337 | 2024.11.14 04:47:14.560184 [ 250 ] {1c279f0e-1dcd-4650-b692-971d95e8ad1c} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1338 | 2024.11.14 04:47:14.560266 [ 250 ] {1c279f0e-1dcd-4650-b692-971d95e8ad1c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1339 | 2024.11.14 04:47:14.560287 [ 250 ] {1c279f0e-1dcd-4650-b692-971d95e8ad1c} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Reading approx. 8 rows with 2 streams | ||
| 1340 | 2024.11.14 04:47:14.560328 [ 250 ] {1c279f0e-1dcd-4650-b692-971d95e8ad1c} <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', 'http_service:request_latency_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'))" | ||
| 1341 | 2024.11.14 04:47:14.560372 [ 250 ] {1c279f0e-1dcd-4650-b692-971d95e8ad1c} <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', 'http_service:request_latency_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'))" | ||
| 1342 | 2024.11.14 04:47:14.561398 [ 250 ] {1c279f0e-1dcd-4650-b692-971d95e8ad1c} <Debug> executeQuery: Read 8 rows, 358.00 B in 0.00246 sec., 3252.032520325203 rows/sec., 142.12 KiB/sec. | ||
| 1343 | 2024.11.14 04:47:14.561552 [ 250 ] {1c279f0e-1dcd-4650-b692-971d95e8ad1c} <Debug> TCPHandler: Processed in 0.002789851 sec. | ||
| 1344 | 2024.11.14 04:47:14.561812 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1345 | 2024.11.14 04:47:14.562010 [ 252 ] {7aed3e76-d08f-4ce6-9f95-0bbaf80f6fbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', '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) | ||
| 1346 | 2024.11.14 04:47:14.562361 [ 252 ] {7aed3e76-d08f-4ce6-9f95-0bbaf80f6fbd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1347 | 2024.11.14 04:47:14.562409 [ 252 ] {7aed3e76-d08f-4ce6-9f95-0bbaf80f6fbd} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_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 | ||
| 1348 | 2024.11.14 04:47:14.562692 [ 252 ] {7aed3e76-d08f-4ce6-9f95-0bbaf80f6fbd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1349 | 2024.11.14 04:47:14.562757 [ 252 ] {7aed3e76-d08f-4ce6-9f95-0bbaf80f6fbd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1350 | 2024.11.14 04:47:14.562902 [ 252 ] {7aed3e76-d08f-4ce6-9f95-0bbaf80f6fbd} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Key condition: (column 0 notIn 17-element set) | ||
| 1351 | 2024.11.14 04:47:14.563008 [ 293 ] {7aed3e76-d08f-4ce6-9f95-0bbaf80f6fbd} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1352 | 2024.11.14 04:47:14.563011 [ 292 ] {7aed3e76-d08f-4ce6-9f95-0bbaf80f6fbd} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1353 | 2024.11.14 04:47:14.563130 [ 252 ] {7aed3e76-d08f-4ce6-9f95-0bbaf80f6fbd} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (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 | ||
| 1354 | 2024.11.14 04:47:14.563157 [ 252 ] {7aed3e76-d08f-4ce6-9f95-0bbaf80f6fbd} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1355 | 2024.11.14 04:47:14.563238 [ 252 ] {7aed3e76-d08f-4ce6-9f95-0bbaf80f6fbd} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1356 | 2024.11.14 04:47:14.563259 [ 252 ] {7aed3e76-d08f-4ce6-9f95-0bbaf80f6fbd} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Reading approx. 8 rows with 2 streams | ||
| 1357 | 2024.11.14 04:47:14.563299 [ 252 ] {7aed3e76-d08f-4ce6-9f95-0bbaf80f6fbd} <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', 'http_service:request_latency_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'))" | ||
| 1358 | 2024.11.14 04:47:14.563342 [ 252 ] {7aed3e76-d08f-4ce6-9f95-0bbaf80f6fbd} <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', 'http_service:request_latency_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'))" | ||
| 1359 | 2024.11.14 04:47:14.564386 [ 252 ] {7aed3e76-d08f-4ce6-9f95-0bbaf80f6fbd} <Debug> executeQuery: Read 8 rows, 358.00 B in 0.002463 sec., 3248.0714575720667 rows/sec., 141.94 KiB/sec. | ||
| 1360 | 2024.11.14 04:47:14.564516 [ 252 ] {7aed3e76-d08f-4ce6-9f95-0bbaf80f6fbd} <Debug> TCPHandler: Processed in 0.002771341 sec. | ||
| 1361 | 2024.11.14 04:47:14.564798 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1362 | 2024.11.14 04:47:14.564999 [ 250 ] {085c2ce7-4eb9-46dc-b3cb-4eb8d3190ec1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', '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) | ||
| 1363 | 2024.11.14 04:47:14.565362 [ 250 ] {085c2ce7-4eb9-46dc-b3cb-4eb8d3190ec1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1364 | 2024.11.14 04:47:14.565410 [ 250 ] {085c2ce7-4eb9-46dc-b3cb-4eb8d3190ec1} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_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 | ||
| 1365 | 2024.11.14 04:47:14.565699 [ 250 ] {085c2ce7-4eb9-46dc-b3cb-4eb8d3190ec1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1366 | 2024.11.14 04:47:14.565765 [ 250 ] {085c2ce7-4eb9-46dc-b3cb-4eb8d3190ec1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1367 | 2024.11.14 04:47:14.565911 [ 250 ] {085c2ce7-4eb9-46dc-b3cb-4eb8d3190ec1} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
| 1368 | 2024.11.14 04:47:14.566023 [ 294 ] {085c2ce7-4eb9-46dc-b3cb-4eb8d3190ec1} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1369 | 2024.11.14 04:47:14.566028 [ 293 ] {085c2ce7-4eb9-46dc-b3cb-4eb8d3190ec1} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1370 | 2024.11.14 04:47:14.566156 [ 250 ] {085c2ce7-4eb9-46dc-b3cb-4eb8d3190ec1} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (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 | ||
| 1371 | 2024.11.14 04:47:14.566184 [ 250 ] {085c2ce7-4eb9-46dc-b3cb-4eb8d3190ec1} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1372 | 2024.11.14 04:47:14.566266 [ 250 ] {085c2ce7-4eb9-46dc-b3cb-4eb8d3190ec1} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1373 | 2024.11.14 04:47:14.566286 [ 250 ] {085c2ce7-4eb9-46dc-b3cb-4eb8d3190ec1} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Reading approx. 8 rows with 2 streams | ||
| 1374 | 2024.11.14 04:47:14.566325 [ 250 ] {085c2ce7-4eb9-46dc-b3cb-4eb8d3190ec1} <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', 'http_service:request_latency_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'))" | ||
| 1375 | 2024.11.14 04:47:14.566369 [ 250 ] {085c2ce7-4eb9-46dc-b3cb-4eb8d3190ec1} <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', 'http_service:request_latency_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'))" | ||
| 1376 | 2024.11.14 04:47:14.567432 [ 250 ] {085c2ce7-4eb9-46dc-b3cb-4eb8d3190ec1} <Debug> executeQuery: Read 8 rows, 358.00 B in 0.002524 sec., 3169.5721077654516 rows/sec., 138.51 KiB/sec. | ||
| 1377 | 2024.11.14 04:47:14.567579 [ 250 ] {085c2ce7-4eb9-46dc-b3cb-4eb8d3190ec1} <Debug> TCPHandler: Processed in 0.002850962 sec. | ||
| 1378 | 2024.11.14 04:47:14.571708 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1379 | 2024.11.14 04:47:14.571918 [ 252 ] {8ad4bea2-f9c3-41b5-baa5-8b01e80491fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', '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) | ||
| 1380 | 2024.11.14 04:47:14.572285 [ 252 ] {8ad4bea2-f9c3-41b5-baa5-8b01e80491fa} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1381 | 2024.11.14 04:47:14.572332 [ 252 ] {8ad4bea2-f9c3-41b5-baa5-8b01e80491fa} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_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 | ||
| 1382 | 2024.11.14 04:47:14.572647 [ 252 ] {8ad4bea2-f9c3-41b5-baa5-8b01e80491fa} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1383 | 2024.11.14 04:47:14.572712 [ 252 ] {8ad4bea2-f9c3-41b5-baa5-8b01e80491fa} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1384 | 2024.11.14 04:47:14.572858 [ 252 ] {8ad4bea2-f9c3-41b5-baa5-8b01e80491fa} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
| 1385 | 2024.11.14 04:47:14.572989 [ 293 ] {8ad4bea2-f9c3-41b5-baa5-8b01e80491fa} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1386 | 2024.11.14 04:47:14.573000 [ 292 ] {8ad4bea2-f9c3-41b5-baa5-8b01e80491fa} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1387 | 2024.11.14 04:47:14.573148 [ 252 ] {8ad4bea2-f9c3-41b5-baa5-8b01e80491fa} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (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 | ||
| 1388 | 2024.11.14 04:47:14.573178 [ 252 ] {8ad4bea2-f9c3-41b5-baa5-8b01e80491fa} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1389 | 2024.11.14 04:47:14.573260 [ 252 ] {8ad4bea2-f9c3-41b5-baa5-8b01e80491fa} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1390 | 2024.11.14 04:47:14.573279 [ 252 ] {8ad4bea2-f9c3-41b5-baa5-8b01e80491fa} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Reading approx. 8 rows with 2 streams | ||
| 1391 | 2024.11.14 04:47:14.573318 [ 252 ] {8ad4bea2-f9c3-41b5-baa5-8b01e80491fa} <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', 'http_service:request_latency_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'))" | ||
| 1392 | 2024.11.14 04:47:14.573363 [ 252 ] {8ad4bea2-f9c3-41b5-baa5-8b01e80491fa} <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', 'http_service:request_latency_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'))" | ||
| 1393 | 2024.11.14 04:47:14.574343 [ 252 ] {8ad4bea2-f9c3-41b5-baa5-8b01e80491fa} <Debug> executeQuery: Read 8 rows, 358.00 B in 0.002519 sec., 3175.8634378721717 rows/sec., 138.79 KiB/sec. | ||
| 1394 | 2024.11.14 04:47:14.574471 [ 252 ] {8ad4bea2-f9c3-41b5-baa5-8b01e80491fa} <Debug> TCPHandler: Processed in 0.002842262 sec. | ||
| 1395 | 2024.11.14 04:47:14.575452 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1396 | 2024.11.14 04:47:14.575600 [ 250 ] {4e7a181d-aa38-4824-a78d-800aebd523ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1397 | 2024.11.14 04:47:14.575662 [ 250 ] {4e7a181d-aa38-4824-a78d-800aebd523ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1398 | 2024.11.14 04:47:14.576525 [ 250 ] {4e7a181d-aa38-4824-a78d-800aebd523ba} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1399 | 2024.11.14 04:47:14.576575 [ 250 ] {4e7a181d-aa38-4824-a78d-800aebd523ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 1400 | 2024.11.14 04:47:14.577093 [ 250 ] {4e7a181d-aa38-4824-a78d-800aebd523ba} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1401 | 2024.11.14 04:47:14.577316 [ 250 ] {4e7a181d-aa38-4824-a78d-800aebd523ba} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1402 | 2024.11.14 04:47:14.577562 [ 250 ] {4e7a181d-aa38-4824-a78d-800aebd523ba} <Debug> executeQuery: Read 12 rows, 2.49 KiB in 0.001996 sec., 6012.024048096193 rows/sec., 1.22 MiB/sec. | ||
| 1403 | 2024.11.14 04:47:14.577732 [ 250 ] {4e7a181d-aa38-4824-a78d-800aebd523ba} <Debug> TCPHandler: Processed in 0.002347428 sec. | ||
| 1404 | 2024.11.14 04:47:14.577905 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1405 | 2024.11.14 04:47:14.578050 [ 252 ] {3c567378-3f3c-4c68-87ad-5496d801bccd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1406 | 2024.11.14 04:47:14.578112 [ 252 ] {3c567378-3f3c-4c68-87ad-5496d801bccd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1407 | 2024.11.14 04:47:14.579391 [ 252 ] {3c567378-3f3c-4c68-87ad-5496d801bccd} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1408 | 2024.11.14 04:47:14.579430 [ 252 ] {3c567378-3f3c-4c68-87ad-5496d801bccd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 1409 | 2024.11.14 04:47:14.579883 [ 252 ] {3c567378-3f3c-4c68-87ad-5496d801bccd} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1410 | 2024.11.14 04:47:14.580133 [ 252 ] {3c567378-3f3c-4c68-87ad-5496d801bccd} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1411 | 2024.11.14 04:47:14.580438 [ 252 ] {3c567378-3f3c-4c68-87ad-5496d801bccd} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002405 sec., 5821.205821205821 rows/sec., 419.05 KiB/sec. | ||
| 1412 | 2024.11.14 04:47:14.580605 [ 252 ] {3c567378-3f3c-4c68-87ad-5496d801bccd} <Debug> TCPHandler: Processed in 0.00276658 sec. | ||
| 1413 | 2024.11.14 04:47:14.580767 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1414 | 2024.11.14 04:47:14.580903 [ 250 ] {2756df5c-1842-4ce0-b417-75c984179b31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1415 | 2024.11.14 04:47:14.580959 [ 250 ] {2756df5c-1842-4ce0-b417-75c984179b31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1416 | 2024.11.14 04:47:14.581716 [ 250 ] {2756df5c-1842-4ce0-b417-75c984179b31} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1417 | 2024.11.14 04:47:14.581755 [ 250 ] {2756df5c-1842-4ce0-b417-75c984179b31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 1418 | 2024.11.14 04:47:14.582159 [ 250 ] {2756df5c-1842-4ce0-b417-75c984179b31} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1419 | 2024.11.14 04:47:14.582400 [ 250 ] {2756df5c-1842-4ce0-b417-75c984179b31} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1420 | 2024.11.14 04:47:14.582646 [ 250 ] {2756df5c-1842-4ce0-b417-75c984179b31} <Debug> executeQuery: Read 167 rows, 15.49 KiB in 0.001769 sec., 94403.61786319956 rows/sec., 8.55 MiB/sec. | ||
| 1421 | 2024.11.14 04:47:14.582887 [ 250 ] {2756df5c-1842-4ce0-b417-75c984179b31} <Debug> TCPHandler: Processed in 0.002182864 sec. | ||
| 1422 | 2024.11.14 04:47:14.583052 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1423 | 2024.11.14 04:47:14.583189 [ 252 ] {21dc5cf7-6df2-429d-9bef-17ff57dca1e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1424 | 2024.11.14 04:47:14.583247 [ 252 ] {21dc5cf7-6df2-429d-9bef-17ff57dca1e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1425 | 2024.11.14 04:47:14.583877 [ 252 ] {21dc5cf7-6df2-429d-9bef-17ff57dca1e9} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1426 | 2024.11.14 04:47:14.583918 [ 252 ] {21dc5cf7-6df2-429d-9bef-17ff57dca1e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 1427 | 2024.11.14 04:47:14.584266 [ 252 ] {21dc5cf7-6df2-429d-9bef-17ff57dca1e9} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1428 | 2024.11.14 04:47:14.584501 [ 252 ] {21dc5cf7-6df2-429d-9bef-17ff57dca1e9} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1429 | 2024.11.14 04:47:14.584730 [ 252 ] {21dc5cf7-6df2-429d-9bef-17ff57dca1e9} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.00157 sec., 9554.140127388535 rows/sec., 673.64 KiB/sec. | ||
| 1430 | 2024.11.14 04:47:14.584781 [ 252 ] {21dc5cf7-6df2-429d-9bef-17ff57dca1e9} <Debug> TCPHandler: Processed in 0.001797932 sec. | ||
| 1431 | 2024.11.14 04:47:14.584986 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1432 | 2024.11.14 04:47:14.585220 [ 250 ] {81149860-ca2d-42a6-b679-464220163363} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1433 | 2024.11.14 04:47:14.585315 [ 250 ] {81149860-ca2d-42a6-b679-464220163363} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1434 | 2024.11.14 04:47:14.586070 [ 250 ] {81149860-ca2d-42a6-b679-464220163363} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1435 | 2024.11.14 04:47:14.586111 [ 250 ] {81149860-ca2d-42a6-b679-464220163363} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 1436 | 2024.11.14 04:47:14.586499 [ 250 ] {81149860-ca2d-42a6-b679-464220163363} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1437 | 2024.11.14 04:47:14.586753 [ 250 ] {81149860-ca2d-42a6-b679-464220163363} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1438 | 2024.11.14 04:47:14.587136 [ 250 ] {81149860-ca2d-42a6-b679-464220163363} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001941 sec., 7212.776919113859 rows/sec., 505.14 KiB/sec. | ||
| 1439 | 2024.11.14 04:47:14.587246 [ 250 ] {81149860-ca2d-42a6-b679-464220163363} <Debug> TCPHandler: Processed in 0.002373269 sec. | ||
| 1440 | 2024.11.14 04:47:14.587403 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1441 | 2024.11.14 04:47:14.587522 [ 252 ] {8341459e-3c18-472f-ac49-82557460d82c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1442 | 2024.11.14 04:47:14.587569 [ 252 ] {8341459e-3c18-472f-ac49-82557460d82c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1443 | 2024.11.14 04:47:14.588239 [ 252 ] {8341459e-3c18-472f-ac49-82557460d82c} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1444 | 2024.11.14 04:47:14.588285 [ 252 ] {8341459e-3c18-472f-ac49-82557460d82c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 1445 | 2024.11.14 04:47:14.588742 [ 252 ] {8341459e-3c18-472f-ac49-82557460d82c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1446 | 2024.11.14 04:47:14.588976 [ 252 ] {8341459e-3c18-472f-ac49-82557460d82c} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1447 | 2024.11.14 04:47:14.589333 [ 252 ] {8341459e-3c18-472f-ac49-82557460d82c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001804 sec., 7206.208425720621 rows/sec., 449.31 KiB/sec. | ||
| 1448 | 2024.11.14 04:47:14.589439 [ 252 ] {8341459e-3c18-472f-ac49-82557460d82c} <Debug> TCPHandler: Processed in 0.00209485 sec. | ||
| 1449 | 2024.11.14 04:47:14.589589 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1450 | 2024.11.14 04:47:14.589708 [ 250 ] {ba978f04-8736-450d-a2f1-a83181b41deb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1451 | 2024.11.14 04:47:14.589756 [ 250 ] {ba978f04-8736-450d-a2f1-a83181b41deb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1452 | 2024.11.14 04:47:14.590455 [ 250 ] {ba978f04-8736-450d-a2f1-a83181b41deb} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1453 | 2024.11.14 04:47:14.590496 [ 250 ] {ba978f04-8736-450d-a2f1-a83181b41deb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 1454 | 2024.11.14 04:47:14.590930 [ 250 ] {ba978f04-8736-450d-a2f1-a83181b41deb} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1455 | 2024.11.14 04:47:14.591167 [ 250 ] {ba978f04-8736-450d-a2f1-a83181b41deb} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1456 | 2024.11.14 04:47:14.591458 [ 250 ] {ba978f04-8736-450d-a2f1-a83181b41deb} <Debug> executeQuery: Read 334 rows, 23.85 KiB in 0.00175 sec., 190857.14285714284 rows/sec., 13.31 MiB/sec. | ||
| 1457 | 2024.11.14 04:47:14.591575 [ 250 ] {ba978f04-8736-450d-a2f1-a83181b41deb} <Debug> TCPHandler: Processed in 0.002045049 sec. | ||
| 1458 | 2024.11.14 04:47:14.591723 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1459 | 2024.11.14 04:47:14.591839 [ 252 ] {c09797d3-1753-49c1-a4a1-dedec2fc745e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1460 | 2024.11.14 04:47:14.591889 [ 252 ] {c09797d3-1753-49c1-a4a1-dedec2fc745e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1461 | 2024.11.14 04:47:14.592360 [ 252 ] {c09797d3-1753-49c1-a4a1-dedec2fc745e} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1462 | 2024.11.14 04:47:14.592398 [ 252 ] {c09797d3-1753-49c1-a4a1-dedec2fc745e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 1463 | 2024.11.14 04:47:14.592759 [ 252 ] {c09797d3-1753-49c1-a4a1-dedec2fc745e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1464 | 2024.11.14 04:47:14.593000 [ 252 ] {c09797d3-1753-49c1-a4a1-dedec2fc745e} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1465 | 2024.11.14 04:47:14.593217 [ 252 ] {c09797d3-1753-49c1-a4a1-dedec2fc745e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.0014 sec., 4285.714285714285 rows/sec., 223.91 KiB/sec. | ||
| 1466 | 2024.11.14 04:47:14.593266 [ 252 ] {c09797d3-1753-49c1-a4a1-dedec2fc745e} <Debug> TCPHandler: Processed in 0.001599106 sec. | ||
| 1467 | 2024.11.14 04:47:14.593409 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1468 | 2024.11.14 04:47:14.593525 [ 250 ] {fd22a793-caf7-4123-b148-8bd16fb96574} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1469 | 2024.11.14 04:47:14.593578 [ 250 ] {fd22a793-caf7-4123-b148-8bd16fb96574} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1470 | 2024.11.14 04:47:14.594209 [ 250 ] {fd22a793-caf7-4123-b148-8bd16fb96574} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1471 | 2024.11.14 04:47:14.594257 [ 250 ] {fd22a793-caf7-4123-b148-8bd16fb96574} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 1472 | 2024.11.14 04:47:14.594710 [ 250 ] {fd22a793-caf7-4123-b148-8bd16fb96574} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1473 | 2024.11.14 04:47:14.594946 [ 250 ] {fd22a793-caf7-4123-b148-8bd16fb96574} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1474 | 2024.11.14 04:47:14.595154 [ 250 ] {fd22a793-caf7-4123-b148-8bd16fb96574} <Debug> executeQuery: Read 85 rows, 5.46 KiB in 0.001654 sec., 51390.56831922611 rows/sec., 3.23 MiB/sec. | ||
| 1475 | 2024.11.14 04:47:14.595207 [ 250 ] {fd22a793-caf7-4123-b148-8bd16fb96574} <Debug> TCPHandler: Processed in 0.001855924 sec. | ||
| 1476 | 2024.11.14 04:47:14.595353 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1477 | 2024.11.14 04:47:14.595478 [ 252 ] {2a88ba1e-f2a7-4430-9f8d-9eb2cb90935a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1478 | 2024.11.14 04:47:14.595528 [ 252 ] {2a88ba1e-f2a7-4430-9f8d-9eb2cb90935a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1479 | 2024.11.14 04:47:14.596048 [ 252 ] {2a88ba1e-f2a7-4430-9f8d-9eb2cb90935a} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1480 | 2024.11.14 04:47:14.596094 [ 252 ] {2a88ba1e-f2a7-4430-9f8d-9eb2cb90935a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 1481 | 2024.11.14 04:47:14.596598 [ 252 ] {2a88ba1e-f2a7-4430-9f8d-9eb2cb90935a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1482 | 2024.11.14 04:47:14.596836 [ 252 ] {2a88ba1e-f2a7-4430-9f8d-9eb2cb90935a} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1483 | 2024.11.14 04:47:14.597139 [ 252 ] {2a88ba1e-f2a7-4430-9f8d-9eb2cb90935a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001665 sec., 600.6006006006006 rows/sec., 40.47 KiB/sec. | ||
| 1484 | 2024.11.14 04:47:14.597265 [ 252 ] {2a88ba1e-f2a7-4430-9f8d-9eb2cb90935a} <Debug> TCPHandler: Processed in 0.001966327 sec. | ||
| 1485 | 2024.11.14 04:47:14.597400 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1486 | 2024.11.14 04:47:14.597516 [ 250 ] {ff5bb74b-5bbb-4457-b867-315bd03d77df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1487 | 2024.11.14 04:47:14.597597 [ 250 ] {ff5bb74b-5bbb-4457-b867-315bd03d77df} <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 | ||
| 1488 | 2024.11.14 04:47:14.599039 [ 250 ] {ff5bb74b-5bbb-4457-b867-315bd03d77df} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1489 | 2024.11.14 04:47:14.599080 [ 250 ] {ff5bb74b-5bbb-4457-b867-315bd03d77df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 1490 | 2024.11.14 04:47:14.599702 [ 250 ] {ff5bb74b-5bbb-4457-b867-315bd03d77df} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1491 | 2024.11.14 04:47:14.599960 [ 250 ] {ff5bb74b-5bbb-4457-b867-315bd03d77df} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1492 | 2024.11.14 04:47:14.600193 [ 250 ] {ff5bb74b-5bbb-4457-b867-315bd03d77df} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.0027 sec., 2962.9629629629626 rows/sec., 5.31 MiB/sec. | ||
| 1493 | 2024.11.14 04:47:14.600296 [ 250 ] {ff5bb74b-5bbb-4457-b867-315bd03d77df} <Debug> TCPHandler: Processed in 0.002952876 sec. | ||
| 1494 | 2024.11.14 04:47:14.600473 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1495 | 2024.11.14 04:47:14.600612 [ 252 ] {d7640edb-4dbb-4713-817e-e9c505a73742} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1496 | 2024.11.14 04:47:14.600670 [ 252 ] {d7640edb-4dbb-4713-817e-e9c505a73742} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1497 | 2024.11.14 04:47:14.601206 [ 252 ] {d7640edb-4dbb-4713-817e-e9c505a73742} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1498 | 2024.11.14 04:47:14.601250 [ 252 ] {d7640edb-4dbb-4713-817e-e9c505a73742} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 1499 | 2024.11.14 04:47:14.601658 [ 252 ] {d7640edb-4dbb-4713-817e-e9c505a73742} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1500 | 2024.11.14 04:47:14.601896 [ 252 ] {d7640edb-4dbb-4713-817e-e9c505a73742} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1501 | 2024.11.14 04:47:14.602171 [ 252 ] {d7640edb-4dbb-4713-817e-e9c505a73742} <Debug> executeQuery: Read 30 rows, 1.70 KiB in 0.001569 sec., 19120.458891013383 rows/sec., 1.06 MiB/sec. | ||
| 1502 | 2024.11.14 04:47:14.602268 [ 252 ] {d7640edb-4dbb-4713-817e-e9c505a73742} <Debug> TCPHandler: Processed in 0.001861364 sec. | ||
| 1503 | 2024.11.14 04:47:18.377149 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 60 entries to flush up to offset 212 | ||
| 1504 | 2024.11.14 04:47:18.380888 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1505 | 2024.11.14 04:47:18.380951 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 1506 | 2024.11.14 04:47:18.382629 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1507 | 2024.11.14 04:47:18.382944 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1508 | 2024.11.14 04:47:18.383141 [ 67 ] {} <Debug> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1509 | 2024.11.14 04:47:18.383254 [ 67 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1510 | 2024.11.14 04:47:18.383319 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 1511 | 2024.11.14 04:47:18.383841 [ 195 ] {517a6315-c66d-488d-99aa-0fdeb396e457::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 | ||
| 1512 | 2024.11.14 04:47:18.384794 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 212 | ||
| 1513 | 2024.11.14 04:47:18.385168 [ 195 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1514 | 2024.11.14 04:47:18.385329 [ 195 ] {517a6315-c66d-488d-99aa-0fdeb396e457::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 | ||
| 1515 | 2024.11.14 04:47:18.385882 [ 195 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 20 rows starting from the beginning of the part | ||
| 1516 | 2024.11.14 04:47:18.386443 [ 195 ] {517a6315-c66d-488d-99aa-0fdeb396e457::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 | ||
| 1517 | 2024.11.14 04:47:18.386863 [ 195 ] {517a6315-c66d-488d-99aa-0fdeb396e457::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 | ||
| 1518 | 2024.11.14 04:47:18.387404 [ 195 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 26 rows starting from the beginning of the part | ||
| 1519 | 2024.11.14 04:47:18.388017 [ 195 ] {517a6315-c66d-488d-99aa-0fdeb396e457::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 | ||
| 1520 | 2024.11.14 04:47:18.410026 [ 194 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 212 rows, containing 72 columns (72 merged, 0 gathered) in 0.026558759 sec., 7982.300679033986 rows/sec., 7.83 MiB/sec. | ||
| 1521 | 2024.11.14 04:47:18.410827 [ 186 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1522 | 2024.11.14 04:47:18.411593 [ 186 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_6_1} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1523 | 2024.11.14 04:47:18.411673 [ 186 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_6_1} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1524 | 2024.11.14 04:47:18.411947 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.52 MiB. | ||
| 1525 | 2024.11.14 04:47:19.000174 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 146.84 MiB, peak 151.25 MiB, free memory in arenas 0.00 B, will set to 148.73 MiB (RSS), difference: 1.89 MiB | ||
| 1526 | 2024.11.14 04:47:19.527955 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1527 | 2024.11.14 04:47:19.528168 [ 250 ] {db25858a-1ec9-4c48-8e7a-07875b47492f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1528 | 2024.11.14 04:47:19.528251 [ 250 ] {db25858a-1ec9-4c48-8e7a-07875b47492f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1529 | 2024.11.14 04:47:19.529033 [ 250 ] {db25858a-1ec9-4c48-8e7a-07875b47492f} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1530 | 2024.11.14 04:47:19.529085 [ 250 ] {db25858a-1ec9-4c48-8e7a-07875b47492f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 1531 | 2024.11.14 04:47:19.529512 [ 250 ] {db25858a-1ec9-4c48-8e7a-07875b47492f} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1532 | 2024.11.14 04:47:19.529767 [ 250 ] {db25858a-1ec9-4c48-8e7a-07875b47492f} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1533 | 2024.11.14 04:47:19.529998 [ 250 ] {db25858a-1ec9-4c48-8e7a-07875b47492f} <Debug> executeQuery: Read 4 rows, 345.00 B in 0.001891 sec., 2115.282919090428 rows/sec., 178.17 KiB/sec. | ||
| 1534 | 2024.11.14 04:47:19.530055 [ 250 ] {db25858a-1ec9-4c48-8e7a-07875b47492f} <Debug> TCPHandler: Processed in 0.002239865 sec. | ||
| 1535 | 2024.11.14 04:47:19.530327 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1536 | 2024.11.14 04:47:19.530511 [ 252 ] {2f6f76af-523c-44bf-9a21-62d4065facf5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1537 | 2024.11.14 04:47:19.530582 [ 252 ] {2f6f76af-523c-44bf-9a21-62d4065facf5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1538 | 2024.11.14 04:47:19.531298 [ 252 ] {2f6f76af-523c-44bf-9a21-62d4065facf5} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1539 | 2024.11.14 04:47:19.531348 [ 252 ] {2f6f76af-523c-44bf-9a21-62d4065facf5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 1540 | 2024.11.14 04:47:19.531778 [ 252 ] {2f6f76af-523c-44bf-9a21-62d4065facf5} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1541 | 2024.11.14 04:47:19.532034 [ 252 ] {2f6f76af-523c-44bf-9a21-62d4065facf5} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1542 | 2024.11.14 04:47:19.532268 [ 252 ] {2f6f76af-523c-44bf-9a21-62d4065facf5} <Debug> executeQuery: Read 8 rows, 658.00 B in 0.001809 sec., 4422.332780541736 rows/sec., 355.21 KiB/sec. | ||
| 1543 | 2024.11.14 04:47:19.532323 [ 252 ] {2f6f76af-523c-44bf-9a21-62d4065facf5} <Debug> TCPHandler: Processed in 0.002130161 sec. | ||
| 1544 | 2024.11.14 04:47:19.532494 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1545 | 2024.11.14 04:47:19.532638 [ 250 ] {6a4ae3de-a4fb-433b-93a7-0f7164de9f52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1546 | 2024.11.14 04:47:19.532704 [ 250 ] {6a4ae3de-a4fb-433b-93a7-0f7164de9f52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1547 | 2024.11.14 04:47:19.533244 [ 250 ] {6a4ae3de-a4fb-433b-93a7-0f7164de9f52} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1548 | 2024.11.14 04:47:19.533284 [ 250 ] {6a4ae3de-a4fb-433b-93a7-0f7164de9f52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 1549 | 2024.11.14 04:47:19.533679 [ 250 ] {6a4ae3de-a4fb-433b-93a7-0f7164de9f52} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1550 | 2024.11.14 04:47:19.533926 [ 250 ] {6a4ae3de-a4fb-433b-93a7-0f7164de9f52} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1551 | 2024.11.14 04:47:19.534145 [ 250 ] {6a4ae3de-a4fb-433b-93a7-0f7164de9f52} <Debug> executeQuery: Read 10 rows, 780.00 B in 0.001537 sec., 6506.180871828237 rows/sec., 495.59 KiB/sec. | ||
| 1552 | 2024.11.14 04:47:19.534199 [ 250 ] {6a4ae3de-a4fb-433b-93a7-0f7164de9f52} <Debug> TCPHandler: Processed in 0.001770812 sec. | ||
| 1553 | 2024.11.14 04:47:19.534340 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1554 | 2024.11.14 04:47:19.534457 [ 252 ] {d35d4237-96c1-4b46-af6d-33ca242db0ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1555 | 2024.11.14 04:47:19.534510 [ 252 ] {d35d4237-96c1-4b46-af6d-33ca242db0ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1556 | 2024.11.14 04:47:19.534992 [ 252 ] {d35d4237-96c1-4b46-af6d-33ca242db0ba} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1557 | 2024.11.14 04:47:19.535031 [ 252 ] {d35d4237-96c1-4b46-af6d-33ca242db0ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 1558 | 2024.11.14 04:47:19.535406 [ 252 ] {d35d4237-96c1-4b46-af6d-33ca242db0ba} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1559 | 2024.11.14 04:47:19.535645 [ 252 ] {d35d4237-96c1-4b46-af6d-33ca242db0ba} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1560 | 2024.11.14 04:47:19.535828 [ 252 ] {d35d4237-96c1-4b46-af6d-33ca242db0ba} <Debug> executeQuery: Read 10 rows, 645.00 B in 0.001396 sec., 7163.3237822349565 rows/sec., 451.21 KiB/sec. | ||
| 1561 | 2024.11.14 04:47:19.535876 [ 252 ] {d35d4237-96c1-4b46-af6d-33ca242db0ba} <Debug> TCPHandler: Processed in 0.001594796 sec. | ||
| 1562 | 2024.11.14 04:47:23.288772 [ 58 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1563 | 2024.11.14 04:47:23.288854 [ 58 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1564 | 2024.11.14 04:47:24.534027 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1565 | 2024.11.14 04:47:24.534243 [ 250 ] {0e49b838-86e0-4198-9230-92ab041b1112} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1566 | 2024.11.14 04:47:24.534319 [ 250 ] {0e49b838-86e0-4198-9230-92ab041b1112} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1567 | 2024.11.14 04:47:24.535071 [ 250 ] {0e49b838-86e0-4198-9230-92ab041b1112} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1568 | 2024.11.14 04:47:24.535121 [ 250 ] {0e49b838-86e0-4198-9230-92ab041b1112} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 1569 | 2024.11.14 04:47:24.535551 [ 250 ] {0e49b838-86e0-4198-9230-92ab041b1112} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1570 | 2024.11.14 04:47:24.535808 [ 250 ] {0e49b838-86e0-4198-9230-92ab041b1112} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1571 | 2024.11.14 04:47:24.536064 [ 250 ] {0e49b838-86e0-4198-9230-92ab041b1112} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001871 sec., 7482.629609834313 rows/sec., 538.65 KiB/sec. | ||
| 1572 | 2024.11.14 04:47:24.536219 [ 250 ] {0e49b838-86e0-4198-9230-92ab041b1112} <Debug> TCPHandler: Processed in 0.002328468 sec. | ||
| 1573 | 2024.11.14 04:47:24.536484 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1574 | 2024.11.14 04:47:24.536692 [ 252 ] {f8f3e06e-a8a4-4524-9754-964c1405b948} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1575 | 2024.11.14 04:47:24.536773 [ 252 ] {f8f3e06e-a8a4-4524-9754-964c1405b948} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1576 | 2024.11.14 04:47:24.537616 [ 252 ] {f8f3e06e-a8a4-4524-9754-964c1405b948} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1577 | 2024.11.14 04:47:24.537659 [ 252 ] {f8f3e06e-a8a4-4524-9754-964c1405b948} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 1578 | 2024.11.14 04:47:24.538102 [ 252 ] {f8f3e06e-a8a4-4524-9754-964c1405b948} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1579 | 2024.11.14 04:47:24.538361 [ 252 ] {f8f3e06e-a8a4-4524-9754-964c1405b948} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1580 | 2024.11.14 04:47:24.538589 [ 252 ] {f8f3e06e-a8a4-4524-9754-964c1405b948} <Debug> executeQuery: Read 201 rows, 18.68 KiB in 0.001952 sec., 102971.31147540984 rows/sec., 9.35 MiB/sec. | ||
| 1581 | 2024.11.14 04:47:24.538784 [ 252 ] {f8f3e06e-a8a4-4524-9754-964c1405b948} <Debug> TCPHandler: Processed in 0.002434921 sec. | ||
| 1582 | 2024.11.14 04:47:24.538990 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1583 | 2024.11.14 04:47:24.539107 [ 250 ] {6ed9fcd4-17f4-4848-8328-79c30878b747} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1584 | 2024.11.14 04:47:24.539157 [ 250 ] {6ed9fcd4-17f4-4848-8328-79c30878b747} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1585 | 2024.11.14 04:47:24.539739 [ 250 ] {6ed9fcd4-17f4-4848-8328-79c30878b747} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1586 | 2024.11.14 04:47:24.539779 [ 250 ] {6ed9fcd4-17f4-4848-8328-79c30878b747} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 1587 | 2024.11.14 04:47:24.540136 [ 250 ] {6ed9fcd4-17f4-4848-8328-79c30878b747} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1588 | 2024.11.14 04:47:24.540377 [ 250 ] {6ed9fcd4-17f4-4848-8328-79c30878b747} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1589 | 2024.11.14 04:47:24.540536 [ 56 ] {} <Debug> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1590 | 2024.11.14 04:47:24.540597 [ 56 ] {} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1591 | 2024.11.14 04:47:24.540621 [ 250 ] {6ed9fcd4-17f4-4848-8328-79c30878b747} <Debug> executeQuery: Read 32 rows, 2.34 KiB in 0.001533 sec., 20874.103065883886 rows/sec., 1.49 MiB/sec. | ||
| 1592 | 2024.11.14 04:47:24.540635 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 1593 | 2024.11.14 04:47:24.540766 [ 250 ] {6ed9fcd4-17f4-4848-8328-79c30878b747} <Debug> TCPHandler: Processed in 0.001831963 sec. | ||
| 1594 | 2024.11.14 04:47:24.540959 [ 187 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::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 | ||
| 1595 | 2024.11.14 04:47:24.540983 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1596 | 2024.11.14 04:47:24.541270 [ 187 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1597 | 2024.11.14 04:47:24.541276 [ 252 ] {bae144c4-65ca-4d3e-a5df-f06fe5ab3bcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1598 | 2024.11.14 04:47:24.541339 [ 187 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 17 rows starting from the beginning of the part | ||
| 1599 | 2024.11.14 04:47:24.541389 [ 252 ] {bae144c4-65ca-4d3e-a5df-f06fe5ab3bcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1600 | 2024.11.14 04:47:24.541743 [ 187 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 17 rows starting from the beginning of the part | ||
| 1601 | 2024.11.14 04:47:24.542077 [ 187 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 17 rows starting from the beginning of the part | ||
| 1602 | 2024.11.14 04:47:24.542337 [ 187 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 17 rows starting from the beginning of the part | ||
| 1603 | 2024.11.14 04:47:24.542727 [ 187 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 15 rows starting from the beginning of the part | ||
| 1604 | 2024.11.14 04:47:24.543182 [ 187 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 32 rows starting from the beginning of the part | ||
| 1605 | 2024.11.14 04:47:24.544564 [ 252 ] {bae144c4-65ca-4d3e-a5df-f06fe5ab3bcb} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1606 | 2024.11.14 04:47:24.544628 [ 252 ] {bae144c4-65ca-4d3e-a5df-f06fe5ab3bcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 1607 | 2024.11.14 04:47:24.545695 [ 252 ] {bae144c4-65ca-4d3e-a5df-f06fe5ab3bcb} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1608 | 2024.11.14 04:47:24.546158 [ 187 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 115 rows, containing 5 columns (5 merged, 0 gathered) in 0.005371696 sec., 21408.508597657055 rows/sec., 1.63 MiB/sec. | ||
| 1609 | 2024.11.14 04:47:24.546250 [ 252 ] {bae144c4-65ca-4d3e-a5df-f06fe5ab3bcb} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1610 | 2024.11.14 04:47:24.546386 [ 187 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1611 | 2024.11.14 04:47:24.546769 [ 252 ] {bae144c4-65ca-4d3e-a5df-f06fe5ab3bcb} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005562 sec., 2517.0801869830993 rows/sec., 176.28 KiB/sec. | ||
| 1612 | 2024.11.14 04:47:24.547040 [ 252 ] {bae144c4-65ca-4d3e-a5df-f06fe5ab3bcb} <Debug> TCPHandler: Processed in 0.006156729 sec. | ||
| 1613 | 2024.11.14 04:47:24.547247 [ 194 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_6_1} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1614 | 2024.11.14 04:47:24.547263 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1615 | 2024.11.14 04:47:24.547375 [ 194 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_6_1} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1616 | 2024.11.14 04:47:24.547393 [ 250 ] {4edcdfcd-4990-4d79-afb7-b2fc29c7247d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1617 | 2024.11.14 04:47:24.547465 [ 250 ] {4edcdfcd-4990-4d79-afb7-b2fc29c7247d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1618 | 2024.11.14 04:47:24.547492 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 1619 | 2024.11.14 04:47:24.548082 [ 250 ] {4edcdfcd-4990-4d79-afb7-b2fc29c7247d} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1620 | 2024.11.14 04:47:24.548132 [ 250 ] {4edcdfcd-4990-4d79-afb7-b2fc29c7247d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 1621 | 2024.11.14 04:47:24.548568 [ 250 ] {4edcdfcd-4990-4d79-afb7-b2fc29c7247d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1622 | 2024.11.14 04:47:24.548857 [ 250 ] {4edcdfcd-4990-4d79-afb7-b2fc29c7247d} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1623 | 2024.11.14 04:47:24.549081 [ 250 ] {4edcdfcd-4990-4d79-afb7-b2fc29c7247d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001715 sec., 7580.174927113703 rows/sec., 472.62 KiB/sec. | ||
| 1624 | 2024.11.14 04:47:24.549133 [ 250 ] {4edcdfcd-4990-4d79-afb7-b2fc29c7247d} <Debug> TCPHandler: Processed in 0.001947317 sec. | ||
| 1625 | 2024.11.14 04:47:24.549283 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1626 | 2024.11.14 04:47:24.549403 [ 252 ] {51e33d40-0552-40f4-89d6-4082a7ce3ee0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1627 | 2024.11.14 04:47:24.549453 [ 252 ] {51e33d40-0552-40f4-89d6-4082a7ce3ee0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1628 | 2024.11.14 04:47:24.550140 [ 252 ] {51e33d40-0552-40f4-89d6-4082a7ce3ee0} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1629 | 2024.11.14 04:47:24.550178 [ 252 ] {51e33d40-0552-40f4-89d6-4082a7ce3ee0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 1630 | 2024.11.14 04:47:24.550551 [ 252 ] {51e33d40-0552-40f4-89d6-4082a7ce3ee0} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1631 | 2024.11.14 04:47:24.550785 [ 252 ] {51e33d40-0552-40f4-89d6-4082a7ce3ee0} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1632 | 2024.11.14 04:47:24.551073 [ 252 ] {51e33d40-0552-40f4-89d6-4082a7ce3ee0} <Debug> executeQuery: Read 351 rows, 25.21 KiB in 0.001678 sec., 209177.59237187126 rows/sec., 14.67 MiB/sec. | ||
| 1633 | 2024.11.14 04:47:24.551139 [ 252 ] {51e33d40-0552-40f4-89d6-4082a7ce3ee0} <Debug> TCPHandler: Processed in 0.001915895 sec. | ||
| 1634 | 2024.11.14 04:47:24.551296 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1635 | 2024.11.14 04:47:24.551434 [ 250 ] {98737326-8293-4955-a545-1b1aef659916} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1636 | 2024.11.14 04:47:24.551493 [ 250 ] {98737326-8293-4955-a545-1b1aef659916} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1637 | 2024.11.14 04:47:24.552044 [ 250 ] {98737326-8293-4955-a545-1b1aef659916} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1638 | 2024.11.14 04:47:24.552083 [ 250 ] {98737326-8293-4955-a545-1b1aef659916} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 1639 | 2024.11.14 04:47:24.552447 [ 250 ] {98737326-8293-4955-a545-1b1aef659916} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1640 | 2024.11.14 04:47:24.552686 [ 250 ] {98737326-8293-4955-a545-1b1aef659916} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1641 | 2024.11.14 04:47:24.552968 [ 250 ] {98737326-8293-4955-a545-1b1aef659916} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001544 sec., 3886.0103626943005 rows/sec., 203.03 KiB/sec. | ||
| 1642 | 2024.11.14 04:47:24.553064 [ 250 ] {98737326-8293-4955-a545-1b1aef659916} <Debug> TCPHandler: Processed in 0.001834774 sec. | ||
| 1643 | 2024.11.14 04:47:24.553212 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1644 | 2024.11.14 04:47:24.553351 [ 252 ] {addd41a3-dda4-4dc0-9d6b-c77c2afa05df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1645 | 2024.11.14 04:47:24.553413 [ 252 ] {addd41a3-dda4-4dc0-9d6b-c77c2afa05df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1646 | 2024.11.14 04:47:24.554017 [ 252 ] {addd41a3-dda4-4dc0-9d6b-c77c2afa05df} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1647 | 2024.11.14 04:47:24.554053 [ 252 ] {addd41a3-dda4-4dc0-9d6b-c77c2afa05df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 1648 | 2024.11.14 04:47:24.554429 [ 252 ] {addd41a3-dda4-4dc0-9d6b-c77c2afa05df} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1649 | 2024.11.14 04:47:24.554664 [ 252 ] {addd41a3-dda4-4dc0-9d6b-c77c2afa05df} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1650 | 2024.11.14 04:47:24.554782 [ 56 ] {} <Debug> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1651 | 2024.11.14 04:47:24.554820 [ 56 ] {} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1652 | 2024.11.14 04:47:24.554841 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 1653 | 2024.11.14 04:47:24.554854 [ 252 ] {addd41a3-dda4-4dc0-9d6b-c77c2afa05df} <Debug> executeQuery: Read 87 rows, 5.62 KiB in 0.001533 sec., 56751.46771037182 rows/sec., 3.58 MiB/sec. | ||
| 1654 | 2024.11.14 04:47:24.554952 [ 252 ] {addd41a3-dda4-4dc0-9d6b-c77c2afa05df} <Debug> TCPHandler: Processed in 0.001807422 sec. | ||
| 1655 | 2024.11.14 04:47:24.554990 [ 192 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::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 | ||
| 1656 | 2024.11.14 04:47:24.555125 [ 192 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1657 | 2024.11.14 04:47:24.555167 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1658 | 2024.11.14 04:47:24.555188 [ 192 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 10 rows starting from the beginning of the part | ||
| 1659 | 2024.11.14 04:47:24.555492 [ 192 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part | ||
| 1660 | 2024.11.14 04:47:24.555515 [ 250 ] {6ec15a9c-0427-4928-95f5-e501341e7e01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1661 | 2024.11.14 04:47:24.555689 [ 250 ] {6ec15a9c-0427-4928-95f5-e501341e7e01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1662 | 2024.11.14 04:47:24.555925 [ 192 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 10 rows starting from the beginning of the part | ||
| 1663 | 2024.11.14 04:47:24.556341 [ 192 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 85 rows starting from the beginning of the part | ||
| 1664 | 2024.11.14 04:47:24.556685 [ 192 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 10 rows starting from the beginning of the part | ||
| 1665 | 2024.11.14 04:47:24.556905 [ 192 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 87 rows starting from the beginning of the part | ||
| 1666 | 2024.11.14 04:47:24.557805 [ 250 ] {6ec15a9c-0427-4928-95f5-e501341e7e01} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1667 | 2024.11.14 04:47:24.557869 [ 250 ] {6ec15a9c-0427-4928-95f5-e501341e7e01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 1668 | 2024.11.14 04:47:24.558963 [ 250 ] {6ec15a9c-0427-4928-95f5-e501341e7e01} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1669 | 2024.11.14 04:47:24.559442 [ 250 ] {6ec15a9c-0427-4928-95f5-e501341e7e01} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1670 | 2024.11.14 04:47:24.559967 [ 194 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 212 rows, containing 5 columns (5 merged, 0 gathered) in 0.005050726 sec., 41974.16371428582 rows/sec., 2.73 MiB/sec. | ||
| 1671 | 2024.11.14 04:47:24.560134 [ 250 ] {6ec15a9c-0427-4928-95f5-e501341e7e01} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00477 sec., 209.64360587002096 rows/sec., 14.13 KiB/sec. | ||
| 1672 | 2024.11.14 04:47:24.560215 [ 250 ] {6ec15a9c-0427-4928-95f5-e501341e7e01} <Debug> TCPHandler: Processed in 0.005146869 sec. | ||
| 1673 | 2024.11.14 04:47:24.560237 [ 194 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1674 | 2024.11.14 04:47:24.560408 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1675 | 2024.11.14 04:47:24.560632 [ 252 ] {b553c19b-e131-43ba-b7cd-604fc84a2336} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1676 | 2024.11.14 04:47:24.560700 [ 194 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1677 | 2024.11.14 04:47:24.560862 [ 252 ] {b553c19b-e131-43ba-b7cd-604fc84a2336} <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 | ||
| 1678 | 2024.11.14 04:47:24.560922 [ 194 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1679 | 2024.11.14 04:47:24.561172 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 1680 | 2024.11.14 04:47:24.562358 [ 252 ] {b553c19b-e131-43ba-b7cd-604fc84a2336} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1681 | 2024.11.14 04:47:24.562402 [ 252 ] {b553c19b-e131-43ba-b7cd-604fc84a2336} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 1682 | 2024.11.14 04:47:24.563068 [ 252 ] {b553c19b-e131-43ba-b7cd-604fc84a2336} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1683 | 2024.11.14 04:47:24.563352 [ 252 ] {b553c19b-e131-43ba-b7cd-604fc84a2336} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1684 | 2024.11.14 04:47:24.563473 [ 56 ] {} <Debug> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1685 | 2024.11.14 04:47:24.563508 [ 56 ] {} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1686 | 2024.11.14 04:47:24.563531 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 1687 | 2024.11.14 04:47:24.563557 [ 252 ] {b553c19b-e131-43ba-b7cd-604fc84a2336} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002986 sec., 8372.404554588078 rows/sec., 15.00 MiB/sec. | ||
| 1688 | 2024.11.14 04:47:24.563982 [ 194 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::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 | ||
| 1689 | 2024.11.14 04:47:24.564131 [ 252 ] {b553c19b-e131-43ba-b7cd-604fc84a2336} <Debug> TCPHandler: Processed in 0.003827201 sec. | ||
| 1690 | 2024.11.14 04:47:24.564370 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1691 | 2024.11.14 04:47:24.564535 [ 194 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1692 | 2024.11.14 04:47:24.564553 [ 250 ] {df226eed-3320-4f7b-b8a8-b359f9b5dc66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1693 | 2024.11.14 04:47:24.564615 [ 194 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 17 rows starting from the beginning of the part | ||
| 1694 | 2024.11.14 04:47:24.564629 [ 250 ] {df226eed-3320-4f7b-b8a8-b359f9b5dc66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1695 | 2024.11.14 04:47:24.565307 [ 194 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 17 rows starting from the beginning of the part | ||
| 1696 | 2024.11.14 04:47:24.565843 [ 194 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 17 rows starting from the beginning of the part | ||
| 1697 | 2024.11.14 04:47:24.566386 [ 250 ] {df226eed-3320-4f7b-b8a8-b359f9b5dc66} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1698 | 2024.11.14 04:47:24.566397 [ 194 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 17 rows starting from the beginning of the part | ||
| 1699 | 2024.11.14 04:47:24.566431 [ 250 ] {df226eed-3320-4f7b-b8a8-b359f9b5dc66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 1700 | 2024.11.14 04:47:24.566975 [ 194 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 8 rows starting from the beginning of the part | ||
| 1701 | 2024.11.14 04:47:24.567483 [ 194 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 25 rows starting from the beginning of the part | ||
| 1702 | 2024.11.14 04:47:24.567551 [ 250 ] {df226eed-3320-4f7b-b8a8-b359f9b5dc66} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1703 | 2024.11.14 04:47:24.568108 [ 250 ] {df226eed-3320-4f7b-b8a8-b359f9b5dc66} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1704 | 2024.11.14 04:47:24.568333 [ 56 ] {} <Debug> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1705 | 2024.11.14 04:47:24.568442 [ 56 ] {} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1706 | 2024.11.14 04:47:24.568545 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 1707 | 2024.11.14 04:47:24.568559 [ 250 ] {df226eed-3320-4f7b-b8a8-b359f9b5dc66} <Debug> executeQuery: Read 32 rows, 1.82 KiB in 0.004031 sec., 7938.476804763086 rows/sec., 452.06 KiB/sec. | ||
| 1708 | 2024.11.14 04:47:24.569021 [ 250 ] {df226eed-3320-4f7b-b8a8-b359f9b5dc66} <Debug> TCPHandler: Processed in 0.004761558 sec. | ||
| 1709 | 2024.11.14 04:47:24.569475 [ 193 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::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 | ||
| 1710 | 2024.11.14 04:47:24.569821 [ 193 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1711 | 2024.11.14 04:47:24.569908 [ 193 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 10 rows starting from the beginning of the part | ||
| 1712 | 2024.11.14 04:47:24.570246 [ 193 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part | ||
| 1713 | 2024.11.14 04:47:24.570651 [ 193 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 10 rows starting from the beginning of the part | ||
| 1714 | 2024.11.14 04:47:24.570998 [ 193 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 30 rows starting from the beginning of the part | ||
| 1715 | 2024.11.14 04:47:24.571305 [ 193 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 10 rows starting from the beginning of the part | ||
| 1716 | 2024.11.14 04:47:24.571661 [ 193 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 32 rows starting from the beginning of the part | ||
| 1717 | 2024.11.14 04:47:24.575278 [ 193 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 102 rows, containing 4 columns (4 merged, 0 gathered) in 0.006470118 sec., 15764.782033341586 rows/sec., 933.23 KiB/sec. | ||
| 1718 | 2024.11.14 04:47:24.575811 [ 189 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1719 | 2024.11.14 04:47:24.576643 [ 189 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_6_1} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1720 | 2024.11.14 04:47:24.576936 [ 189 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_6_1} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1721 | 2024.11.14 04:47:24.577206 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 1722 | 2024.11.14 04:47:24.577298 [ 196 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 101 rows, containing 19 columns (19 merged, 0 gathered) in 0.013688506 sec., 7378.453134330364 rows/sec., 13.22 MiB/sec. | ||
| 1723 | 2024.11.14 04:47:24.577597 [ 189 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1724 | 2024.11.14 04:47:24.577996 [ 189 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1725 | 2024.11.14 04:47:24.578099 [ 189 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1726 | 2024.11.14 04:47:24.578241 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB. | ||
| 1727 | 2024.11.14 04:47:25.807148 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1728 | 2024.11.14 04:47:25.807429 [ 250 ] {60fc048c-09c5-48c9-b01c-4097129007d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', '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) | ||
| 1729 | 2024.11.14 04:47:25.807872 [ 250 ] {60fc048c-09c5-48c9-b01c-4097129007d8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1730 | 2024.11.14 04:47:25.807924 [ 250 ] {60fc048c-09c5-48c9-b01c-4097129007d8} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', '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 | ||
| 1731 | 2024.11.14 04:47:25.808232 [ 250 ] {60fc048c-09c5-48c9-b01c-4097129007d8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1732 | 2024.11.14 04:47:25.808313 [ 250 ] {60fc048c-09c5-48c9-b01c-4097129007d8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1733 | 2024.11.14 04:47:25.808487 [ 250 ] {60fc048c-09c5-48c9-b01c-4097129007d8} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
| 1734 | 2024.11.14 04:47:25.808800 [ 297 ] {60fc048c-09c5-48c9-b01c-4097129007d8} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1735 | 2024.11.14 04:47:25.808819 [ 292 ] {60fc048c-09c5-48c9-b01c-4097129007d8} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1736 | 2024.11.14 04:47:25.808823 [ 296 ] {60fc048c-09c5-48c9-b01c-4097129007d8} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1737 | 2024.11.14 04:47:25.808991 [ 250 ] {60fc048c-09c5-48c9-b01c-4097129007d8} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (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 | ||
| 1738 | 2024.11.14 04:47:25.809026 [ 250 ] {60fc048c-09c5-48c9-b01c-4097129007d8} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1739 | 2024.11.14 04:47:25.809145 [ 250 ] {60fc048c-09c5-48c9-b01c-4097129007d8} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1740 | 2024.11.14 04:47:25.809169 [ 250 ] {60fc048c-09c5-48c9-b01c-4097129007d8} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Reading approx. 20 rows with 3 streams | ||
| 1741 | 2024.11.14 04:47:25.809213 [ 250 ] {60fc048c-09c5-48c9-b01c-4097129007d8} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1742 | 2024.11.14 04:47:25.809257 [ 250 ] {60fc048c-09c5-48c9-b01c-4097129007d8} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1743 | 2024.11.14 04:47:25.809299 [ 250 ] {60fc048c-09c5-48c9-b01c-4097129007d8} <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', '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'))" | ||
| 1744 | 2024.11.14 04:47:25.811168 [ 250 ] {60fc048c-09c5-48c9-b01c-4097129007d8} <Debug> executeQuery: Read 20 rows, 755.00 B in 0.003866 sec., 5173.305742369374 rows/sec., 190.72 KiB/sec. | ||
| 1745 | 2024.11.14 04:47:25.811348 [ 250 ] {60fc048c-09c5-48c9-b01c-4097129007d8} <Debug> TCPHandler: Processed in 0.004336866 sec. | ||
| 1746 | 2024.11.14 04:47:25.811829 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1747 | 2024.11.14 04:47:25.812076 [ 252 ] {c9eb39d6-79d1-4425-ba7e-b0953f4d85f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1748 | 2024.11.14 04:47:25.812468 [ 252 ] {c9eb39d6-79d1-4425-ba7e-b0953f4d85f4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1749 | 2024.11.14 04:47:25.812519 [ 252 ] {c9eb39d6-79d1-4425-ba7e-b0953f4d85f4} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1750 | 2024.11.14 04:47:25.812833 [ 252 ] {c9eb39d6-79d1-4425-ba7e-b0953f4d85f4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1751 | 2024.11.14 04:47:25.812917 [ 252 ] {c9eb39d6-79d1-4425-ba7e-b0953f4d85f4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1752 | 2024.11.14 04:47:25.813095 [ 252 ] {c9eb39d6-79d1-4425-ba7e-b0953f4d85f4} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
| 1753 | 2024.11.14 04:47:25.813225 [ 298 ] {c9eb39d6-79d1-4425-ba7e-b0953f4d85f4} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1754 | 2024.11.14 04:47:25.813243 [ 292 ] {c9eb39d6-79d1-4425-ba7e-b0953f4d85f4} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1755 | 2024.11.14 04:47:25.813267 [ 296 ] {c9eb39d6-79d1-4425-ba7e-b0953f4d85f4} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1756 | 2024.11.14 04:47:25.813380 [ 252 ] {c9eb39d6-79d1-4425-ba7e-b0953f4d85f4} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (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 | ||
| 1757 | 2024.11.14 04:47:25.813414 [ 252 ] {c9eb39d6-79d1-4425-ba7e-b0953f4d85f4} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1758 | 2024.11.14 04:47:25.813534 [ 252 ] {c9eb39d6-79d1-4425-ba7e-b0953f4d85f4} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1759 | 2024.11.14 04:47:25.813560 [ 252 ] {c9eb39d6-79d1-4425-ba7e-b0953f4d85f4} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Reading approx. 20 rows with 3 streams | ||
| 1760 | 2024.11.14 04:47:25.813604 [ 252 ] {c9eb39d6-79d1-4425-ba7e-b0953f4d85f4} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1761 | 2024.11.14 04:47:25.813650 [ 252 ] {c9eb39d6-79d1-4425-ba7e-b0953f4d85f4} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1762 | 2024.11.14 04:47:25.813692 [ 252 ] {c9eb39d6-79d1-4425-ba7e-b0953f4d85f4} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1763 | 2024.11.14 04:47:25.815308 [ 252 ] {c9eb39d6-79d1-4425-ba7e-b0953f4d85f4} <Debug> executeQuery: Read 20 rows, 755.00 B in 0.003342 sec., 5984.440454817474 rows/sec., 220.62 KiB/sec. | ||
| 1764 | 2024.11.14 04:47:25.815514 [ 252 ] {c9eb39d6-79d1-4425-ba7e-b0953f4d85f4} <Debug> TCPHandler: Processed in 0.00381668 sec. | ||
| 1765 | 2024.11.14 04:47:25.815773 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1766 | 2024.11.14 04:47:25.815948 [ 250 ] {3f968546-c2cf-4920-a57a-3552f2c1fc71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) 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_underlay_prefixes', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1767 | 2024.11.14 04:47:25.816254 [ 250 ] {3f968546-c2cf-4920-a57a-3552f2c1fc71} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1768 | 2024.11.14 04:47:25.816296 [ 250 ] {3f968546-c2cf-4920-a57a-3552f2c1fc71} <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_underlay_prefixes', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1769 | 2024.11.14 04:47:25.816563 [ 250 ] {3f968546-c2cf-4920-a57a-3552f2c1fc71} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1770 | 2024.11.14 04:47:25.816630 [ 250 ] {3f968546-c2cf-4920-a57a-3552f2c1fc71} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1771 | 2024.11.14 04:47:25.816777 [ 250 ] {3f968546-c2cf-4920-a57a-3552f2c1fc71} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
| 1772 | 2024.11.14 04:47:25.816911 [ 292 ] {3f968546-c2cf-4920-a57a-3552f2c1fc71} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1773 | 2024.11.14 04:47:25.816922 [ 298 ] {3f968546-c2cf-4920-a57a-3552f2c1fc71} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1774 | 2024.11.14 04:47:25.816938 [ 297 ] {3f968546-c2cf-4920-a57a-3552f2c1fc71} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1775 | 2024.11.14 04:47:25.817056 [ 250 ] {3f968546-c2cf-4920-a57a-3552f2c1fc71} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (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 | ||
| 1776 | 2024.11.14 04:47:25.817081 [ 250 ] {3f968546-c2cf-4920-a57a-3552f2c1fc71} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1777 | 2024.11.14 04:47:25.817182 [ 250 ] {3f968546-c2cf-4920-a57a-3552f2c1fc71} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1778 | 2024.11.14 04:47:25.817203 [ 250 ] {3f968546-c2cf-4920-a57a-3552f2c1fc71} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Reading approx. 20 rows with 3 streams | ||
| 1779 | 2024.11.14 04:47:25.817242 [ 250 ] {3f968546-c2cf-4920-a57a-3552f2c1fc71} <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_underlay_prefixes', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1780 | 2024.11.14 04:47:25.817287 [ 250 ] {3f968546-c2cf-4920-a57a-3552f2c1fc71} <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_underlay_prefixes', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1781 | 2024.11.14 04:47:25.817330 [ 250 ] {3f968546-c2cf-4920-a57a-3552f2c1fc71} <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_underlay_prefixes', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1782 | 2024.11.14 04:47:25.818769 [ 250 ] {3f968546-c2cf-4920-a57a-3552f2c1fc71} <Debug> executeQuery: Read 20 rows, 755.00 B in 0.002901 sec., 6894.174422612892 rows/sec., 254.16 KiB/sec. | ||
| 1783 | 2024.11.14 04:47:25.818953 [ 250 ] {3f968546-c2cf-4920-a57a-3552f2c1fc71} <Debug> TCPHandler: Processed in 0.003238854 sec. | ||
| 1784 | 2024.11.14 04:47:25.819247 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1785 | 2024.11.14 04:47:25.819434 [ 252 ] {7dd04b24-3aab-4468-9b87-976d767b831d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1786 | 2024.11.14 04:47:25.819750 [ 252 ] {7dd04b24-3aab-4468-9b87-976d767b831d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1787 | 2024.11.14 04:47:25.819794 [ 252 ] {7dd04b24-3aab-4468-9b87-976d767b831d} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1788 | 2024.11.14 04:47:25.820071 [ 252 ] {7dd04b24-3aab-4468-9b87-976d767b831d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1789 | 2024.11.14 04:47:25.820140 [ 252 ] {7dd04b24-3aab-4468-9b87-976d767b831d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1790 | 2024.11.14 04:47:25.820289 [ 252 ] {7dd04b24-3aab-4468-9b87-976d767b831d} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
| 1791 | 2024.11.14 04:47:25.820419 [ 292 ] {7dd04b24-3aab-4468-9b87-976d767b831d} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1792 | 2024.11.14 04:47:25.820442 [ 297 ] {7dd04b24-3aab-4468-9b87-976d767b831d} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1793 | 2024.11.14 04:47:25.820450 [ 296 ] {7dd04b24-3aab-4468-9b87-976d767b831d} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1794 | 2024.11.14 04:47:25.820615 [ 252 ] {7dd04b24-3aab-4468-9b87-976d767b831d} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (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 | ||
| 1795 | 2024.11.14 04:47:25.820676 [ 252 ] {7dd04b24-3aab-4468-9b87-976d767b831d} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1796 | 2024.11.14 04:47:25.820797 [ 252 ] {7dd04b24-3aab-4468-9b87-976d767b831d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1797 | 2024.11.14 04:47:25.820822 [ 252 ] {7dd04b24-3aab-4468-9b87-976d767b831d} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Reading approx. 20 rows with 3 streams | ||
| 1798 | 2024.11.14 04:47:25.820865 [ 252 ] {7dd04b24-3aab-4468-9b87-976d767b831d} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1799 | 2024.11.14 04:47:25.820912 [ 252 ] {7dd04b24-3aab-4468-9b87-976d767b831d} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1800 | 2024.11.14 04:47:25.820957 [ 252 ] {7dd04b24-3aab-4468-9b87-976d767b831d} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1801 | 2024.11.14 04:47:25.822364 [ 252 ] {7dd04b24-3aab-4468-9b87-976d767b831d} <Debug> executeQuery: Read 20 rows, 755.00 B in 0.003014 sec., 6635.700066357001 rows/sec., 244.63 KiB/sec. | ||
| 1802 | 2024.11.14 04:47:25.822566 [ 252 ] {7dd04b24-3aab-4468-9b87-976d767b831d} <Debug> TCPHandler: Processed in 0.003379147 sec. | ||
| 1803 | 2024.11.14 04:47:25.822947 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1804 | 2024.11.14 04:47:25.823165 [ 250 ] {a5683f40-5501-4778-b65d-dc90287b08b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) 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:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1805 | 2024.11.14 04:47:25.823537 [ 250 ] {a5683f40-5501-4778-b65d-dc90287b08b0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1806 | 2024.11.14 04:47:25.823592 [ 250 ] {a5683f40-5501-4778-b65d-dc90287b08b0} <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:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1807 | 2024.11.14 04:47:25.823935 [ 250 ] {a5683f40-5501-4778-b65d-dc90287b08b0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1808 | 2024.11.14 04:47:25.824007 [ 250 ] {a5683f40-5501-4778-b65d-dc90287b08b0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1809 | 2024.11.14 04:47:25.824157 [ 250 ] {a5683f40-5501-4778-b65d-dc90287b08b0} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
| 1810 | 2024.11.14 04:47:25.824265 [ 292 ] {a5683f40-5501-4778-b65d-dc90287b08b0} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1811 | 2024.11.14 04:47:25.824311 [ 298 ] {a5683f40-5501-4778-b65d-dc90287b08b0} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1812 | 2024.11.14 04:47:25.824314 [ 296 ] {a5683f40-5501-4778-b65d-dc90287b08b0} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1813 | 2024.11.14 04:47:25.824438 [ 250 ] {a5683f40-5501-4778-b65d-dc90287b08b0} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (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 | ||
| 1814 | 2024.11.14 04:47:25.824467 [ 250 ] {a5683f40-5501-4778-b65d-dc90287b08b0} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1815 | 2024.11.14 04:47:25.824572 [ 250 ] {a5683f40-5501-4778-b65d-dc90287b08b0} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1816 | 2024.11.14 04:47:25.824594 [ 250 ] {a5683f40-5501-4778-b65d-dc90287b08b0} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Reading approx. 20 rows with 3 streams | ||
| 1817 | 2024.11.14 04:47:25.824634 [ 250 ] {a5683f40-5501-4778-b65d-dc90287b08b0} <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:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1818 | 2024.11.14 04:47:25.824680 [ 250 ] {a5683f40-5501-4778-b65d-dc90287b08b0} <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:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1819 | 2024.11.14 04:47:25.824722 [ 250 ] {a5683f40-5501-4778-b65d-dc90287b08b0} <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:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1820 | 2024.11.14 04:47:25.826140 [ 250 ] {a5683f40-5501-4778-b65d-dc90287b08b0} <Debug> executeQuery: Read 20 rows, 755.00 B in 0.003074 sec., 6506.180871828237 rows/sec., 239.85 KiB/sec. | ||
| 1821 | 2024.11.14 04:47:25.826327 [ 250 ] {a5683f40-5501-4778-b65d-dc90287b08b0} <Debug> TCPHandler: Processed in 0.003436279 sec. | ||
| 1822 | 2024.11.14 04:47:25.826602 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1823 | 2024.11.14 04:47:25.826787 [ 252 ] {fed01d36-afc8-4dec-9e20-23f4ca72b413} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) 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:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1824 | 2024.11.14 04:47:25.827108 [ 252 ] {fed01d36-afc8-4dec-9e20-23f4ca72b413} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1825 | 2024.11.14 04:47:25.827152 [ 252 ] {fed01d36-afc8-4dec-9e20-23f4ca72b413} <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:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1826 | 2024.11.14 04:47:25.827430 [ 252 ] {fed01d36-afc8-4dec-9e20-23f4ca72b413} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1827 | 2024.11.14 04:47:25.827497 [ 252 ] {fed01d36-afc8-4dec-9e20-23f4ca72b413} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1828 | 2024.11.14 04:47:25.827646 [ 252 ] {fed01d36-afc8-4dec-9e20-23f4ca72b413} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
| 1829 | 2024.11.14 04:47:25.827772 [ 292 ] {fed01d36-afc8-4dec-9e20-23f4ca72b413} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1830 | 2024.11.14 04:47:25.827782 [ 298 ] {fed01d36-afc8-4dec-9e20-23f4ca72b413} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1831 | 2024.11.14 04:47:25.827809 [ 297 ] {fed01d36-afc8-4dec-9e20-23f4ca72b413} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1832 | 2024.11.14 04:47:25.827909 [ 252 ] {fed01d36-afc8-4dec-9e20-23f4ca72b413} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (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 | ||
| 1833 | 2024.11.14 04:47:25.827938 [ 252 ] {fed01d36-afc8-4dec-9e20-23f4ca72b413} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1834 | 2024.11.14 04:47:25.828047 [ 252 ] {fed01d36-afc8-4dec-9e20-23f4ca72b413} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1835 | 2024.11.14 04:47:25.828069 [ 252 ] {fed01d36-afc8-4dec-9e20-23f4ca72b413} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Reading approx. 20 rows with 3 streams | ||
| 1836 | 2024.11.14 04:47:25.828108 [ 252 ] {fed01d36-afc8-4dec-9e20-23f4ca72b413} <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:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1837 | 2024.11.14 04:47:25.828243 [ 252 ] {fed01d36-afc8-4dec-9e20-23f4ca72b413} <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:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1838 | 2024.11.14 04:47:25.828366 [ 252 ] {fed01d36-afc8-4dec-9e20-23f4ca72b413} <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:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1839 | 2024.11.14 04:47:25.829780 [ 252 ] {fed01d36-afc8-4dec-9e20-23f4ca72b413} <Debug> executeQuery: Read 20 rows, 755.00 B in 0.003076 sec., 6501.950585175552 rows/sec., 239.70 KiB/sec. | ||
| 1840 | 2024.11.14 04:47:25.829970 [ 252 ] {fed01d36-afc8-4dec-9e20-23f4ca72b413} <Debug> TCPHandler: Processed in 0.003429529 sec. | ||
| 1841 | 2024.11.14 04:47:25.830246 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1842 | 2024.11.14 04:47:25.830461 [ 250 ] {cad5e389-0590-4ab2-8749-41fae1ba9767} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) 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_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1843 | 2024.11.14 04:47:25.830834 [ 250 ] {cad5e389-0590-4ab2-8749-41fae1ba9767} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1844 | 2024.11.14 04:47:25.830887 [ 250 ] {cad5e389-0590-4ab2-8749-41fae1ba9767} <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_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1845 | 2024.11.14 04:47:25.831184 [ 250 ] {cad5e389-0590-4ab2-8749-41fae1ba9767} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1846 | 2024.11.14 04:47:25.831251 [ 250 ] {cad5e389-0590-4ab2-8749-41fae1ba9767} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1847 | 2024.11.14 04:47:25.831397 [ 250 ] {cad5e389-0590-4ab2-8749-41fae1ba9767} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
| 1848 | 2024.11.14 04:47:25.831522 [ 292 ] {cad5e389-0590-4ab2-8749-41fae1ba9767} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1849 | 2024.11.14 04:47:25.831551 [ 296 ] {cad5e389-0590-4ab2-8749-41fae1ba9767} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1850 | 2024.11.14 04:47:25.831544 [ 298 ] {cad5e389-0590-4ab2-8749-41fae1ba9767} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1851 | 2024.11.14 04:47:25.831694 [ 250 ] {cad5e389-0590-4ab2-8749-41fae1ba9767} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (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 | ||
| 1852 | 2024.11.14 04:47:25.831723 [ 250 ] {cad5e389-0590-4ab2-8749-41fae1ba9767} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1853 | 2024.11.14 04:47:25.831829 [ 250 ] {cad5e389-0590-4ab2-8749-41fae1ba9767} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1854 | 2024.11.14 04:47:25.831851 [ 250 ] {cad5e389-0590-4ab2-8749-41fae1ba9767} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Reading approx. 20 rows with 3 streams | ||
| 1855 | 2024.11.14 04:47:25.831890 [ 250 ] {cad5e389-0590-4ab2-8749-41fae1ba9767} <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_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1856 | 2024.11.14 04:47:25.831935 [ 250 ] {cad5e389-0590-4ab2-8749-41fae1ba9767} <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_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1857 | 2024.11.14 04:47:25.831978 [ 250 ] {cad5e389-0590-4ab2-8749-41fae1ba9767} <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_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1858 | 2024.11.14 04:47:25.833362 [ 250 ] {cad5e389-0590-4ab2-8749-41fae1ba9767} <Debug> executeQuery: Read 20 rows, 755.00 B in 0.003002 sec., 6662.225183211192 rows/sec., 245.60 KiB/sec. | ||
| 1859 | 2024.11.14 04:47:25.833535 [ 250 ] {cad5e389-0590-4ab2-8749-41fae1ba9767} <Debug> TCPHandler: Processed in 0.003357237 sec. | ||
| 1860 | 2024.11.14 04:47:25.833810 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1861 | 2024.11.14 04:47:25.834017 [ 252 ] {fdbda733-f528-4acc-b9fd-559c2dd3a3cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) 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:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1862 | 2024.11.14 04:47:25.834339 [ 252 ] {fdbda733-f528-4acc-b9fd-559c2dd3a3cf} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1863 | 2024.11.14 04:47:25.834385 [ 252 ] {fdbda733-f528-4acc-b9fd-559c2dd3a3cf} <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:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1864 | 2024.11.14 04:47:25.834674 [ 252 ] {fdbda733-f528-4acc-b9fd-559c2dd3a3cf} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1865 | 2024.11.14 04:47:25.834741 [ 252 ] {fdbda733-f528-4acc-b9fd-559c2dd3a3cf} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1866 | 2024.11.14 04:47:25.834888 [ 252 ] {fdbda733-f528-4acc-b9fd-559c2dd3a3cf} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
| 1867 | 2024.11.14 04:47:25.834997 [ 292 ] {fdbda733-f528-4acc-b9fd-559c2dd3a3cf} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1868 | 2024.11.14 04:47:25.835045 [ 296 ] {fdbda733-f528-4acc-b9fd-559c2dd3a3cf} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1869 | 2024.11.14 04:47:25.835034 [ 297 ] {fdbda733-f528-4acc-b9fd-559c2dd3a3cf} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1870 | 2024.11.14 04:47:25.835189 [ 252 ] {fdbda733-f528-4acc-b9fd-559c2dd3a3cf} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (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 | ||
| 1871 | 2024.11.14 04:47:25.835220 [ 252 ] {fdbda733-f528-4acc-b9fd-559c2dd3a3cf} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1872 | 2024.11.14 04:47:25.835328 [ 252 ] {fdbda733-f528-4acc-b9fd-559c2dd3a3cf} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1873 | 2024.11.14 04:47:25.835350 [ 252 ] {fdbda733-f528-4acc-b9fd-559c2dd3a3cf} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Reading approx. 20 rows with 3 streams | ||
| 1874 | 2024.11.14 04:47:25.835388 [ 252 ] {fdbda733-f528-4acc-b9fd-559c2dd3a3cf} <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:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1875 | 2024.11.14 04:47:25.835433 [ 252 ] {fdbda733-f528-4acc-b9fd-559c2dd3a3cf} <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:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1876 | 2024.11.14 04:47:25.835476 [ 252 ] {fdbda733-f528-4acc-b9fd-559c2dd3a3cf} <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:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1877 | 2024.11.14 04:47:25.836901 [ 252 ] {fdbda733-f528-4acc-b9fd-559c2dd3a3cf} <Debug> executeQuery: Read 20 rows, 755.00 B in 0.00298 sec., 6711.4093959731545 rows/sec., 247.42 KiB/sec. | ||
| 1878 | 2024.11.14 04:47:25.837090 [ 252 ] {fdbda733-f528-4acc-b9fd-559c2dd3a3cf} <Debug> TCPHandler: Processed in 0.003348067 sec. | ||
| 1879 | 2024.11.14 04:47:25.837353 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1880 | 2024.11.14 04:47:25.837533 [ 250 ] {997b03f1-e880-46a6-953d-6c79756be246} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) 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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1881 | 2024.11.14 04:47:25.837851 [ 250 ] {997b03f1-e880-46a6-953d-6c79756be246} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1882 | 2024.11.14 04:47:25.837895 [ 250 ] {997b03f1-e880-46a6-953d-6c79756be246} <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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1883 | 2024.11.14 04:47:25.838191 [ 250 ] {997b03f1-e880-46a6-953d-6c79756be246} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1884 | 2024.11.14 04:47:25.838257 [ 250 ] {997b03f1-e880-46a6-953d-6c79756be246} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1885 | 2024.11.14 04:47:25.838422 [ 250 ] {997b03f1-e880-46a6-953d-6c79756be246} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
| 1886 | 2024.11.14 04:47:25.838548 [ 292 ] {997b03f1-e880-46a6-953d-6c79756be246} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1887 | 2024.11.14 04:47:25.838553 [ 298 ] {997b03f1-e880-46a6-953d-6c79756be246} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1888 | 2024.11.14 04:47:25.838589 [ 297 ] {997b03f1-e880-46a6-953d-6c79756be246} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1889 | 2024.11.14 04:47:25.838707 [ 250 ] {997b03f1-e880-46a6-953d-6c79756be246} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (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 | ||
| 1890 | 2024.11.14 04:47:25.838734 [ 250 ] {997b03f1-e880-46a6-953d-6c79756be246} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1891 | 2024.11.14 04:47:25.838838 [ 250 ] {997b03f1-e880-46a6-953d-6c79756be246} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1892 | 2024.11.14 04:47:25.838860 [ 250 ] {997b03f1-e880-46a6-953d-6c79756be246} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Reading approx. 20 rows with 3 streams | ||
| 1893 | 2024.11.14 04:47:25.838902 [ 250 ] {997b03f1-e880-46a6-953d-6c79756be246} <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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1894 | 2024.11.14 04:47:25.838947 [ 250 ] {997b03f1-e880-46a6-953d-6c79756be246} <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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1895 | 2024.11.14 04:47:25.838991 [ 250 ] {997b03f1-e880-46a6-953d-6c79756be246} <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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1896 | 2024.11.14 04:47:25.840392 [ 250 ] {997b03f1-e880-46a6-953d-6c79756be246} <Debug> executeQuery: Read 20 rows, 755.00 B in 0.002943 sec., 6795.786612300374 rows/sec., 250.53 KiB/sec. | ||
| 1897 | 2024.11.14 04:47:25.840566 [ 250 ] {997b03f1-e880-46a6-953d-6c79756be246} <Debug> TCPHandler: Processed in 0.003268445 sec. | ||
| 1898 | 2024.11.14 04:47:25.840824 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1899 | 2024.11.14 04:47:25.841017 [ 252 ] {44f45557-17f9-4ac5-a974-f5670deb38b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1900 | 2024.11.14 04:47:25.841401 [ 252 ] {44f45557-17f9-4ac5-a974-f5670deb38b2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1901 | 2024.11.14 04:47:25.841456 [ 252 ] {44f45557-17f9-4ac5-a974-f5670deb38b2} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1902 | 2024.11.14 04:47:25.841819 [ 252 ] {44f45557-17f9-4ac5-a974-f5670deb38b2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1903 | 2024.11.14 04:47:25.841900 [ 252 ] {44f45557-17f9-4ac5-a974-f5670deb38b2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1904 | 2024.11.14 04:47:25.842059 [ 252 ] {44f45557-17f9-4ac5-a974-f5670deb38b2} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
| 1905 | 2024.11.14 04:47:25.842214 [ 298 ] {44f45557-17f9-4ac5-a974-f5670deb38b2} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1906 | 2024.11.14 04:47:25.842215 [ 292 ] {44f45557-17f9-4ac5-a974-f5670deb38b2} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1907 | 2024.11.14 04:47:25.842224 [ 296 ] {44f45557-17f9-4ac5-a974-f5670deb38b2} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1908 | 2024.11.14 04:47:25.842370 [ 252 ] {44f45557-17f9-4ac5-a974-f5670deb38b2} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (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 | ||
| 1909 | 2024.11.14 04:47:25.842400 [ 252 ] {44f45557-17f9-4ac5-a974-f5670deb38b2} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1910 | 2024.11.14 04:47:25.842508 [ 252 ] {44f45557-17f9-4ac5-a974-f5670deb38b2} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1911 | 2024.11.14 04:47:25.842529 [ 252 ] {44f45557-17f9-4ac5-a974-f5670deb38b2} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Reading approx. 20 rows with 3 streams | ||
| 1912 | 2024.11.14 04:47:25.842571 [ 252 ] {44f45557-17f9-4ac5-a974-f5670deb38b2} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1913 | 2024.11.14 04:47:25.842618 [ 252 ] {44f45557-17f9-4ac5-a974-f5670deb38b2} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1914 | 2024.11.14 04:47:25.842662 [ 252 ] {44f45557-17f9-4ac5-a974-f5670deb38b2} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1915 | 2024.11.14 04:47:25.844070 [ 252 ] {44f45557-17f9-4ac5-a974-f5670deb38b2} <Debug> executeQuery: Read 20 rows, 755.00 B in 0.003146 sec., 6357.279084551812 rows/sec., 234.36 KiB/sec. | ||
| 1916 | 2024.11.14 04:47:25.844260 [ 252 ] {44f45557-17f9-4ac5-a974-f5670deb38b2} <Debug> TCPHandler: Processed in 0.003495892 sec. | ||
| 1917 | 2024.11.14 04:47:25.844564 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1918 | 2024.11.14 04:47:25.844778 [ 250 ] {18b9bda9-b5e7-4e32-b9ff-abba2736b993} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1919 | 2024.11.14 04:47:25.845128 [ 250 ] {18b9bda9-b5e7-4e32-b9ff-abba2736b993} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1920 | 2024.11.14 04:47:25.845175 [ 250 ] {18b9bda9-b5e7-4e32-b9ff-abba2736b993} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1921 | 2024.11.14 04:47:25.845478 [ 250 ] {18b9bda9-b5e7-4e32-b9ff-abba2736b993} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1922 | 2024.11.14 04:47:25.845543 [ 250 ] {18b9bda9-b5e7-4e32-b9ff-abba2736b993} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1923 | 2024.11.14 04:47:25.845686 [ 250 ] {18b9bda9-b5e7-4e32-b9ff-abba2736b993} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
| 1924 | 2024.11.14 04:47:25.845819 [ 298 ] {18b9bda9-b5e7-4e32-b9ff-abba2736b993} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1925 | 2024.11.14 04:47:25.845820 [ 292 ] {18b9bda9-b5e7-4e32-b9ff-abba2736b993} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1926 | 2024.11.14 04:47:25.845842 [ 297 ] {18b9bda9-b5e7-4e32-b9ff-abba2736b993} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1927 | 2024.11.14 04:47:25.845957 [ 250 ] {18b9bda9-b5e7-4e32-b9ff-abba2736b993} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (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 | ||
| 1928 | 2024.11.14 04:47:25.845981 [ 250 ] {18b9bda9-b5e7-4e32-b9ff-abba2736b993} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1929 | 2024.11.14 04:47:25.846084 [ 250 ] {18b9bda9-b5e7-4e32-b9ff-abba2736b993} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1930 | 2024.11.14 04:47:25.846106 [ 250 ] {18b9bda9-b5e7-4e32-b9ff-abba2736b993} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Reading approx. 20 rows with 3 streams | ||
| 1931 | 2024.11.14 04:47:25.846145 [ 250 ] {18b9bda9-b5e7-4e32-b9ff-abba2736b993} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1932 | 2024.11.14 04:47:25.846193 [ 250 ] {18b9bda9-b5e7-4e32-b9ff-abba2736b993} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1933 | 2024.11.14 04:47:25.846235 [ 250 ] {18b9bda9-b5e7-4e32-b9ff-abba2736b993} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1934 | 2024.11.14 04:47:25.847670 [ 250 ] {18b9bda9-b5e7-4e32-b9ff-abba2736b993} <Debug> executeQuery: Read 20 rows, 755.00 B in 0.002996 sec., 6675.567423230975 rows/sec., 246.10 KiB/sec. | ||
| 1935 | 2024.11.14 04:47:25.847845 [ 250 ] {18b9bda9-b5e7-4e32-b9ff-abba2736b993} <Debug> TCPHandler: Processed in 0.003348947 sec. | ||
| 1936 | 2024.11.14 04:47:25.848127 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1937 | 2024.11.14 04:47:25.848315 [ 252 ] {6e0f40a5-67f4-4b6c-8db8-0f16f040fbe4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1938 | 2024.11.14 04:47:25.848651 [ 252 ] {6e0f40a5-67f4-4b6c-8db8-0f16f040fbe4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1939 | 2024.11.14 04:47:25.848697 [ 252 ] {6e0f40a5-67f4-4b6c-8db8-0f16f040fbe4} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1940 | 2024.11.14 04:47:25.849009 [ 252 ] {6e0f40a5-67f4-4b6c-8db8-0f16f040fbe4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1941 | 2024.11.14 04:47:25.849082 [ 252 ] {6e0f40a5-67f4-4b6c-8db8-0f16f040fbe4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1942 | 2024.11.14 04:47:25.849229 [ 252 ] {6e0f40a5-67f4-4b6c-8db8-0f16f040fbe4} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
| 1943 | 2024.11.14 04:47:25.849354 [ 292 ] {6e0f40a5-67f4-4b6c-8db8-0f16f040fbe4} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1944 | 2024.11.14 04:47:25.849356 [ 298 ] {6e0f40a5-67f4-4b6c-8db8-0f16f040fbe4} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1945 | 2024.11.14 04:47:25.849383 [ 297 ] {6e0f40a5-67f4-4b6c-8db8-0f16f040fbe4} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1946 | 2024.11.14 04:47:25.849498 [ 252 ] {6e0f40a5-67f4-4b6c-8db8-0f16f040fbe4} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (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 | ||
| 1947 | 2024.11.14 04:47:25.849529 [ 252 ] {6e0f40a5-67f4-4b6c-8db8-0f16f040fbe4} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1948 | 2024.11.14 04:47:25.849638 [ 252 ] {6e0f40a5-67f4-4b6c-8db8-0f16f040fbe4} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1949 | 2024.11.14 04:47:25.849660 [ 252 ] {6e0f40a5-67f4-4b6c-8db8-0f16f040fbe4} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Reading approx. 20 rows with 3 streams | ||
| 1950 | 2024.11.14 04:47:25.849702 [ 252 ] {6e0f40a5-67f4-4b6c-8db8-0f16f040fbe4} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1951 | 2024.11.14 04:47:25.849749 [ 252 ] {6e0f40a5-67f4-4b6c-8db8-0f16f040fbe4} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1952 | 2024.11.14 04:47:25.849793 [ 252 ] {6e0f40a5-67f4-4b6c-8db8-0f16f040fbe4} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1953 | 2024.11.14 04:47:25.851218 [ 252 ] {6e0f40a5-67f4-4b6c-8db8-0f16f040fbe4} <Debug> executeQuery: Read 20 rows, 755.00 B in 0.002989 sec., 6691.201070592171 rows/sec., 246.67 KiB/sec. | ||
| 1954 | 2024.11.14 04:47:25.851408 [ 252 ] {6e0f40a5-67f4-4b6c-8db8-0f16f040fbe4} <Debug> TCPHandler: Processed in 0.003341177 sec. | ||
| 1955 | 2024.11.14 04:47:25.851699 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1956 | 2024.11.14 04:47:25.851915 [ 250 ] {59971ad3-9dd9-41ea-b115-5467646e0911} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1957 | 2024.11.14 04:47:25.852249 [ 250 ] {59971ad3-9dd9-41ea-b115-5467646e0911} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1958 | 2024.11.14 04:47:25.852294 [ 250 ] {59971ad3-9dd9-41ea-b115-5467646e0911} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1959 | 2024.11.14 04:47:25.852604 [ 250 ] {59971ad3-9dd9-41ea-b115-5467646e0911} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1960 | 2024.11.14 04:47:25.852668 [ 250 ] {59971ad3-9dd9-41ea-b115-5467646e0911} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1961 | 2024.11.14 04:47:25.852815 [ 250 ] {59971ad3-9dd9-41ea-b115-5467646e0911} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
| 1962 | 2024.11.14 04:47:25.852928 [ 292 ] {59971ad3-9dd9-41ea-b115-5467646e0911} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1963 | 2024.11.14 04:47:25.852952 [ 298 ] {59971ad3-9dd9-41ea-b115-5467646e0911} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1964 | 2024.11.14 04:47:25.852970 [ 296 ] {59971ad3-9dd9-41ea-b115-5467646e0911} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1965 | 2024.11.14 04:47:25.853082 [ 250 ] {59971ad3-9dd9-41ea-b115-5467646e0911} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (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 | ||
| 1966 | 2024.11.14 04:47:25.853112 [ 250 ] {59971ad3-9dd9-41ea-b115-5467646e0911} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1967 | 2024.11.14 04:47:25.853217 [ 250 ] {59971ad3-9dd9-41ea-b115-5467646e0911} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1968 | 2024.11.14 04:47:25.853238 [ 250 ] {59971ad3-9dd9-41ea-b115-5467646e0911} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Reading approx. 20 rows with 3 streams | ||
| 1969 | 2024.11.14 04:47:25.853280 [ 250 ] {59971ad3-9dd9-41ea-b115-5467646e0911} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1970 | 2024.11.14 04:47:25.853328 [ 250 ] {59971ad3-9dd9-41ea-b115-5467646e0911} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1971 | 2024.11.14 04:47:25.853374 [ 250 ] {59971ad3-9dd9-41ea-b115-5467646e0911} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1972 | 2024.11.14 04:47:25.854843 [ 250 ] {59971ad3-9dd9-41ea-b115-5467646e0911} <Debug> executeQuery: Read 20 rows, 755.00 B in 0.003033 sec., 6594.131223211341 rows/sec., 243.09 KiB/sec. | ||
| 1973 | 2024.11.14 04:47:25.855027 [ 250 ] {59971ad3-9dd9-41ea-b115-5467646e0911} <Debug> TCPHandler: Processed in 0.003394798 sec. | ||
| 1974 | 2024.11.14 04:47:25.855339 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1975 | 2024.11.14 04:47:25.855583 [ 252 ] {64fd3f9a-ec88-4375-9325-eecd1c447b6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1976 | 2024.11.14 04:47:25.856190 [ 252 ] {64fd3f9a-ec88-4375-9325-eecd1c447b6a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1977 | 2024.11.14 04:47:25.856261 [ 252 ] {64fd3f9a-ec88-4375-9325-eecd1c447b6a} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1978 | 2024.11.14 04:47:25.856792 [ 252 ] {64fd3f9a-ec88-4375-9325-eecd1c447b6a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1979 | 2024.11.14 04:47:25.856897 [ 252 ] {64fd3f9a-ec88-4375-9325-eecd1c447b6a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1980 | 2024.11.14 04:47:25.857139 [ 252 ] {64fd3f9a-ec88-4375-9325-eecd1c447b6a} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
| 1981 | 2024.11.14 04:47:25.857252 [ 298 ] {64fd3f9a-ec88-4375-9325-eecd1c447b6a} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1982 | 2024.11.14 04:47:25.857280 [ 292 ] {64fd3f9a-ec88-4375-9325-eecd1c447b6a} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1983 | 2024.11.14 04:47:25.857305 [ 296 ] {64fd3f9a-ec88-4375-9325-eecd1c447b6a} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1984 | 2024.11.14 04:47:25.857430 [ 252 ] {64fd3f9a-ec88-4375-9325-eecd1c447b6a} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (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 | ||
| 1985 | 2024.11.14 04:47:25.857471 [ 252 ] {64fd3f9a-ec88-4375-9325-eecd1c447b6a} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1986 | 2024.11.14 04:47:25.857609 [ 252 ] {64fd3f9a-ec88-4375-9325-eecd1c447b6a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1987 | 2024.11.14 04:47:25.857644 [ 252 ] {64fd3f9a-ec88-4375-9325-eecd1c447b6a} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Reading approx. 20 rows with 3 streams | ||
| 1988 | 2024.11.14 04:47:25.857708 [ 252 ] {64fd3f9a-ec88-4375-9325-eecd1c447b6a} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1989 | 2024.11.14 04:47:25.857763 [ 252 ] {64fd3f9a-ec88-4375-9325-eecd1c447b6a} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1990 | 2024.11.14 04:47:25.857835 [ 252 ] {64fd3f9a-ec88-4375-9325-eecd1c447b6a} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1991 | 2024.11.14 04:47:25.860303 [ 252 ] {64fd3f9a-ec88-4375-9325-eecd1c447b6a} <Debug> executeQuery: Read 20 rows, 755.00 B in 0.004859 sec., 4116.073266104137 rows/sec., 151.74 KiB/sec. | ||
| 1992 | 2024.11.14 04:47:25.860521 [ 252 ] {64fd3f9a-ec88-4375-9325-eecd1c447b6a} <Debug> TCPHandler: Processed in 0.005246452 sec. | ||
| 1993 | 2024.11.14 04:47:25.860848 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1994 | 2024.11.14 04:47:25.861044 [ 250 ] {db87b520-4632-49b7-9c29-3ad09b5b824d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) 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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1995 | 2024.11.14 04:47:25.861391 [ 250 ] {db87b520-4632-49b7-9c29-3ad09b5b824d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1996 | 2024.11.14 04:47:25.861441 [ 250 ] {db87b520-4632-49b7-9c29-3ad09b5b824d} <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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1997 | 2024.11.14 04:47:25.861760 [ 250 ] {db87b520-4632-49b7-9c29-3ad09b5b824d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1998 | 2024.11.14 04:47:25.861825 [ 250 ] {db87b520-4632-49b7-9c29-3ad09b5b824d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1999 | 2024.11.14 04:47:25.861977 [ 250 ] {db87b520-4632-49b7-9c29-3ad09b5b824d} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
| 2000 | 2024.11.14 04:47:25.862116 [ 292 ] {db87b520-4632-49b7-9c29-3ad09b5b824d} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2001 | 2024.11.14 04:47:25.862136 [ 296 ] {db87b520-4632-49b7-9c29-3ad09b5b824d} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2002 | 2024.11.14 04:47:25.862119 [ 298 ] {db87b520-4632-49b7-9c29-3ad09b5b824d} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2003 | 2024.11.14 04:47:25.862278 [ 250 ] {db87b520-4632-49b7-9c29-3ad09b5b824d} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (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 | ||
| 2004 | 2024.11.14 04:47:25.862309 [ 250 ] {db87b520-4632-49b7-9c29-3ad09b5b824d} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2005 | 2024.11.14 04:47:25.862433 [ 250 ] {db87b520-4632-49b7-9c29-3ad09b5b824d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2006 | 2024.11.14 04:47:25.862458 [ 250 ] {db87b520-4632-49b7-9c29-3ad09b5b824d} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Reading approx. 20 rows with 3 streams | ||
| 2007 | 2024.11.14 04:47:25.862501 [ 250 ] {db87b520-4632-49b7-9c29-3ad09b5b824d} <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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2008 | 2024.11.14 04:47:25.862547 [ 250 ] {db87b520-4632-49b7-9c29-3ad09b5b824d} <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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2009 | 2024.11.14 04:47:25.862593 [ 250 ] {db87b520-4632-49b7-9c29-3ad09b5b824d} <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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2010 | 2024.11.14 04:47:25.864056 [ 250 ] {db87b520-4632-49b7-9c29-3ad09b5b824d} <Debug> executeQuery: Read 20 rows, 755.00 B in 0.003106 sec., 6439.15003219575 rows/sec., 237.38 KiB/sec. | ||
| 2011 | 2024.11.14 04:47:25.864231 [ 250 ] {db87b520-4632-49b7-9c29-3ad09b5b824d} <Debug> TCPHandler: Processed in 0.00344618 sec. | ||
| 2012 | 2024.11.14 04:47:25.865974 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2013 | 2024.11.14 04:47:25.866181 [ 252 ] {e611d952-997c-4376-b7d7-2fdf86924224} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table: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) | ||
| 2014 | 2024.11.14 04:47:25.866570 [ 252 ] {e611d952-997c-4376-b7d7-2fdf86924224} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2015 | 2024.11.14 04:47:25.866623 [ 252 ] {e611d952-997c-4376-b7d7-2fdf86924224} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table: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 | ||
| 2016 | 2024.11.14 04:47:25.866985 [ 252 ] {e611d952-997c-4376-b7d7-2fdf86924224} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2017 | 2024.11.14 04:47:25.867063 [ 252 ] {e611d952-997c-4376-b7d7-2fdf86924224} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2018 | 2024.11.14 04:47:25.867234 [ 252 ] {e611d952-997c-4376-b7d7-2fdf86924224} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
| 2019 | 2024.11.14 04:47:25.867365 [ 292 ] {e611d952-997c-4376-b7d7-2fdf86924224} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2020 | 2024.11.14 04:47:25.867387 [ 298 ] {e611d952-997c-4376-b7d7-2fdf86924224} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2021 | 2024.11.14 04:47:25.867409 [ 296 ] {e611d952-997c-4376-b7d7-2fdf86924224} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2022 | 2024.11.14 04:47:25.867528 [ 252 ] {e611d952-997c-4376-b7d7-2fdf86924224} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (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 | ||
| 2023 | 2024.11.14 04:47:25.867558 [ 252 ] {e611d952-997c-4376-b7d7-2fdf86924224} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2024 | 2024.11.14 04:47:25.867667 [ 252 ] {e611d952-997c-4376-b7d7-2fdf86924224} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2025 | 2024.11.14 04:47:25.867691 [ 252 ] {e611d952-997c-4376-b7d7-2fdf86924224} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Reading approx. 20 rows with 3 streams | ||
| 2026 | 2024.11.14 04:47:25.867735 [ 252 ] {e611d952-997c-4376-b7d7-2fdf86924224} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2027 | 2024.11.14 04:47:25.867783 [ 252 ] {e611d952-997c-4376-b7d7-2fdf86924224} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2028 | 2024.11.14 04:47:25.867832 [ 252 ] {e611d952-997c-4376-b7d7-2fdf86924224} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2029 | 2024.11.14 04:47:25.869305 [ 252 ] {e611d952-997c-4376-b7d7-2fdf86924224} <Debug> executeQuery: Read 20 rows, 755.00 B in 0.003228 sec., 6195.786864931846 rows/sec., 228.41 KiB/sec. | ||
| 2030 | 2024.11.14 04:47:25.869503 [ 252 ] {e611d952-997c-4376-b7d7-2fdf86924224} <Debug> TCPHandler: Processed in 0.003604785 sec. | ||
| 2031 | 2024.11.14 04:47:25.869845 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2032 | 2024.11.14 04:47:25.870042 [ 250 ] {042c3f63-c4f2-4a6b-865f-f3a7540394ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link: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) | ||
| 2033 | 2024.11.14 04:47:25.870380 [ 250 ] {042c3f63-c4f2-4a6b-865f-f3a7540394ee} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2034 | 2024.11.14 04:47:25.870431 [ 250 ] {042c3f63-c4f2-4a6b-865f-f3a7540394ee} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link: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 | ||
| 2035 | 2024.11.14 04:47:25.870753 [ 250 ] {042c3f63-c4f2-4a6b-865f-f3a7540394ee} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2036 | 2024.11.14 04:47:25.870818 [ 250 ] {042c3f63-c4f2-4a6b-865f-f3a7540394ee} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2037 | 2024.11.14 04:47:25.870967 [ 250 ] {042c3f63-c4f2-4a6b-865f-f3a7540394ee} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
| 2038 | 2024.11.14 04:47:25.871072 [ 292 ] {042c3f63-c4f2-4a6b-865f-f3a7540394ee} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2039 | 2024.11.14 04:47:25.871104 [ 298 ] {042c3f63-c4f2-4a6b-865f-f3a7540394ee} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2040 | 2024.11.14 04:47:25.871125 [ 297 ] {042c3f63-c4f2-4a6b-865f-f3a7540394ee} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2041 | 2024.11.14 04:47:25.871245 [ 250 ] {042c3f63-c4f2-4a6b-865f-f3a7540394ee} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (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 | ||
| 2042 | 2024.11.14 04:47:25.871276 [ 250 ] {042c3f63-c4f2-4a6b-865f-f3a7540394ee} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2043 | 2024.11.14 04:47:25.871385 [ 250 ] {042c3f63-c4f2-4a6b-865f-f3a7540394ee} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2044 | 2024.11.14 04:47:25.871407 [ 250 ] {042c3f63-c4f2-4a6b-865f-f3a7540394ee} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Reading approx. 20 rows with 3 streams | ||
| 2045 | 2024.11.14 04:47:25.871451 [ 250 ] {042c3f63-c4f2-4a6b-865f-f3a7540394ee} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link: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'))" | ||
| 2046 | 2024.11.14 04:47:25.871500 [ 250 ] {042c3f63-c4f2-4a6b-865f-f3a7540394ee} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link: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'))" | ||
| 2047 | 2024.11.14 04:47:25.871546 [ 250 ] {042c3f63-c4f2-4a6b-865f-f3a7540394ee} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link: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'))" | ||
| 2048 | 2024.11.14 04:47:25.872994 [ 250 ] {042c3f63-c4f2-4a6b-865f-f3a7540394ee} <Debug> executeQuery: Read 20 rows, 755.00 B in 0.003049 sec., 6559.527714004592 rows/sec., 241.82 KiB/sec. | ||
| 2049 | 2024.11.14 04:47:25.873173 [ 250 ] {042c3f63-c4f2-4a6b-865f-f3a7540394ee} <Debug> TCPHandler: Processed in 0.003385928 sec. | ||
| 2050 | 2024.11.14 04:47:25.873470 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2051 | 2024.11.14 04:47:25.873702 [ 252 ] {50e9512d-941b-4a65-9753-6380da1102c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link: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) | ||
| 2052 | 2024.11.14 04:47:25.874095 [ 252 ] {50e9512d-941b-4a65-9753-6380da1102c0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2053 | 2024.11.14 04:47:25.874152 [ 252 ] {50e9512d-941b-4a65-9753-6380da1102c0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link: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 | ||
| 2054 | 2024.11.14 04:47:25.874482 [ 252 ] {50e9512d-941b-4a65-9753-6380da1102c0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2055 | 2024.11.14 04:47:25.874550 [ 252 ] {50e9512d-941b-4a65-9753-6380da1102c0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2056 | 2024.11.14 04:47:25.874699 [ 252 ] {50e9512d-941b-4a65-9753-6380da1102c0} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
| 2057 | 2024.11.14 04:47:25.874841 [ 298 ] {50e9512d-941b-4a65-9753-6380da1102c0} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2058 | 2024.11.14 04:47:25.874841 [ 292 ] {50e9512d-941b-4a65-9753-6380da1102c0} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2059 | 2024.11.14 04:47:25.874864 [ 296 ] {50e9512d-941b-4a65-9753-6380da1102c0} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2060 | 2024.11.14 04:47:25.874985 [ 252 ] {50e9512d-941b-4a65-9753-6380da1102c0} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (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 | ||
| 2061 | 2024.11.14 04:47:25.875018 [ 252 ] {50e9512d-941b-4a65-9753-6380da1102c0} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2062 | 2024.11.14 04:47:25.875129 [ 252 ] {50e9512d-941b-4a65-9753-6380da1102c0} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2063 | 2024.11.14 04:47:25.875153 [ 252 ] {50e9512d-941b-4a65-9753-6380da1102c0} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Reading approx. 20 rows with 3 streams | ||
| 2064 | 2024.11.14 04:47:25.875194 [ 252 ] {50e9512d-941b-4a65-9753-6380da1102c0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link: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'))" | ||
| 2065 | 2024.11.14 04:47:25.875247 [ 252 ] {50e9512d-941b-4a65-9753-6380da1102c0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link: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'))" | ||
| 2066 | 2024.11.14 04:47:25.875292 [ 252 ] {50e9512d-941b-4a65-9753-6380da1102c0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link: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'))" | ||
| 2067 | 2024.11.14 04:47:25.877159 [ 252 ] {50e9512d-941b-4a65-9753-6380da1102c0} <Debug> executeQuery: Read 20 rows, 755.00 B in 0.003572 sec., 5599.104143337066 rows/sec., 206.41 KiB/sec. | ||
| 2068 | 2024.11.14 04:47:25.877372 [ 252 ] {50e9512d-941b-4a65-9753-6380da1102c0} <Debug> TCPHandler: Processed in 0.003972625 sec. | ||
| 2069 | 2024.11.14 04:47:25.877675 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2070 | 2024.11.14 04:47:25.877885 [ 250 ] {927459c6-5906-4a42-a473-49871aa37663} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link: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) | ||
| 2071 | 2024.11.14 04:47:25.878252 [ 250 ] {927459c6-5906-4a42-a473-49871aa37663} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2072 | 2024.11.14 04:47:25.878305 [ 250 ] {927459c6-5906-4a42-a473-49871aa37663} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link: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 | ||
| 2073 | 2024.11.14 04:47:25.878642 [ 250 ] {927459c6-5906-4a42-a473-49871aa37663} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2074 | 2024.11.14 04:47:25.878716 [ 250 ] {927459c6-5906-4a42-a473-49871aa37663} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2075 | 2024.11.14 04:47:25.878867 [ 250 ] {927459c6-5906-4a42-a473-49871aa37663} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
| 2076 | 2024.11.14 04:47:25.879014 [ 292 ] {927459c6-5906-4a42-a473-49871aa37663} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2077 | 2024.11.14 04:47:25.879032 [ 298 ] {927459c6-5906-4a42-a473-49871aa37663} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2078 | 2024.11.14 04:47:25.879025 [ 297 ] {927459c6-5906-4a42-a473-49871aa37663} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2079 | 2024.11.14 04:47:25.879162 [ 250 ] {927459c6-5906-4a42-a473-49871aa37663} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (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 | ||
| 2080 | 2024.11.14 04:47:25.879190 [ 250 ] {927459c6-5906-4a42-a473-49871aa37663} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2081 | 2024.11.14 04:47:25.879300 [ 250 ] {927459c6-5906-4a42-a473-49871aa37663} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2082 | 2024.11.14 04:47:25.879336 [ 250 ] {927459c6-5906-4a42-a473-49871aa37663} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Reading approx. 20 rows with 3 streams | ||
| 2083 | 2024.11.14 04:47:25.879406 [ 250 ] {927459c6-5906-4a42-a473-49871aa37663} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link: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'))" | ||
| 2084 | 2024.11.14 04:47:25.879459 [ 250 ] {927459c6-5906-4a42-a473-49871aa37663} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link: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'))" | ||
| 2085 | 2024.11.14 04:47:25.879511 [ 250 ] {927459c6-5906-4a42-a473-49871aa37663} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link: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'))" | ||
| 2086 | 2024.11.14 04:47:25.881039 [ 250 ] {927459c6-5906-4a42-a473-49871aa37663} <Debug> executeQuery: Read 20 rows, 755.00 B in 0.003256 sec., 6142.506142506142 rows/sec., 226.44 KiB/sec. | ||
| 2087 | 2024.11.14 04:47:25.881234 [ 250 ] {927459c6-5906-4a42-a473-49871aa37663} <Debug> TCPHandler: Processed in 0.003620465 sec. | ||
| 2088 | 2024.11.14 04:47:25.881566 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2089 | 2024.11.14 04:47:25.881773 [ 252 ] {a28bfcdf-cfb7-42d6-b808-9485969a37db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link: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) | ||
| 2090 | 2024.11.14 04:47:25.882136 [ 252 ] {a28bfcdf-cfb7-42d6-b808-9485969a37db} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2091 | 2024.11.14 04:47:25.882189 [ 252 ] {a28bfcdf-cfb7-42d6-b808-9485969a37db} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link: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 | ||
| 2092 | 2024.11.14 04:47:25.882526 [ 252 ] {a28bfcdf-cfb7-42d6-b808-9485969a37db} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2093 | 2024.11.14 04:47:25.882596 [ 252 ] {a28bfcdf-cfb7-42d6-b808-9485969a37db} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2094 | 2024.11.14 04:47:25.882751 [ 252 ] {a28bfcdf-cfb7-42d6-b808-9485969a37db} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
| 2095 | 2024.11.14 04:47:25.882857 [ 292 ] {a28bfcdf-cfb7-42d6-b808-9485969a37db} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2096 | 2024.11.14 04:47:25.882915 [ 297 ] {a28bfcdf-cfb7-42d6-b808-9485969a37db} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2097 | 2024.11.14 04:47:25.882916 [ 298 ] {a28bfcdf-cfb7-42d6-b808-9485969a37db} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2098 | 2024.11.14 04:47:25.883046 [ 252 ] {a28bfcdf-cfb7-42d6-b808-9485969a37db} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (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 | ||
| 2099 | 2024.11.14 04:47:25.883075 [ 252 ] {a28bfcdf-cfb7-42d6-b808-9485969a37db} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2100 | 2024.11.14 04:47:25.883183 [ 252 ] {a28bfcdf-cfb7-42d6-b808-9485969a37db} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2101 | 2024.11.14 04:47:25.883206 [ 252 ] {a28bfcdf-cfb7-42d6-b808-9485969a37db} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Reading approx. 20 rows with 3 streams | ||
| 2102 | 2024.11.14 04:47:25.883248 [ 252 ] {a28bfcdf-cfb7-42d6-b808-9485969a37db} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link: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'))" | ||
| 2103 | 2024.11.14 04:47:25.883354 [ 252 ] {a28bfcdf-cfb7-42d6-b808-9485969a37db} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link: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'))" | ||
| 2104 | 2024.11.14 04:47:25.883401 [ 252 ] {a28bfcdf-cfb7-42d6-b808-9485969a37db} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link: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'))" | ||
| 2105 | 2024.11.14 04:47:25.884882 [ 252 ] {a28bfcdf-cfb7-42d6-b808-9485969a37db} <Debug> executeQuery: Read 20 rows, 755.00 B in 0.003208 sec., 6234.413965087282 rows/sec., 229.83 KiB/sec. | ||
| 2106 | 2024.11.14 04:47:25.885076 [ 252 ] {a28bfcdf-cfb7-42d6-b808-9485969a37db} <Debug> TCPHandler: Processed in 0.003584914 sec. | ||
| 2107 | 2024.11.14 04:47:25.885359 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2108 | 2024.11.14 04:47:25.885563 [ 250 ] {fab9daea-2b84-43ce-86e2-091d805f4db7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table: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) | ||
| 2109 | 2024.11.14 04:47:25.885918 [ 250 ] {fab9daea-2b84-43ce-86e2-091d805f4db7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2110 | 2024.11.14 04:47:25.885971 [ 250 ] {fab9daea-2b84-43ce-86e2-091d805f4db7} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table: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 | ||
| 2111 | 2024.11.14 04:47:25.886312 [ 250 ] {fab9daea-2b84-43ce-86e2-091d805f4db7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2112 | 2024.11.14 04:47:25.886381 [ 250 ] {fab9daea-2b84-43ce-86e2-091d805f4db7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2113 | 2024.11.14 04:47:25.886532 [ 250 ] {fab9daea-2b84-43ce-86e2-091d805f4db7} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
| 2114 | 2024.11.14 04:47:25.886678 [ 292 ] {fab9daea-2b84-43ce-86e2-091d805f4db7} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2115 | 2024.11.14 04:47:25.886688 [ 298 ] {fab9daea-2b84-43ce-86e2-091d805f4db7} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2116 | 2024.11.14 04:47:25.886706 [ 296 ] {fab9daea-2b84-43ce-86e2-091d805f4db7} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2117 | 2024.11.14 04:47:25.886837 [ 250 ] {fab9daea-2b84-43ce-86e2-091d805f4db7} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (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 | ||
| 2118 | 2024.11.14 04:47:25.886867 [ 250 ] {fab9daea-2b84-43ce-86e2-091d805f4db7} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2119 | 2024.11.14 04:47:25.886978 [ 250 ] {fab9daea-2b84-43ce-86e2-091d805f4db7} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2120 | 2024.11.14 04:47:25.887000 [ 250 ] {fab9daea-2b84-43ce-86e2-091d805f4db7} <Debug> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4) (SelectExecutor): Reading approx. 20 rows with 3 streams | ||
| 2121 | 2024.11.14 04:47:25.887043 [ 250 ] {fab9daea-2b84-43ce-86e2-091d805f4db7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2122 | 2024.11.14 04:47:25.887092 [ 250 ] {fab9daea-2b84-43ce-86e2-091d805f4db7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2123 | 2024.11.14 04:47:25.887140 [ 250 ] {fab9daea-2b84-43ce-86e2-091d805f4db7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2124 | 2024.11.14 04:47:25.888562 [ 250 ] {fab9daea-2b84-43ce-86e2-091d805f4db7} <Debug> executeQuery: Read 20 rows, 755.00 B in 0.0031 sec., 6451.612903225807 rows/sec., 237.84 KiB/sec. | ||
| 2125 | 2024.11.14 04:47:25.888746 [ 250 ] {fab9daea-2b84-43ce-86e2-091d805f4db7} <Debug> TCPHandler: Processed in 0.00344644 sec. | ||
| 2126 | 2024.11.14 04:47:26.000171 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 151.02 MiB, peak 156.65 MiB, free memory in arenas 0.00 B, will set to 149.91 MiB (RSS), difference: -1.10 MiB | ||
| 2127 | 2024.11.14 04:47:26.038095 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2128 | 2024.11.14 04:47:26.038297 [ 250 ] {f6ffa236-38a3-4fe6-9a11-2af0342b30ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2129 | 2024.11.14 04:47:26.038383 [ 250 ] {f6ffa236-38a3-4fe6-9a11-2af0342b30ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2130 | 2024.11.14 04:47:26.039339 [ 250 ] {f6ffa236-38a3-4fe6-9a11-2af0342b30ca} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2131 | 2024.11.14 04:47:26.039388 [ 250 ] {f6ffa236-38a3-4fe6-9a11-2af0342b30ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2132 | 2024.11.14 04:47:26.039902 [ 250 ] {f6ffa236-38a3-4fe6-9a11-2af0342b30ca} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2133 | 2024.11.14 04:47:26.040128 [ 250 ] {f6ffa236-38a3-4fe6-9a11-2af0342b30ca} <Trace> oximeter.timeseries_schema (ef2c459d-c729-49fc-bff6-c8e27ab80ec4): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2134 | 2024.11.14 04:47:26.040366 [ 250 ] {f6ffa236-38a3-4fe6-9a11-2af0342b30ca} <Debug> executeQuery: Read 21 rows, 3.57 KiB in 0.002121 sec., 9900.990099009901 rows/sec., 1.64 MiB/sec. | ||
| 2135 | 2024.11.14 04:47:26.040499 [ 250 ] {f6ffa236-38a3-4fe6-9a11-2af0342b30ca} <Debug> TCPHandler: Processed in 0.002533764 sec. | ||
| 2136 | 2024.11.14 04:47:26.040809 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2137 | 2024.11.14 04:47:26.041022 [ 252 ] {906e6b89-c625-46f6-b4a0-2f9337ce7505} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2138 | 2024.11.14 04:47:26.041098 [ 252 ] {906e6b89-c625-46f6-b4a0-2f9337ce7505} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2139 | 2024.11.14 04:47:26.041856 [ 252 ] {906e6b89-c625-46f6-b4a0-2f9337ce7505} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2140 | 2024.11.14 04:47:26.041910 [ 252 ] {906e6b89-c625-46f6-b4a0-2f9337ce7505} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2141 | 2024.11.14 04:47:26.042357 [ 252 ] {906e6b89-c625-46f6-b4a0-2f9337ce7505} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2142 | 2024.11.14 04:47:26.042613 [ 252 ] {906e6b89-c625-46f6-b4a0-2f9337ce7505} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2143 | 2024.11.14 04:47:26.042855 [ 252 ] {906e6b89-c625-46f6-b4a0-2f9337ce7505} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001882 sec., 1062.6992561105208 rows/sec., 86.66 KiB/sec. | ||
| 2144 | 2024.11.14 04:47:26.042922 [ 252 ] {906e6b89-c625-46f6-b4a0-2f9337ce7505} <Debug> TCPHandler: Processed in 0.002258116 sec. | ||
| 2145 | 2024.11.14 04:47:26.043101 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2146 | 2024.11.14 04:47:26.043241 [ 250 ] {7748457b-3e0c-418c-b394-9d3322ba7d62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2147 | 2024.11.14 04:47:26.043299 [ 250 ] {7748457b-3e0c-418c-b394-9d3322ba7d62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2148 | 2024.11.14 04:47:26.044696 [ 250 ] {7748457b-3e0c-418c-b394-9d3322ba7d62} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2149 | 2024.11.14 04:47:26.044737 [ 250 ] {7748457b-3e0c-418c-b394-9d3322ba7d62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2150 | 2024.11.14 04:47:26.045256 [ 250 ] {7748457b-3e0c-418c-b394-9d3322ba7d62} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2151 | 2024.11.14 04:47:26.045513 [ 250 ] {7748457b-3e0c-418c-b394-9d3322ba7d62} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2152 | 2024.11.14 04:47:26.045789 [ 250 ] {7748457b-3e0c-418c-b394-9d3322ba7d62} <Debug> executeQuery: Read 1203 rows, 101.61 KiB in 0.002564 sec., 469188.76755070203 rows/sec., 38.70 MiB/sec. | ||
| 2153 | 2024.11.14 04:47:26.045945 [ 250 ] {7748457b-3e0c-418c-b394-9d3322ba7d62} <Debug> TCPHandler: Processed in 0.002906304 sec. | ||
| 2154 | 2024.11.14 04:47:26.046131 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2155 | 2024.11.14 04:47:26.046281 [ 252 ] {b9512037-e64f-470c-bb88-2962e217f13a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2156 | 2024.11.14 04:47:26.046345 [ 252 ] {b9512037-e64f-470c-bb88-2962e217f13a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2157 | 2024.11.14 04:47:26.047057 [ 252 ] {b9512037-e64f-470c-bb88-2962e217f13a} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2158 | 2024.11.14 04:47:26.047099 [ 252 ] {b9512037-e64f-470c-bb88-2962e217f13a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2159 | 2024.11.14 04:47:26.047465 [ 252 ] {b9512037-e64f-470c-bb88-2962e217f13a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2160 | 2024.11.14 04:47:26.047705 [ 252 ] {b9512037-e64f-470c-bb88-2962e217f13a} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2161 | 2024.11.14 04:47:26.047916 [ 252 ] {b9512037-e64f-470c-bb88-2962e217f13a} <Debug> executeQuery: Read 18 rows, 1.34 KiB in 0.001671 sec., 10771.992818671455 rows/sec., 803.57 KiB/sec. | ||
| 2162 | 2024.11.14 04:47:26.047981 [ 252 ] {b9512037-e64f-470c-bb88-2962e217f13a} <Debug> TCPHandler: Processed in 0.001919985 sec. | ||
| 2163 | 2024.11.14 04:47:26.048169 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2164 | 2024.11.14 04:47:26.048291 [ 250 ] {938ff58b-8825-4b29-acbf-12ce06d87972} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2165 | 2024.11.14 04:47:26.048339 [ 250 ] {938ff58b-8825-4b29-acbf-12ce06d87972} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2166 | 2024.11.14 04:47:26.049057 [ 250 ] {938ff58b-8825-4b29-acbf-12ce06d87972} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2167 | 2024.11.14 04:47:26.049134 [ 250 ] {938ff58b-8825-4b29-acbf-12ce06d87972} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2168 | 2024.11.14 04:47:26.049522 [ 250 ] {938ff58b-8825-4b29-acbf-12ce06d87972} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2169 | 2024.11.14 04:47:26.049764 [ 250 ] {938ff58b-8825-4b29-acbf-12ce06d87972} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2170 | 2024.11.14 04:47:26.049969 [ 250 ] {938ff58b-8825-4b29-acbf-12ce06d87972} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001703 sec., 133881.38578978274 rows/sec., 9.07 MiB/sec. | ||
| 2171 | 2024.11.14 04:47:26.050035 [ 250 ] {938ff58b-8825-4b29-acbf-12ce06d87972} <Debug> TCPHandler: Processed in 0.001930456 sec. | ||
| 2172 | 2024.11.14 04:47:26.050196 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2173 | 2024.11.14 04:47:26.050315 [ 252 ] {32dc865e-5aad-4c20-9ca3-ec3ad35c412d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2174 | 2024.11.14 04:47:26.050365 [ 252 ] {32dc865e-5aad-4c20-9ca3-ec3ad35c412d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2175 | 2024.11.14 04:47:26.051194 [ 252 ] {32dc865e-5aad-4c20-9ca3-ec3ad35c412d} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2176 | 2024.11.14 04:47:26.051234 [ 252 ] {32dc865e-5aad-4c20-9ca3-ec3ad35c412d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2177 | 2024.11.14 04:47:26.051629 [ 252 ] {32dc865e-5aad-4c20-9ca3-ec3ad35c412d} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2178 | 2024.11.14 04:47:26.051877 [ 252 ] {32dc865e-5aad-4c20-9ca3-ec3ad35c412d} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2179 | 2024.11.14 04:47:26.052086 [ 252 ] {32dc865e-5aad-4c20-9ca3-ec3ad35c412d} <Debug> executeQuery: Read 518 rows, 39.27 KiB in 0.001795 sec., 288579.3871866295 rows/sec., 21.37 MiB/sec. | ||
| 2180 | 2024.11.14 04:47:26.052152 [ 252 ] {32dc865e-5aad-4c20-9ca3-ec3ad35c412d} <Debug> TCPHandler: Processed in 0.002015708 sec. | ||
| 2181 | 2024.11.14 04:47:26.052314 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2182 | 2024.11.14 04:47:26.052451 [ 250 ] {6bd80a84-9a2f-4320-87a5-f61a561e3c92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2183 | 2024.11.14 04:47:26.052512 [ 250 ] {6bd80a84-9a2f-4320-87a5-f61a561e3c92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2184 | 2024.11.14 04:47:26.054291 [ 250 ] {6bd80a84-9a2f-4320-87a5-f61a561e3c92} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2185 | 2024.11.14 04:47:26.054328 [ 250 ] {6bd80a84-9a2f-4320-87a5-f61a561e3c92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2186 | 2024.11.14 04:47:26.055127 [ 250 ] {6bd80a84-9a2f-4320-87a5-f61a561e3c92} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2187 | 2024.11.14 04:47:26.055362 [ 250 ] {6bd80a84-9a2f-4320-87a5-f61a561e3c92} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2188 | 2024.11.14 04:47:26.055566 [ 250 ] {6bd80a84-9a2f-4320-87a5-f61a561e3c92} <Debug> executeQuery: Read 4069 rows, 278.20 KiB in 0.003146 sec., 1293388.429752066 rows/sec., 86.36 MiB/sec. | ||
| 2189 | 2024.11.14 04:47:26.055625 [ 250 ] {6bd80a84-9a2f-4320-87a5-f61a561e3c92} <Debug> TCPHandler: Processed in 0.003377568 sec. | ||
| 2190 | 2024.11.14 04:47:26.055799 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2191 | 2024.11.14 04:47:26.055936 [ 252 ] {b28131c8-449e-4aeb-a2de-c12c7ceb8d0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2192 | 2024.11.14 04:47:26.056032 [ 252 ] {b28131c8-449e-4aeb-a2de-c12c7ceb8d0a} <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 | ||
| 2193 | 2024.11.14 04:47:26.057293 [ 252 ] {b28131c8-449e-4aeb-a2de-c12c7ceb8d0a} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2194 | 2024.11.14 04:47:26.057333 [ 252 ] {b28131c8-449e-4aeb-a2de-c12c7ceb8d0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2195 | 2024.11.14 04:47:26.057967 [ 252 ] {b28131c8-449e-4aeb-a2de-c12c7ceb8d0a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2196 | 2024.11.14 04:47:26.058230 [ 252 ] {b28131c8-449e-4aeb-a2de-c12c7ceb8d0a} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2197 | 2024.11.14 04:47:26.058547 [ 252 ] {b28131c8-449e-4aeb-a2de-c12c7ceb8d0a} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002625 sec., 6095.2380952380945 rows/sec., 10.92 MiB/sec. | ||
| 2198 | 2024.11.14 04:47:26.058673 [ 252 ] {b28131c8-449e-4aeb-a2de-c12c7ceb8d0a} <Debug> TCPHandler: Processed in 0.002942325 sec. | ||
| 2199 | 2024.11.14 04:47:26.058856 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2200 | 2024.11.14 04:47:26.059022 [ 250 ] {7063bd24-c0f7-45ac-91b6-e96ea38d283e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 2201 | 2024.11.14 04:47:26.059071 [ 250 ] {7063bd24-c0f7-45ac-91b6-e96ea38d283e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2202 | 2024.11.14 04:47:26.059545 [ 250 ] {7063bd24-c0f7-45ac-91b6-e96ea38d283e} <Trace> oximeter.measurements_i64 (e86ff124-2fb2-42f7-9780-c2e2f15f1a1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2203 | 2024.11.14 04:47:26.059583 [ 250 ] {7063bd24-c0f7-45ac-91b6-e96ea38d283e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2204 | 2024.11.14 04:47:26.059944 [ 250 ] {7063bd24-c0f7-45ac-91b6-e96ea38d283e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2205 | 2024.11.14 04:47:26.060184 [ 250 ] {7063bd24-c0f7-45ac-91b6-e96ea38d283e} <Trace> oximeter.measurements_i64 (e86ff124-2fb2-42f7-9780-c2e2f15f1a1b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2206 | 2024.11.14 04:47:26.060387 [ 250 ] {7063bd24-c0f7-45ac-91b6-e96ea38d283e} <Debug> executeQuery: Read 9 rows, 680.00 B in 0.001403 sec., 6414.825374198147 rows/sec., 473.32 KiB/sec. | ||
| 2207 | 2024.11.14 04:47:26.060444 [ 250 ] {7063bd24-c0f7-45ac-91b6-e96ea38d283e} <Debug> TCPHandler: Processed in 0.001673358 sec. | ||
| 2208 | 2024.11.14 04:47:26.060591 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2209 | 2024.11.14 04:47:26.060708 [ 252 ] {1140b3fa-9140-48e3-9db0-699c21afc784} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2210 | 2024.11.14 04:47:26.060759 [ 252 ] {1140b3fa-9140-48e3-9db0-699c21afc784} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2211 | 2024.11.14 04:47:26.061232 [ 252 ] {1140b3fa-9140-48e3-9db0-699c21afc784} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2212 | 2024.11.14 04:47:26.061271 [ 252 ] {1140b3fa-9140-48e3-9db0-699c21afc784} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2213 | 2024.11.14 04:47:26.061622 [ 252 ] {1140b3fa-9140-48e3-9db0-699c21afc784} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2214 | 2024.11.14 04:47:26.061856 [ 252 ] {1140b3fa-9140-48e3-9db0-699c21afc784} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2215 | 2024.11.14 04:47:26.062060 [ 252 ] {1140b3fa-9140-48e3-9db0-699c21afc784} <Debug> executeQuery: Read 6 rows, 417.00 B in 0.001376 sec., 4360.46511627907 rows/sec., 295.95 KiB/sec. | ||
| 2216 | 2024.11.14 04:47:26.062109 [ 252 ] {1140b3fa-9140-48e3-9db0-699c21afc784} <Debug> TCPHandler: Processed in 0.001576106 sec. | ||
| 2217 | 2024.11.14 04:47:28.386013 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 92 entries to flush up to offset 304 | ||
| 2218 | 2024.11.14 04:47:28.390070 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2219 | 2024.11.14 04:47:28.390119 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2220 | 2024.11.14 04:47:28.391687 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2221 | 2024.11.14 04:47:28.391997 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2222 | 2024.11.14 04:47:28.392840 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 304 | ||
| 2223 | 2024.11.14 04:47:29.529625 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2224 | 2024.11.14 04:47:29.529852 [ 250 ] {e866d10f-65a2-4322-b13d-e0138437dcd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2225 | 2024.11.14 04:47:29.529934 [ 250 ] {e866d10f-65a2-4322-b13d-e0138437dcd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2226 | 2024.11.14 04:47:29.530688 [ 250 ] {e866d10f-65a2-4322-b13d-e0138437dcd2} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2227 | 2024.11.14 04:47:29.530739 [ 250 ] {e866d10f-65a2-4322-b13d-e0138437dcd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2228 | 2024.11.14 04:47:29.531170 [ 250 ] {e866d10f-65a2-4322-b13d-e0138437dcd2} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2229 | 2024.11.14 04:47:29.531427 [ 250 ] {e866d10f-65a2-4322-b13d-e0138437dcd2} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2230 | 2024.11.14 04:47:29.531613 [ 48 ] {} <Debug> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2231 | 2024.11.14 04:47:29.531680 [ 250 ] {e866d10f-65a2-4322-b13d-e0138437dcd2} <Debug> executeQuery: Read 30 rows, 2.40 KiB in 0.001885 sec., 15915.119363395226 rows/sec., 1.24 MiB/sec. | ||
| 2232 | 2024.11.14 04:47:29.531699 [ 48 ] {} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2233 | 2024.11.14 04:47:29.531773 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2234 | 2024.11.14 04:47:29.531818 [ 250 ] {e866d10f-65a2-4322-b13d-e0138437dcd2} <Debug> TCPHandler: Processed in 0.002329437 sec. | ||
| 2235 | 2024.11.14 04:47:29.532018 [ 189 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::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 | ||
| 2236 | 2024.11.14 04:47:29.532122 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2237 | 2024.11.14 04:47:29.532238 [ 189 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2238 | 2024.11.14 04:47:29.532317 [ 189 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 38 rows starting from the beginning of the part | ||
| 2239 | 2024.11.14 04:47:29.532374 [ 252 ] {2b18c92f-4e91-4548-adc0-813f60ad6ef3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2240 | 2024.11.14 04:47:29.532541 [ 252 ] {2b18c92f-4e91-4548-adc0-813f60ad6ef3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2241 | 2024.11.14 04:47:29.532564 [ 189 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 167 rows starting from the beginning of the part | ||
| 2242 | 2024.11.14 04:47:29.532989 [ 189 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 4 rows starting from the beginning of the part | ||
| 2243 | 2024.11.14 04:47:29.533246 [ 189 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 201 rows starting from the beginning of the part | ||
| 2244 | 2024.11.14 04:47:29.533560 [ 189 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1203 rows starting from the beginning of the part | ||
| 2245 | 2024.11.14 04:47:29.533930 [ 189 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 30 rows starting from the beginning of the part | ||
| 2246 | 2024.11.14 04:47:29.535381 [ 252 ] {2b18c92f-4e91-4548-adc0-813f60ad6ef3} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2247 | 2024.11.14 04:47:29.535448 [ 252 ] {2b18c92f-4e91-4548-adc0-813f60ad6ef3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2248 | 2024.11.14 04:47:29.536505 [ 252 ] {2b18c92f-4e91-4548-adc0-813f60ad6ef3} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2249 | 2024.11.14 04:47:29.537073 [ 252 ] {2b18c92f-4e91-4548-adc0-813f60ad6ef3} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2250 | 2024.11.14 04:47:29.537192 [ 189 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1643 rows, containing 5 columns (5 merged, 0 gathered) in 0.005265302 sec., 312042.8799715572 rows/sec., 27.54 MiB/sec. | ||
| 2251 | 2024.11.14 04:47:29.537314 [ 48 ] {} <Debug> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2252 | 2024.11.14 04:47:29.537377 [ 48 ] {} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2253 | 2024.11.14 04:47:29.537427 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2254 | 2024.11.14 04:47:29.537464 [ 252 ] {2b18c92f-4e91-4548-adc0-813f60ad6ef3} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.005169 sec., 6964.596633778294 rows/sec., 556.96 KiB/sec. | ||
| 2255 | 2024.11.14 04:47:29.537822 [ 196 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::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 | ||
| 2256 | 2024.11.14 04:47:29.537847 [ 252 ] {2b18c92f-4e91-4548-adc0-813f60ad6ef3} <Debug> TCPHandler: Processed in 0.005881881 sec. | ||
| 2257 | 2024.11.14 04:47:29.537570 [ 189 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2258 | 2024.11.14 04:47:29.538162 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2259 | 2024.11.14 04:47:29.538436 [ 196 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2260 | 2024.11.14 04:47:29.538535 [ 250 ] {c1471c18-c046-4205-8902-f591103ace2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2261 | 2024.11.14 04:47:29.538553 [ 196 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 37 rows starting from the beginning of the part | ||
| 2262 | 2024.11.14 04:47:29.538700 [ 250 ] {c1471c18-c046-4205-8902-f591103ace2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2263 | 2024.11.14 04:47:29.538944 [ 196 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 334 rows starting from the beginning of the part | ||
| 2264 | 2024.11.14 04:47:29.539378 [ 196 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::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 | ||
| 2265 | 2024.11.14 04:47:29.539711 [ 196 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 351 rows starting from the beginning of the part | ||
| 2266 | 2024.11.14 04:47:29.540062 [ 196 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 518 rows starting from the beginning of the part | ||
| 2267 | 2024.11.14 04:47:29.540550 [ 196 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 36 rows starting from the beginning of the part | ||
| 2268 | 2024.11.14 04:47:29.540747 [ 189 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_11_2} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2269 | 2024.11.14 04:47:29.541387 [ 189 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_11_2} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2270 | 2024.11.14 04:47:29.541721 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 2271 | 2024.11.14 04:47:29.541965 [ 250 ] {c1471c18-c046-4205-8902-f591103ace2c} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2272 | 2024.11.14 04:47:29.542042 [ 250 ] {c1471c18-c046-4205-8902-f591103ace2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2273 | 2024.11.14 04:47:29.543120 [ 250 ] {c1471c18-c046-4205-8902-f591103ace2c} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2274 | 2024.11.14 04:47:29.543568 [ 250 ] {c1471c18-c046-4205-8902-f591103ace2c} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2275 | 2024.11.14 04:47:29.543873 [ 196 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1284 rows, containing 5 columns (5 merged, 0 gathered) in 0.006341114 sec., 202488.08017014046 rows/sec., 15.38 MiB/sec. | ||
| 2276 | 2024.11.14 04:47:29.544053 [ 250 ] {c1471c18-c046-4205-8902-f591103ace2c} <Debug> executeQuery: Read 48 rows, 3.45 KiB in 0.00565 sec., 8495.575221238938 rows/sec., 610.48 KiB/sec. | ||
| 2277 | 2024.11.14 04:47:29.544201 [ 196 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2278 | 2024.11.14 04:47:29.544219 [ 250 ] {c1471c18-c046-4205-8902-f591103ace2c} <Debug> TCPHandler: Processed in 0.00623509 sec. | ||
| 2279 | 2024.11.14 04:47:29.544435 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2280 | 2024.11.14 04:47:29.544582 [ 252 ] {492d5290-49e8-48d0-a3ee-eb8755ccb380} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2281 | 2024.11.14 04:47:29.544620 [ 196 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_11_2} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2282 | 2024.11.14 04:47:29.544651 [ 252 ] {492d5290-49e8-48d0-a3ee-eb8755ccb380} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2283 | 2024.11.14 04:47:29.544745 [ 196 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_11_2} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2284 | 2024.11.14 04:47:29.544867 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
| 2285 | 2024.11.14 04:47:29.545231 [ 252 ] {492d5290-49e8-48d0-a3ee-eb8755ccb380} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2286 | 2024.11.14 04:47:29.545270 [ 252 ] {492d5290-49e8-48d0-a3ee-eb8755ccb380} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2287 | 2024.11.14 04:47:29.545663 [ 252 ] {492d5290-49e8-48d0-a3ee-eb8755ccb380} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2288 | 2024.11.14 04:47:29.545920 [ 252 ] {492d5290-49e8-48d0-a3ee-eb8755ccb380} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2289 | 2024.11.14 04:47:29.546099 [ 252 ] {492d5290-49e8-48d0-a3ee-eb8755ccb380} <Debug> executeQuery: Read 24 rows, 1.63 KiB in 0.001557 sec., 15414.258188824662 rows/sec., 1.02 MiB/sec. | ||
| 2290 | 2024.11.14 04:47:29.546150 [ 252 ] {492d5290-49e8-48d0-a3ee-eb8755ccb380} <Debug> TCPHandler: Processed in 0.001787992 sec. | ||
| 2291 | 2024.11.14 04:47:34.530573 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2292 | 2024.11.14 04:47:34.530797 [ 250 ] {45ee3658-786f-4a88-aed2-aed5c618e345} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2293 | 2024.11.14 04:47:34.530877 [ 250 ] {45ee3658-786f-4a88-aed2-aed5c618e345} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2294 | 2024.11.14 04:47:34.531654 [ 250 ] {45ee3658-786f-4a88-aed2-aed5c618e345} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2295 | 2024.11.14 04:47:34.531704 [ 250 ] {45ee3658-786f-4a88-aed2-aed5c618e345} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2296 | 2024.11.14 04:47:34.532126 [ 250 ] {45ee3658-786f-4a88-aed2-aed5c618e345} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2297 | 2024.11.14 04:47:34.532381 [ 250 ] {45ee3658-786f-4a88-aed2-aed5c618e345} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2298 | 2024.11.14 04:47:34.532615 [ 250 ] {45ee3658-786f-4a88-aed2-aed5c618e345} <Debug> executeQuery: Read 30 rows, 2.40 KiB in 0.001878 sec., 15974.440894568692 rows/sec., 1.25 MiB/sec. | ||
| 2299 | 2024.11.14 04:47:34.532671 [ 250 ] {45ee3658-786f-4a88-aed2-aed5c618e345} <Debug> TCPHandler: Processed in 0.002235695 sec. | ||
| 2300 | 2024.11.14 04:47:34.532941 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2301 | 2024.11.14 04:47:34.533153 [ 252 ] {f44578d8-6708-4052-bc80-08888ca9d4d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2302 | 2024.11.14 04:47:34.533230 [ 252 ] {f44578d8-6708-4052-bc80-08888ca9d4d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2303 | 2024.11.14 04:47:34.533948 [ 252 ] {f44578d8-6708-4052-bc80-08888ca9d4d0} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2304 | 2024.11.14 04:47:34.533995 [ 252 ] {f44578d8-6708-4052-bc80-08888ca9d4d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2305 | 2024.11.14 04:47:34.534413 [ 252 ] {f44578d8-6708-4052-bc80-08888ca9d4d0} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2306 | 2024.11.14 04:47:34.534662 [ 252 ] {f44578d8-6708-4052-bc80-08888ca9d4d0} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2307 | 2024.11.14 04:47:34.534961 [ 252 ] {f44578d8-6708-4052-bc80-08888ca9d4d0} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001837 sec., 19597.169297768098 rows/sec., 1.53 MiB/sec. | ||
| 2308 | 2024.11.14 04:47:34.535121 [ 252 ] {f44578d8-6708-4052-bc80-08888ca9d4d0} <Debug> TCPHandler: Processed in 0.002317928 sec. | ||
| 2309 | 2024.11.14 04:47:34.535323 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2310 | 2024.11.14 04:47:34.535547 [ 250 ] {3855ca32-44c5-4a7e-a626-a3ab3587921a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2311 | 2024.11.14 04:47:34.535644 [ 250 ] {3855ca32-44c5-4a7e-a626-a3ab3587921a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2312 | 2024.11.14 04:47:34.536474 [ 250 ] {3855ca32-44c5-4a7e-a626-a3ab3587921a} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2313 | 2024.11.14 04:47:34.536515 [ 250 ] {3855ca32-44c5-4a7e-a626-a3ab3587921a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2314 | 2024.11.14 04:47:34.536928 [ 250 ] {3855ca32-44c5-4a7e-a626-a3ab3587921a} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2315 | 2024.11.14 04:47:34.537165 [ 250 ] {3855ca32-44c5-4a7e-a626-a3ab3587921a} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2316 | 2024.11.14 04:47:34.537376 [ 250 ] {3855ca32-44c5-4a7e-a626-a3ab3587921a} <Debug> executeQuery: Read 60 rows, 4.31 KiB in 0.001876 sec., 31982.942430703624 rows/sec., 2.24 MiB/sec. | ||
| 2317 | 2024.11.14 04:47:34.537490 [ 250 ] {3855ca32-44c5-4a7e-a626-a3ab3587921a} <Debug> TCPHandler: Processed in 0.002276077 sec. | ||
| 2318 | 2024.11.14 04:47:34.537678 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2319 | 2024.11.14 04:47:34.537814 [ 252 ] {b9206694-47f6-4dfa-94d7-91e921c4358e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2320 | 2024.11.14 04:47:34.537872 [ 252 ] {b9206694-47f6-4dfa-94d7-91e921c4358e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2321 | 2024.11.14 04:47:34.538472 [ 252 ] {b9206694-47f6-4dfa-94d7-91e921c4358e} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2322 | 2024.11.14 04:47:34.538520 [ 252 ] {b9206694-47f6-4dfa-94d7-91e921c4358e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2323 | 2024.11.14 04:47:34.538997 [ 252 ] {b9206694-47f6-4dfa-94d7-91e921c4358e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2324 | 2024.11.14 04:47:34.539272 [ 252 ] {b9206694-47f6-4dfa-94d7-91e921c4358e} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2325 | 2024.11.14 04:47:34.539483 [ 252 ] {b9206694-47f6-4dfa-94d7-91e921c4358e} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.0017 sec., 17647.058823529413 rows/sec., 1.17 MiB/sec. | ||
| 2326 | 2024.11.14 04:47:34.539534 [ 252 ] {b9206694-47f6-4dfa-94d7-91e921c4358e} <Debug> TCPHandler: Processed in 0.001922156 sec. | ||
| 2327 | 2024.11.14 04:47:36.222367 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33483, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2328 | 2024.11.14 04:47:36.469309 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62797, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2329 | 2024.11.14 04:47:36.562682 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54009, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2330 | 2024.11.14 04:47:36.570999 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34326, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2331 | 2024.11.14 04:47:36.716428 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44465, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2332 | 2024.11.14 04:47:36.717749 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50696, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2333 | 2024.11.14 04:47:36.724035 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54179, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2334 | 2024.11.14 04:47:36.730276 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58585, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2335 | 2024.11.14 04:47:38.288918 [ 34 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2336 | 2024.11.14 04:47:38.288973 [ 34 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2337 | 2024.11.14 04:47:38.394146 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 320 | ||
| 2338 | 2024.11.14 04:47:38.396578 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2339 | 2024.11.14 04:47:38.396618 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2340 | 2024.11.14 04:47:38.398045 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2341 | 2024.11.14 04:47:38.398351 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2342 | 2024.11.14 04:47:38.398814 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 320 | ||
| 2343 | 2024.11.14 04:47:39.536495 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2344 | 2024.11.14 04:47:39.536718 [ 250 ] {110fd627-b748-4822-8ea1-fdf32532b5fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2345 | 2024.11.14 04:47:39.536796 [ 250 ] {110fd627-b748-4822-8ea1-fdf32532b5fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2346 | 2024.11.14 04:47:39.537606 [ 250 ] {110fd627-b748-4822-8ea1-fdf32532b5fa} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2347 | 2024.11.14 04:47:39.537650 [ 250 ] {110fd627-b748-4822-8ea1-fdf32532b5fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2348 | 2024.11.14 04:47:39.538082 [ 250 ] {110fd627-b748-4822-8ea1-fdf32532b5fa} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2349 | 2024.11.14 04:47:39.538336 [ 250 ] {110fd627-b748-4822-8ea1-fdf32532b5fa} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2350 | 2024.11.14 04:47:39.538528 [ 250 ] {110fd627-b748-4822-8ea1-fdf32532b5fa} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001871 sec., 7482.629609834313 rows/sec., 538.65 KiB/sec. | ||
| 2351 | 2024.11.14 04:47:39.538583 [ 250 ] {110fd627-b748-4822-8ea1-fdf32532b5fa} <Debug> TCPHandler: Processed in 0.002225364 sec. | ||
| 2352 | 2024.11.14 04:47:39.538844 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2353 | 2024.11.14 04:47:39.539029 [ 252 ] {fddbb3c0-3084-4cf7-92f1-6960ab695365} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2354 | 2024.11.14 04:47:39.539099 [ 252 ] {fddbb3c0-3084-4cf7-92f1-6960ab695365} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2355 | 2024.11.14 04:47:39.539901 [ 252 ] {fddbb3c0-3084-4cf7-92f1-6960ab695365} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2356 | 2024.11.14 04:47:39.539951 [ 252 ] {fddbb3c0-3084-4cf7-92f1-6960ab695365} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2357 | 2024.11.14 04:47:39.540402 [ 252 ] {fddbb3c0-3084-4cf7-92f1-6960ab695365} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2358 | 2024.11.14 04:47:39.540651 [ 252 ] {fddbb3c0-3084-4cf7-92f1-6960ab695365} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2359 | 2024.11.14 04:47:39.540880 [ 252 ] {fddbb3c0-3084-4cf7-92f1-6960ab695365} <Debug> executeQuery: Read 259 rows, 23.77 KiB in 0.001901 sec., 136244.0820620726 rows/sec., 12.21 MiB/sec. | ||
| 2360 | 2024.11.14 04:47:39.540937 [ 252 ] {fddbb3c0-3084-4cf7-92f1-6960ab695365} <Debug> TCPHandler: Processed in 0.002224005 sec. | ||
| 2361 | 2024.11.14 04:47:39.541095 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2362 | 2024.11.14 04:47:39.541233 [ 250 ] {1c4ad9ec-2460-4ed9-9e6a-0c6e1347305d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2363 | 2024.11.14 04:47:39.541291 [ 250 ] {1c4ad9ec-2460-4ed9-9e6a-0c6e1347305d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2364 | 2024.11.14 04:47:39.541900 [ 250 ] {1c4ad9ec-2460-4ed9-9e6a-0c6e1347305d} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2365 | 2024.11.14 04:47:39.541942 [ 250 ] {1c4ad9ec-2460-4ed9-9e6a-0c6e1347305d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2366 | 2024.11.14 04:47:39.542296 [ 250 ] {1c4ad9ec-2460-4ed9-9e6a-0c6e1347305d} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2367 | 2024.11.14 04:47:39.542541 [ 250 ] {1c4ad9ec-2460-4ed9-9e6a-0c6e1347305d} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2368 | 2024.11.14 04:47:39.542780 [ 250 ] {1c4ad9ec-2460-4ed9-9e6a-0c6e1347305d} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001554 sec., 30888.030888030888 rows/sec., 2.22 MiB/sec. | ||
| 2369 | 2024.11.14 04:47:39.542912 [ 250 ] {1c4ad9ec-2460-4ed9-9e6a-0c6e1347305d} <Debug> TCPHandler: Processed in 0.001881235 sec. | ||
| 2370 | 2024.11.14 04:47:39.543074 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2371 | 2024.11.14 04:47:39.543206 [ 252 ] {6bf0c306-06b7-4dce-a3c6-c4bae580ae5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2372 | 2024.11.14 04:47:39.543258 [ 252 ] {6bf0c306-06b7-4dce-a3c6-c4bae580ae5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2373 | 2024.11.14 04:47:39.543965 [ 252 ] {6bf0c306-06b7-4dce-a3c6-c4bae580ae5e} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2374 | 2024.11.14 04:47:39.544014 [ 252 ] {6bf0c306-06b7-4dce-a3c6-c4bae580ae5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2375 | 2024.11.14 04:47:39.544485 [ 252 ] {6bf0c306-06b7-4dce-a3c6-c4bae580ae5e} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2376 | 2024.11.14 04:47:39.544792 [ 252 ] {6bf0c306-06b7-4dce-a3c6-c4bae580ae5e} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2377 | 2024.11.14 04:47:39.544989 [ 252 ] {6bf0c306-06b7-4dce-a3c6-c4bae580ae5e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001811 sec., 7730.535615681944 rows/sec., 541.40 KiB/sec. | ||
| 2378 | 2024.11.14 04:47:39.545053 [ 252 ] {6bf0c306-06b7-4dce-a3c6-c4bae580ae5e} <Debug> TCPHandler: Processed in 0.00203822 sec. | ||
| 2379 | 2024.11.14 04:47:39.546244 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2380 | 2024.11.14 04:47:39.546386 [ 250 ] {59c94bc4-b703-4fa3-81b5-0b2cbb2eee9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2381 | 2024.11.14 04:47:39.546441 [ 250 ] {59c94bc4-b703-4fa3-81b5-0b2cbb2eee9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2382 | 2024.11.14 04:47:39.547060 [ 250 ] {59c94bc4-b703-4fa3-81b5-0b2cbb2eee9c} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2383 | 2024.11.14 04:47:39.547102 [ 250 ] {59c94bc4-b703-4fa3-81b5-0b2cbb2eee9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2384 | 2024.11.14 04:47:39.547486 [ 250 ] {59c94bc4-b703-4fa3-81b5-0b2cbb2eee9c} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2385 | 2024.11.14 04:47:39.547731 [ 250 ] {59c94bc4-b703-4fa3-81b5-0b2cbb2eee9c} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2386 | 2024.11.14 04:47:39.547908 [ 250 ] {59c94bc4-b703-4fa3-81b5-0b2cbb2eee9c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001554 sec., 8365.508365508365 rows/sec., 521.59 KiB/sec. | ||
| 2387 | 2024.11.14 04:47:39.547960 [ 250 ] {59c94bc4-b703-4fa3-81b5-0b2cbb2eee9c} <Debug> TCPHandler: Processed in 0.001789932 sec. | ||
| 2388 | 2024.11.14 04:47:39.548130 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2389 | 2024.11.14 04:47:39.548251 [ 252 ] {16b754ac-f342-46ac-b5d4-0de79bc3e24a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2390 | 2024.11.14 04:47:39.548300 [ 252 ] {16b754ac-f342-46ac-b5d4-0de79bc3e24a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2391 | 2024.11.14 04:47:39.549050 [ 252 ] {16b754ac-f342-46ac-b5d4-0de79bc3e24a} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2392 | 2024.11.14 04:47:39.549092 [ 252 ] {16b754ac-f342-46ac-b5d4-0de79bc3e24a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2393 | 2024.11.14 04:47:39.549488 [ 252 ] {16b754ac-f342-46ac-b5d4-0de79bc3e24a} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2394 | 2024.11.14 04:47:39.549736 [ 252 ] {16b754ac-f342-46ac-b5d4-0de79bc3e24a} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2395 | 2024.11.14 04:47:39.549949 [ 252 ] {16b754ac-f342-46ac-b5d4-0de79bc3e24a} <Debug> executeQuery: Read 395 rows, 28.73 KiB in 0.001724 sec., 229118.3294663573 rows/sec., 16.27 MiB/sec. | ||
| 2396 | 2024.11.14 04:47:39.549999 [ 252 ] {16b754ac-f342-46ac-b5d4-0de79bc3e24a} <Debug> TCPHandler: Processed in 0.001928176 sec. | ||
| 2397 | 2024.11.14 04:47:39.550154 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2398 | 2024.11.14 04:47:39.550270 [ 250 ] {8b774cdd-8b4a-45ed-8c91-f7ebdded88d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2399 | 2024.11.14 04:47:39.550323 [ 250 ] {8b774cdd-8b4a-45ed-8c91-f7ebdded88d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2400 | 2024.11.14 04:47:39.550814 [ 250 ] {8b774cdd-8b4a-45ed-8c91-f7ebdded88d1} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2401 | 2024.11.14 04:47:39.550852 [ 250 ] {8b774cdd-8b4a-45ed-8c91-f7ebdded88d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2402 | 2024.11.14 04:47:39.551224 [ 250 ] {8b774cdd-8b4a-45ed-8c91-f7ebdded88d1} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2403 | 2024.11.14 04:47:39.551462 [ 250 ] {8b774cdd-8b4a-45ed-8c91-f7ebdded88d1} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2404 | 2024.11.14 04:47:39.551640 [ 250 ] {8b774cdd-8b4a-45ed-8c91-f7ebdded88d1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001394 sec., 4304.16068866571 rows/sec., 224.88 KiB/sec. | ||
| 2405 | 2024.11.14 04:47:39.551688 [ 250 ] {8b774cdd-8b4a-45ed-8c91-f7ebdded88d1} <Debug> TCPHandler: Processed in 0.001591486 sec. | ||
| 2406 | 2024.11.14 04:47:39.551847 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2407 | 2024.11.14 04:47:39.551974 [ 252 ] {258754b1-25dd-4bf9-8dc4-ede73d8184b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2408 | 2024.11.14 04:47:39.552028 [ 252 ] {258754b1-25dd-4bf9-8dc4-ede73d8184b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2409 | 2024.11.14 04:47:39.552602 [ 252 ] {258754b1-25dd-4bf9-8dc4-ede73d8184b6} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2410 | 2024.11.14 04:47:39.552640 [ 252 ] {258754b1-25dd-4bf9-8dc4-ede73d8184b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2411 | 2024.11.14 04:47:39.553029 [ 252 ] {258754b1-25dd-4bf9-8dc4-ede73d8184b6} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2412 | 2024.11.14 04:47:39.553264 [ 252 ] {258754b1-25dd-4bf9-8dc4-ede73d8184b6} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2413 | 2024.11.14 04:47:39.553468 [ 252 ] {258754b1-25dd-4bf9-8dc4-ede73d8184b6} <Debug> executeQuery: Read 137 rows, 9.17 KiB in 0.001509 sec., 90788.60172299537 rows/sec., 5.93 MiB/sec. | ||
| 2414 | 2024.11.14 04:47:39.553591 [ 252 ] {258754b1-25dd-4bf9-8dc4-ede73d8184b6} <Debug> TCPHandler: Processed in 0.001800212 sec. | ||
| 2415 | 2024.11.14 04:47:39.553773 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2416 | 2024.11.14 04:47:39.553894 [ 250 ] {6b0551be-5478-4903-ae2e-f93c1f8d544e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2417 | 2024.11.14 04:47:39.553947 [ 250 ] {6b0551be-5478-4903-ae2e-f93c1f8d544e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2418 | 2024.11.14 04:47:39.554430 [ 250 ] {6b0551be-5478-4903-ae2e-f93c1f8d544e} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2419 | 2024.11.14 04:47:39.554471 [ 250 ] {6b0551be-5478-4903-ae2e-f93c1f8d544e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2420 | 2024.11.14 04:47:39.554842 [ 250 ] {6b0551be-5478-4903-ae2e-f93c1f8d544e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2421 | 2024.11.14 04:47:39.555088 [ 250 ] {6b0551be-5478-4903-ae2e-f93c1f8d544e} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2422 | 2024.11.14 04:47:39.555361 [ 250 ] {6b0551be-5478-4903-ae2e-f93c1f8d544e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001466 sec., 682.1282401091405 rows/sec., 45.96 KiB/sec. | ||
| 2423 | 2024.11.14 04:47:39.555451 [ 250 ] {6b0551be-5478-4903-ae2e-f93c1f8d544e} <Debug> TCPHandler: Processed in 0.00173803 sec. | ||
| 2424 | 2024.11.14 04:47:39.555612 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2425 | 2024.11.14 04:47:39.555728 [ 252 ] {bfca9972-7165-41e1-991b-04c751a7c34d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2426 | 2024.11.14 04:47:39.555809 [ 252 ] {bfca9972-7165-41e1-991b-04c751a7c34d} <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 | ||
| 2427 | 2024.11.14 04:47:39.556975 [ 252 ] {bfca9972-7165-41e1-991b-04c751a7c34d} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2428 | 2024.11.14 04:47:39.557012 [ 252 ] {bfca9972-7165-41e1-991b-04c751a7c34d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2429 | 2024.11.14 04:47:39.557648 [ 252 ] {bfca9972-7165-41e1-991b-04c751a7c34d} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2430 | 2024.11.14 04:47:39.557906 [ 252 ] {bfca9972-7165-41e1-991b-04c751a7c34d} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2431 | 2024.11.14 04:47:39.558198 [ 252 ] {bfca9972-7165-41e1-991b-04c751a7c34d} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002467 sec., 16619.375760032428 rows/sec., 29.78 MiB/sec. | ||
| 2432 | 2024.11.14 04:47:39.558349 [ 252 ] {bfca9972-7165-41e1-991b-04c751a7c34d} <Debug> TCPHandler: Processed in 0.002793211 sec. | ||
| 2433 | 2024.11.14 04:47:39.558504 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2434 | 2024.11.14 04:47:39.558625 [ 250 ] {5ee73385-6b2f-4673-b2ef-de60170b1f42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2435 | 2024.11.14 04:47:39.558677 [ 250 ] {5ee73385-6b2f-4673-b2ef-de60170b1f42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2436 | 2024.11.14 04:47:39.559175 [ 250 ] {5ee73385-6b2f-4673-b2ef-de60170b1f42} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2437 | 2024.11.14 04:47:39.559216 [ 250 ] {5ee73385-6b2f-4673-b2ef-de60170b1f42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2438 | 2024.11.14 04:47:39.559583 [ 250 ] {5ee73385-6b2f-4673-b2ef-de60170b1f42} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2439 | 2024.11.14 04:47:39.559833 [ 250 ] {5ee73385-6b2f-4673-b2ef-de60170b1f42} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2440 | 2024.11.14 04:47:39.560055 [ 250 ] {5ee73385-6b2f-4673-b2ef-de60170b1f42} <Debug> executeQuery: Read 52 rows, 3.23 KiB in 0.001454 sec., 35763.41127922971 rows/sec., 2.17 MiB/sec. | ||
| 2441 | 2024.11.14 04:47:39.560106 [ 250 ] {5ee73385-6b2f-4673-b2ef-de60170b1f42} <Debug> TCPHandler: Processed in 0.001659557 sec. | ||
| 2442 | 2024.11.14 04:47:39.610974 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:35789, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2443 | 2024.11.14 04:47:39.777483 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:57073, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2444 | 2024.11.14 04:47:40.160327 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:38626, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2445 | 2024.11.14 04:47:40.294232 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:35109, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2446 | 2024.11.14 04:47:40.351678 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:38438, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2447 | 2024.11.14 04:47:40.365223 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:55597, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2448 | 2024.11.14 04:47:40.387850 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:47801, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2449 | 2024.11.14 04:47:40.392228 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:59797, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2450 | 2024.11.14 04:47:40.401745 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:62933, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2451 | 2024.11.14 04:47:40.564894 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:38861, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2452 | 2024.11.14 04:47:40.570283 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:56947, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2453 | 2024.11.14 04:47:40.570344 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:60022, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2454 | 2024.11.14 04:47:40.582727 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:38511, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2455 | 2024.11.14 04:47:40.639423 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:49384, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2456 | 2024.11.14 04:47:40.651704 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:45003, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2457 | 2024.11.14 04:47:40.693038 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:40021, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2458 | 2024.11.14 04:47:41.249690 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:41057, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2459 | 2024.11.14 04:47:41.693037 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:34044, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2460 | 2024.11.14 04:47:41.807497 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:37327, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2461 | 2024.11.14 04:47:41.906911 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:64531, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2462 | 2024.11.14 04:47:42.028665 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:45693, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2463 | 2024.11.14 04:47:42.121397 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:32893, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2464 | 2024.11.14 04:47:42.132974 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:49749, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2465 | 2024.11.14 04:47:42.136220 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:40208, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2466 | 2024.11.14 04:47:44.529815 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2467 | 2024.11.14 04:47:44.530037 [ 250 ] {be35bf36-9e74-43ae-8683-2174f8b7c3d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2468 | 2024.11.14 04:47:44.530117 [ 250 ] {be35bf36-9e74-43ae-8683-2174f8b7c3d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2469 | 2024.11.14 04:47:44.530899 [ 250 ] {be35bf36-9e74-43ae-8683-2174f8b7c3d3} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2470 | 2024.11.14 04:47:44.530940 [ 250 ] {be35bf36-9e74-43ae-8683-2174f8b7c3d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2471 | 2024.11.14 04:47:44.531363 [ 250 ] {be35bf36-9e74-43ae-8683-2174f8b7c3d3} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2472 | 2024.11.14 04:47:44.531612 [ 250 ] {be35bf36-9e74-43ae-8683-2174f8b7c3d3} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2473 | 2024.11.14 04:47:44.531832 [ 250 ] {be35bf36-9e74-43ae-8683-2174f8b7c3d3} <Debug> executeQuery: Read 30 rows, 2.40 KiB in 0.001847 sec., 16242.555495397943 rows/sec., 1.27 MiB/sec. | ||
| 2474 | 2024.11.14 04:47:44.532004 [ 250 ] {be35bf36-9e74-43ae-8683-2174f8b7c3d3} <Debug> TCPHandler: Processed in 0.002320417 sec. | ||
| 2475 | 2024.11.14 04:47:44.532274 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2476 | 2024.11.14 04:47:44.532452 [ 252 ] {98bf12bb-4916-4637-8a70-c2c47a640f9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2477 | 2024.11.14 04:47:44.532520 [ 252 ] {98bf12bb-4916-4637-8a70-c2c47a640f9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2478 | 2024.11.14 04:47:44.533235 [ 252 ] {98bf12bb-4916-4637-8a70-c2c47a640f9e} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2479 | 2024.11.14 04:47:44.533278 [ 252 ] {98bf12bb-4916-4637-8a70-c2c47a640f9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2480 | 2024.11.14 04:47:44.533694 [ 252 ] {98bf12bb-4916-4637-8a70-c2c47a640f9e} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2481 | 2024.11.14 04:47:44.533942 [ 252 ] {98bf12bb-4916-4637-8a70-c2c47a640f9e} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2482 | 2024.11.14 04:47:44.534191 [ 252 ] {98bf12bb-4916-4637-8a70-c2c47a640f9e} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001785 sec., 20168.06722689076 rows/sec., 1.58 MiB/sec. | ||
| 2483 | 2024.11.14 04:47:44.534280 [ 252 ] {98bf12bb-4916-4637-8a70-c2c47a640f9e} <Debug> TCPHandler: Processed in 0.002131522 sec. | ||
| 2484 | 2024.11.14 04:47:44.534436 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2485 | 2024.11.14 04:47:44.534555 [ 250 ] {95a99bfc-fd7a-45cc-9a2c-eed9b26c754e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2486 | 2024.11.14 04:47:44.534618 [ 250 ] {95a99bfc-fd7a-45cc-9a2c-eed9b26c754e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2487 | 2024.11.14 04:47:44.535257 [ 250 ] {95a99bfc-fd7a-45cc-9a2c-eed9b26c754e} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2488 | 2024.11.14 04:47:44.535304 [ 250 ] {95a99bfc-fd7a-45cc-9a2c-eed9b26c754e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2489 | 2024.11.14 04:47:44.535729 [ 250 ] {95a99bfc-fd7a-45cc-9a2c-eed9b26c754e} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2490 | 2024.11.14 04:47:44.535977 [ 250 ] {95a99bfc-fd7a-45cc-9a2c-eed9b26c754e} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2491 | 2024.11.14 04:47:44.536105 [ 30 ] {} <Debug> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2492 | 2024.11.14 04:47:44.536150 [ 30 ] {} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2493 | 2024.11.14 04:47:44.536168 [ 250 ] {95a99bfc-fd7a-45cc-9a2c-eed9b26c754e} <Debug> executeQuery: Read 50 rows, 3.60 KiB in 0.001639 sec., 30506.406345332518 rows/sec., 2.15 MiB/sec. | ||
| 2494 | 2024.11.14 04:47:44.536179 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2495 | 2024.11.14 04:47:44.536250 [ 250 ] {95a99bfc-fd7a-45cc-9a2c-eed9b26c754e} <Debug> TCPHandler: Processed in 0.001867304 sec. | ||
| 2496 | 2024.11.14 04:47:44.536370 [ 198 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::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 | ||
| 2497 | 2024.11.14 04:47:44.536428 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2498 | 2024.11.14 04:47:44.536535 [ 198 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2499 | 2024.11.14 04:47:44.536632 [ 252 ] {0fac9207-aa47-4a4a-af02-23dd8ad7db73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2500 | 2024.11.14 04:47:44.536638 [ 198 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 212 rows starting from the beginning of the part | ||
| 2501 | 2024.11.14 04:47:44.536702 [ 252 ] {0fac9207-aa47-4a4a-af02-23dd8ad7db73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2502 | 2024.11.14 04:47:44.536987 [ 198 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 4069 rows starting from the beginning of the part | ||
| 2503 | 2024.11.14 04:47:44.537365 [ 198 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::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 | ||
| 2504 | 2024.11.14 04:47:44.537726 [ 198 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::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 | ||
| 2505 | 2024.11.14 04:47:44.538030 [ 198 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 137 rows starting from the beginning of the part | ||
| 2506 | 2024.11.14 04:47:44.538318 [ 198 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 50 rows starting from the beginning of the part | ||
| 2507 | 2024.11.14 04:47:44.539283 [ 252 ] {0fac9207-aa47-4a4a-af02-23dd8ad7db73} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2508 | 2024.11.14 04:47:44.539371 [ 252 ] {0fac9207-aa47-4a4a-af02-23dd8ad7db73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2509 | 2024.11.14 04:47:44.540157 [ 252 ] {0fac9207-aa47-4a4a-af02-23dd8ad7db73} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2510 | 2024.11.14 04:47:44.540710 [ 252 ] {0fac9207-aa47-4a4a-af02-23dd8ad7db73} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2511 | 2024.11.14 04:47:44.541025 [ 28 ] {} <Debug> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2512 | 2024.11.14 04:47:44.541162 [ 28 ] {} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2513 | 2024.11.14 04:47:44.541195 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2514 | 2024.11.14 04:47:44.541199 [ 252 ] {0fac9207-aa47-4a4a-af02-23dd8ad7db73} <Debug> executeQuery: Read 26 rows, 1.75 KiB in 0.004631 sec., 5614.338155905853 rows/sec., 378.94 KiB/sec. | ||
| 2515 | 2024.11.14 04:47:44.541478 [ 252 ] {0fac9207-aa47-4a4a-af02-23dd8ad7db73} <Debug> TCPHandler: Processed in 0.005107738 sec. | ||
| 2516 | 2024.11.14 04:47:44.541835 [ 197 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::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 | ||
| 2517 | 2024.11.14 04:47:44.542215 [ 197 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2518 | 2024.11.14 04:47:44.542216 [ 198 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4576 rows, containing 5 columns (5 merged, 0 gathered) in 0.005940262 sec., 770336.39256989 rows/sec., 51.43 MiB/sec. | ||
| 2519 | 2024.11.14 04:47:44.542273 [ 197 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 102 rows starting from the beginning of the part | ||
| 2520 | 2024.11.14 04:47:44.542430 [ 197 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::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 | ||
| 2521 | 2024.11.14 04:47:44.542708 [ 197 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 24 rows starting from the beginning of the part | ||
| 2522 | 2024.11.14 04:47:44.542838 [ 199 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2523 | 2024.11.14 04:47:44.542913 [ 197 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 30 rows starting from the beginning of the part | ||
| 2524 | 2024.11.14 04:47:44.543234 [ 197 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 52 rows starting from the beginning of the part | ||
| 2525 | 2024.11.14 04:47:44.543473 [ 197 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 26 rows starting from the beginning of the part | ||
| 2526 | 2024.11.14 04:47:44.544004 [ 199 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2527 | 2024.11.14 04:47:44.544161 [ 199 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2528 | 2024.11.14 04:47:44.544343 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.90 MiB. | ||
| 2529 | 2024.11.14 04:47:44.545037 [ 203 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 240 rows, containing 4 columns (4 merged, 0 gathered) in 0.003561754 sec., 67382.53119109293 rows/sec., 4.14 MiB/sec. | ||
| 2530 | 2024.11.14 04:47:44.545185 [ 203 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2531 | 2024.11.14 04:47:44.545485 [ 203 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_11_2} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2532 | 2024.11.14 04:47:44.545570 [ 203 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_11_2} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2533 | 2024.11.14 04:47:44.545653 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 2534 | 2024.11.14 04:47:48.399844 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 350 | ||
| 2535 | 2024.11.14 04:47:48.402694 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2536 | 2024.11.14 04:47:48.402744 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2537 | 2024.11.14 04:47:48.404178 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2538 | 2024.11.14 04:47:48.404484 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2539 | 2024.11.14 04:47:48.405010 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 350 | ||
| 2540 | 2024.11.14 04:47:49.530238 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2541 | 2024.11.14 04:47:49.530460 [ 250 ] {7f930faf-a861-4445-95b0-f5ce365f350d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2542 | 2024.11.14 04:47:49.530542 [ 250 ] {7f930faf-a861-4445-95b0-f5ce365f350d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2543 | 2024.11.14 04:47:49.531288 [ 250 ] {7f930faf-a861-4445-95b0-f5ce365f350d} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2544 | 2024.11.14 04:47:49.531340 [ 250 ] {7f930faf-a861-4445-95b0-f5ce365f350d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2545 | 2024.11.14 04:47:49.531764 [ 250 ] {7f930faf-a861-4445-95b0-f5ce365f350d} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2546 | 2024.11.14 04:47:49.532030 [ 250 ] {7f930faf-a861-4445-95b0-f5ce365f350d} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2547 | 2024.11.14 04:47:49.532274 [ 250 ] {7f930faf-a861-4445-95b0-f5ce365f350d} <Debug> executeQuery: Read 30 rows, 2.40 KiB in 0.001873 sec., 16017.084890549919 rows/sec., 1.25 MiB/sec. | ||
| 2548 | 2024.11.14 04:47:49.532332 [ 250 ] {7f930faf-a861-4445-95b0-f5ce365f350d} <Debug> TCPHandler: Processed in 0.002234065 sec. | ||
| 2549 | 2024.11.14 04:47:49.532587 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2550 | 2024.11.14 04:47:49.532773 [ 252 ] {9d0fe109-0d8e-4e5b-a516-85182d6c7eb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2551 | 2024.11.14 04:47:49.532852 [ 252 ] {9d0fe109-0d8e-4e5b-a516-85182d6c7eb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2552 | 2024.11.14 04:47:49.533613 [ 252 ] {9d0fe109-0d8e-4e5b-a516-85182d6c7eb9} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2553 | 2024.11.14 04:47:49.533661 [ 252 ] {9d0fe109-0d8e-4e5b-a516-85182d6c7eb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2554 | 2024.11.14 04:47:49.534094 [ 252 ] {9d0fe109-0d8e-4e5b-a516-85182d6c7eb9} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2555 | 2024.11.14 04:47:49.534372 [ 252 ] {9d0fe109-0d8e-4e5b-a516-85182d6c7eb9} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2556 | 2024.11.14 04:47:49.534613 [ 252 ] {9d0fe109-0d8e-4e5b-a516-85182d6c7eb9} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.00189 sec., 19047.61904761905 rows/sec., 1.49 MiB/sec. | ||
| 2557 | 2024.11.14 04:47:49.534678 [ 252 ] {9d0fe109-0d8e-4e5b-a516-85182d6c7eb9} <Debug> TCPHandler: Processed in 0.002224225 sec. | ||
| 2558 | 2024.11.14 04:47:49.534869 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2559 | 2024.11.14 04:47:49.535013 [ 250 ] {76bcf18b-cd71-413b-89a1-2723d868ffdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2560 | 2024.11.14 04:47:49.535078 [ 250 ] {76bcf18b-cd71-413b-89a1-2723d868ffdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2561 | 2024.11.14 04:47:49.535741 [ 250 ] {76bcf18b-cd71-413b-89a1-2723d868ffdc} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2562 | 2024.11.14 04:47:49.535780 [ 250 ] {76bcf18b-cd71-413b-89a1-2723d868ffdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2563 | 2024.11.14 04:47:49.536174 [ 250 ] {76bcf18b-cd71-413b-89a1-2723d868ffdc} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2564 | 2024.11.14 04:47:49.536421 [ 250 ] {76bcf18b-cd71-413b-89a1-2723d868ffdc} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2565 | 2024.11.14 04:47:49.536681 [ 250 ] {76bcf18b-cd71-413b-89a1-2723d868ffdc} <Debug> executeQuery: Read 60 rows, 4.31 KiB in 0.001693 sec., 35440.04725339633 rows/sec., 2.49 MiB/sec. | ||
| 2566 | 2024.11.14 04:47:49.536836 [ 250 ] {76bcf18b-cd71-413b-89a1-2723d868ffdc} <Debug> TCPHandler: Processed in 0.002032319 sec. | ||
| 2567 | 2024.11.14 04:47:49.537006 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2568 | 2024.11.14 04:47:49.537131 [ 252 ] {0977ac85-b59b-482d-b35f-d26f8fe40ecf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2569 | 2024.11.14 04:47:49.537187 [ 252 ] {0977ac85-b59b-482d-b35f-d26f8fe40ecf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2570 | 2024.11.14 04:47:49.537689 [ 252 ] {0977ac85-b59b-482d-b35f-d26f8fe40ecf} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2571 | 2024.11.14 04:47:49.537729 [ 252 ] {0977ac85-b59b-482d-b35f-d26f8fe40ecf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2572 | 2024.11.14 04:47:49.538109 [ 252 ] {0977ac85-b59b-482d-b35f-d26f8fe40ecf} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2573 | 2024.11.14 04:47:49.538346 [ 252 ] {0977ac85-b59b-482d-b35f-d26f8fe40ecf} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2574 | 2024.11.14 04:47:49.538558 [ 252 ] {0977ac85-b59b-482d-b35f-d26f8fe40ecf} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.001456 sec., 20604.395604395602 rows/sec., 1.37 MiB/sec. | ||
| 2575 | 2024.11.14 04:47:49.538614 [ 252 ] {0977ac85-b59b-482d-b35f-d26f8fe40ecf} <Debug> TCPHandler: Processed in 0.001667428 sec. | ||
| 2576 | 2024.11.14 04:47:53.289223 [ 44 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2577 | 2024.11.14 04:47:53.289273 [ 44 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2578 | 2024.11.14 04:47:54.536685 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2579 | 2024.11.14 04:47:54.536888 [ 250 ] {f2c416df-056e-48b2-bb89-29585728f5d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2580 | 2024.11.14 04:47:54.536961 [ 250 ] {f2c416df-056e-48b2-bb89-29585728f5d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2581 | 2024.11.14 04:47:54.537651 [ 250 ] {f2c416df-056e-48b2-bb89-29585728f5d4} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2582 | 2024.11.14 04:47:54.537700 [ 250 ] {f2c416df-056e-48b2-bb89-29585728f5d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2583 | 2024.11.14 04:47:54.538122 [ 250 ] {f2c416df-056e-48b2-bb89-29585728f5d4} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2584 | 2024.11.14 04:47:54.538373 [ 250 ] {f2c416df-056e-48b2-bb89-29585728f5d4} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2585 | 2024.11.14 04:47:54.538623 [ 250 ] {f2c416df-056e-48b2-bb89-29585728f5d4} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001782 sec., 7856.341189674523 rows/sec., 565.55 KiB/sec. | ||
| 2586 | 2024.11.14 04:47:54.538795 [ 250 ] {f2c416df-056e-48b2-bb89-29585728f5d4} <Debug> TCPHandler: Processed in 0.002237235 sec. | ||
| 2587 | 2024.11.14 04:47:54.539035 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2588 | 2024.11.14 04:47:54.539220 [ 252 ] {49e2bf41-5f64-4a26-b745-96337d189614} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2589 | 2024.11.14 04:47:54.539289 [ 252 ] {49e2bf41-5f64-4a26-b745-96337d189614} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2590 | 2024.11.14 04:47:54.540150 [ 252 ] {49e2bf41-5f64-4a26-b745-96337d189614} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2591 | 2024.11.14 04:47:54.540193 [ 252 ] {49e2bf41-5f64-4a26-b745-96337d189614} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2592 | 2024.11.14 04:47:54.540624 [ 252 ] {49e2bf41-5f64-4a26-b745-96337d189614} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2593 | 2024.11.14 04:47:54.540871 [ 252 ] {49e2bf41-5f64-4a26-b745-96337d189614} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2594 | 2024.11.14 04:47:54.541009 [ 44 ] {} <Debug> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2595 | 2024.11.14 04:47:54.541060 [ 44 ] {} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2596 | 2024.11.14 04:47:54.541073 [ 252 ] {49e2bf41-5f64-4a26-b745-96337d189614} <Debug> executeQuery: Read 259 rows, 23.77 KiB in 0.001901 sec., 136244.0820620726 rows/sec., 12.21 MiB/sec. | ||
| 2597 | 2024.11.14 04:47:54.541089 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2598 | 2024.11.14 04:47:54.541155 [ 252 ] {49e2bf41-5f64-4a26-b745-96337d189614} <Debug> TCPHandler: Processed in 0.002234954 sec. | ||
| 2599 | 2024.11.14 04:47:54.541587 [ 199 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::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 | ||
| 2600 | 2024.11.14 04:47:54.541691 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2601 | 2024.11.14 04:47:54.541825 [ 199 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2602 | 2024.11.14 04:47:54.541917 [ 199 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1400 rows starting from the beginning of the part | ||
| 2603 | 2024.11.14 04:47:54.542001 [ 250 ] {b26c579a-f6d0-48ab-962b-464dcbdf98ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2604 | 2024.11.14 04:47:54.542127 [ 199 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::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 | ||
| 2605 | 2024.11.14 04:47:54.542139 [ 250 ] {b26c579a-f6d0-48ab-962b-464dcbdf98ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2606 | 2024.11.14 04:47:54.542509 [ 199 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 259 rows starting from the beginning of the part | ||
| 2607 | 2024.11.14 04:47:54.542845 [ 199 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 30 rows starting from the beginning of the part | ||
| 2608 | 2024.11.14 04:47:54.543175 [ 199 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::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 | ||
| 2609 | 2024.11.14 04:47:54.543562 [ 199 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 259 rows starting from the beginning of the part | ||
| 2610 | 2024.11.14 04:47:54.544940 [ 250 ] {b26c579a-f6d0-48ab-962b-464dcbdf98ca} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2611 | 2024.11.14 04:47:54.545012 [ 250 ] {b26c579a-f6d0-48ab-962b-464dcbdf98ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2612 | 2024.11.14 04:47:54.546195 [ 250 ] {b26c579a-f6d0-48ab-962b-464dcbdf98ca} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2613 | 2024.11.14 04:47:54.546870 [ 250 ] {b26c579a-f6d0-48ab-962b-464dcbdf98ca} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2614 | 2024.11.14 04:47:54.547465 [ 203 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2008 rows, containing 5 columns (5 merged, 0 gathered) in 0.006247721 sec., 321397.1942729197 rows/sec., 28.53 MiB/sec. | ||
| 2615 | 2024.11.14 04:47:54.547579 [ 250 ] {b26c579a-f6d0-48ab-962b-464dcbdf98ca} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.005623 sec., 8536.368486573003 rows/sec., 629.39 KiB/sec. | ||
| 2616 | 2024.11.14 04:47:54.547915 [ 250 ] {b26c579a-f6d0-48ab-962b-464dcbdf98ca} <Debug> TCPHandler: Processed in 0.006603721 sec. | ||
| 2617 | 2024.11.14 04:47:54.547965 [ 203 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2618 | 2024.11.14 04:47:54.548128 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2619 | 2024.11.14 04:47:54.548306 [ 252 ] {79b96d6a-7ba6-4232-b431-6174ad8b83c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2620 | 2024.11.14 04:47:54.548395 [ 252 ] {79b96d6a-7ba6-4232-b431-6174ad8b83c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2621 | 2024.11.14 04:47:54.548510 [ 203 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_16_3} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2622 | 2024.11.14 04:47:54.548722 [ 203 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_16_3} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2623 | 2024.11.14 04:47:54.548937 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. | ||
| 2624 | 2024.11.14 04:47:54.549371 [ 252 ] {79b96d6a-7ba6-4232-b431-6174ad8b83c5} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2625 | 2024.11.14 04:47:54.549414 [ 252 ] {79b96d6a-7ba6-4232-b431-6174ad8b83c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2626 | 2024.11.14 04:47:54.549762 [ 252 ] {79b96d6a-7ba6-4232-b431-6174ad8b83c5} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2627 | 2024.11.14 04:47:54.550009 [ 252 ] {79b96d6a-7ba6-4232-b431-6174ad8b83c5} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2628 | 2024.11.14 04:47:54.550263 [ 252 ] {79b96d6a-7ba6-4232-b431-6174ad8b83c5} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002012 sec., 6958.250497017893 rows/sec., 487.31 KiB/sec. | ||
| 2629 | 2024.11.14 04:47:54.550461 [ 252 ] {79b96d6a-7ba6-4232-b431-6174ad8b83c5} <Debug> TCPHandler: Processed in 0.00242437 sec. | ||
| 2630 | 2024.11.14 04:47:54.550628 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2631 | 2024.11.14 04:47:54.550746 [ 250 ] {b0d26f0d-27af-4e09-89d6-769a0d4745fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2632 | 2024.11.14 04:47:54.550796 [ 250 ] {b0d26f0d-27af-4e09-89d6-769a0d4745fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2633 | 2024.11.14 04:47:54.551385 [ 250 ] {b0d26f0d-27af-4e09-89d6-769a0d4745fd} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2634 | 2024.11.14 04:47:54.551426 [ 250 ] {b0d26f0d-27af-4e09-89d6-769a0d4745fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2635 | 2024.11.14 04:47:54.551790 [ 250 ] {b0d26f0d-27af-4e09-89d6-769a0d4745fd} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2636 | 2024.11.14 04:47:54.552065 [ 250 ] {b0d26f0d-27af-4e09-89d6-769a0d4745fd} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2637 | 2024.11.14 04:47:54.552291 [ 250 ] {b0d26f0d-27af-4e09-89d6-769a0d4745fd} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001569 sec., 8285.5321861058 rows/sec., 516.60 KiB/sec. | ||
| 2638 | 2024.11.14 04:47:54.552344 [ 250 ] {b0d26f0d-27af-4e09-89d6-769a0d4745fd} <Debug> TCPHandler: Processed in 0.001771812 sec. | ||
| 2639 | 2024.11.14 04:47:54.552494 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2640 | 2024.11.14 04:47:54.552608 [ 252 ] {a6d03e39-fe26-454a-a501-7b5c9482c8e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2641 | 2024.11.14 04:47:54.552656 [ 252 ] {a6d03e39-fe26-454a-a501-7b5c9482c8e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2642 | 2024.11.14 04:47:54.553379 [ 252 ] {a6d03e39-fe26-454a-a501-7b5c9482c8e7} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2643 | 2024.11.14 04:47:54.553417 [ 252 ] {a6d03e39-fe26-454a-a501-7b5c9482c8e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2644 | 2024.11.14 04:47:54.553800 [ 252 ] {a6d03e39-fe26-454a-a501-7b5c9482c8e7} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2645 | 2024.11.14 04:47:54.554033 [ 252 ] {a6d03e39-fe26-454a-a501-7b5c9482c8e7} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2646 | 2024.11.14 04:47:54.554232 [ 65 ] {} <Debug> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2647 | 2024.11.14 04:47:54.554289 [ 252 ] {a6d03e39-fe26-454a-a501-7b5c9482c8e7} <Debug> executeQuery: Read 395 rows, 28.73 KiB in 0.001702 sec., 232079.90599294947 rows/sec., 16.48 MiB/sec. | ||
| 2648 | 2024.11.14 04:47:54.554357 [ 65 ] {} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2649 | 2024.11.14 04:47:54.554404 [ 252 ] {a6d03e39-fe26-454a-a501-7b5c9482c8e7} <Debug> TCPHandler: Processed in 0.001966957 sec. | ||
| 2650 | 2024.11.14 04:47:54.554430 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2651 | 2024.11.14 04:47:54.554603 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2652 | 2024.11.14 04:47:54.554866 [ 186 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::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 | ||
| 2653 | 2024.11.14 04:47:54.555027 [ 250 ] {2071c4c8-fce7-4077-95e5-cc94af712fde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2654 | 2024.11.14 04:47:54.555199 [ 250 ] {2071c4c8-fce7-4077-95e5-cc94af712fde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2655 | 2024.11.14 04:47:54.555271 [ 186 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2656 | 2024.11.14 04:47:54.555323 [ 186 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 871 rows starting from the beginning of the part | ||
| 2657 | 2024.11.14 04:47:54.555613 [ 186 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 36 rows starting from the beginning of the part | ||
| 2658 | 2024.11.14 04:47:54.555975 [ 186 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 395 rows starting from the beginning of the part | ||
| 2659 | 2024.11.14 04:47:54.556288 [ 186 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 36 rows starting from the beginning of the part | ||
| 2660 | 2024.11.14 04:47:54.556681 [ 186 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 36 rows starting from the beginning of the part | ||
| 2661 | 2024.11.14 04:47:54.557080 [ 186 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 395 rows starting from the beginning of the part | ||
| 2662 | 2024.11.14 04:47:54.557547 [ 250 ] {2071c4c8-fce7-4077-95e5-cc94af712fde} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2663 | 2024.11.14 04:47:54.557594 [ 250 ] {2071c4c8-fce7-4077-95e5-cc94af712fde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2664 | 2024.11.14 04:47:54.558074 [ 250 ] {2071c4c8-fce7-4077-95e5-cc94af712fde} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2665 | 2024.11.14 04:47:54.558412 [ 250 ] {2071c4c8-fce7-4077-95e5-cc94af712fde} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2666 | 2024.11.14 04:47:54.558963 [ 250 ] {2071c4c8-fce7-4077-95e5-cc94af712fde} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004052 sec., 1480.7502467917077 rows/sec., 77.36 KiB/sec. | ||
| 2667 | 2024.11.14 04:47:54.559129 [ 250 ] {2071c4c8-fce7-4077-95e5-cc94af712fde} <Debug> TCPHandler: Processed in 0.004632104 sec. | ||
| 2668 | 2024.11.14 04:47:54.559282 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2669 | 2024.11.14 04:47:54.559586 [ 252 ] {06cbc3e7-5c16-4525-bbcd-dc1fb01ffa64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2670 | 2024.11.14 04:47:54.559654 [ 186 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1769 rows, containing 5 columns (5 merged, 0 gathered) in 0.005096257 sec., 347117.502119693 rows/sec., 26.37 MiB/sec. | ||
| 2671 | 2024.11.14 04:47:54.559678 [ 252 ] {06cbc3e7-5c16-4525-bbcd-dc1fb01ffa64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2672 | 2024.11.14 04:47:54.559904 [ 186 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2673 | 2024.11.14 04:47:54.560474 [ 186 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_16_3} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2674 | 2024.11.14 04:47:54.560647 [ 186 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_16_3} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2675 | 2024.11.14 04:47:54.560829 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
| 2676 | 2024.11.14 04:47:54.560924 [ 252 ] {06cbc3e7-5c16-4525-bbcd-dc1fb01ffa64} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2677 | 2024.11.14 04:47:54.560968 [ 252 ] {06cbc3e7-5c16-4525-bbcd-dc1fb01ffa64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2678 | 2024.11.14 04:47:54.561355 [ 252 ] {06cbc3e7-5c16-4525-bbcd-dc1fb01ffa64} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2679 | 2024.11.14 04:47:54.561593 [ 252 ] {06cbc3e7-5c16-4525-bbcd-dc1fb01ffa64} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2680 | 2024.11.14 04:47:54.561804 [ 252 ] {06cbc3e7-5c16-4525-bbcd-dc1fb01ffa64} <Debug> executeQuery: Read 137 rows, 9.17 KiB in 0.002334 sec., 58697.51499571551 rows/sec., 3.84 MiB/sec. | ||
| 2681 | 2024.11.14 04:47:54.561858 [ 252 ] {06cbc3e7-5c16-4525-bbcd-dc1fb01ffa64} <Debug> TCPHandler: Processed in 0.002634616 sec. | ||
| 2682 | 2024.11.14 04:47:54.562005 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2683 | 2024.11.14 04:47:54.562143 [ 250 ] {650dd3f1-42f5-4f2f-b89b-021dfc1c1cf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2684 | 2024.11.14 04:47:54.562203 [ 250 ] {650dd3f1-42f5-4f2f-b89b-021dfc1c1cf1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2685 | 2024.11.14 04:47:54.562754 [ 250 ] {650dd3f1-42f5-4f2f-b89b-021dfc1c1cf1} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2686 | 2024.11.14 04:47:54.562807 [ 250 ] {650dd3f1-42f5-4f2f-b89b-021dfc1c1cf1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2687 | 2024.11.14 04:47:54.563165 [ 250 ] {650dd3f1-42f5-4f2f-b89b-021dfc1c1cf1} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2688 | 2024.11.14 04:47:54.563403 [ 250 ] {650dd3f1-42f5-4f2f-b89b-021dfc1c1cf1} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2689 | 2024.11.14 04:47:54.563609 [ 250 ] {650dd3f1-42f5-4f2f-b89b-021dfc1c1cf1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001497 sec., 668.002672010688 rows/sec., 45.01 KiB/sec. | ||
| 2690 | 2024.11.14 04:47:54.563659 [ 250 ] {650dd3f1-42f5-4f2f-b89b-021dfc1c1cf1} <Debug> TCPHandler: Processed in 0.001723529 sec. | ||
| 2691 | 2024.11.14 04:47:54.563805 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2692 | 2024.11.14 04:47:54.563920 [ 252 ] {a3e6df90-94c8-4453-bddf-ee827b58bde8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2693 | 2024.11.14 04:47:54.564000 [ 252 ] {a3e6df90-94c8-4453-bddf-ee827b58bde8} <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 | ||
| 2694 | 2024.11.14 04:47:54.565147 [ 252 ] {a3e6df90-94c8-4453-bddf-ee827b58bde8} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2695 | 2024.11.14 04:47:54.565186 [ 252 ] {a3e6df90-94c8-4453-bddf-ee827b58bde8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2696 | 2024.11.14 04:47:54.565840 [ 252 ] {a3e6df90-94c8-4453-bddf-ee827b58bde8} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2697 | 2024.11.14 04:47:54.566090 [ 252 ] {a3e6df90-94c8-4453-bddf-ee827b58bde8} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2698 | 2024.11.14 04:47:54.566360 [ 252 ] {a3e6df90-94c8-4453-bddf-ee827b58bde8} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002463 sec., 16646.366220056843 rows/sec., 29.83 MiB/sec. | ||
| 2699 | 2024.11.14 04:47:54.566453 [ 252 ] {a3e6df90-94c8-4453-bddf-ee827b58bde8} <Debug> TCPHandler: Processed in 0.002706638 sec. | ||
| 2700 | 2024.11.14 04:47:54.566603 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2701 | 2024.11.14 04:47:54.566739 [ 250 ] {5fe62372-1d26-4b75-86ad-d64c4f151ed3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2702 | 2024.11.14 04:47:54.566797 [ 250 ] {5fe62372-1d26-4b75-86ad-d64c4f151ed3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2703 | 2024.11.14 04:47:54.567273 [ 250 ] {5fe62372-1d26-4b75-86ad-d64c4f151ed3} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2704 | 2024.11.14 04:47:54.567312 [ 250 ] {5fe62372-1d26-4b75-86ad-d64c4f151ed3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2705 | 2024.11.14 04:47:54.567692 [ 250 ] {5fe62372-1d26-4b75-86ad-d64c4f151ed3} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2706 | 2024.11.14 04:47:54.567934 [ 250 ] {5fe62372-1d26-4b75-86ad-d64c4f151ed3} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2707 | 2024.11.14 04:47:54.568153 [ 250 ] {5fe62372-1d26-4b75-86ad-d64c4f151ed3} <Debug> executeQuery: Read 52 rows, 3.23 KiB in 0.001443 sec., 36036.036036036036 rows/sec., 2.18 MiB/sec. | ||
| 2708 | 2024.11.14 04:47:54.568202 [ 250 ] {5fe62372-1d26-4b75-86ad-d64c4f151ed3} <Debug> TCPHandler: Processed in 0.001666708 sec. | ||
| 2709 | 2024.11.14 04:47:58.406084 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 380 | ||
| 2710 | 2024.11.14 04:47:58.408983 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2711 | 2024.11.14 04:47:58.409043 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2712 | 2024.11.14 04:47:58.410749 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2713 | 2024.11.14 04:47:58.411071 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2714 | 2024.11.14 04:47:58.411685 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 380 | ||
| 2715 | 2024.11.14 04:47:59.534296 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2716 | 2024.11.14 04:47:59.534524 [ 250 ] {21f5a64c-b988-4424-ac93-d35223430b86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2717 | 2024.11.14 04:47:59.534606 [ 250 ] {21f5a64c-b988-4424-ac93-d35223430b86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2718 | 2024.11.14 04:47:59.535392 [ 250 ] {21f5a64c-b988-4424-ac93-d35223430b86} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2719 | 2024.11.14 04:47:59.535444 [ 250 ] {21f5a64c-b988-4424-ac93-d35223430b86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2720 | 2024.11.14 04:47:59.535874 [ 250 ] {21f5a64c-b988-4424-ac93-d35223430b86} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2721 | 2024.11.14 04:47:59.536138 [ 250 ] {21f5a64c-b988-4424-ac93-d35223430b86} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2722 | 2024.11.14 04:47:59.536393 [ 250 ] {21f5a64c-b988-4424-ac93-d35223430b86} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001922 sec., 1040.5827263267429 rows/sec., 84.85 KiB/sec. | ||
| 2723 | 2024.11.14 04:47:59.536567 [ 250 ] {21f5a64c-b988-4424-ac93-d35223430b86} <Debug> TCPHandler: Processed in 0.00240837 sec. | ||
| 2724 | 2024.11.14 04:47:59.536903 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2725 | 2024.11.14 04:47:59.537087 [ 252 ] {11103dcb-cbb9-49b0-92e9-d375847e7899} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2726 | 2024.11.14 04:47:59.537157 [ 252 ] {11103dcb-cbb9-49b0-92e9-d375847e7899} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2727 | 2024.11.14 04:47:59.537925 [ 252 ] {11103dcb-cbb9-49b0-92e9-d375847e7899} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2728 | 2024.11.14 04:47:59.537967 [ 252 ] {11103dcb-cbb9-49b0-92e9-d375847e7899} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2729 | 2024.11.14 04:47:59.538403 [ 252 ] {11103dcb-cbb9-49b0-92e9-d375847e7899} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2730 | 2024.11.14 04:47:59.538651 [ 252 ] {11103dcb-cbb9-49b0-92e9-d375847e7899} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2731 | 2024.11.14 04:47:59.538893 [ 252 ] {11103dcb-cbb9-49b0-92e9-d375847e7899} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.001855 sec., 30727.7628032345 rows/sec., 2.34 MiB/sec. | ||
| 2732 | 2024.11.14 04:47:59.539061 [ 252 ] {11103dcb-cbb9-49b0-92e9-d375847e7899} <Debug> TCPHandler: Processed in 0.002285926 sec. | ||
| 2733 | 2024.11.14 04:47:59.539213 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2734 | 2024.11.14 04:47:59.539332 [ 250 ] {a453448c-8d80-4ff6-9cbb-2f663d882b27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2735 | 2024.11.14 04:47:59.539381 [ 250 ] {a453448c-8d80-4ff6-9cbb-2f663d882b27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2736 | 2024.11.14 04:47:59.539944 [ 250 ] {a453448c-8d80-4ff6-9cbb-2f663d882b27} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2737 | 2024.11.14 04:47:59.539985 [ 250 ] {a453448c-8d80-4ff6-9cbb-2f663d882b27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2738 | 2024.11.14 04:47:59.540337 [ 250 ] {a453448c-8d80-4ff6-9cbb-2f663d882b27} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2739 | 2024.11.14 04:47:59.540587 [ 250 ] {a453448c-8d80-4ff6-9cbb-2f663d882b27} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2740 | 2024.11.14 04:47:59.540804 [ 250 ] {a453448c-8d80-4ff6-9cbb-2f663d882b27} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001495 sec., 1337.7926421404682 rows/sec., 93.41 KiB/sec. | ||
| 2741 | 2024.11.14 04:47:59.540856 [ 250 ] {a453448c-8d80-4ff6-9cbb-2f663d882b27} <Debug> TCPHandler: Processed in 0.001697579 sec. | ||
| 2742 | 2024.11.14 04:47:59.541006 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2743 | 2024.11.14 04:47:59.541130 [ 252 ] {fc06dd91-410c-44a5-9925-793171ce339c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2744 | 2024.11.14 04:47:59.541181 [ 252 ] {fc06dd91-410c-44a5-9925-793171ce339c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2745 | 2024.11.14 04:47:59.541790 [ 252 ] {fc06dd91-410c-44a5-9925-793171ce339c} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2746 | 2024.11.14 04:47:59.541828 [ 252 ] {fc06dd91-410c-44a5-9925-793171ce339c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2747 | 2024.11.14 04:47:59.542203 [ 252 ] {fc06dd91-410c-44a5-9925-793171ce339c} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2748 | 2024.11.14 04:47:59.542445 [ 252 ] {fc06dd91-410c-44a5-9925-793171ce339c} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2749 | 2024.11.14 04:47:59.542625 [ 252 ] {fc06dd91-410c-44a5-9925-793171ce339c} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001524 sec., 43307.086614173226 rows/sec., 3.38 MiB/sec. | ||
| 2750 | 2024.11.14 04:47:59.542683 [ 252 ] {fc06dd91-410c-44a5-9925-793171ce339c} <Debug> TCPHandler: Processed in 0.00173371 sec. | ||
| 2751 | 2024.11.14 04:47:59.542827 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2752 | 2024.11.14 04:47:59.542944 [ 250 ] {a53d4a84-ffff-4449-b10f-02fb30c4ca18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2753 | 2024.11.14 04:47:59.542998 [ 250 ] {a53d4a84-ffff-4449-b10f-02fb30c4ca18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2754 | 2024.11.14 04:47:59.543655 [ 250 ] {a53d4a84-ffff-4449-b10f-02fb30c4ca18} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2755 | 2024.11.14 04:47:59.543706 [ 250 ] {a53d4a84-ffff-4449-b10f-02fb30c4ca18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2756 | 2024.11.14 04:47:59.544253 [ 250 ] {a53d4a84-ffff-4449-b10f-02fb30c4ca18} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2757 | 2024.11.14 04:47:59.544552 [ 250 ] {a53d4a84-ffff-4449-b10f-02fb30c4ca18} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2758 | 2024.11.14 04:47:59.544800 [ 250 ] {a53d4a84-ffff-4449-b10f-02fb30c4ca18} <Debug> executeQuery: Read 149 rows, 10.62 KiB in 0.00188 sec., 79255.31914893618 rows/sec., 5.52 MiB/sec. | ||
| 2759 | 2024.11.14 04:47:59.544863 [ 250 ] {a53d4a84-ffff-4449-b10f-02fb30c4ca18} <Debug> TCPHandler: Processed in 0.00208926 sec. | ||
| 2760 | 2024.11.14 04:47:59.545016 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2761 | 2024.11.14 04:47:59.545138 [ 252 ] {73d49efe-9ead-4afa-922f-853ea5ef9e5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2762 | 2024.11.14 04:47:59.545189 [ 252 ] {73d49efe-9ead-4afa-922f-853ea5ef9e5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2763 | 2024.11.14 04:47:59.545776 [ 252 ] {73d49efe-9ead-4afa-922f-853ea5ef9e5d} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2764 | 2024.11.14 04:47:59.545823 [ 252 ] {73d49efe-9ead-4afa-922f-853ea5ef9e5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2765 | 2024.11.14 04:47:59.546210 [ 252 ] {73d49efe-9ead-4afa-922f-853ea5ef9e5d} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2766 | 2024.11.14 04:47:59.546451 [ 252 ] {73d49efe-9ead-4afa-922f-853ea5ef9e5d} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2767 | 2024.11.14 04:47:59.546624 [ 252 ] {73d49efe-9ead-4afa-922f-853ea5ef9e5d} <Debug> executeQuery: Read 54 rows, 3.73 KiB in 0.001515 sec., 35643.56435643564 rows/sec., 2.41 MiB/sec. | ||
| 2768 | 2024.11.14 04:47:59.546672 [ 252 ] {73d49efe-9ead-4afa-922f-853ea5ef9e5d} <Debug> TCPHandler: Processed in 0.00172254 sec. | ||
| 2769 | 2024.11.14 04:48:04.535178 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2770 | 2024.11.14 04:48:04.535427 [ 250 ] {55c6f365-ff4a-40e0-aacc-ba00ad72259e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2771 | 2024.11.14 04:48:04.535511 [ 250 ] {55c6f365-ff4a-40e0-aacc-ba00ad72259e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2772 | 2024.11.14 04:48:04.536373 [ 250 ] {55c6f365-ff4a-40e0-aacc-ba00ad72259e} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2773 | 2024.11.14 04:48:04.536427 [ 250 ] {55c6f365-ff4a-40e0-aacc-ba00ad72259e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2774 | 2024.11.14 04:48:04.536860 [ 250 ] {55c6f365-ff4a-40e0-aacc-ba00ad72259e} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2775 | 2024.11.14 04:48:04.537117 [ 250 ] {55c6f365-ff4a-40e0-aacc-ba00ad72259e} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2776 | 2024.11.14 04:48:04.537403 [ 250 ] {55c6f365-ff4a-40e0-aacc-ba00ad72259e} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002024 sec., 27667.984189723316 rows/sec., 2.11 MiB/sec. | ||
| 2777 | 2024.11.14 04:48:04.537546 [ 250 ] {55c6f365-ff4a-40e0-aacc-ba00ad72259e} <Debug> TCPHandler: Processed in 0.002505883 sec. | ||
| 2778 | 2024.11.14 04:48:04.537852 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2779 | 2024.11.14 04:48:04.538032 [ 252 ] {7bda5401-9b91-4059-be5c-1da80fbe58bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2780 | 2024.11.14 04:48:04.538102 [ 252 ] {7bda5401-9b91-4059-be5c-1da80fbe58bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2781 | 2024.11.14 04:48:04.538836 [ 252 ] {7bda5401-9b91-4059-be5c-1da80fbe58bc} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2782 | 2024.11.14 04:48:04.538883 [ 252 ] {7bda5401-9b91-4059-be5c-1da80fbe58bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2783 | 2024.11.14 04:48:04.539311 [ 252 ] {7bda5401-9b91-4059-be5c-1da80fbe58bc} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2784 | 2024.11.14 04:48:04.539555 [ 252 ] {7bda5401-9b91-4059-be5c-1da80fbe58bc} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2785 | 2024.11.14 04:48:04.539823 [ 252 ] {7bda5401-9b91-4059-be5c-1da80fbe58bc} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001828 sec., 35010.9409190372 rows/sec., 2.73 MiB/sec. | ||
| 2786 | 2024.11.14 04:48:04.539962 [ 252 ] {7bda5401-9b91-4059-be5c-1da80fbe58bc} <Debug> TCPHandler: Processed in 0.002284726 sec. | ||
| 2787 | 2024.11.14 04:48:04.540188 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2788 | 2024.11.14 04:48:04.540353 [ 250 ] {a5fd61ad-b711-4bad-b27d-f8744090f809} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2789 | 2024.11.14 04:48:04.540417 [ 250 ] {a5fd61ad-b711-4bad-b27d-f8744090f809} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2790 | 2024.11.14 04:48:04.541080 [ 250 ] {a5fd61ad-b711-4bad-b27d-f8744090f809} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2791 | 2024.11.14 04:48:04.541130 [ 250 ] {a5fd61ad-b711-4bad-b27d-f8744090f809} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2792 | 2024.11.14 04:48:04.541542 [ 250 ] {a5fd61ad-b711-4bad-b27d-f8744090f809} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2793 | 2024.11.14 04:48:04.541790 [ 250 ] {a5fd61ad-b711-4bad-b27d-f8744090f809} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2794 | 2024.11.14 04:48:04.542022 [ 250 ] {a5fd61ad-b711-4bad-b27d-f8744090f809} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001707 sec., 93731.69302870533 rows/sec., 6.53 MiB/sec. | ||
| 2795 | 2024.11.14 04:48:04.542079 [ 250 ] {a5fd61ad-b711-4bad-b27d-f8744090f809} <Debug> TCPHandler: Processed in 0.002027498 sec. | ||
| 2796 | 2024.11.14 04:48:04.542216 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2797 | 2024.11.14 04:48:04.542333 [ 252 ] {8d0abb3e-6cac-47f0-b4ed-e708ccb2ba8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2798 | 2024.11.14 04:48:04.542383 [ 252 ] {8d0abb3e-6cac-47f0-b4ed-e708ccb2ba8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2799 | 2024.11.14 04:48:04.542882 [ 252 ] {8d0abb3e-6cac-47f0-b4ed-e708ccb2ba8f} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2800 | 2024.11.14 04:48:04.542921 [ 252 ] {8d0abb3e-6cac-47f0-b4ed-e708ccb2ba8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2801 | 2024.11.14 04:48:04.543289 [ 252 ] {8d0abb3e-6cac-47f0-b4ed-e708ccb2ba8f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2802 | 2024.11.14 04:48:04.543522 [ 252 ] {8d0abb3e-6cac-47f0-b4ed-e708ccb2ba8f} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2803 | 2024.11.14 04:48:04.543805 [ 252 ] {8d0abb3e-6cac-47f0-b4ed-e708ccb2ba8f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001477 sec., 40622.88422477996 rows/sec., 2.74 MiB/sec. | ||
| 2804 | 2024.11.14 04:48:04.543968 [ 252 ] {8d0abb3e-6cac-47f0-b4ed-e708ccb2ba8f} <Debug> TCPHandler: Processed in 0.001807062 sec. | ||
| 2805 | 2024.11.14 04:48:06.235154 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43991, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2806 | 2024.11.14 04:48:06.480592 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60923, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2807 | 2024.11.14 04:48:06.578936 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38358, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2808 | 2024.11.14 04:48:06.583249 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37642, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2809 | 2024.11.14 04:48:06.719717 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41690, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2810 | 2024.11.14 04:48:06.727061 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51840, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2811 | 2024.11.14 04:48:06.729432 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33537, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2812 | 2024.11.14 04:48:06.743823 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40770, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2813 | 2024.11.14 04:48:06.785597 [ 150 ] {} <Debug> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2814 | 2024.11.14 04:48:06.785706 [ 150 ] {} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2815 | 2024.11.14 04:48:06.785748 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2816 | 2024.11.14 04:48:06.786026 [ 190 ] {932d2d65-5723-4816-ad96-f39624c15824::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 | ||
| 2817 | 2024.11.14 04:48:06.786254 [ 190 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2818 | 2024.11.14 04:48:06.786313 [ 190 ] {932d2d65-5723-4816-ad96-f39624c15824::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 | ||
| 2819 | 2024.11.14 04:48:06.786422 [ 190 ] {932d2d65-5723-4816-ad96-f39624c15824::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 | ||
| 2820 | 2024.11.14 04:48:06.786623 [ 190 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 228 rows starting from the beginning of the part | ||
| 2821 | 2024.11.14 04:48:06.786915 [ 190 ] {932d2d65-5723-4816-ad96-f39624c15824::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 | ||
| 2822 | 2024.11.14 04:48:06.787135 [ 190 ] {932d2d65-5723-4816-ad96-f39624c15824::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 | ||
| 2823 | 2024.11.14 04:48:06.788257 [ 200 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 284 rows, containing 5 columns (5 merged, 0 gathered) in 0.00239773 sec., 118445.36290574836 rows/sec., 8.49 MiB/sec. | ||
| 2824 | 2024.11.14 04:48:06.788472 [ 193 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2825 | 2024.11.14 04:48:06.788870 [ 193 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_5_1} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2826 | 2024.11.14 04:48:06.788969 [ 193 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_5_1} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2827 | 2024.11.14 04:48:06.789080 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 2828 | 2024.11.14 04:48:08.289315 [ 127 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2829 | 2024.11.14 04:48:08.289398 [ 127 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2830 | 2024.11.14 04:48:08.412770 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 400 | ||
| 2831 | 2024.11.14 04:48:08.415511 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2832 | 2024.11.14 04:48:08.415560 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2833 | 2024.11.14 04:48:08.417159 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2834 | 2024.11.14 04:48:08.417476 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2835 | 2024.11.14 04:48:08.417680 [ 127 ] {} <Debug> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2836 | 2024.11.14 04:48:08.417794 [ 127 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2837 | 2024.11.14 04:48:08.417855 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 2838 | 2024.11.14 04:48:08.418112 [ 190 ] {517a6315-c66d-488d-99aa-0fdeb396e457::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 | ||
| 2839 | 2024.11.14 04:48:08.418452 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 400 | ||
| 2840 | 2024.11.14 04:48:08.418826 [ 190 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2841 | 2024.11.14 04:48:08.418944 [ 190 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 212 rows starting from the beginning of the part | ||
| 2842 | 2024.11.14 04:48:08.419461 [ 190 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 92 rows starting from the beginning of the part | ||
| 2843 | 2024.11.14 04:48:08.419987 [ 190 ] {517a6315-c66d-488d-99aa-0fdeb396e457::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 | ||
| 2844 | 2024.11.14 04:48:08.420476 [ 190 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 30 rows starting from the beginning of the part | ||
| 2845 | 2024.11.14 04:48:08.420925 [ 190 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 30 rows starting from the beginning of the part | ||
| 2846 | 2024.11.14 04:48:08.421374 [ 190 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 20 rows starting from the beginning of the part | ||
| 2847 | 2024.11.14 04:48:08.429514 [ 200 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 400 rows, containing 72 columns (72 merged, 0 gathered) in 0.011539894 sec., 34662.36344978559 rows/sec., 33.44 MiB/sec. | ||
| 2848 | 2024.11.14 04:48:08.430616 [ 192 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2849 | 2024.11.14 04:48:08.431428 [ 192 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_11_2} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2850 | 2024.11.14 04:48:08.431529 [ 192 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_11_2} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2851 | 2024.11.14 04:48:08.431847 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.76 MiB. | ||
| 2852 | 2024.11.14 04:48:09.000150 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 152.40 MiB, peak 157.04 MiB, free memory in arenas 0.00 B, will set to 153.71 MiB (RSS), difference: 1.31 MiB | ||
| 2853 | 2024.11.14 04:48:09.001454 [ 244 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001022249 sec. | ||
| 2854 | 2024.11.14 04:48:09.540868 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2855 | 2024.11.14 04:48:09.541060 [ 250 ] {68878dfa-4433-49f2-9e23-7cf5fe5d04c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2856 | 2024.11.14 04:48:09.541131 [ 250 ] {68878dfa-4433-49f2-9e23-7cf5fe5d04c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2857 | 2024.11.14 04:48:09.541878 [ 250 ] {68878dfa-4433-49f2-9e23-7cf5fe5d04c2} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2858 | 2024.11.14 04:48:09.541931 [ 250 ] {68878dfa-4433-49f2-9e23-7cf5fe5d04c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 2859 | 2024.11.14 04:48:09.542377 [ 250 ] {68878dfa-4433-49f2-9e23-7cf5fe5d04c2} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2860 | 2024.11.14 04:48:09.542638 [ 250 ] {68878dfa-4433-49f2-9e23-7cf5fe5d04c2} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2861 | 2024.11.14 04:48:09.542844 [ 149 ] {} <Debug> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2862 | 2024.11.14 04:48:09.542916 [ 250 ] {68878dfa-4433-49f2-9e23-7cf5fe5d04c2} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001905 sec., 7349.081364829396 rows/sec., 529.04 KiB/sec. | ||
| 2863 | 2024.11.14 04:48:09.542932 [ 149 ] {} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2864 | 2024.11.14 04:48:09.543014 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 2865 | 2024.11.14 04:48:09.543069 [ 250 ] {68878dfa-4433-49f2-9e23-7cf5fe5d04c2} <Debug> TCPHandler: Processed in 0.002329967 sec. | ||
| 2866 | 2024.11.14 04:48:09.543404 [ 187 ] {adfe2738-319a-45e4-a148-b79a83474972::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 | ||
| 2867 | 2024.11.14 04:48:09.543507 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2868 | 2024.11.14 04:48:09.543581 [ 187 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2869 | 2024.11.14 04:48:09.543639 [ 187 ] {adfe2738-319a-45e4-a148-b79a83474972::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 | ||
| 2870 | 2024.11.14 04:48:09.543821 [ 252 ] {05d733af-912c-4b3a-9156-e74e61595624} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2871 | 2024.11.14 04:48:09.543880 [ 187 ] {adfe2738-319a-45e4-a148-b79a83474972::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 | ||
| 2872 | 2024.11.14 04:48:09.543984 [ 252 ] {05d733af-912c-4b3a-9156-e74e61595624} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2873 | 2024.11.14 04:48:09.544209 [ 187 ] {adfe2738-319a-45e4-a148-b79a83474972::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 | ||
| 2874 | 2024.11.14 04:48:09.544612 [ 187 ] {adfe2738-319a-45e4-a148-b79a83474972::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 | ||
| 2875 | 2024.11.14 04:48:09.544964 [ 187 ] {adfe2738-319a-45e4-a148-b79a83474972::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 | ||
| 2876 | 2024.11.14 04:48:09.546854 [ 252 ] {05d733af-912c-4b3a-9156-e74e61595624} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2877 | 2024.11.14 04:48:09.546937 [ 252 ] {05d733af-912c-4b3a-9156-e74e61595624} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 2878 | 2024.11.14 04:48:09.547525 [ 187 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004397178 sec., 15919.300969849299 rows/sec., 1.18 MiB/sec. | ||
| 2879 | 2024.11.14 04:48:09.547802 [ 187 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2880 | 2024.11.14 04:48:09.548158 [ 252 ] {05d733af-912c-4b3a-9156-e74e61595624} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 2881 | 2024.11.14 04:48:09.548363 [ 187 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_5_1} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2882 | 2024.11.14 04:48:09.548516 [ 187 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_5_1} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2883 | 2024.11.14 04:48:09.548688 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 2884 | 2024.11.14 04:48:09.548728 [ 252 ] {05d733af-912c-4b3a-9156-e74e61595624} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2885 | 2024.11.14 04:48:09.549027 [ 252 ] {05d733af-912c-4b3a-9156-e74e61595624} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.005337 sec., 53400.78695896571 rows/sec., 4.71 MiB/sec. | ||
| 2886 | 2024.11.14 04:48:09.549246 [ 252 ] {05d733af-912c-4b3a-9156-e74e61595624} <Debug> TCPHandler: Processed in 0.006016725 sec. | ||
| 2887 | 2024.11.14 04:48:09.549424 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2888 | 2024.11.14 04:48:09.549546 [ 250 ] {77d17728-19b3-4dfc-b77e-8562aeb6ddbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2889 | 2024.11.14 04:48:09.549595 [ 250 ] {77d17728-19b3-4dfc-b77e-8562aeb6ddbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2890 | 2024.11.14 04:48:09.550215 [ 250 ] {77d17728-19b3-4dfc-b77e-8562aeb6ddbe} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2891 | 2024.11.14 04:48:09.550256 [ 250 ] {77d17728-19b3-4dfc-b77e-8562aeb6ddbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 2892 | 2024.11.14 04:48:09.550619 [ 250 ] {77d17728-19b3-4dfc-b77e-8562aeb6ddbe} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2893 | 2024.11.14 04:48:09.550875 [ 250 ] {77d17728-19b3-4dfc-b77e-8562aeb6ddbe} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2894 | 2024.11.14 04:48:09.551045 [ 149 ] {} <Debug> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2895 | 2024.11.14 04:48:09.551109 [ 149 ] {} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2896 | 2024.11.14 04:48:09.551129 [ 250 ] {77d17728-19b3-4dfc-b77e-8562aeb6ddbe} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001593 sec., 30131.826741996232 rows/sec., 2.17 MiB/sec. | ||
| 2897 | 2024.11.14 04:48:09.551145 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 2898 | 2024.11.14 04:48:09.551296 [ 250 ] {77d17728-19b3-4dfc-b77e-8562aeb6ddbe} <Debug> TCPHandler: Processed in 0.001925626 sec. | ||
| 2899 | 2024.11.14 04:48:09.551709 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2900 | 2024.11.14 04:48:09.551964 [ 200 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::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 | ||
| 2901 | 2024.11.14 04:48:09.552120 [ 252 ] {59129415-2261-42bc-b8eb-f2eca5902ef8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2902 | 2024.11.14 04:48:09.552210 [ 252 ] {59129415-2261-42bc-b8eb-f2eca5902ef8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2903 | 2024.11.14 04:48:09.552306 [ 200 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2904 | 2024.11.14 04:48:09.552359 [ 200 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 32 rows starting from the beginning of the part | ||
| 2905 | 2024.11.14 04:48:09.552598 [ 200 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 18 rows starting from the beginning of the part | ||
| 2906 | 2024.11.14 04:48:09.552834 [ 200 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::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 | ||
| 2907 | 2024.11.14 04:48:09.553120 [ 200 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::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 | ||
| 2908 | 2024.11.14 04:48:09.553472 [ 200 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2 rows starting from the beginning of the part | ||
| 2909 | 2024.11.14 04:48:09.553864 [ 200 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 48 rows starting from the beginning of the part | ||
| 2910 | 2024.11.14 04:48:09.554457 [ 252 ] {59129415-2261-42bc-b8eb-f2eca5902ef8} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2911 | 2024.11.14 04:48:09.554498 [ 252 ] {59129415-2261-42bc-b8eb-f2eca5902ef8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 2912 | 2024.11.14 04:48:09.555017 [ 252 ] {59129415-2261-42bc-b8eb-f2eca5902ef8} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2913 | 2024.11.14 04:48:09.555370 [ 252 ] {59129415-2261-42bc-b8eb-f2eca5902ef8} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2914 | 2024.11.14 04:48:09.555625 [ 200 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 5 columns (5 merged, 0 gathered) in 0.004337955 sec., 45182.58027111853 rows/sec., 3.42 MiB/sec. | ||
| 2915 | 2024.11.14 04:48:09.555799 [ 252 ] {59129415-2261-42bc-b8eb-f2eca5902ef8} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.003798 sec., 3686.150605581885 rows/sec., 258.15 KiB/sec. | ||
| 2916 | 2024.11.14 04:48:09.555867 [ 200 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2917 | 2024.11.14 04:48:09.556166 [ 252 ] {59129415-2261-42bc-b8eb-f2eca5902ef8} <Debug> TCPHandler: Processed in 0.004720307 sec. | ||
| 2918 | 2024.11.14 04:48:09.556371 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2919 | 2024.11.14 04:48:09.556482 [ 200 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_11_2} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2920 | 2024.11.14 04:48:09.556607 [ 250 ] {1366eda5-16d2-4c81-89ce-204e1d77c6c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2921 | 2024.11.14 04:48:09.556656 [ 200 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_11_2} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2922 | 2024.11.14 04:48:09.556697 [ 250 ] {1366eda5-16d2-4c81-89ce-204e1d77c6c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2923 | 2024.11.14 04:48:09.556824 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 2924 | 2024.11.14 04:48:09.557473 [ 250 ] {1366eda5-16d2-4c81-89ce-204e1d77c6c1} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2925 | 2024.11.14 04:48:09.557518 [ 250 ] {1366eda5-16d2-4c81-89ce-204e1d77c6c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 2926 | 2024.11.14 04:48:09.557873 [ 250 ] {1366eda5-16d2-4c81-89ce-204e1d77c6c1} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2927 | 2024.11.14 04:48:09.558129 [ 250 ] {1366eda5-16d2-4c81-89ce-204e1d77c6c1} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2928 | 2024.11.14 04:48:09.558292 [ 149 ] {} <Debug> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2929 | 2024.11.14 04:48:09.558356 [ 149 ] {} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2930 | 2024.11.14 04:48:09.558392 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 2931 | 2024.11.14 04:48:09.558399 [ 250 ] {1366eda5-16d2-4c81-89ce-204e1d77c6c1} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001861 sec., 6985.491671144546 rows/sec., 435.54 KiB/sec. | ||
| 2932 | 2024.11.14 04:48:09.558619 [ 250 ] {1366eda5-16d2-4c81-89ce-204e1d77c6c1} <Debug> TCPHandler: Processed in 0.002329537 sec. | ||
| 2933 | 2024.11.14 04:48:09.558654 [ 191 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::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 | ||
| 2934 | 2024.11.14 04:48:09.558809 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2935 | 2024.11.14 04:48:09.558841 [ 191 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2936 | 2024.11.14 04:48:09.558885 [ 191 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::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 | ||
| 2937 | 2024.11.14 04:48:09.558987 [ 252 ] {d9f3cdd8-fcd3-47c0-8f8b-be66acd61d26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2938 | 2024.11.14 04:48:09.559150 [ 191 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::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 | ||
| 2939 | 2024.11.14 04:48:09.559163 [ 252 ] {d9f3cdd8-fcd3-47c0-8f8b-be66acd61d26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2940 | 2024.11.14 04:48:09.559447 [ 191 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::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 | ||
| 2941 | 2024.11.14 04:48:09.559837 [ 191 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::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 | ||
| 2942 | 2024.11.14 04:48:09.560236 [ 191 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::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 | ||
| 2943 | 2024.11.14 04:48:09.562173 [ 252 ] {d9f3cdd8-fcd3-47c0-8f8b-be66acd61d26} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2944 | 2024.11.14 04:48:09.562249 [ 252 ] {d9f3cdd8-fcd3-47c0-8f8b-be66acd61d26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 2945 | 2024.11.14 04:48:09.562820 [ 191 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004336286 sec., 14989.786190302024 rows/sec., 993.16 KiB/sec. | ||
| 2946 | 2024.11.14 04:48:09.563016 [ 191 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2947 | 2024.11.14 04:48:09.563229 [ 252 ] {d9f3cdd8-fcd3-47c0-8f8b-be66acd61d26} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 2948 | 2024.11.14 04:48:09.563524 [ 191 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_5_1} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2949 | 2024.11.14 04:48:09.563695 [ 191 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_5_1} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2950 | 2024.11.14 04:48:09.563697 [ 252 ] {d9f3cdd8-fcd3-47c0-8f8b-be66acd61d26} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2951 | 2024.11.14 04:48:09.563840 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 2952 | 2024.11.14 04:48:09.564095 [ 252 ] {d9f3cdd8-fcd3-47c0-8f8b-be66acd61d26} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.005146 sec., 82199.76680917217 rows/sec., 5.88 MiB/sec. | ||
| 2953 | 2024.11.14 04:48:09.564328 [ 252 ] {d9f3cdd8-fcd3-47c0-8f8b-be66acd61d26} <Debug> TCPHandler: Processed in 0.005608473 sec. | ||
| 2954 | 2024.11.14 04:48:09.564492 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2955 | 2024.11.14 04:48:09.564631 [ 250 ] {05ca79fe-f966-4060-8ec5-ce8a6aecf890} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2956 | 2024.11.14 04:48:09.564695 [ 250 ] {05ca79fe-f966-4060-8ec5-ce8a6aecf890} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2957 | 2024.11.14 04:48:09.565256 [ 250 ] {05ca79fe-f966-4060-8ec5-ce8a6aecf890} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2958 | 2024.11.14 04:48:09.565304 [ 250 ] {05ca79fe-f966-4060-8ec5-ce8a6aecf890} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 2959 | 2024.11.14 04:48:09.565676 [ 250 ] {05ca79fe-f966-4060-8ec5-ce8a6aecf890} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2960 | 2024.11.14 04:48:09.565920 [ 250 ] {05ca79fe-f966-4060-8ec5-ce8a6aecf890} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2961 | 2024.11.14 04:48:09.566219 [ 250 ] {05ca79fe-f966-4060-8ec5-ce8a6aecf890} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001601 sec., 3747.6577139287947 rows/sec., 195.80 KiB/sec. | ||
| 2962 | 2024.11.14 04:48:09.566276 [ 250 ] {05ca79fe-f966-4060-8ec5-ce8a6aecf890} <Debug> TCPHandler: Processed in 0.001849863 sec. | ||
| 2963 | 2024.11.14 04:48:09.566413 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2964 | 2024.11.14 04:48:09.566529 [ 252 ] {8c65c1d3-03ec-494e-ac68-7802492a491b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2965 | 2024.11.14 04:48:09.566580 [ 252 ] {8c65c1d3-03ec-494e-ac68-7802492a491b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2966 | 2024.11.14 04:48:09.567180 [ 252 ] {8c65c1d3-03ec-494e-ac68-7802492a491b} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2967 | 2024.11.14 04:48:09.567218 [ 252 ] {8c65c1d3-03ec-494e-ac68-7802492a491b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 2968 | 2024.11.14 04:48:09.567607 [ 252 ] {8c65c1d3-03ec-494e-ac68-7802492a491b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2969 | 2024.11.14 04:48:09.567845 [ 252 ] {8c65c1d3-03ec-494e-ac68-7802492a491b} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2970 | 2024.11.14 04:48:09.567992 [ 149 ] {} <Debug> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2971 | 2024.11.14 04:48:09.568049 [ 149 ] {} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2972 | 2024.11.14 04:48:09.568077 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 2973 | 2024.11.14 04:48:09.568092 [ 252 ] {8c65c1d3-03ec-494e-ac68-7802492a491b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001581 sec., 149905.12333965846 rows/sec., 10.05 MiB/sec. | ||
| 2974 | 2024.11.14 04:48:09.568404 [ 252 ] {8c65c1d3-03ec-494e-ac68-7802492a491b} <Debug> TCPHandler: Processed in 0.002037619 sec. | ||
| 2975 | 2024.11.14 04:48:09.568566 [ 188 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::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 | ||
| 2976 | 2024.11.14 04:48:09.568798 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2977 | 2024.11.14 04:48:09.568872 [ 188 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2978 | 2024.11.14 04:48:09.568945 [ 188 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 4576 rows starting from the beginning of the part | ||
| 2979 | 2024.11.14 04:48:09.569026 [ 250 ] {216b514b-8fd1-4b48-91bf-4c75e65fa519} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2980 | 2024.11.14 04:48:09.569232 [ 250 ] {216b514b-8fd1-4b48-91bf-4c75e65fa519} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2981 | 2024.11.14 04:48:09.569268 [ 188 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 60 rows starting from the beginning of the part | ||
| 2982 | 2024.11.14 04:48:09.569681 [ 188 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 137 rows starting from the beginning of the part | ||
| 2983 | 2024.11.14 04:48:09.570080 [ 188 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 149 rows starting from the beginning of the part | ||
| 2984 | 2024.11.14 04:48:09.570378 [ 188 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 160 rows starting from the beginning of the part | ||
| 2985 | 2024.11.14 04:48:09.570565 [ 188 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 237 rows starting from the beginning of the part | ||
| 2986 | 2024.11.14 04:48:09.571384 [ 250 ] {216b514b-8fd1-4b48-91bf-4c75e65fa519} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2987 | 2024.11.14 04:48:09.571457 [ 250 ] {216b514b-8fd1-4b48-91bf-4c75e65fa519} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 2988 | 2024.11.14 04:48:09.572261 [ 250 ] {216b514b-8fd1-4b48-91bf-4c75e65fa519} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2989 | 2024.11.14 04:48:09.572839 [ 250 ] {216b514b-8fd1-4b48-91bf-4c75e65fa519} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2990 | 2024.11.14 04:48:09.573194 [ 149 ] {} <Debug> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2991 | 2024.11.14 04:48:09.573294 [ 149 ] {} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2992 | 2024.11.14 04:48:09.573352 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 2993 | 2024.11.14 04:48:09.573370 [ 250 ] {216b514b-8fd1-4b48-91bf-4c75e65fa519} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004398 sec., 227.37608003638016 rows/sec., 15.32 KiB/sec. | ||
| 2994 | 2024.11.14 04:48:09.573941 [ 250 ] {216b514b-8fd1-4b48-91bf-4c75e65fa519} <Debug> TCPHandler: Processed in 0.005266902 sec. | ||
| 2995 | 2024.11.14 04:48:09.573998 [ 196 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::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 | ||
| 2996 | 2024.11.14 04:48:09.574256 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2997 | 2024.11.14 04:48:09.574370 [ 196 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2998 | 2024.11.14 04:48:09.574413 [ 196 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part | ||
| 2999 | 2024.11.14 04:48:09.574420 [ 252 ] {9ab186b9-feec-4cf9-998b-49aec3f10f95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3000 | 2024.11.14 04:48:09.574587 [ 196 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part | ||
| 3001 | 2024.11.14 04:48:09.574711 [ 252 ] {9ab186b9-feec-4cf9-998b-49aec3f10f95} <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 | ||
| 3002 | 2024.11.14 04:48:09.574936 [ 196 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part | ||
| 3003 | 2024.11.14 04:48:09.575250 [ 196 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part | ||
| 3004 | 2024.11.14 04:48:09.575957 [ 196 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::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 | ||
| 3005 | 2024.11.14 04:48:09.576460 [ 188 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5319 rows, containing 5 columns (5 merged, 0 gathered) in 0.00828444 sec., 642047.0182655677 rows/sec., 42.98 MiB/sec. | ||
| 3006 | 2024.11.14 04:48:09.577290 [ 197 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3007 | 2024.11.14 04:48:09.578497 [ 189 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3008 | 2024.11.14 04:48:09.578932 [ 189 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3009 | 2024.11.14 04:48:09.579261 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.25 MiB. | ||
| 3010 | 2024.11.14 04:48:09.579980 [ 198 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.006501598 sec., 769.0417032858691 rows/sec., 51.82 KiB/sec. | ||
| 3011 | 2024.11.14 04:48:09.580241 [ 198 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 3012 | 2024.11.14 04:48:09.580929 [ 252 ] {9ab186b9-feec-4cf9-998b-49aec3f10f95} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3013 | 2024.11.14 04:48:09.580979 [ 198 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_5_1} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3014 | 2024.11.14 04:48:09.581006 [ 252 ] {9ab186b9-feec-4cf9-998b-49aec3f10f95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3015 | 2024.11.14 04:48:09.581150 [ 198 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_5_1} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 3016 | 2024.11.14 04:48:09.581341 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. | ||
| 3017 | 2024.11.14 04:48:09.581948 [ 252 ] {9ab186b9-feec-4cf9-998b-49aec3f10f95} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3018 | 2024.11.14 04:48:09.582223 [ 252 ] {9ab186b9-feec-4cf9-998b-49aec3f10f95} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3019 | 2024.11.14 04:48:09.582566 [ 252 ] {9ab186b9-feec-4cf9-998b-49aec3f10f95} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.008139 sec., 5037.473891141418 rows/sec., 9.03 MiB/sec. | ||
| 3020 | 2024.11.14 04:48:09.582872 [ 252 ] {9ab186b9-feec-4cf9-998b-49aec3f10f95} <Debug> TCPHandler: Processed in 0.008796335 sec. | ||
| 3021 | 2024.11.14 04:48:09.583040 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3022 | 2024.11.14 04:48:09.583179 [ 250 ] {8ea68453-0f2b-41bc-a95f-8da8ad9d042c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3023 | 2024.11.14 04:48:09.583239 [ 250 ] {8ea68453-0f2b-41bc-a95f-8da8ad9d042c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3024 | 2024.11.14 04:48:09.583744 [ 250 ] {8ea68453-0f2b-41bc-a95f-8da8ad9d042c} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3025 | 2024.11.14 04:48:09.583783 [ 250 ] {8ea68453-0f2b-41bc-a95f-8da8ad9d042c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3026 | 2024.11.14 04:48:09.584161 [ 250 ] {8ea68453-0f2b-41bc-a95f-8da8ad9d042c} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3027 | 2024.11.14 04:48:09.584411 [ 250 ] {8ea68453-0f2b-41bc-a95f-8da8ad9d042c} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3028 | 2024.11.14 04:48:09.584584 [ 148 ] {} <Debug> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3029 | 2024.11.14 04:48:09.584648 [ 148 ] {} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3030 | 2024.11.14 04:48:09.584660 [ 250 ] {8ea68453-0f2b-41bc-a95f-8da8ad9d042c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001502 sec., 54593.87483355526 rows/sec., 3.47 MiB/sec. | ||
| 3031 | 2024.11.14 04:48:09.584684 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3032 | 2024.11.14 04:48:09.584799 [ 250 ] {8ea68453-0f2b-41bc-a95f-8da8ad9d042c} <Debug> TCPHandler: Processed in 0.001819782 sec. | ||
| 3033 | 2024.11.14 04:48:09.585054 [ 203 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::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 | ||
| 3034 | 2024.11.14 04:48:09.585225 [ 203 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3035 | 2024.11.14 04:48:09.585254 [ 203 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 240 rows starting from the beginning of the part | ||
| 3036 | 2024.11.14 04:48:09.585332 [ 203 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::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 | ||
| 3037 | 2024.11.14 04:48:09.585541 [ 203 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 52 rows starting from the beginning of the part | ||
| 3038 | 2024.11.14 04:48:09.585718 [ 203 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 54 rows starting from the beginning of the part | ||
| 3039 | 2024.11.14 04:48:09.585845 [ 203 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 60 rows starting from the beginning of the part | ||
| 3040 | 2024.11.14 04:48:09.586049 [ 203 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 82 rows starting from the beginning of the part | ||
| 3041 | 2024.11.14 04:48:09.587186 [ 203 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 518 rows, containing 4 columns (4 merged, 0 gathered) in 0.002375229 sec., 218084.23524636994 rows/sec., 13.80 MiB/sec. | ||
| 3042 | 2024.11.14 04:48:09.587353 [ 186 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3043 | 2024.11.14 04:48:09.587661 [ 186 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_16_3} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3044 | 2024.11.14 04:48:09.587740 [ 186 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_16_3} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3045 | 2024.11.14 04:48:09.587821 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 3046 | 2024.11.14 04:48:09.620790 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:40641, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3047 | 2024.11.14 04:48:09.787414 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:35888, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3048 | 2024.11.14 04:48:10.171975 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:64579, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3049 | 2024.11.14 04:48:10.298824 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:40127, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3050 | 2024.11.14 04:48:10.364204 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:46987, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3051 | 2024.11.14 04:48:10.380718 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:54136, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3052 | 2024.11.14 04:48:10.408118 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:36717, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3053 | 2024.11.14 04:48:10.408200 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:61514, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3054 | 2024.11.14 04:48:10.409504 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:58813, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3055 | 2024.11.14 04:48:10.580952 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:63940, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3056 | 2024.11.14 04:48:10.584293 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:49920, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3057 | 2024.11.14 04:48:10.585511 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:44577, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3058 | 2024.11.14 04:48:10.589726 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:38483, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3059 | 2024.11.14 04:48:10.657400 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:39192, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3060 | 2024.11.14 04:48:10.658625 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:54085, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3061 | 2024.11.14 04:48:10.704933 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:47491, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3062 | 2024.11.14 04:48:11.257018 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:34263, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3063 | 2024.11.14 04:48:11.705986 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:48239, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3064 | 2024.11.14 04:48:11.825702 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:56203, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3065 | 2024.11.14 04:48:11.927034 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:49360, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3066 | 2024.11.14 04:48:12.035690 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:38818, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3067 | 2024.11.14 04:48:12.136346 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:56463, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3068 | 2024.11.14 04:48:12.144584 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:49059, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3069 | 2024.11.14 04:48:12.147857 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:43261, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3070 | 2024.11.14 04:48:14.533521 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3071 | 2024.11.14 04:48:14.533730 [ 250 ] {9016e8c4-dd3e-4e5e-a9f8-e4fd0f8fe244} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3072 | 2024.11.14 04:48:14.533803 [ 250 ] {9016e8c4-dd3e-4e5e-a9f8-e4fd0f8fe244} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3073 | 2024.11.14 04:48:14.534548 [ 250 ] {9016e8c4-dd3e-4e5e-a9f8-e4fd0f8fe244} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3074 | 2024.11.14 04:48:14.534598 [ 250 ] {9016e8c4-dd3e-4e5e-a9f8-e4fd0f8fe244} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3075 | 2024.11.14 04:48:14.535025 [ 250 ] {9016e8c4-dd3e-4e5e-a9f8-e4fd0f8fe244} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3076 | 2024.11.14 04:48:14.535279 [ 250 ] {9016e8c4-dd3e-4e5e-a9f8-e4fd0f8fe244} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3077 | 2024.11.14 04:48:14.535594 [ 250 ] {9016e8c4-dd3e-4e5e-a9f8-e4fd0f8fe244} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001888 sec., 2118.64406779661 rows/sec., 172.76 KiB/sec. | ||
| 3078 | 2024.11.14 04:48:14.535709 [ 250 ] {9016e8c4-dd3e-4e5e-a9f8-e4fd0f8fe244} <Debug> TCPHandler: Processed in 0.002329748 sec. | ||
| 3079 | 2024.11.14 04:48:14.535967 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3080 | 2024.11.14 04:48:14.536150 [ 252 ] {f3bfc870-2397-491a-a1de-399210ffde8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3081 | 2024.11.14 04:48:14.536219 [ 252 ] {f3bfc870-2397-491a-a1de-399210ffde8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3082 | 2024.11.14 04:48:14.536962 [ 252 ] {f3bfc870-2397-491a-a1de-399210ffde8b} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3083 | 2024.11.14 04:48:14.537005 [ 252 ] {f3bfc870-2397-491a-a1de-399210ffde8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3084 | 2024.11.14 04:48:14.537418 [ 252 ] {f3bfc870-2397-491a-a1de-399210ffde8b} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3085 | 2024.11.14 04:48:14.537671 [ 252 ] {f3bfc870-2397-491a-a1de-399210ffde8b} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3086 | 2024.11.14 04:48:14.537944 [ 252 ] {f3bfc870-2397-491a-a1de-399210ffde8b} <Debug> executeQuery: Read 58 rows, 4.52 KiB in 0.001841 sec., 31504.617055947856 rows/sec., 2.40 MiB/sec. | ||
| 3087 | 2024.11.14 04:48:14.538068 [ 252 ] {f3bfc870-2397-491a-a1de-399210ffde8b} <Debug> TCPHandler: Processed in 0.002223764 sec. | ||
| 3088 | 2024.11.14 04:48:14.538389 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3089 | 2024.11.14 04:48:14.538593 [ 250 ] {4dcd0e4f-bbd0-419d-9ba2-27b9dd9fba69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3090 | 2024.11.14 04:48:14.538651 [ 250 ] {4dcd0e4f-bbd0-419d-9ba2-27b9dd9fba69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3091 | 2024.11.14 04:48:14.539326 [ 250 ] {4dcd0e4f-bbd0-419d-9ba2-27b9dd9fba69} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3092 | 2024.11.14 04:48:14.539374 [ 250 ] {4dcd0e4f-bbd0-419d-9ba2-27b9dd9fba69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3093 | 2024.11.14 04:48:14.539745 [ 250 ] {4dcd0e4f-bbd0-419d-9ba2-27b9dd9fba69} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3094 | 2024.11.14 04:48:14.539986 [ 250 ] {4dcd0e4f-bbd0-419d-9ba2-27b9dd9fba69} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3095 | 2024.11.14 04:48:14.540202 [ 250 ] {4dcd0e4f-bbd0-419d-9ba2-27b9dd9fba69} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001644 sec., 2433.0900243309 rows/sec., 169.89 KiB/sec. | ||
| 3096 | 2024.11.14 04:48:14.540261 [ 250 ] {4dcd0e4f-bbd0-419d-9ba2-27b9dd9fba69} <Debug> TCPHandler: Processed in 0.00205218 sec. | ||
| 3097 | 2024.11.14 04:48:14.540411 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3098 | 2024.11.14 04:48:14.540527 [ 252 ] {8abfba9a-7ba0-49e3-872e-864fa4a6063b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3099 | 2024.11.14 04:48:14.540576 [ 252 ] {8abfba9a-7ba0-49e3-872e-864fa4a6063b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3100 | 2024.11.14 04:48:14.541180 [ 252 ] {8abfba9a-7ba0-49e3-872e-864fa4a6063b} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3101 | 2024.11.14 04:48:14.541219 [ 252 ] {8abfba9a-7ba0-49e3-872e-864fa4a6063b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3102 | 2024.11.14 04:48:14.541570 [ 252 ] {8abfba9a-7ba0-49e3-872e-864fa4a6063b} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3103 | 2024.11.14 04:48:14.541806 [ 252 ] {8abfba9a-7ba0-49e3-872e-864fa4a6063b} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3104 | 2024.11.14 04:48:14.542016 [ 252 ] {8abfba9a-7ba0-49e3-872e-864fa4a6063b} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001511 sec., 45003.309066843154 rows/sec., 3.52 MiB/sec. | ||
| 3105 | 2024.11.14 04:48:14.542068 [ 252 ] {8abfba9a-7ba0-49e3-872e-864fa4a6063b} <Debug> TCPHandler: Processed in 0.00171473 sec. | ||
| 3106 | 2024.11.14 04:48:14.542220 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3107 | 2024.11.14 04:48:14.542338 [ 250 ] {6121d05a-eb0f-413b-a7ac-28db0d0d1022} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3108 | 2024.11.14 04:48:14.542391 [ 250 ] {6121d05a-eb0f-413b-a7ac-28db0d0d1022} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3109 | 2024.11.14 04:48:14.542938 [ 250 ] {6121d05a-eb0f-413b-a7ac-28db0d0d1022} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3110 | 2024.11.14 04:48:14.542978 [ 250 ] {6121d05a-eb0f-413b-a7ac-28db0d0d1022} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3111 | 2024.11.14 04:48:14.543364 [ 250 ] {6121d05a-eb0f-413b-a7ac-28db0d0d1022} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3112 | 2024.11.14 04:48:14.543601 [ 250 ] {6121d05a-eb0f-413b-a7ac-28db0d0d1022} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3113 | 2024.11.14 04:48:14.543820 [ 250 ] {6121d05a-eb0f-413b-a7ac-28db0d0d1022} <Debug> executeQuery: Read 130 rows, 9.27 KiB in 0.001505 sec., 86378.73754152823 rows/sec., 6.01 MiB/sec. | ||
| 3114 | 2024.11.14 04:48:14.543871 [ 250 ] {6121d05a-eb0f-413b-a7ac-28db0d0d1022} <Debug> TCPHandler: Processed in 0.00170983 sec. | ||
| 3115 | 2024.11.14 04:48:14.544011 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3116 | 2024.11.14 04:48:14.544126 [ 252 ] {73aa482e-ce2a-425b-851a-d2031ab3e5a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3117 | 2024.11.14 04:48:14.544176 [ 252 ] {73aa482e-ce2a-425b-851a-d2031ab3e5a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3118 | 2024.11.14 04:48:14.544668 [ 252 ] {73aa482e-ce2a-425b-851a-d2031ab3e5a9} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3119 | 2024.11.14 04:48:14.544707 [ 252 ] {73aa482e-ce2a-425b-851a-d2031ab3e5a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3120 | 2024.11.14 04:48:14.545074 [ 252 ] {73aa482e-ce2a-425b-851a-d2031ab3e5a9} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3121 | 2024.11.14 04:48:14.545316 [ 252 ] {73aa482e-ce2a-425b-851a-d2031ab3e5a9} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3122 | 2024.11.14 04:48:14.545557 [ 252 ] {73aa482e-ce2a-425b-851a-d2031ab3e5a9} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001454 sec., 33012.379642365886 rows/sec., 2.22 MiB/sec. | ||
| 3123 | 2024.11.14 04:48:14.545739 [ 252 ] {73aa482e-ce2a-425b-851a-d2031ab3e5a9} <Debug> TCPHandler: Processed in 0.001778091 sec. | ||
| 3124 | 2024.11.14 04:48:18.419502 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 434 | ||
| 3125 | 2024.11.14 04:48:18.422392 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3126 | 2024.11.14 04:48:18.422449 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3127 | 2024.11.14 04:48:18.423943 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3128 | 2024.11.14 04:48:18.424257 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3129 | 2024.11.14 04:48:18.425535 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 434 | ||
| 3130 | 2024.11.14 04:48:19.534004 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3131 | 2024.11.14 04:48:19.534235 [ 250 ] {27663dd0-a28b-45d3-848e-74b93c4bdcf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3132 | 2024.11.14 04:48:19.534317 [ 250 ] {27663dd0-a28b-45d3-848e-74b93c4bdcf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3133 | 2024.11.14 04:48:19.535116 [ 250 ] {27663dd0-a28b-45d3-848e-74b93c4bdcf4} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3134 | 2024.11.14 04:48:19.535167 [ 250 ] {27663dd0-a28b-45d3-848e-74b93c4bdcf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3135 | 2024.11.14 04:48:19.535605 [ 250 ] {27663dd0-a28b-45d3-848e-74b93c4bdcf4} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3136 | 2024.11.14 04:48:19.535859 [ 250 ] {27663dd0-a28b-45d3-848e-74b93c4bdcf4} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3137 | 2024.11.14 04:48:19.536048 [ 137 ] {} <Debug> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3138 | 2024.11.14 04:48:19.536113 [ 250 ] {27663dd0-a28b-45d3-848e-74b93c4bdcf4} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001933 sec., 28970.512157268495 rows/sec., 2.21 MiB/sec. | ||
| 3139 | 2024.11.14 04:48:19.536142 [ 137 ] {} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3140 | 2024.11.14 04:48:19.536210 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3141 | 2024.11.14 04:48:19.536233 [ 250 ] {27663dd0-a28b-45d3-848e-74b93c4bdcf4} <Debug> TCPHandler: Processed in 0.002369238 sec. | ||
| 3142 | 2024.11.14 04:48:19.536561 [ 199 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::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 | ||
| 3143 | 2024.11.14 04:48:19.536605 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3144 | 2024.11.14 04:48:19.536812 [ 199 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3145 | 2024.11.14 04:48:19.536892 [ 199 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1400 rows starting from the beginning of the part | ||
| 3146 | 2024.11.14 04:48:19.536899 [ 252 ] {6cbf8d98-38e6-4142-961b-149d4a22f923} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3147 | 2024.11.14 04:48:19.537034 [ 252 ] {6cbf8d98-38e6-4142-961b-149d4a22f923} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3148 | 2024.11.14 04:48:19.537152 [ 199 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 57 rows starting from the beginning of the part | ||
| 3149 | 2024.11.14 04:48:19.537456 [ 199 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::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 | ||
| 3150 | 2024.11.14 04:48:19.537840 [ 199 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 285 rows starting from the beginning of the part | ||
| 3151 | 2024.11.14 04:48:19.538189 [ 199 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 58 rows starting from the beginning of the part | ||
| 3152 | 2024.11.14 04:48:19.538500 [ 199 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 56 rows starting from the beginning of the part | ||
| 3153 | 2024.11.14 04:48:19.540098 [ 252 ] {6cbf8d98-38e6-4142-961b-149d4a22f923} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3154 | 2024.11.14 04:48:19.540180 [ 252 ] {6cbf8d98-38e6-4142-961b-149d4a22f923} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3155 | 2024.11.14 04:48:19.541247 [ 252 ] {6cbf8d98-38e6-4142-961b-149d4a22f923} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3156 | 2024.11.14 04:48:19.541743 [ 252 ] {6cbf8d98-38e6-4142-961b-149d4a22f923} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3157 | 2024.11.14 04:48:19.541999 [ 186 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1912 rows, containing 5 columns (5 merged, 0 gathered) in 0.005675604 sec., 336880.4447949505 rows/sec., 29.41 MiB/sec. | ||
| 3158 | 2024.11.14 04:48:19.542155 [ 137 ] {} <Debug> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3159 | 2024.11.14 04:48:19.542229 [ 137 ] {} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3160 | 2024.11.14 04:48:19.542269 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3161 | 2024.11.14 04:48:19.542317 [ 252 ] {6cbf8d98-38e6-4142-961b-149d4a22f923} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00546 sec., 11721.611721611722 rows/sec., 936.86 KiB/sec. | ||
| 3162 | 2024.11.14 04:48:19.542490 [ 186 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3163 | 2024.11.14 04:48:19.542949 [ 192 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::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 | ||
| 3164 | 2024.11.14 04:48:19.542999 [ 252 ] {6cbf8d98-38e6-4142-961b-149d4a22f923} <Debug> TCPHandler: Processed in 0.006627572 sec. | ||
| 3165 | 2024.11.14 04:48:19.543446 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3166 | 2024.11.14 04:48:19.543772 [ 192 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3167 | 2024.11.14 04:48:19.543894 [ 250 ] {cdbf77ee-42a0-4634-923e-7151cb118867} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3168 | 2024.11.14 04:48:19.543899 [ 192 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 871 rows starting from the beginning of the part | ||
| 3169 | 2024.11.14 04:48:19.543999 [ 186 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_21_4} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3170 | 2024.11.14 04:48:19.544078 [ 250 ] {cdbf77ee-42a0-4634-923e-7151cb118867} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3171 | 2024.11.14 04:48:19.544381 [ 192 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 66 rows starting from the beginning of the part | ||
| 3172 | 2024.11.14 04:48:19.544396 [ 186 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_21_4} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3173 | 2024.11.14 04:48:19.544755 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
| 3174 | 2024.11.14 04:48:19.545279 [ 192 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::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 | ||
| 3175 | 2024.11.14 04:48:19.545498 [ 192 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 423 rows starting from the beginning of the part | ||
| 3176 | 2024.11.14 04:48:19.545867 [ 192 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 68 rows starting from the beginning of the part | ||
| 3177 | 2024.11.14 04:48:19.546341 [ 192 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 64 rows starting from the beginning of the part | ||
| 3178 | 2024.11.14 04:48:19.547079 [ 250 ] {cdbf77ee-42a0-4634-923e-7151cb118867} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3179 | 2024.11.14 04:48:19.547140 [ 250 ] {cdbf77ee-42a0-4634-923e-7151cb118867} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3180 | 2024.11.14 04:48:19.548169 [ 250 ] {cdbf77ee-42a0-4634-923e-7151cb118867} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3181 | 2024.11.14 04:48:19.548753 [ 250 ] {cdbf77ee-42a0-4634-923e-7151cb118867} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3182 | 2024.11.14 04:48:19.549231 [ 250 ] {cdbf77ee-42a0-4634-923e-7151cb118867} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005394 sec., 29662.588060808303 rows/sec., 2.07 MiB/sec. | ||
| 3183 | 2024.11.14 04:48:19.549742 [ 250 ] {cdbf77ee-42a0-4634-923e-7151cb118867} <Debug> TCPHandler: Processed in 0.006562881 sec. | ||
| 3184 | 2024.11.14 04:48:19.550093 [ 194 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1556 rows, containing 5 columns (5 merged, 0 gathered) in 0.007690053 sec., 202339.30767447248 rows/sec., 15.57 MiB/sec. | ||
| 3185 | 2024.11.14 04:48:19.550110 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3186 | 2024.11.14 04:48:19.550310 [ 252 ] {1efb4164-315c-4c9b-b71d-12b17442d62c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3187 | 2024.11.14 04:48:19.550386 [ 191 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3188 | 2024.11.14 04:48:19.550399 [ 252 ] {1efb4164-315c-4c9b-b71d-12b17442d62c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3189 | 2024.11.14 04:48:19.551072 [ 191 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_21_4} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3190 | 2024.11.14 04:48:19.551321 [ 191 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_21_4} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3191 | 2024.11.14 04:48:19.551491 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. | ||
| 3192 | 2024.11.14 04:48:19.551595 [ 252 ] {1efb4164-315c-4c9b-b71d-12b17442d62c} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3193 | 2024.11.14 04:48:19.551642 [ 252 ] {1efb4164-315c-4c9b-b71d-12b17442d62c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3194 | 2024.11.14 04:48:19.552021 [ 252 ] {1efb4164-315c-4c9b-b71d-12b17442d62c} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3195 | 2024.11.14 04:48:19.552260 [ 252 ] {1efb4164-315c-4c9b-b71d-12b17442d62c} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3196 | 2024.11.14 04:48:19.552486 [ 252 ] {1efb4164-315c-4c9b-b71d-12b17442d62c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002229 sec., 26917.900403768504 rows/sec., 1.81 MiB/sec. | ||
| 3197 | 2024.11.14 04:48:19.552547 [ 252 ] {1efb4164-315c-4c9b-b71d-12b17442d62c} <Debug> TCPHandler: Processed in 0.002667687 sec. | ||
| 3198 | 2024.11.14 04:48:21.163888 [ 138 ] {} <Debug> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 3199 | 2024.11.14 04:48:21.163950 [ 138 ] {} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3200 | 2024.11.14 04:48:21.163971 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3201 | 2024.11.14 04:48:21.164184 [ 195 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::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 | ||
| 3202 | 2024.11.14 04:48:21.164361 [ 195 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3203 | 2024.11.14 04:48:21.164400 [ 195 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part | ||
| 3204 | 2024.11.14 04:48:21.164474 [ 195 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part | ||
| 3205 | 2024.11.14 04:48:21.164564 [ 195 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::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 | ||
| 3206 | 2024.11.14 04:48:21.164834 [ 195 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part | ||
| 3207 | 2024.11.14 04:48:21.164996 [ 195 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part | ||
| 3208 | 2024.11.14 04:48:21.166048 [ 194 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.001995528 sec., 15033.6151635056 rows/sec., 785.45 KiB/sec. | ||
| 3209 | 2024.11.14 04:48:21.166228 [ 194 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 3210 | 2024.11.14 04:48:21.166598 [ 194 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_5_1} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3211 | 2024.11.14 04:48:21.166697 [ 194 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_5_1} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 3212 | 2024.11.14 04:48:21.166790 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 3213 | 2024.11.14 04:48:21.480659 [ 136 ] {} <Debug> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e) (MergerMutator): Selected 5 parts from all_1_6_1 to all_10_10_0 | ||
| 3214 | 2024.11.14 04:48:21.480721 [ 136 ] {} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3215 | 2024.11.14 04:48:21.480744 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3216 | 2024.11.14 04:48:21.480952 [ 198 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_6_1 to all_10_10_0 into Compact with storage Full | ||
| 3217 | 2024.11.14 04:48:21.481280 [ 198 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3218 | 2024.11.14 04:48:21.481349 [ 198 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 101 rows starting from the beginning of the part | ||
| 3219 | 2024.11.14 04:48:21.481649 [ 198 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 16 rows starting from the beginning of the part | ||
| 3220 | 2024.11.14 04:48:21.481972 [ 198 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 41 rows starting from the beginning of the part | ||
| 3221 | 2024.11.14 04:48:21.482239 [ 198 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 41 rows starting from the beginning of the part | ||
| 3222 | 2024.11.14 04:48:21.482503 [ 198 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 41 rows starting from the beginning of the part | ||
| 3223 | 2024.11.14 04:48:21.485265 [ 195 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 240 rows, containing 19 columns (19 merged, 0 gathered) in 0.004436259 sec., 54099.636653315334 rows/sec., 96.94 MiB/sec. | ||
| 3224 | 2024.11.14 04:48:21.485638 [ 190 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
| 3225 | 2024.11.14 04:48:21.486025 [ 190 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_10_2} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3226 | 2024.11.14 04:48:21.486104 [ 190 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_10_2} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e) (MergerMutator): Merged 5 parts: [all_1_6_1, all_10_10_0] -> all_1_10_2 | ||
| 3227 | 2024.11.14 04:48:21.486207 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.42 MiB. | ||
| 3228 | 2024.11.14 04:48:23.289651 [ 135 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3229 | 2024.11.14 04:48:23.289709 [ 135 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3230 | 2024.11.14 04:48:24.541057 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3231 | 2024.11.14 04:48:24.541257 [ 250 ] {633224bc-2546-40b5-9962-6fb5f372e7dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3232 | 2024.11.14 04:48:24.541328 [ 250 ] {633224bc-2546-40b5-9962-6fb5f372e7dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3233 | 2024.11.14 04:48:24.542081 [ 250 ] {633224bc-2546-40b5-9962-6fb5f372e7dd} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3234 | 2024.11.14 04:48:24.542123 [ 250 ] {633224bc-2546-40b5-9962-6fb5f372e7dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3235 | 2024.11.14 04:48:24.542562 [ 250 ] {633224bc-2546-40b5-9962-6fb5f372e7dd} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3236 | 2024.11.14 04:48:24.542812 [ 250 ] {633224bc-2546-40b5-9962-6fb5f372e7dd} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3237 | 2024.11.14 04:48:24.543009 [ 250 ] {633224bc-2546-40b5-9962-6fb5f372e7dd} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001806 sec., 7751.937984496124 rows/sec., 558.04 KiB/sec. | ||
| 3238 | 2024.11.14 04:48:24.543065 [ 250 ] {633224bc-2546-40b5-9962-6fb5f372e7dd} <Debug> TCPHandler: Processed in 0.002135152 sec. | ||
| 3239 | 2024.11.14 04:48:24.543316 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3240 | 2024.11.14 04:48:24.543500 [ 252 ] {0afdd232-eb47-4a12-b68d-dec19d08ba33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3241 | 2024.11.14 04:48:24.543578 [ 252 ] {0afdd232-eb47-4a12-b68d-dec19d08ba33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3242 | 2024.11.14 04:48:24.544448 [ 252 ] {0afdd232-eb47-4a12-b68d-dec19d08ba33} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3243 | 2024.11.14 04:48:24.544499 [ 252 ] {0afdd232-eb47-4a12-b68d-dec19d08ba33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3244 | 2024.11.14 04:48:24.544935 [ 252 ] {0afdd232-eb47-4a12-b68d-dec19d08ba33} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3245 | 2024.11.14 04:48:24.545193 [ 252 ] {0afdd232-eb47-4a12-b68d-dec19d08ba33} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3246 | 2024.11.14 04:48:24.545421 [ 252 ] {0afdd232-eb47-4a12-b68d-dec19d08ba33} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.001971 sec., 144596.6514459665 rows/sec., 12.76 MiB/sec. | ||
| 3247 | 2024.11.14 04:48:24.545477 [ 252 ] {0afdd232-eb47-4a12-b68d-dec19d08ba33} <Debug> TCPHandler: Processed in 0.002294037 sec. | ||
| 3248 | 2024.11.14 04:48:24.545646 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3249 | 2024.11.14 04:48:24.545786 [ 250 ] {e4673f23-fe80-41fb-bdbc-4256b025ca60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3250 | 2024.11.14 04:48:24.545844 [ 250 ] {e4673f23-fe80-41fb-bdbc-4256b025ca60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3251 | 2024.11.14 04:48:24.546550 [ 250 ] {e4673f23-fe80-41fb-bdbc-4256b025ca60} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3252 | 2024.11.14 04:48:24.546597 [ 250 ] {e4673f23-fe80-41fb-bdbc-4256b025ca60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3253 | 2024.11.14 04:48:24.546982 [ 250 ] {e4673f23-fe80-41fb-bdbc-4256b025ca60} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3254 | 2024.11.14 04:48:24.547220 [ 250 ] {e4673f23-fe80-41fb-bdbc-4256b025ca60} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3255 | 2024.11.14 04:48:24.547449 [ 250 ] {e4673f23-fe80-41fb-bdbc-4256b025ca60} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001693 sec., 28352.03780271707 rows/sec., 2.04 MiB/sec. | ||
| 3256 | 2024.11.14 04:48:24.547664 [ 250 ] {e4673f23-fe80-41fb-bdbc-4256b025ca60} <Debug> TCPHandler: Processed in 0.00208301 sec. | ||
| 3257 | 2024.11.14 04:48:24.547827 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3258 | 2024.11.14 04:48:24.547941 [ 252 ] {c9a88eae-ac51-4c42-9768-e412ec2831c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3259 | 2024.11.14 04:48:24.547990 [ 252 ] {c9a88eae-ac51-4c42-9768-e412ec2831c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3260 | 2024.11.14 04:48:24.548584 [ 252 ] {c9a88eae-ac51-4c42-9768-e412ec2831c4} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3261 | 2024.11.14 04:48:24.548623 [ 252 ] {c9a88eae-ac51-4c42-9768-e412ec2831c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3262 | 2024.11.14 04:48:24.548972 [ 252 ] {c9a88eae-ac51-4c42-9768-e412ec2831c4} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3263 | 2024.11.14 04:48:24.549206 [ 252 ] {c9a88eae-ac51-4c42-9768-e412ec2831c4} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3264 | 2024.11.14 04:48:24.549479 [ 252 ] {c9a88eae-ac51-4c42-9768-e412ec2831c4} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001543 sec., 9073.233959818535 rows/sec., 635.43 KiB/sec. | ||
| 3265 | 2024.11.14 04:48:24.549606 [ 252 ] {c9a88eae-ac51-4c42-9768-e412ec2831c4} <Debug> TCPHandler: Processed in 0.001840354 sec. | ||
| 3266 | 2024.11.14 04:48:24.549772 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3267 | 2024.11.14 04:48:24.549911 [ 250 ] {0d2f0e4e-6cc2-4d0c-b1b9-a97df0b3c85d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3268 | 2024.11.14 04:48:24.549968 [ 250 ] {0d2f0e4e-6cc2-4d0c-b1b9-a97df0b3c85d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3269 | 2024.11.14 04:48:24.550663 [ 250 ] {0d2f0e4e-6cc2-4d0c-b1b9-a97df0b3c85d} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3270 | 2024.11.14 04:48:24.550711 [ 250 ] {0d2f0e4e-6cc2-4d0c-b1b9-a97df0b3c85d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3271 | 2024.11.14 04:48:24.551076 [ 250 ] {0d2f0e4e-6cc2-4d0c-b1b9-a97df0b3c85d} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3272 | 2024.11.14 04:48:24.551314 [ 250 ] {0d2f0e4e-6cc2-4d0c-b1b9-a97df0b3c85d} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3273 | 2024.11.14 04:48:24.551588 [ 250 ] {0d2f0e4e-6cc2-4d0c-b1b9-a97df0b3c85d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001683 sec., 7724.301841948901 rows/sec., 481.61 KiB/sec. | ||
| 3274 | 2024.11.14 04:48:24.551680 [ 250 ] {0d2f0e4e-6cc2-4d0c-b1b9-a97df0b3c85d} <Debug> TCPHandler: Processed in 0.001964277 sec. | ||
| 3275 | 2024.11.14 04:48:24.551821 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3276 | 2024.11.14 04:48:24.551936 [ 252 ] {af2a2543-88ff-4998-b378-3c0c5ea68172} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3277 | 2024.11.14 04:48:24.551983 [ 252 ] {af2a2543-88ff-4998-b378-3c0c5ea68172} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3278 | 2024.11.14 04:48:24.552698 [ 252 ] {af2a2543-88ff-4998-b378-3c0c5ea68172} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3279 | 2024.11.14 04:48:24.552737 [ 252 ] {af2a2543-88ff-4998-b378-3c0c5ea68172} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3280 | 2024.11.14 04:48:24.553105 [ 252 ] {af2a2543-88ff-4998-b378-3c0c5ea68172} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3281 | 2024.11.14 04:48:24.553331 [ 252 ] {af2a2543-88ff-4998-b378-3c0c5ea68172} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3282 | 2024.11.14 04:48:24.553541 [ 252 ] {af2a2543-88ff-4998-b378-3c0c5ea68172} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001629 sec., 259668.50828729282 rows/sec., 18.56 MiB/sec. | ||
| 3283 | 2024.11.14 04:48:24.553593 [ 252 ] {af2a2543-88ff-4998-b378-3c0c5ea68172} <Debug> TCPHandler: Processed in 0.001827823 sec. | ||
| 3284 | 2024.11.14 04:48:24.553749 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3285 | 2024.11.14 04:48:24.553883 [ 250 ] {a568757c-1669-4615-b7f7-1d780fa8c290} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3286 | 2024.11.14 04:48:24.553943 [ 250 ] {a568757c-1669-4615-b7f7-1d780fa8c290} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3287 | 2024.11.14 04:48:24.554551 [ 250 ] {a568757c-1669-4615-b7f7-1d780fa8c290} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3288 | 2024.11.14 04:48:24.554597 [ 250 ] {a568757c-1669-4615-b7f7-1d780fa8c290} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3289 | 2024.11.14 04:48:24.554987 [ 250 ] {a568757c-1669-4615-b7f7-1d780fa8c290} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3290 | 2024.11.14 04:48:24.555231 [ 250 ] {a568757c-1669-4615-b7f7-1d780fa8c290} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3291 | 2024.11.14 04:48:24.555439 [ 250 ] {a568757c-1669-4615-b7f7-1d780fa8c290} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001587 sec., 3780.7183364839316 rows/sec., 197.53 KiB/sec. | ||
| 3292 | 2024.11.14 04:48:24.555489 [ 250 ] {a568757c-1669-4615-b7f7-1d780fa8c290} <Debug> TCPHandler: Processed in 0.001798362 sec. | ||
| 3293 | 2024.11.14 04:48:24.555636 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3294 | 2024.11.14 04:48:24.555752 [ 252 ] {f336376e-25c3-4246-873c-adef6619d05d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3295 | 2024.11.14 04:48:24.555804 [ 252 ] {f336376e-25c3-4246-873c-adef6619d05d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3296 | 2024.11.14 04:48:24.556386 [ 252 ] {f336376e-25c3-4246-873c-adef6619d05d} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3297 | 2024.11.14 04:48:24.556424 [ 252 ] {f336376e-25c3-4246-873c-adef6619d05d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3298 | 2024.11.14 04:48:24.556805 [ 252 ] {f336376e-25c3-4246-873c-adef6619d05d} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3299 | 2024.11.14 04:48:24.557040 [ 252 ] {f336376e-25c3-4246-873c-adef6619d05d} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3300 | 2024.11.14 04:48:24.557262 [ 252 ] {f336376e-25c3-4246-873c-adef6619d05d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001529 sec., 155003.27011118378 rows/sec., 10.39 MiB/sec. | ||
| 3301 | 2024.11.14 04:48:24.557415 [ 252 ] {f336376e-25c3-4246-873c-adef6619d05d} <Debug> TCPHandler: Processed in 0.001825113 sec. | ||
| 3302 | 2024.11.14 04:48:24.557604 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3303 | 2024.11.14 04:48:24.557721 [ 250 ] {112406b3-7319-417d-80fc-019f6af3a3d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3304 | 2024.11.14 04:48:24.557773 [ 250 ] {112406b3-7319-417d-80fc-019f6af3a3d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3305 | 2024.11.14 04:48:24.558242 [ 250 ] {112406b3-7319-417d-80fc-019f6af3a3d8} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3306 | 2024.11.14 04:48:24.558281 [ 250 ] {112406b3-7319-417d-80fc-019f6af3a3d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3307 | 2024.11.14 04:48:24.558635 [ 250 ] {112406b3-7319-417d-80fc-019f6af3a3d8} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3308 | 2024.11.14 04:48:24.558871 [ 250 ] {112406b3-7319-417d-80fc-019f6af3a3d8} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3309 | 2024.11.14 04:48:24.559078 [ 250 ] {112406b3-7319-417d-80fc-019f6af3a3d8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001381 sec., 724.112961622013 rows/sec., 48.79 KiB/sec. | ||
| 3310 | 2024.11.14 04:48:24.559127 [ 250 ] {112406b3-7319-417d-80fc-019f6af3a3d8} <Debug> TCPHandler: Processed in 0.001608316 sec. | ||
| 3311 | 2024.11.14 04:48:24.559292 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3312 | 2024.11.14 04:48:24.559407 [ 252 ] {0a62697b-6952-45ab-9b5e-d8b1e28981eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3313 | 2024.11.14 04:48:24.559487 [ 252 ] {0a62697b-6952-45ab-9b5e-d8b1e28981eb} <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 | ||
| 3314 | 2024.11.14 04:48:24.560656 [ 252 ] {0a62697b-6952-45ab-9b5e-d8b1e28981eb} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3315 | 2024.11.14 04:48:24.560695 [ 252 ] {0a62697b-6952-45ab-9b5e-d8b1e28981eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3316 | 2024.11.14 04:48:24.561315 [ 252 ] {0a62697b-6952-45ab-9b5e-d8b1e28981eb} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3317 | 2024.11.14 04:48:24.561565 [ 252 ] {0a62697b-6952-45ab-9b5e-d8b1e28981eb} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3318 | 2024.11.14 04:48:24.561787 [ 252 ] {0a62697b-6952-45ab-9b5e-d8b1e28981eb} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002404 sec., 17054.908485856908 rows/sec., 30.56 MiB/sec. | ||
| 3319 | 2024.11.14 04:48:24.561875 [ 252 ] {0a62697b-6952-45ab-9b5e-d8b1e28981eb} <Debug> TCPHandler: Processed in 0.002638836 sec. | ||
| 3320 | 2024.11.14 04:48:24.562030 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3321 | 2024.11.14 04:48:24.562146 [ 250 ] {006dcaef-fb8a-43e0-a470-9e9adcd2fbe8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3322 | 2024.11.14 04:48:24.562195 [ 250 ] {006dcaef-fb8a-43e0-a470-9e9adcd2fbe8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3323 | 2024.11.14 04:48:24.562684 [ 250 ] {006dcaef-fb8a-43e0-a470-9e9adcd2fbe8} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3324 | 2024.11.14 04:48:24.562724 [ 250 ] {006dcaef-fb8a-43e0-a470-9e9adcd2fbe8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3325 | 2024.11.14 04:48:24.563083 [ 250 ] {006dcaef-fb8a-43e0-a470-9e9adcd2fbe8} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3326 | 2024.11.14 04:48:24.563316 [ 250 ] {006dcaef-fb8a-43e0-a470-9e9adcd2fbe8} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3327 | 2024.11.14 04:48:24.563576 [ 250 ] {006dcaef-fb8a-43e0-a470-9e9adcd2fbe8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001452 sec., 56473.82920110193 rows/sec., 3.59 MiB/sec. | ||
| 3328 | 2024.11.14 04:48:24.563792 [ 250 ] {006dcaef-fb8a-43e0-a470-9e9adcd2fbe8} <Debug> TCPHandler: Processed in 0.001815033 sec. | ||
| 3329 | 2024.11.14 04:48:28.426606 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 464 | ||
| 3330 | 2024.11.14 04:48:28.429428 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3331 | 2024.11.14 04:48:28.429477 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3332 | 2024.11.14 04:48:28.430953 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3333 | 2024.11.14 04:48:28.431267 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3334 | 2024.11.14 04:48:28.431778 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 464 | ||
| 3335 | 2024.11.14 04:48:29.534201 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3336 | 2024.11.14 04:48:29.534428 [ 250 ] {b034fd2e-fdf6-4108-b4e8-293b3eaa33a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3337 | 2024.11.14 04:48:29.534509 [ 250 ] {b034fd2e-fdf6-4108-b4e8-293b3eaa33a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3338 | 2024.11.14 04:48:29.535277 [ 250 ] {b034fd2e-fdf6-4108-b4e8-293b3eaa33a1} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3339 | 2024.11.14 04:48:29.535318 [ 250 ] {b034fd2e-fdf6-4108-b4e8-293b3eaa33a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3340 | 2024.11.14 04:48:29.535753 [ 250 ] {b034fd2e-fdf6-4108-b4e8-293b3eaa33a1} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3341 | 2024.11.14 04:48:29.536022 [ 250 ] {b034fd2e-fdf6-4108-b4e8-293b3eaa33a1} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3342 | 2024.11.14 04:48:29.536218 [ 250 ] {b034fd2e-fdf6-4108-b4e8-293b3eaa33a1} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.00185 sec., 5405.405405405405 rows/sec., 440.77 KiB/sec. | ||
| 3343 | 2024.11.14 04:48:29.536274 [ 250 ] {b034fd2e-fdf6-4108-b4e8-293b3eaa33a1} <Debug> TCPHandler: Processed in 0.002206984 sec. | ||
| 3344 | 2024.11.14 04:48:29.536515 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3345 | 2024.11.14 04:48:29.536704 [ 252 ] {42c7b605-e68d-4dd7-9260-af835d053eea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3346 | 2024.11.14 04:48:29.536776 [ 252 ] {42c7b605-e68d-4dd7-9260-af835d053eea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3347 | 2024.11.14 04:48:29.537525 [ 252 ] {42c7b605-e68d-4dd7-9260-af835d053eea} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3348 | 2024.11.14 04:48:29.537579 [ 252 ] {42c7b605-e68d-4dd7-9260-af835d053eea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3349 | 2024.11.14 04:48:29.538066 [ 252 ] {42c7b605-e68d-4dd7-9260-af835d053eea} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3350 | 2024.11.14 04:48:29.538323 [ 252 ] {42c7b605-e68d-4dd7-9260-af835d053eea} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3351 | 2024.11.14 04:48:29.538600 [ 252 ] {42c7b605-e68d-4dd7-9260-af835d053eea} <Debug> executeQuery: Read 61 rows, 4.74 KiB in 0.001947 sec., 31330.25166923472 rows/sec., 2.38 MiB/sec. | ||
| 3352 | 2024.11.14 04:48:29.538819 [ 252 ] {42c7b605-e68d-4dd7-9260-af835d053eea} <Debug> TCPHandler: Processed in 0.0024385 sec. | ||
| 3353 | 2024.11.14 04:48:29.539011 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3354 | 2024.11.14 04:48:29.539149 [ 250 ] {00b02188-eb75-4b32-9f32-307467722a8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3355 | 2024.11.14 04:48:29.539207 [ 250 ] {00b02188-eb75-4b32-9f32-307467722a8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3356 | 2024.11.14 04:48:29.539891 [ 250 ] {00b02188-eb75-4b32-9f32-307467722a8f} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3357 | 2024.11.14 04:48:29.539937 [ 250 ] {00b02188-eb75-4b32-9f32-307467722a8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3358 | 2024.11.14 04:48:29.540284 [ 250 ] {00b02188-eb75-4b32-9f32-307467722a8f} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3359 | 2024.11.14 04:48:29.540530 [ 250 ] {00b02188-eb75-4b32-9f32-307467722a8f} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3360 | 2024.11.14 04:48:29.540760 [ 250 ] {00b02188-eb75-4b32-9f32-307467722a8f} <Debug> executeQuery: Read 10 rows, 715.00 B in 0.001639 sec., 6101.281269066504 rows/sec., 426.02 KiB/sec. | ||
| 3361 | 2024.11.14 04:48:29.540937 [ 250 ] {00b02188-eb75-4b32-9f32-307467722a8f} <Debug> TCPHandler: Processed in 0.002004268 sec. | ||
| 3362 | 2024.11.14 04:48:29.541098 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3363 | 2024.11.14 04:48:29.541237 [ 252 ] {485d6e56-8d0d-4fd2-a15a-238a2589c9ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3364 | 2024.11.14 04:48:29.541295 [ 252 ] {485d6e56-8d0d-4fd2-a15a-238a2589c9ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3365 | 2024.11.14 04:48:29.542004 [ 252 ] {485d6e56-8d0d-4fd2-a15a-238a2589c9ca} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3366 | 2024.11.14 04:48:29.542044 [ 252 ] {485d6e56-8d0d-4fd2-a15a-238a2589c9ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3367 | 2024.11.14 04:48:29.542409 [ 252 ] {485d6e56-8d0d-4fd2-a15a-238a2589c9ca} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3368 | 2024.11.14 04:48:29.542672 [ 252 ] {485d6e56-8d0d-4fd2-a15a-238a2589c9ca} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3369 | 2024.11.14 04:48:29.542885 [ 252 ] {485d6e56-8d0d-4fd2-a15a-238a2589c9ca} <Debug> executeQuery: Read 74 rows, 5.93 KiB in 0.001678 sec., 44100.11918951132 rows/sec., 3.45 MiB/sec. | ||
| 3370 | 2024.11.14 04:48:29.542938 [ 252 ] {485d6e56-8d0d-4fd2-a15a-238a2589c9ca} <Debug> TCPHandler: Processed in 0.001908066 sec. | ||
| 3371 | 2024.11.14 04:48:29.543118 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3372 | 2024.11.14 04:48:29.543237 [ 250 ] {51aa2ad8-2a8b-4b63-a166-e52f510fcfc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3373 | 2024.11.14 04:48:29.543297 [ 250 ] {51aa2ad8-2a8b-4b63-a166-e52f510fcfc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3374 | 2024.11.14 04:48:29.543894 [ 250 ] {51aa2ad8-2a8b-4b63-a166-e52f510fcfc3} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3375 | 2024.11.14 04:48:29.543930 [ 250 ] {51aa2ad8-2a8b-4b63-a166-e52f510fcfc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3376 | 2024.11.14 04:48:29.544325 [ 250 ] {51aa2ad8-2a8b-4b63-a166-e52f510fcfc3} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3377 | 2024.11.14 04:48:29.544581 [ 250 ] {51aa2ad8-2a8b-4b63-a166-e52f510fcfc3} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3378 | 2024.11.14 04:48:29.544769 [ 250 ] {51aa2ad8-2a8b-4b63-a166-e52f510fcfc3} <Debug> executeQuery: Read 165 rows, 11.76 KiB in 0.001557 sec., 105973.02504816955 rows/sec., 7.38 MiB/sec. | ||
| 3379 | 2024.11.14 04:48:29.544819 [ 250 ] {51aa2ad8-2a8b-4b63-a166-e52f510fcfc3} <Debug> TCPHandler: Processed in 0.001759741 sec. | ||
| 3380 | 2024.11.14 04:48:29.544981 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3381 | 2024.11.14 04:48:29.545119 [ 252 ] {b6052fc8-e701-4327-b898-ce80b318648d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3382 | 2024.11.14 04:48:29.545181 [ 252 ] {b6052fc8-e701-4327-b898-ce80b318648d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3383 | 2024.11.14 04:48:29.545777 [ 252 ] {b6052fc8-e701-4327-b898-ce80b318648d} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3384 | 2024.11.14 04:48:29.545824 [ 252 ] {b6052fc8-e701-4327-b898-ce80b318648d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3385 | 2024.11.14 04:48:29.546213 [ 252 ] {b6052fc8-e701-4327-b898-ce80b318648d} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3386 | 2024.11.14 04:48:29.546439 [ 252 ] {b6052fc8-e701-4327-b898-ce80b318648d} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3387 | 2024.11.14 04:48:29.546709 [ 252 ] {b6052fc8-e701-4327-b898-ce80b318648d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00162 sec., 37037.03703703704 rows/sec., 2.50 MiB/sec. | ||
| 3388 | 2024.11.14 04:48:29.546909 [ 252 ] {b6052fc8-e701-4327-b898-ce80b318648d} <Debug> TCPHandler: Processed in 0.001991758 sec. | ||
| 3389 | 2024.11.14 04:48:34.534429 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3390 | 2024.11.14 04:48:34.534660 [ 250 ] {8178bfc6-05a9-43df-b9f7-c981868b24cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3391 | 2024.11.14 04:48:34.534738 [ 250 ] {8178bfc6-05a9-43df-b9f7-c981868b24cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3392 | 2024.11.14 04:48:34.535569 [ 250 ] {8178bfc6-05a9-43df-b9f7-c981868b24cb} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3393 | 2024.11.14 04:48:34.535609 [ 250 ] {8178bfc6-05a9-43df-b9f7-c981868b24cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3394 | 2024.11.14 04:48:34.536037 [ 250 ] {8178bfc6-05a9-43df-b9f7-c981868b24cb} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3395 | 2024.11.14 04:48:34.536294 [ 250 ] {8178bfc6-05a9-43df-b9f7-c981868b24cb} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3396 | 2024.11.14 04:48:34.536496 [ 250 ] {8178bfc6-05a9-43df-b9f7-c981868b24cb} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001897 sec., 29520.295202952027 rows/sec., 2.25 MiB/sec. | ||
| 3397 | 2024.11.14 04:48:34.536551 [ 250 ] {8178bfc6-05a9-43df-b9f7-c981868b24cb} <Debug> TCPHandler: Processed in 0.002256646 sec. | ||
| 3398 | 2024.11.14 04:48:34.536828 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3399 | 2024.11.14 04:48:34.537035 [ 252 ] {51c6289f-696c-4cba-ae54-e44862c7e102} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3400 | 2024.11.14 04:48:34.537115 [ 252 ] {51c6289f-696c-4cba-ae54-e44862c7e102} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3401 | 2024.11.14 04:48:34.537889 [ 252 ] {51c6289f-696c-4cba-ae54-e44862c7e102} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3402 | 2024.11.14 04:48:34.537940 [ 252 ] {51c6289f-696c-4cba-ae54-e44862c7e102} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3403 | 2024.11.14 04:48:34.538362 [ 252 ] {51c6289f-696c-4cba-ae54-e44862c7e102} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3404 | 2024.11.14 04:48:34.538604 [ 252 ] {51c6289f-696c-4cba-ae54-e44862c7e102} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3405 | 2024.11.14 04:48:34.538843 [ 252 ] {51c6289f-696c-4cba-ae54-e44862c7e102} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001865 sec., 34316.35388739946 rows/sec., 2.68 MiB/sec. | ||
| 3406 | 2024.11.14 04:48:34.538902 [ 252 ] {51c6289f-696c-4cba-ae54-e44862c7e102} <Debug> TCPHandler: Processed in 0.002215914 sec. | ||
| 3407 | 2024.11.14 04:48:34.539101 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3408 | 2024.11.14 04:48:34.539252 [ 250 ] {99d1ed35-081a-40bb-9b3b-fc2cb0866559} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3409 | 2024.11.14 04:48:34.539312 [ 250 ] {99d1ed35-081a-40bb-9b3b-fc2cb0866559} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3410 | 2024.11.14 04:48:34.540016 [ 250 ] {99d1ed35-081a-40bb-9b3b-fc2cb0866559} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3411 | 2024.11.14 04:48:34.540062 [ 250 ] {99d1ed35-081a-40bb-9b3b-fc2cb0866559} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3412 | 2024.11.14 04:48:34.540465 [ 250 ] {99d1ed35-081a-40bb-9b3b-fc2cb0866559} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3413 | 2024.11.14 04:48:34.540706 [ 250 ] {99d1ed35-081a-40bb-9b3b-fc2cb0866559} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3414 | 2024.11.14 04:48:34.540823 [ 122 ] {} <Debug> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3415 | 2024.11.14 04:48:34.540866 [ 122 ] {} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3416 | 2024.11.14 04:48:34.540889 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3417 | 2024.11.14 04:48:34.540897 [ 250 ] {99d1ed35-081a-40bb-9b3b-fc2cb0866559} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001677 sec., 95408.46750149076 rows/sec., 6.65 MiB/sec. | ||
| 3418 | 2024.11.14 04:48:34.541054 [ 250 ] {99d1ed35-081a-40bb-9b3b-fc2cb0866559} <Debug> TCPHandler: Processed in 0.0020533 sec. | ||
| 3419 | 2024.11.14 04:48:34.541163 [ 203 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::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 | ||
| 3420 | 2024.11.14 04:48:34.541256 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3421 | 2024.11.14 04:48:34.541466 [ 203 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3422 | 2024.11.14 04:48:34.541515 [ 252 ] {430205e3-3a62-4641-8a22-f9b60fb095ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3423 | 2024.11.14 04:48:34.541544 [ 203 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5319 rows starting from the beginning of the part | ||
| 3424 | 2024.11.14 04:48:34.541634 [ 252 ] {430205e3-3a62-4641-8a22-f9b60fb095ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3425 | 2024.11.14 04:48:34.541840 [ 203 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 130 rows starting from the beginning of the part | ||
| 3426 | 2024.11.14 04:48:34.542305 [ 203 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::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 | ||
| 3427 | 2024.11.14 04:48:34.542713 [ 203 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::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 | ||
| 3428 | 2024.11.14 04:48:34.542998 [ 203 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 165 rows starting from the beginning of the part | ||
| 3429 | 2024.11.14 04:48:34.543165 [ 203 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 160 rows starting from the beginning of the part | ||
| 3430 | 2024.11.14 04:48:34.544163 [ 252 ] {430205e3-3a62-4641-8a22-f9b60fb095ca} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3431 | 2024.11.14 04:48:34.544230 [ 252 ] {430205e3-3a62-4641-8a22-f9b60fb095ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3432 | 2024.11.14 04:48:34.545066 [ 252 ] {430205e3-3a62-4641-8a22-f9b60fb095ca} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3433 | 2024.11.14 04:48:34.545523 [ 252 ] {430205e3-3a62-4641-8a22-f9b60fb095ca} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3434 | 2024.11.14 04:48:34.545845 [ 122 ] {} <Debug> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3435 | 2024.11.14 04:48:34.545945 [ 122 ] {} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3436 | 2024.11.14 04:48:34.546044 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3437 | 2024.11.14 04:48:34.546353 [ 252 ] {430205e3-3a62-4641-8a22-f9b60fb095ca} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004829 sec., 12424.932698281218 rows/sec., 857.45 KiB/sec. | ||
| 3438 | 2024.11.14 04:48:34.546539 [ 190 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::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 | ||
| 3439 | 2024.11.14 04:48:34.546789 [ 252 ] {430205e3-3a62-4641-8a22-f9b60fb095ca} <Debug> TCPHandler: Processed in 0.005612303 sec. | ||
| 3440 | 2024.11.14 04:48:34.547111 [ 190 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3441 | 2024.11.14 04:48:34.547162 [ 190 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 518 rows starting from the beginning of the part | ||
| 3442 | 2024.11.14 04:48:34.547344 [ 190 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 48 rows starting from the beginning of the part | ||
| 3443 | 2024.11.14 04:48:34.547623 [ 190 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::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 | ||
| 3444 | 2024.11.14 04:48:34.547923 [ 190 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::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 | ||
| 3445 | 2024.11.14 04:48:34.548157 [ 190 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::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 | ||
| 3446 | 2024.11.14 04:48:34.548301 [ 190 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 60 rows starting from the beginning of the part | ||
| 3447 | 2024.11.14 04:48:34.549026 [ 196 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6171 rows, containing 5 columns (5 merged, 0 gathered) in 0.008036023 sec., 767917.1649956701 rows/sec., 51.62 MiB/sec. | ||
| 3448 | 2024.11.14 04:48:34.549512 [ 195 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3449 | 2024.11.14 04:48:34.550198 [ 195 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3450 | 2024.11.14 04:48:34.550351 [ 195 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3451 | 2024.11.14 04:48:34.550572 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.33 MiB. | ||
| 3452 | 2024.11.14 04:48:34.550756 [ 197 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 828 rows, containing 4 columns (4 merged, 0 gathered) in 0.004543392 sec., 182242.69444503137 rows/sec., 11.74 MiB/sec. | ||
| 3453 | 2024.11.14 04:48:34.550985 [ 196 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3454 | 2024.11.14 04:48:34.551295 [ 196 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_21_4} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3455 | 2024.11.14 04:48:34.551370 [ 196 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_21_4} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3456 | 2024.11.14 04:48:34.551461 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
| 3457 | 2024.11.14 04:48:36.251190 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34009, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3458 | 2024.11.14 04:48:36.485626 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53635, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3459 | 2024.11.14 04:48:36.591066 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44528, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3460 | 2024.11.14 04:48:36.597384 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37412, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3461 | 2024.11.14 04:48:36.735760 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60157, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3462 | 2024.11.14 04:48:36.741049 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46552, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3463 | 2024.11.14 04:48:36.742344 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49414, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3464 | 2024.11.14 04:48:36.753619 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49155, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3465 | 2024.11.14 04:48:38.289972 [ 118 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3466 | 2024.11.14 04:48:38.290027 [ 118 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3467 | 2024.11.14 04:48:38.432829 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 484 | ||
| 3468 | 2024.11.14 04:48:38.435498 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3469 | 2024.11.14 04:48:38.435537 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3470 | 2024.11.14 04:48:38.436935 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3471 | 2024.11.14 04:48:38.437247 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3472 | 2024.11.14 04:48:38.437721 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 484 | ||
| 3473 | 2024.11.14 04:48:39.540162 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3474 | 2024.11.14 04:48:39.540396 [ 250 ] {3794e8eb-3517-4299-9cd8-36430af2f6a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3475 | 2024.11.14 04:48:39.540475 [ 250 ] {3794e8eb-3517-4299-9cd8-36430af2f6a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3476 | 2024.11.14 04:48:39.541306 [ 250 ] {3794e8eb-3517-4299-9cd8-36430af2f6a1} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3477 | 2024.11.14 04:48:39.541352 [ 250 ] {3794e8eb-3517-4299-9cd8-36430af2f6a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3478 | 2024.11.14 04:48:39.541779 [ 250 ] {3794e8eb-3517-4299-9cd8-36430af2f6a1} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3479 | 2024.11.14 04:48:39.542031 [ 250 ] {3794e8eb-3517-4299-9cd8-36430af2f6a1} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3480 | 2024.11.14 04:48:39.542244 [ 250 ] {3794e8eb-3517-4299-9cd8-36430af2f6a1} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001899 sec., 7372.30121116377 rows/sec., 530.71 KiB/sec. | ||
| 3481 | 2024.11.14 04:48:39.542395 [ 250 ] {3794e8eb-3517-4299-9cd8-36430af2f6a1} <Debug> TCPHandler: Processed in 0.002364839 sec. | ||
| 3482 | 2024.11.14 04:48:39.542677 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3483 | 2024.11.14 04:48:39.542864 [ 252 ] {499197a6-6b6c-4ccb-9a52-aad081b72f58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3484 | 2024.11.14 04:48:39.542935 [ 252 ] {499197a6-6b6c-4ccb-9a52-aad081b72f58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3485 | 2024.11.14 04:48:39.543885 [ 252 ] {499197a6-6b6c-4ccb-9a52-aad081b72f58} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3486 | 2024.11.14 04:48:39.543932 [ 252 ] {499197a6-6b6c-4ccb-9a52-aad081b72f58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3487 | 2024.11.14 04:48:39.544374 [ 252 ] {499197a6-6b6c-4ccb-9a52-aad081b72f58} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3488 | 2024.11.14 04:48:39.544626 [ 252 ] {499197a6-6b6c-4ccb-9a52-aad081b72f58} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3489 | 2024.11.14 04:48:39.544880 [ 252 ] {499197a6-6b6c-4ccb-9a52-aad081b72f58} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.002065 sec., 138014.52784503633 rows/sec., 12.18 MiB/sec. | ||
| 3490 | 2024.11.14 04:48:39.544951 [ 252 ] {499197a6-6b6c-4ccb-9a52-aad081b72f58} <Debug> TCPHandler: Processed in 0.002409449 sec. | ||
| 3491 | 2024.11.14 04:48:39.545126 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3492 | 2024.11.14 04:48:39.545247 [ 250 ] {c453cece-b61a-4dfc-9e3b-906b57c60e95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3493 | 2024.11.14 04:48:39.545301 [ 250 ] {c453cece-b61a-4dfc-9e3b-906b57c60e95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3494 | 2024.11.14 04:48:39.545904 [ 250 ] {c453cece-b61a-4dfc-9e3b-906b57c60e95} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3495 | 2024.11.14 04:48:39.545942 [ 250 ] {c453cece-b61a-4dfc-9e3b-906b57c60e95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3496 | 2024.11.14 04:48:39.546302 [ 250 ] {c453cece-b61a-4dfc-9e3b-906b57c60e95} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3497 | 2024.11.14 04:48:39.546545 [ 250 ] {c453cece-b61a-4dfc-9e3b-906b57c60e95} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3498 | 2024.11.14 04:48:39.546721 [ 250 ] {c453cece-b61a-4dfc-9e3b-906b57c60e95} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001499 sec., 32021.347565043365 rows/sec., 2.31 MiB/sec. | ||
| 3499 | 2024.11.14 04:48:39.546770 [ 250 ] {c453cece-b61a-4dfc-9e3b-906b57c60e95} <Debug> TCPHandler: Processed in 0.001704349 sec. | ||
| 3500 | 2024.11.14 04:48:39.546931 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3501 | 2024.11.14 04:48:39.547058 [ 252 ] {f09dd6ff-e673-448c-b734-4dda832a0e29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3502 | 2024.11.14 04:48:39.547112 [ 252 ] {f09dd6ff-e673-448c-b734-4dda832a0e29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3503 | 2024.11.14 04:48:39.547724 [ 252 ] {f09dd6ff-e673-448c-b734-4dda832a0e29} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3504 | 2024.11.14 04:48:39.547766 [ 252 ] {f09dd6ff-e673-448c-b734-4dda832a0e29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3505 | 2024.11.14 04:48:39.548124 [ 252 ] {f09dd6ff-e673-448c-b734-4dda832a0e29} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3506 | 2024.11.14 04:48:39.548358 [ 252 ] {f09dd6ff-e673-448c-b734-4dda832a0e29} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3507 | 2024.11.14 04:48:39.548606 [ 252 ] {f09dd6ff-e673-448c-b734-4dda832a0e29} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00157 sec., 8917.197452229299 rows/sec., 624.50 KiB/sec. | ||
| 3508 | 2024.11.14 04:48:39.548681 [ 252 ] {f09dd6ff-e673-448c-b734-4dda832a0e29} <Debug> TCPHandler: Processed in 0.001812842 sec. | ||
| 3509 | 2024.11.14 04:48:39.548831 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3510 | 2024.11.14 04:48:39.548956 [ 250 ] {3f818317-82ba-481e-9df9-b63c53f9f2fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3511 | 2024.11.14 04:48:39.549009 [ 250 ] {3f818317-82ba-481e-9df9-b63c53f9f2fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3512 | 2024.11.14 04:48:39.549610 [ 250 ] {3f818317-82ba-481e-9df9-b63c53f9f2fb} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3513 | 2024.11.14 04:48:39.549649 [ 250 ] {3f818317-82ba-481e-9df9-b63c53f9f2fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3514 | 2024.11.14 04:48:39.550012 [ 250 ] {3f818317-82ba-481e-9df9-b63c53f9f2fb} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3515 | 2024.11.14 04:48:39.550257 [ 250 ] {3f818317-82ba-481e-9df9-b63c53f9f2fb} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3516 | 2024.11.14 04:48:39.550499 [ 250 ] {3f818317-82ba-481e-9df9-b63c53f9f2fb} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001539 sec., 8447.043534762834 rows/sec., 526.67 KiB/sec. | ||
| 3517 | 2024.11.14 04:48:39.550629 [ 250 ] {3f818317-82ba-481e-9df9-b63c53f9f2fb} <Debug> TCPHandler: Processed in 0.001857254 sec. | ||
| 3518 | 2024.11.14 04:48:39.550773 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3519 | 2024.11.14 04:48:39.550894 [ 252 ] {9764fa78-40e3-4871-a194-04dee6c07354} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3520 | 2024.11.14 04:48:39.550943 [ 252 ] {9764fa78-40e3-4871-a194-04dee6c07354} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3521 | 2024.11.14 04:48:39.551687 [ 252 ] {9764fa78-40e3-4871-a194-04dee6c07354} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3522 | 2024.11.14 04:48:39.551726 [ 252 ] {9764fa78-40e3-4871-a194-04dee6c07354} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3523 | 2024.11.14 04:48:39.552128 [ 252 ] {9764fa78-40e3-4871-a194-04dee6c07354} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3524 | 2024.11.14 04:48:39.552373 [ 252 ] {9764fa78-40e3-4871-a194-04dee6c07354} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3525 | 2024.11.14 04:48:39.552635 [ 252 ] {9764fa78-40e3-4871-a194-04dee6c07354} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001757 sec., 240751.28059191804 rows/sec., 17.21 MiB/sec. | ||
| 3526 | 2024.11.14 04:48:39.552789 [ 252 ] {9764fa78-40e3-4871-a194-04dee6c07354} <Debug> TCPHandler: Processed in 0.00207066 sec. | ||
| 3527 | 2024.11.14 04:48:39.552986 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3528 | 2024.11.14 04:48:39.553132 [ 250 ] {5a4e277e-fb4d-4fa9-97cd-950000ce7c11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3529 | 2024.11.14 04:48:39.553193 [ 250 ] {5a4e277e-fb4d-4fa9-97cd-950000ce7c11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3530 | 2024.11.14 04:48:39.553705 [ 250 ] {5a4e277e-fb4d-4fa9-97cd-950000ce7c11} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3531 | 2024.11.14 04:48:39.553743 [ 250 ] {5a4e277e-fb4d-4fa9-97cd-950000ce7c11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3532 | 2024.11.14 04:48:39.554105 [ 250 ] {5a4e277e-fb4d-4fa9-97cd-950000ce7c11} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3533 | 2024.11.14 04:48:39.554342 [ 250 ] {5a4e277e-fb4d-4fa9-97cd-950000ce7c11} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3534 | 2024.11.14 04:48:39.554647 [ 250 ] {5a4e277e-fb4d-4fa9-97cd-950000ce7c11} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001518 sec., 3952.569169960474 rows/sec., 206.51 KiB/sec. | ||
| 3535 | 2024.11.14 04:48:39.554750 [ 250 ] {5a4e277e-fb4d-4fa9-97cd-950000ce7c11} <Debug> TCPHandler: Processed in 0.001845034 sec. | ||
| 3536 | 2024.11.14 04:48:39.554900 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3537 | 2024.11.14 04:48:39.555021 [ 252 ] {3ba07de9-bf3c-49a5-85ff-f79515e73985} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3538 | 2024.11.14 04:48:39.555074 [ 252 ] {3ba07de9-bf3c-49a5-85ff-f79515e73985} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3539 | 2024.11.14 04:48:39.555663 [ 252 ] {3ba07de9-bf3c-49a5-85ff-f79515e73985} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3540 | 2024.11.14 04:48:39.555701 [ 252 ] {3ba07de9-bf3c-49a5-85ff-f79515e73985} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3541 | 2024.11.14 04:48:39.556097 [ 252 ] {3ba07de9-bf3c-49a5-85ff-f79515e73985} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3542 | 2024.11.14 04:48:39.556327 [ 252 ] {3ba07de9-bf3c-49a5-85ff-f79515e73985} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3543 | 2024.11.14 04:48:39.556536 [ 252 ] {3ba07de9-bf3c-49a5-85ff-f79515e73985} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001541 sec., 153796.2362102531 rows/sec., 10.31 MiB/sec. | ||
| 3544 | 2024.11.14 04:48:39.556586 [ 252 ] {3ba07de9-bf3c-49a5-85ff-f79515e73985} <Debug> TCPHandler: Processed in 0.00174598 sec. | ||
| 3545 | 2024.11.14 04:48:39.556729 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3546 | 2024.11.14 04:48:39.556848 [ 250 ] {29ba3522-3ff6-491e-b32c-0a316c588764} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3547 | 2024.11.14 04:48:39.556900 [ 250 ] {29ba3522-3ff6-491e-b32c-0a316c588764} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3548 | 2024.11.14 04:48:39.557373 [ 250 ] {29ba3522-3ff6-491e-b32c-0a316c588764} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3549 | 2024.11.14 04:48:39.557412 [ 250 ] {29ba3522-3ff6-491e-b32c-0a316c588764} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3550 | 2024.11.14 04:48:39.557767 [ 250 ] {29ba3522-3ff6-491e-b32c-0a316c588764} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3551 | 2024.11.14 04:48:39.558004 [ 250 ] {29ba3522-3ff6-491e-b32c-0a316c588764} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3552 | 2024.11.14 04:48:39.558203 [ 250 ] {29ba3522-3ff6-491e-b32c-0a316c588764} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001378 sec., 725.6894049346879 rows/sec., 48.90 KiB/sec. | ||
| 3553 | 2024.11.14 04:48:39.558252 [ 250 ] {29ba3522-3ff6-491e-b32c-0a316c588764} <Debug> TCPHandler: Processed in 0.001579315 sec. | ||
| 3554 | 2024.11.14 04:48:39.558401 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3555 | 2024.11.14 04:48:39.558540 [ 252 ] {98813602-3bd0-47c3-baec-67949563e6a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3556 | 2024.11.14 04:48:39.558633 [ 252 ] {98813602-3bd0-47c3-baec-67949563e6a2} <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 | ||
| 3557 | 2024.11.14 04:48:39.559928 [ 252 ] {98813602-3bd0-47c3-baec-67949563e6a2} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3558 | 2024.11.14 04:48:39.559970 [ 252 ] {98813602-3bd0-47c3-baec-67949563e6a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3559 | 2024.11.14 04:48:39.560616 [ 252 ] {98813602-3bd0-47c3-baec-67949563e6a2} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3560 | 2024.11.14 04:48:39.560870 [ 252 ] {98813602-3bd0-47c3-baec-67949563e6a2} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3561 | 2024.11.14 04:48:39.561187 [ 252 ] {98813602-3bd0-47c3-baec-67949563e6a2} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002657 sec., 15430.937147158449 rows/sec., 27.65 MiB/sec. | ||
| 3562 | 2024.11.14 04:48:39.561347 [ 252 ] {98813602-3bd0-47c3-baec-67949563e6a2} <Debug> TCPHandler: Processed in 0.003012557 sec. | ||
| 3563 | 2024.11.14 04:48:39.561516 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3564 | 2024.11.14 04:48:39.561636 [ 250 ] {e95f388f-4501-4af9-90c8-3ac4d06e694b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3565 | 2024.11.14 04:48:39.561685 [ 250 ] {e95f388f-4501-4af9-90c8-3ac4d06e694b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3566 | 2024.11.14 04:48:39.562169 [ 250 ] {e95f388f-4501-4af9-90c8-3ac4d06e694b} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3567 | 2024.11.14 04:48:39.562207 [ 250 ] {e95f388f-4501-4af9-90c8-3ac4d06e694b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3568 | 2024.11.14 04:48:39.562581 [ 250 ] {e95f388f-4501-4af9-90c8-3ac4d06e694b} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3569 | 2024.11.14 04:48:39.562815 [ 250 ] {e95f388f-4501-4af9-90c8-3ac4d06e694b} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3570 | 2024.11.14 04:48:39.563082 [ 250 ] {e95f388f-4501-4af9-90c8-3ac4d06e694b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001448 sec., 56629.83425414364 rows/sec., 3.60 MiB/sec. | ||
| 3571 | 2024.11.14 04:48:39.563288 [ 250 ] {e95f388f-4501-4af9-90c8-3ac4d06e694b} <Debug> TCPHandler: Processed in 0.001830653 sec. | ||
| 3572 | 2024.11.14 04:48:39.634120 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:47964, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3573 | 2024.11.14 04:48:39.807704 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:46423, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3574 | 2024.11.14 04:48:40.181916 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:65280, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3575 | 2024.11.14 04:48:40.300743 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:57525, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3576 | 2024.11.14 04:48:40.377657 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:65218, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3577 | 2024.11.14 04:48:40.389202 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:60102, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3578 | 2024.11.14 04:48:40.420434 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:40394, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3579 | 2024.11.14 04:48:40.425678 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:60412, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3580 | 2024.11.14 04:48:40.427902 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:57584, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3581 | 2024.11.14 04:48:40.587621 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:42932, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3582 | 2024.11.14 04:48:40.594049 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:63268, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3583 | 2024.11.14 04:48:40.602405 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:57199, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3584 | 2024.11.14 04:48:40.608778 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:56436, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3585 | 2024.11.14 04:48:40.662606 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:48525, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3586 | 2024.11.14 04:48:40.662796 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:59427, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3587 | 2024.11.14 04:48:40.722479 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:40739, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3588 | 2024.11.14 04:48:41.271803 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:37004, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3589 | 2024.11.14 04:48:41.710936 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:51242, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3590 | 2024.11.14 04:48:41.831614 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:35728, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3591 | 2024.11.14 04:48:41.938132 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:55407, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3592 | 2024.11.14 04:48:42.055006 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:53512, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3593 | 2024.11.14 04:48:42.139932 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:43332, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3594 | 2024.11.14 04:48:42.152280 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:49462, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3595 | 2024.11.14 04:48:42.167827 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:47608, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3596 | 2024.11.14 04:48:44.532556 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3597 | 2024.11.14 04:48:44.532784 [ 250 ] {a68c1425-60f6-488a-8882-6f7cbc9c92c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3598 | 2024.11.14 04:48:44.532865 [ 250 ] {a68c1425-60f6-488a-8882-6f7cbc9c92c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3599 | 2024.11.14 04:48:44.533686 [ 250 ] {a68c1425-60f6-488a-8882-6f7cbc9c92c3} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3600 | 2024.11.14 04:48:44.533736 [ 250 ] {a68c1425-60f6-488a-8882-6f7cbc9c92c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3601 | 2024.11.14 04:48:44.534162 [ 250 ] {a68c1425-60f6-488a-8882-6f7cbc9c92c3} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3602 | 2024.11.14 04:48:44.534409 [ 250 ] {a68c1425-60f6-488a-8882-6f7cbc9c92c3} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3603 | 2024.11.14 04:48:44.534604 [ 113 ] {} <Debug> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3604 | 2024.11.14 04:48:44.534672 [ 250 ] {a68c1425-60f6-488a-8882-6f7cbc9c92c3} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001939 sec., 28880.86642599278 rows/sec., 2.20 MiB/sec. | ||
| 3605 | 2024.11.14 04:48:44.534700 [ 113 ] {} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3606 | 2024.11.14 04:48:44.534770 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3607 | 2024.11.14 04:48:44.534794 [ 250 ] {a68c1425-60f6-488a-8882-6f7cbc9c92c3} <Debug> TCPHandler: Processed in 0.002370769 sec. | ||
| 3608 | 2024.11.14 04:48:44.534926 [ 190 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::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 | ||
| 3609 | 2024.11.14 04:48:44.535053 [ 190 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3610 | 2024.11.14 04:48:44.535087 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3611 | 2024.11.14 04:48:44.535111 [ 190 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::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 | ||
| 3612 | 2024.11.14 04:48:44.535337 [ 190 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 285 rows starting from the beginning of the part | ||
| 3613 | 2024.11.14 04:48:44.535527 [ 252 ] {f4ee270e-4434-4559-98b3-7de4a754048d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3614 | 2024.11.14 04:48:44.535603 [ 190 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 61 rows starting from the beginning of the part | ||
| 3615 | 2024.11.14 04:48:44.535747 [ 252 ] {f4ee270e-4434-4559-98b3-7de4a754048d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3616 | 2024.11.14 04:48:44.535846 [ 190 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 56 rows starting from the beginning of the part | ||
| 3617 | 2024.11.14 04:48:44.536262 [ 190 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 285 rows starting from the beginning of the part | ||
| 3618 | 2024.11.14 04:48:44.536668 [ 190 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 56 rows starting from the beginning of the part | ||
| 3619 | 2024.11.14 04:48:44.538473 [ 252 ] {f4ee270e-4434-4559-98b3-7de4a754048d} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3620 | 2024.11.14 04:48:44.538552 [ 252 ] {f4ee270e-4434-4559-98b3-7de4a754048d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3621 | 2024.11.14 04:48:44.539537 [ 252 ] {f4ee270e-4434-4559-98b3-7de4a754048d} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3622 | 2024.11.14 04:48:44.540198 [ 252 ] {f4ee270e-4434-4559-98b3-7de4a754048d} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3623 | 2024.11.14 04:48:44.540234 [ 190 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2172 rows, containing 5 columns (5 merged, 0 gathered) in 0.005372216 sec., 404302.43311140133 rows/sec., 35.56 MiB/sec. | ||
| 3624 | 2024.11.14 04:48:44.540496 [ 113 ] {} <Debug> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3625 | 2024.11.14 04:48:44.540555 [ 190 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3626 | 2024.11.14 04:48:44.540579 [ 113 ] {} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3627 | 2024.11.14 04:48:44.540647 [ 252 ] {f4ee270e-4434-4559-98b3-7de4a754048d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005272 sec., 12139.60546282246 rows/sec., 970.26 KiB/sec. | ||
| 3628 | 2024.11.14 04:48:44.540700 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3629 | 2024.11.14 04:48:44.541019 [ 252 ] {f4ee270e-4434-4559-98b3-7de4a754048d} <Debug> TCPHandler: Processed in 0.006076536 sec. | ||
| 3630 | 2024.11.14 04:48:44.541329 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3631 | 2024.11.14 04:48:44.541473 [ 190 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_26_5} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3632 | 2024.11.14 04:48:44.541790 [ 250 ] {b68b33c1-7a76-4c22-996d-c659a65fc717} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3633 | 2024.11.14 04:48:44.541858 [ 190 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_26_5} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3634 | 2024.11.14 04:48:44.542046 [ 250 ] {b68b33c1-7a76-4c22-996d-c659a65fc717} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3635 | 2024.11.14 04:48:44.542225 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 3636 | 2024.11.14 04:48:44.542301 [ 197 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::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 | ||
| 3637 | 2024.11.14 04:48:44.542660 [ 197 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3638 | 2024.11.14 04:48:44.542746 [ 197 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 905 rows starting from the beginning of the part | ||
| 3639 | 2024.11.14 04:48:44.542911 [ 197 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 423 rows starting from the beginning of the part | ||
| 3640 | 2024.11.14 04:48:44.543210 [ 197 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 74 rows starting from the beginning of the part | ||
| 3641 | 2024.11.14 04:48:44.543510 [ 197 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 64 rows starting from the beginning of the part | ||
| 3642 | 2024.11.14 04:48:44.543922 [ 197 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 423 rows starting from the beginning of the part | ||
| 3643 | 2024.11.14 04:48:44.544305 [ 197 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 64 rows starting from the beginning of the part | ||
| 3644 | 2024.11.14 04:48:44.544580 [ 250 ] {b68b33c1-7a76-4c22-996d-c659a65fc717} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3645 | 2024.11.14 04:48:44.544686 [ 250 ] {b68b33c1-7a76-4c22-996d-c659a65fc717} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3646 | 2024.11.14 04:48:44.545618 [ 250 ] {b68b33c1-7a76-4c22-996d-c659a65fc717} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3647 | 2024.11.14 04:48:44.546182 [ 250 ] {b68b33c1-7a76-4c22-996d-c659a65fc717} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3648 | 2024.11.14 04:48:44.546742 [ 250 ] {b68b33c1-7a76-4c22-996d-c659a65fc717} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.005103 sec., 25083.284342543604 rows/sec., 1.75 MiB/sec. | ||
| 3649 | 2024.11.14 04:48:44.546822 [ 250 ] {b68b33c1-7a76-4c22-996d-c659a65fc717} <Debug> TCPHandler: Processed in 0.005663464 sec. | ||
| 3650 | 2024.11.14 04:48:44.547020 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3651 | 2024.11.14 04:48:44.547313 [ 252 ] {7a103461-d0ab-499e-958d-8b1cf976d27e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3652 | 2024.11.14 04:48:44.547413 [ 197 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1953 rows, containing 5 columns (5 merged, 0 gathered) in 0.006526199 sec., 299255.3552228487 rows/sec., 22.91 MiB/sec. | ||
| 3653 | 2024.11.14 04:48:44.547424 [ 252 ] {7a103461-d0ab-499e-958d-8b1cf976d27e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3654 | 2024.11.14 04:48:44.547672 [ 197 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3655 | 2024.11.14 04:48:44.548216 [ 197 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_26_5} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3656 | 2024.11.14 04:48:44.548413 [ 197 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_26_5} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3657 | 2024.11.14 04:48:44.548467 [ 252 ] {7a103461-d0ab-499e-958d-8b1cf976d27e} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3658 | 2024.11.14 04:48:44.548535 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 3659 | 2024.11.14 04:48:44.548543 [ 252 ] {7a103461-d0ab-499e-958d-8b1cf976d27e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3660 | 2024.11.14 04:48:44.548942 [ 252 ] {7a103461-d0ab-499e-958d-8b1cf976d27e} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3661 | 2024.11.14 04:48:44.549177 [ 252 ] {7a103461-d0ab-499e-958d-8b1cf976d27e} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3662 | 2024.11.14 04:48:44.549391 [ 252 ] {7a103461-d0ab-499e-958d-8b1cf976d27e} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.002186 sec., 21957.913998170174 rows/sec., 1.48 MiB/sec. | ||
| 3663 | 2024.11.14 04:48:44.549444 [ 252 ] {7a103461-d0ab-499e-958d-8b1cf976d27e} <Debug> TCPHandler: Processed in 0.002485722 sec. | ||
| 3664 | 2024.11.14 04:48:48.438746 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 514 | ||
| 3665 | 2024.11.14 04:48:48.441613 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3666 | 2024.11.14 04:48:48.441663 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3667 | 2024.11.14 04:48:48.443078 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3668 | 2024.11.14 04:48:48.443381 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3669 | 2024.11.14 04:48:48.443893 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 514 | ||
| 3670 | 2024.11.14 04:48:49.534025 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3671 | 2024.11.14 04:48:49.534252 [ 250 ] {19e06e3c-e633-4011-a0f6-43afebc17438} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3672 | 2024.11.14 04:48:49.534336 [ 250 ] {19e06e3c-e633-4011-a0f6-43afebc17438} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3673 | 2024.11.14 04:48:49.535126 [ 250 ] {19e06e3c-e633-4011-a0f6-43afebc17438} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3674 | 2024.11.14 04:48:49.535176 [ 250 ] {19e06e3c-e633-4011-a0f6-43afebc17438} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3675 | 2024.11.14 04:48:49.535613 [ 250 ] {19e06e3c-e633-4011-a0f6-43afebc17438} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3676 | 2024.11.14 04:48:49.535875 [ 250 ] {19e06e3c-e633-4011-a0f6-43afebc17438} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3677 | 2024.11.14 04:48:49.536100 [ 250 ] {19e06e3c-e633-4011-a0f6-43afebc17438} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001908 sec., 29350.104821802935 rows/sec., 2.24 MiB/sec. | ||
| 3678 | 2024.11.14 04:48:49.536158 [ 250 ] {19e06e3c-e633-4011-a0f6-43afebc17438} <Debug> TCPHandler: Processed in 0.002273486 sec. | ||
| 3679 | 2024.11.14 04:48:49.536423 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3680 | 2024.11.14 04:48:49.536629 [ 252 ] {4d888625-d685-4133-b93c-c8d779cf6908} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3681 | 2024.11.14 04:48:49.536713 [ 252 ] {4d888625-d685-4133-b93c-c8d779cf6908} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3682 | 2024.11.14 04:48:49.537585 [ 252 ] {4d888625-d685-4133-b93c-c8d779cf6908} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3683 | 2024.11.14 04:48:49.537637 [ 252 ] {4d888625-d685-4133-b93c-c8d779cf6908} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3684 | 2024.11.14 04:48:49.538061 [ 252 ] {4d888625-d685-4133-b93c-c8d779cf6908} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3685 | 2024.11.14 04:48:49.538309 [ 252 ] {4d888625-d685-4133-b93c-c8d779cf6908} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3686 | 2024.11.14 04:48:49.538546 [ 252 ] {4d888625-d685-4133-b93c-c8d779cf6908} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001977 sec., 32372.281234193222 rows/sec., 2.53 MiB/sec. | ||
| 3687 | 2024.11.14 04:48:49.538609 [ 252 ] {4d888625-d685-4133-b93c-c8d779cf6908} <Debug> TCPHandler: Processed in 0.002320237 sec. | ||
| 3688 | 2024.11.14 04:48:49.538767 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3689 | 2024.11.14 04:48:49.538886 [ 250 ] {004d7bd6-5f6f-4af4-9c1b-2e227e690ef7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3690 | 2024.11.14 04:48:49.538941 [ 250 ] {004d7bd6-5f6f-4af4-9c1b-2e227e690ef7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3691 | 2024.11.14 04:48:49.539558 [ 250 ] {004d7bd6-5f6f-4af4-9c1b-2e227e690ef7} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3692 | 2024.11.14 04:48:49.539599 [ 250 ] {004d7bd6-5f6f-4af4-9c1b-2e227e690ef7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3693 | 2024.11.14 04:48:49.539992 [ 250 ] {004d7bd6-5f6f-4af4-9c1b-2e227e690ef7} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3694 | 2024.11.14 04:48:49.540231 [ 250 ] {004d7bd6-5f6f-4af4-9c1b-2e227e690ef7} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3695 | 2024.11.14 04:48:49.540447 [ 250 ] {004d7bd6-5f6f-4af4-9c1b-2e227e690ef7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001586 sec., 100882.72383354351 rows/sec., 7.03 MiB/sec. | ||
| 3696 | 2024.11.14 04:48:49.540501 [ 250 ] {004d7bd6-5f6f-4af4-9c1b-2e227e690ef7} <Debug> TCPHandler: Processed in 0.001792342 sec. | ||
| 3697 | 2024.11.14 04:48:49.540691 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3698 | 2024.11.14 04:48:49.540835 [ 252 ] {37585862-cd63-4956-9c0b-9e270b2b1c41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3699 | 2024.11.14 04:48:49.540898 [ 252 ] {37585862-cd63-4956-9c0b-9e270b2b1c41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3700 | 2024.11.14 04:48:49.541514 [ 252 ] {37585862-cd63-4956-9c0b-9e270b2b1c41} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3701 | 2024.11.14 04:48:49.541554 [ 252 ] {37585862-cd63-4956-9c0b-9e270b2b1c41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3702 | 2024.11.14 04:48:49.541935 [ 252 ] {37585862-cd63-4956-9c0b-9e270b2b1c41} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3703 | 2024.11.14 04:48:49.542183 [ 252 ] {37585862-cd63-4956-9c0b-9e270b2b1c41} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3704 | 2024.11.14 04:48:49.542419 [ 252 ] {37585862-cd63-4956-9c0b-9e270b2b1c41} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001618 sec., 37082.81829419036 rows/sec., 2.50 MiB/sec. | ||
| 3705 | 2024.11.14 04:48:49.542539 [ 252 ] {37585862-cd63-4956-9c0b-9e270b2b1c41} <Debug> TCPHandler: Processed in 0.001916735 sec. | ||
| 3706 | 2024.11.14 04:48:50.901190 [ 71 ] {} <Debug> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0 | ||
| 3707 | 2024.11.14 04:48:50.901265 [ 71 ] {} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3708 | 2024.11.14 04:48:50.901296 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3709 | 2024.11.14 04:48:50.901519 [ 200 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::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 | ||
| 3710 | 2024.11.14 04:48:50.901733 [ 200 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3711 | 2024.11.14 04:48:50.901778 [ 200 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 52 rows starting from the beginning of the part | ||
| 3712 | 2024.11.14 04:48:50.901883 [ 200 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part | ||
| 3713 | 2024.11.14 04:48:50.901977 [ 200 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 48 rows starting from the beginning of the part | ||
| 3714 | 2024.11.14 04:48:50.902253 [ 200 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 10 rows starting from the beginning of the part | ||
| 3715 | 2024.11.14 04:48:50.902387 [ 200 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::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 | ||
| 3716 | 2024.11.14 04:48:50.903316 [ 187 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 162 rows, containing 5 columns (5 merged, 0 gathered) in 0.001940797 sec., 83470.86274350177 rows/sec., 6.29 MiB/sec. | ||
| 3717 | 2024.11.14 04:48:50.903456 [ 200 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 3718 | 2024.11.14 04:48:50.903738 [ 200 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_15_3} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3719 | 2024.11.14 04:48:50.903816 [ 200 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_15_3} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3 | ||
| 3720 | 2024.11.14 04:48:50.903894 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3721 | 2024.11.14 04:48:53.290081 [ 37 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3722 | 2024.11.14 04:48:53.290159 [ 37 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3723 | 2024.11.14 04:48:54.541230 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3724 | 2024.11.14 04:48:54.541458 [ 250 ] {e1e74ca1-dc6e-4f9a-856a-278a1833af1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3725 | 2024.11.14 04:48:54.541540 [ 250 ] {e1e74ca1-dc6e-4f9a-856a-278a1833af1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3726 | 2024.11.14 04:48:54.542303 [ 250 ] {e1e74ca1-dc6e-4f9a-856a-278a1833af1e} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3727 | 2024.11.14 04:48:54.542353 [ 250 ] {e1e74ca1-dc6e-4f9a-856a-278a1833af1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3728 | 2024.11.14 04:48:54.542780 [ 250 ] {e1e74ca1-dc6e-4f9a-856a-278a1833af1e} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3729 | 2024.11.14 04:48:54.543038 [ 250 ] {e1e74ca1-dc6e-4f9a-856a-278a1833af1e} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3730 | 2024.11.14 04:48:54.543308 [ 250 ] {e1e74ca1-dc6e-4f9a-856a-278a1833af1e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001902 sec., 7360.672975814931 rows/sec., 529.87 KiB/sec. | ||
| 3731 | 2024.11.14 04:48:54.543516 [ 250 ] {e1e74ca1-dc6e-4f9a-856a-278a1833af1e} <Debug> TCPHandler: Processed in 0.00241966 sec. | ||
| 3732 | 2024.11.14 04:48:54.543796 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3733 | 2024.11.14 04:48:54.544009 [ 252 ] {2437f00c-4ead-4d37-acf3-c874c37aef3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3734 | 2024.11.14 04:48:54.544095 [ 252 ] {2437f00c-4ead-4d37-acf3-c874c37aef3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3735 | 2024.11.14 04:48:54.545052 [ 252 ] {2437f00c-4ead-4d37-acf3-c874c37aef3f} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3736 | 2024.11.14 04:48:54.545105 [ 252 ] {2437f00c-4ead-4d37-acf3-c874c37aef3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3737 | 2024.11.14 04:48:54.545555 [ 252 ] {2437f00c-4ead-4d37-acf3-c874c37aef3f} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 3738 | 2024.11.14 04:48:54.545807 [ 252 ] {2437f00c-4ead-4d37-acf3-c874c37aef3f} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3739 | 2024.11.14 04:48:54.546047 [ 252 ] {2437f00c-4ead-4d37-acf3-c874c37aef3f} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.002096 sec., 135973.28244274808 rows/sec., 12.00 MiB/sec. | ||
| 3740 | 2024.11.14 04:48:54.546112 [ 252 ] {2437f00c-4ead-4d37-acf3-c874c37aef3f} <Debug> TCPHandler: Processed in 0.002462811 sec. | ||
| 3741 | 2024.11.14 04:48:54.546329 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3742 | 2024.11.14 04:48:54.546551 [ 250 ] {57e33337-f1ff-4d7c-9791-3f3363d77c33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3743 | 2024.11.14 04:48:54.546642 [ 250 ] {57e33337-f1ff-4d7c-9791-3f3363d77c33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3744 | 2024.11.14 04:48:54.547266 [ 250 ] {57e33337-f1ff-4d7c-9791-3f3363d77c33} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3745 | 2024.11.14 04:48:54.547305 [ 250 ] {57e33337-f1ff-4d7c-9791-3f3363d77c33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3746 | 2024.11.14 04:48:54.547670 [ 250 ] {57e33337-f1ff-4d7c-9791-3f3363d77c33} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3747 | 2024.11.14 04:48:54.547927 [ 250 ] {57e33337-f1ff-4d7c-9791-3f3363d77c33} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3748 | 2024.11.14 04:48:54.548183 [ 250 ] {57e33337-f1ff-4d7c-9791-3f3363d77c33} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001688 sec., 28436.018957345972 rows/sec., 2.05 MiB/sec. | ||
| 3749 | 2024.11.14 04:48:54.548392 [ 250 ] {57e33337-f1ff-4d7c-9791-3f3363d77c33} <Debug> TCPHandler: Processed in 0.002173203 sec. | ||
| 3750 | 2024.11.14 04:48:54.548558 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3751 | 2024.11.14 04:48:54.548684 [ 252 ] {62ae9161-b047-4aef-aa1f-09d3321ee0ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3752 | 2024.11.14 04:48:54.548738 [ 252 ] {62ae9161-b047-4aef-aa1f-09d3321ee0ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3753 | 2024.11.14 04:48:54.549342 [ 252 ] {62ae9161-b047-4aef-aa1f-09d3321ee0ed} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3754 | 2024.11.14 04:48:54.549384 [ 252 ] {62ae9161-b047-4aef-aa1f-09d3321ee0ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3755 | 2024.11.14 04:48:54.549750 [ 252 ] {62ae9161-b047-4aef-aa1f-09d3321ee0ed} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3756 | 2024.11.14 04:48:54.549990 [ 252 ] {62ae9161-b047-4aef-aa1f-09d3321ee0ed} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3757 | 2024.11.14 04:48:54.550267 [ 252 ] {62ae9161-b047-4aef-aa1f-09d3321ee0ed} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.0016 sec., 8750 rows/sec., 612.79 KiB/sec. | ||
| 3758 | 2024.11.14 04:48:54.550383 [ 252 ] {62ae9161-b047-4aef-aa1f-09d3321ee0ed} <Debug> TCPHandler: Processed in 0.001888665 sec. | ||
| 3759 | 2024.11.14 04:48:54.550532 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3760 | 2024.11.14 04:48:54.550658 [ 250 ] {5fa583b4-f489-4466-b3bb-209ffd63ef2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3761 | 2024.11.14 04:48:54.550749 [ 250 ] {5fa583b4-f489-4466-b3bb-209ffd63ef2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3762 | 2024.11.14 04:48:54.551759 [ 250 ] {5fa583b4-f489-4466-b3bb-209ffd63ef2b} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3763 | 2024.11.14 04:48:54.551799 [ 250 ] {5fa583b4-f489-4466-b3bb-209ffd63ef2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3764 | 2024.11.14 04:48:54.552154 [ 250 ] {5fa583b4-f489-4466-b3bb-209ffd63ef2b} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3765 | 2024.11.14 04:48:54.552398 [ 250 ] {5fa583b4-f489-4466-b3bb-209ffd63ef2b} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3766 | 2024.11.14 04:48:54.552654 [ 250 ] {5fa583b4-f489-4466-b3bb-209ffd63ef2b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.002022 sec., 6429.277942631059 rows/sec., 400.86 KiB/sec. | ||
| 3767 | 2024.11.14 04:48:54.552808 [ 250 ] {5fa583b4-f489-4466-b3bb-209ffd63ef2b} <Debug> TCPHandler: Processed in 0.002327377 sec. | ||
| 3768 | 2024.11.14 04:48:54.552956 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3769 | 2024.11.14 04:48:54.553095 [ 252 ] {c6ed8092-f73d-48a4-b6dd-db1e8e99daf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3770 | 2024.11.14 04:48:54.553152 [ 252 ] {c6ed8092-f73d-48a4-b6dd-db1e8e99daf8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3771 | 2024.11.14 04:48:54.553957 [ 252 ] {c6ed8092-f73d-48a4-b6dd-db1e8e99daf8} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3772 | 2024.11.14 04:48:54.553996 [ 252 ] {c6ed8092-f73d-48a4-b6dd-db1e8e99daf8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3773 | 2024.11.14 04:48:54.554380 [ 252 ] {c6ed8092-f73d-48a4-b6dd-db1e8e99daf8} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 3774 | 2024.11.14 04:48:54.554627 [ 252 ] {c6ed8092-f73d-48a4-b6dd-db1e8e99daf8} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3775 | 2024.11.14 04:48:54.554841 [ 252 ] {c6ed8092-f73d-48a4-b6dd-db1e8e99daf8} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001777 sec., 238041.64321890828 rows/sec., 17.02 MiB/sec. | ||
| 3776 | 2024.11.14 04:48:54.554893 [ 252 ] {c6ed8092-f73d-48a4-b6dd-db1e8e99daf8} <Debug> TCPHandler: Processed in 0.002004058 sec. | ||
| 3777 | 2024.11.14 04:48:54.555092 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3778 | 2024.11.14 04:48:54.555312 [ 250 ] {f15692c6-57db-470d-bb71-a70936a31691} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3779 | 2024.11.14 04:48:54.555406 [ 250 ] {f15692c6-57db-470d-bb71-a70936a31691} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3780 | 2024.11.14 04:48:54.556023 [ 250 ] {f15692c6-57db-470d-bb71-a70936a31691} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3781 | 2024.11.14 04:48:54.556062 [ 250 ] {f15692c6-57db-470d-bb71-a70936a31691} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3782 | 2024.11.14 04:48:54.556431 [ 250 ] {f15692c6-57db-470d-bb71-a70936a31691} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3783 | 2024.11.14 04:48:54.556675 [ 250 ] {f15692c6-57db-470d-bb71-a70936a31691} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3784 | 2024.11.14 04:48:54.556932 [ 250 ] {f15692c6-57db-470d-bb71-a70936a31691} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001666 sec., 3601.4405762304923 rows/sec., 188.16 KiB/sec. | ||
| 3785 | 2024.11.14 04:48:54.557071 [ 250 ] {f15692c6-57db-470d-bb71-a70936a31691} <Debug> TCPHandler: Processed in 0.00208652 sec. | ||
| 3786 | 2024.11.14 04:48:54.557212 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3787 | 2024.11.14 04:48:54.557331 [ 252 ] {25777daf-43f1-4e10-bbf4-d5fbd59807f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3788 | 2024.11.14 04:48:54.557383 [ 252 ] {25777daf-43f1-4e10-bbf4-d5fbd59807f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3789 | 2024.11.14 04:48:54.557960 [ 252 ] {25777daf-43f1-4e10-bbf4-d5fbd59807f0} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3790 | 2024.11.14 04:48:54.557997 [ 252 ] {25777daf-43f1-4e10-bbf4-d5fbd59807f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3791 | 2024.11.14 04:48:54.558428 [ 252 ] {25777daf-43f1-4e10-bbf4-d5fbd59807f0} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3792 | 2024.11.14 04:48:54.558673 [ 252 ] {25777daf-43f1-4e10-bbf4-d5fbd59807f0} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3793 | 2024.11.14 04:48:54.558900 [ 252 ] {25777daf-43f1-4e10-bbf4-d5fbd59807f0} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001594 sec., 148682.55959849435 rows/sec., 9.97 MiB/sec. | ||
| 3794 | 2024.11.14 04:48:54.558952 [ 252 ] {25777daf-43f1-4e10-bbf4-d5fbd59807f0} <Debug> TCPHandler: Processed in 0.001799242 sec. | ||
| 3795 | 2024.11.14 04:48:54.559154 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3796 | 2024.11.14 04:48:54.559376 [ 250 ] {8015c023-16f2-4da0-bd82-0ae4909a90d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3797 | 2024.11.14 04:48:54.559472 [ 250 ] {8015c023-16f2-4da0-bd82-0ae4909a90d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3798 | 2024.11.14 04:48:54.560043 [ 250 ] {8015c023-16f2-4da0-bd82-0ae4909a90d8} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3799 | 2024.11.14 04:48:54.560083 [ 250 ] {8015c023-16f2-4da0-bd82-0ae4909a90d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3800 | 2024.11.14 04:48:54.560451 [ 250 ] {8015c023-16f2-4da0-bd82-0ae4909a90d8} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3801 | 2024.11.14 04:48:54.560705 [ 250 ] {8015c023-16f2-4da0-bd82-0ae4909a90d8} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3802 | 2024.11.14 04:48:54.560916 [ 250 ] {8015c023-16f2-4da0-bd82-0ae4909a90d8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001596 sec., 626.5664160401003 rows/sec., 42.22 KiB/sec. | ||
| 3803 | 2024.11.14 04:48:54.560967 [ 250 ] {8015c023-16f2-4da0-bd82-0ae4909a90d8} <Debug> TCPHandler: Processed in 0.001926365 sec. | ||
| 3804 | 2024.11.14 04:48:54.561119 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3805 | 2024.11.14 04:48:54.561258 [ 252 ] {6d8db315-459d-4b99-80d1-2fca49ecf3c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3806 | 2024.11.14 04:48:54.561350 [ 252 ] {6d8db315-459d-4b99-80d1-2fca49ecf3c7} <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 | ||
| 3807 | 2024.11.14 04:48:54.562519 [ 252 ] {6d8db315-459d-4b99-80d1-2fca49ecf3c7} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3808 | 2024.11.14 04:48:54.562557 [ 252 ] {6d8db315-459d-4b99-80d1-2fca49ecf3c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3809 | 2024.11.14 04:48:54.563201 [ 252 ] {6d8db315-459d-4b99-80d1-2fca49ecf3c7} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3810 | 2024.11.14 04:48:54.563445 [ 252 ] {6d8db315-459d-4b99-80d1-2fca49ecf3c7} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3811 | 2024.11.14 04:48:54.563712 [ 252 ] {6d8db315-459d-4b99-80d1-2fca49ecf3c7} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.00248 sec., 16532.25806451613 rows/sec., 29.63 MiB/sec. | ||
| 3812 | 2024.11.14 04:48:54.563829 [ 252 ] {6d8db315-459d-4b99-80d1-2fca49ecf3c7} <Debug> TCPHandler: Processed in 0.00277799 sec. | ||
| 3813 | 2024.11.14 04:48:54.564031 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3814 | 2024.11.14 04:48:54.564253 [ 250 ] {fd059cfc-ff08-4ff3-a55b-affc6962a616} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3815 | 2024.11.14 04:48:54.564348 [ 250 ] {fd059cfc-ff08-4ff3-a55b-affc6962a616} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3816 | 2024.11.14 04:48:54.564998 [ 250 ] {fd059cfc-ff08-4ff3-a55b-affc6962a616} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3817 | 2024.11.14 04:48:54.565036 [ 250 ] {fd059cfc-ff08-4ff3-a55b-affc6962a616} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3818 | 2024.11.14 04:48:54.565409 [ 250 ] {fd059cfc-ff08-4ff3-a55b-affc6962a616} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3819 | 2024.11.14 04:48:54.565648 [ 250 ] {fd059cfc-ff08-4ff3-a55b-affc6962a616} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3820 | 2024.11.14 04:48:54.565925 [ 250 ] {fd059cfc-ff08-4ff3-a55b-affc6962a616} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001726 sec., 47508.69061413673 rows/sec., 3.02 MiB/sec. | ||
| 3821 | 2024.11.14 04:48:54.566142 [ 250 ] {fd059cfc-ff08-4ff3-a55b-affc6962a616} <Debug> TCPHandler: Processed in 0.002215954 sec. | ||
| 3822 | 2024.11.14 04:48:58.444948 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 544 | ||
| 3823 | 2024.11.14 04:48:58.447762 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3824 | 2024.11.14 04:48:58.447818 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3825 | 2024.11.14 04:48:58.449243 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3826 | 2024.11.14 04:48:58.449552 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3827 | 2024.11.14 04:48:58.449816 [ 57 ] {} <Debug> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3828 | 2024.11.14 04:48:58.450048 [ 57 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3829 | 2024.11.14 04:48:58.450167 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3830 | 2024.11.14 04:48:58.450601 [ 192 ] {517a6315-c66d-488d-99aa-0fdeb396e457::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 | ||
| 3831 | 2024.11.14 04:48:58.450975 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 544 | ||
| 3832 | 2024.11.14 04:48:58.451533 [ 192 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3833 | 2024.11.14 04:48:58.451714 [ 192 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 400 rows starting from the beginning of the part | ||
| 3834 | 2024.11.14 04:48:58.452220 [ 192 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 34 rows starting from the beginning of the part | ||
| 3835 | 2024.11.14 04:48:58.452688 [ 192 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 30 rows starting from the beginning of the part | ||
| 3836 | 2024.11.14 04:48:58.453133 [ 192 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 20 rows starting from the beginning of the part | ||
| 3837 | 2024.11.14 04:48:58.453566 [ 192 ] {517a6315-c66d-488d-99aa-0fdeb396e457::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 | ||
| 3838 | 2024.11.14 04:48:58.453964 [ 192 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 30 rows starting from the beginning of the part | ||
| 3839 | 2024.11.14 04:48:58.461774 [ 200 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 544 rows, containing 72 columns (72 merged, 0 gathered) in 0.011432551 sec., 47583.430854583545 rows/sec., 42.65 MiB/sec. | ||
| 3840 | 2024.11.14 04:48:58.462760 [ 186 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3841 | 2024.11.14 04:48:58.463528 [ 186 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_16_3} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3842 | 2024.11.14 04:48:58.463608 [ 186 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_16_3} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3843 | 2024.11.14 04:48:58.463882 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.78 MiB. | ||
| 3844 | 2024.11.14 04:48:59.531755 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3845 | 2024.11.14 04:48:59.531960 [ 250 ] {6333eab6-b327-451a-954b-5cb5ecf4b9b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3846 | 2024.11.14 04:48:59.532033 [ 250 ] {6333eab6-b327-451a-954b-5cb5ecf4b9b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3847 | 2024.11.14 04:48:59.532743 [ 250 ] {6333eab6-b327-451a-954b-5cb5ecf4b9b8} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3848 | 2024.11.14 04:48:59.532793 [ 250 ] {6333eab6-b327-451a-954b-5cb5ecf4b9b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3849 | 2024.11.14 04:48:59.533221 [ 250 ] {6333eab6-b327-451a-954b-5cb5ecf4b9b8} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3850 | 2024.11.14 04:48:59.533472 [ 250 ] {6333eab6-b327-451a-954b-5cb5ecf4b9b8} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3851 | 2024.11.14 04:48:59.533723 [ 250 ] {6333eab6-b327-451a-954b-5cb5ecf4b9b8} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001816 sec., 2202.6431718061676 rows/sec., 179.61 KiB/sec. | ||
| 3852 | 2024.11.14 04:48:59.533780 [ 250 ] {6333eab6-b327-451a-954b-5cb5ecf4b9b8} <Debug> TCPHandler: Processed in 0.002154253 sec. | ||
| 3853 | 2024.11.14 04:48:59.534029 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3854 | 2024.11.14 04:48:59.534224 [ 252 ] {f4ef4d96-d728-4281-97ca-0a043a5b4aa4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3855 | 2024.11.14 04:48:59.534297 [ 252 ] {f4ef4d96-d728-4281-97ca-0a043a5b4aa4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3856 | 2024.11.14 04:48:59.535044 [ 252 ] {f4ef4d96-d728-4281-97ca-0a043a5b4aa4} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3857 | 2024.11.14 04:48:59.535094 [ 252 ] {f4ef4d96-d728-4281-97ca-0a043a5b4aa4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3858 | 2024.11.14 04:48:59.535514 [ 252 ] {f4ef4d96-d728-4281-97ca-0a043a5b4aa4} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 3859 | 2024.11.14 04:48:59.535763 [ 252 ] {f4ef4d96-d728-4281-97ca-0a043a5b4aa4} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3860 | 2024.11.14 04:48:59.535990 [ 252 ] {f4ef4d96-d728-4281-97ca-0a043a5b4aa4} <Debug> executeQuery: Read 58 rows, 4.52 KiB in 0.001818 sec., 31903.190319031903 rows/sec., 2.43 MiB/sec. | ||
| 3861 | 2024.11.14 04:48:59.536045 [ 252 ] {f4ef4d96-d728-4281-97ca-0a043a5b4aa4} <Debug> TCPHandler: Processed in 0.002155152 sec. | ||
| 3862 | 2024.11.14 04:48:59.536204 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3863 | 2024.11.14 04:48:59.536342 [ 250 ] {9b7c9385-91bb-46b4-a324-479b597f6f76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3864 | 2024.11.14 04:48:59.536398 [ 250 ] {9b7c9385-91bb-46b4-a324-479b597f6f76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3865 | 2024.11.14 04:48:59.537030 [ 250 ] {9b7c9385-91bb-46b4-a324-479b597f6f76} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3866 | 2024.11.14 04:48:59.537070 [ 250 ] {9b7c9385-91bb-46b4-a324-479b597f6f76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3867 | 2024.11.14 04:48:59.537416 [ 250 ] {9b7c9385-91bb-46b4-a324-479b597f6f76} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3868 | 2024.11.14 04:48:59.537658 [ 250 ] {9b7c9385-91bb-46b4-a324-479b597f6f76} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3869 | 2024.11.14 04:48:59.537874 [ 250 ] {9b7c9385-91bb-46b4-a324-479b597f6f76} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001562 sec., 2560.819462227913 rows/sec., 178.81 KiB/sec. | ||
| 3870 | 2024.11.14 04:48:59.537927 [ 250 ] {9b7c9385-91bb-46b4-a324-479b597f6f76} <Debug> TCPHandler: Processed in 0.001790962 sec. | ||
| 3871 | 2024.11.14 04:48:59.538072 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3872 | 2024.11.14 04:48:59.538196 [ 252 ] {0bcf8cc4-c775-43b2-b916-d75581e76f74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3873 | 2024.11.14 04:48:59.538246 [ 252 ] {0bcf8cc4-c775-43b2-b916-d75581e76f74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3874 | 2024.11.14 04:48:59.538840 [ 252 ] {0bcf8cc4-c775-43b2-b916-d75581e76f74} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3875 | 2024.11.14 04:48:59.538879 [ 252 ] {0bcf8cc4-c775-43b2-b916-d75581e76f74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3876 | 2024.11.14 04:48:59.539255 [ 252 ] {0bcf8cc4-c775-43b2-b916-d75581e76f74} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 3877 | 2024.11.14 04:48:59.539496 [ 252 ] {0bcf8cc4-c775-43b2-b916-d75581e76f74} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3878 | 2024.11.14 04:48:59.539740 [ 252 ] {0bcf8cc4-c775-43b2-b916-d75581e76f74} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001569 sec., 43339.70681963034 rows/sec., 3.39 MiB/sec. | ||
| 3879 | 2024.11.14 04:48:59.539905 [ 252 ] {0bcf8cc4-c775-43b2-b916-d75581e76f74} <Debug> TCPHandler: Processed in 0.001888935 sec. | ||
| 3880 | 2024.11.14 04:48:59.540104 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3881 | 2024.11.14 04:48:59.540248 [ 250 ] {b3979874-133e-4cc0-8dde-19ad0b536c93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3882 | 2024.11.14 04:48:59.540312 [ 250 ] {b3979874-133e-4cc0-8dde-19ad0b536c93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3883 | 2024.11.14 04:48:59.540925 [ 250 ] {b3979874-133e-4cc0-8dde-19ad0b536c93} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3884 | 2024.11.14 04:48:59.540964 [ 250 ] {b3979874-133e-4cc0-8dde-19ad0b536c93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3885 | 2024.11.14 04:48:59.541359 [ 250 ] {b3979874-133e-4cc0-8dde-19ad0b536c93} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3886 | 2024.11.14 04:48:59.541609 [ 250 ] {b3979874-133e-4cc0-8dde-19ad0b536c93} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3887 | 2024.11.14 04:48:59.541794 [ 63 ] {} <Debug> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3888 | 2024.11.14 04:48:59.541817 [ 250 ] {b3979874-133e-4cc0-8dde-19ad0b536c93} <Debug> executeQuery: Read 130 rows, 9.27 KiB in 0.001595 sec., 81504.70219435736 rows/sec., 5.68 MiB/sec. | ||
| 3889 | 2024.11.14 04:48:59.541885 [ 63 ] {} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3890 | 2024.11.14 04:48:59.541949 [ 250 ] {b3979874-133e-4cc0-8dde-19ad0b536c93} <Debug> TCPHandler: Processed in 0.001940036 sec. | ||
| 3891 | 2024.11.14 04:48:59.541958 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3892 | 2024.11.14 04:48:59.542154 [ 199 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::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 | ||
| 3893 | 2024.11.14 04:48:59.542164 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3894 | 2024.11.14 04:48:59.542441 [ 199 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3895 | 2024.11.14 04:48:59.542443 [ 252 ] {4c35f654-e79c-4eb7-b8e4-d6ad36a77107} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3896 | 2024.11.14 04:48:59.542509 [ 199 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 6171 rows starting from the beginning of the part | ||
| 3897 | 2024.11.14 04:48:59.542568 [ 252 ] {4c35f654-e79c-4eb7-b8e4-d6ad36a77107} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3898 | 2024.11.14 04:48:59.542873 [ 199 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 237 rows starting from the beginning of the part | ||
| 3899 | 2024.11.14 04:48:59.543201 [ 199 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 128 rows starting from the beginning of the part | ||
| 3900 | 2024.11.14 04:48:59.543633 [ 199 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 160 rows starting from the beginning of the part | ||
| 3901 | 2024.11.14 04:48:59.544080 [ 199 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 237 rows starting from the beginning of the part | ||
| 3902 | 2024.11.14 04:48:59.544224 [ 199 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 130 rows starting from the beginning of the part | ||
| 3903 | 2024.11.14 04:48:59.545128 [ 252 ] {4c35f654-e79c-4eb7-b8e4-d6ad36a77107} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3904 | 2024.11.14 04:48:59.545197 [ 252 ] {4c35f654-e79c-4eb7-b8e4-d6ad36a77107} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3905 | 2024.11.14 04:48:59.546054 [ 252 ] {4c35f654-e79c-4eb7-b8e4-d6ad36a77107} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3906 | 2024.11.14 04:48:59.546580 [ 252 ] {4c35f654-e79c-4eb7-b8e4-d6ad36a77107} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3907 | 2024.11.14 04:48:59.546893 [ 63 ] {} <Debug> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3908 | 2024.11.14 04:48:59.546999 [ 63 ] {} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3909 | 2024.11.14 04:48:59.547085 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3910 | 2024.11.14 04:48:59.547404 [ 252 ] {4c35f654-e79c-4eb7-b8e4-d6ad36a77107} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.004988 sec., 9623.09542902967 rows/sec., 664.09 KiB/sec. | ||
| 3911 | 2024.11.14 04:48:59.547538 [ 186 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::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 | ||
| 3912 | 2024.11.14 04:48:59.547690 [ 252 ] {4c35f654-e79c-4eb7-b8e4-d6ad36a77107} <Debug> TCPHandler: Processed in 0.005634254 sec. | ||
| 3913 | 2024.11.14 04:48:59.547865 [ 186 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3914 | 2024.11.14 04:48:59.547906 [ 186 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 828 rows starting from the beginning of the part | ||
| 3915 | 2024.11.14 04:48:59.548011 [ 186 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 82 rows starting from the beginning of the part | ||
| 3916 | 2024.11.14 04:48:59.548395 [ 186 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 48 rows starting from the beginning of the part | ||
| 3917 | 2024.11.14 04:48:59.548642 [ 186 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 60 rows starting from the beginning of the part | ||
| 3918 | 2024.11.14 04:48:59.548816 [ 186 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 82 rows starting from the beginning of the part | ||
| 3919 | 2024.11.14 04:48:59.549144 [ 186 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 48 rows starting from the beginning of the part | ||
| 3920 | 2024.11.14 04:48:59.549705 [ 199 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7063 rows, containing 5 columns (5 merged, 0 gathered) in 0.007607701 sec., 928401.3659317053 rows/sec., 62.53 MiB/sec. | ||
| 3921 | 2024.11.14 04:48:59.550198 [ 199 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3922 | 2024.11.14 04:48:59.550898 [ 199 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3923 | 2024.11.14 04:48:59.551103 [ 199 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3924 | 2024.11.14 04:48:59.551242 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.39 MiB. | ||
| 3925 | 2024.11.14 04:48:59.551511 [ 191 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1148 rows, containing 4 columns (4 merged, 0 gathered) in 0.004267093 sec., 269035.617456662 rows/sec., 17.41 MiB/sec. | ||
| 3926 | 2024.11.14 04:48:59.551734 [ 191 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3927 | 2024.11.14 04:48:59.552029 [ 191 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_26_5} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3928 | 2024.11.14 04:48:59.552111 [ 191 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_26_5} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3929 | 2024.11.14 04:48:59.552193 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 3930 | 2024.11.14 04:49:04.533143 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3931 | 2024.11.14 04:49:04.533348 [ 250 ] {4d83f552-210a-4e7e-8208-7a8cd47564e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3932 | 2024.11.14 04:49:04.533422 [ 250 ] {4d83f552-210a-4e7e-8208-7a8cd47564e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3933 | 2024.11.14 04:49:04.534204 [ 250 ] {4d83f552-210a-4e7e-8208-7a8cd47564e0} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3934 | 2024.11.14 04:49:04.534252 [ 250 ] {4d83f552-210a-4e7e-8208-7a8cd47564e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3935 | 2024.11.14 04:49:04.534684 [ 250 ] {4d83f552-210a-4e7e-8208-7a8cd47564e0} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 3936 | 2024.11.14 04:49:04.534937 [ 250 ] {4d83f552-210a-4e7e-8208-7a8cd47564e0} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3937 | 2024.11.14 04:49:04.535178 [ 250 ] {4d83f552-210a-4e7e-8208-7a8cd47564e0} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001884 sec., 29723.991507430997 rows/sec., 2.27 MiB/sec. | ||
| 3938 | 2024.11.14 04:49:04.535234 [ 250 ] {4d83f552-210a-4e7e-8208-7a8cd47564e0} <Debug> TCPHandler: Processed in 0.002221934 sec. | ||
| 3939 | 2024.11.14 04:49:04.535516 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3940 | 2024.11.14 04:49:04.535726 [ 252 ] {8026ad73-1c72-48c0-9af9-bf1c466102ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3941 | 2024.11.14 04:49:04.535809 [ 252 ] {8026ad73-1c72-48c0-9af9-bf1c466102ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3942 | 2024.11.14 04:49:04.536590 [ 252 ] {8026ad73-1c72-48c0-9af9-bf1c466102ec} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3943 | 2024.11.14 04:49:04.536635 [ 252 ] {8026ad73-1c72-48c0-9af9-bf1c466102ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3944 | 2024.11.14 04:49:04.537068 [ 252 ] {8026ad73-1c72-48c0-9af9-bf1c466102ec} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 3945 | 2024.11.14 04:49:04.537321 [ 252 ] {8026ad73-1c72-48c0-9af9-bf1c466102ec} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3946 | 2024.11.14 04:49:04.537597 [ 252 ] {8026ad73-1c72-48c0-9af9-bf1c466102ec} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001925 sec., 33246.753246753244 rows/sec., 2.59 MiB/sec. | ||
| 3947 | 2024.11.14 04:49:04.537788 [ 252 ] {8026ad73-1c72-48c0-9af9-bf1c466102ec} <Debug> TCPHandler: Processed in 0.002411659 sec. | ||
| 3948 | 2024.11.14 04:49:04.537994 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3949 | 2024.11.14 04:49:04.538118 [ 250 ] {c6496370-2ee9-40ee-bd97-1523a749e76f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3950 | 2024.11.14 04:49:04.538174 [ 250 ] {c6496370-2ee9-40ee-bd97-1523a749e76f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3951 | 2024.11.14 04:49:04.538758 [ 250 ] {c6496370-2ee9-40ee-bd97-1523a749e76f} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3952 | 2024.11.14 04:49:04.538797 [ 250 ] {c6496370-2ee9-40ee-bd97-1523a749e76f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3953 | 2024.11.14 04:49:04.539201 [ 250 ] {c6496370-2ee9-40ee-bd97-1523a749e76f} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3954 | 2024.11.14 04:49:04.539442 [ 250 ] {c6496370-2ee9-40ee-bd97-1523a749e76f} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3955 | 2024.11.14 04:49:04.539692 [ 250 ] {c6496370-2ee9-40ee-bd97-1523a749e76f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.0016 sec., 100000 rows/sec., 6.96 MiB/sec. | ||
| 3956 | 2024.11.14 04:49:04.539918 [ 250 ] {c6496370-2ee9-40ee-bd97-1523a749e76f} <Debug> TCPHandler: Processed in 0.002009758 sec. | ||
| 3957 | 2024.11.14 04:49:04.540115 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3958 | 2024.11.14 04:49:04.540254 [ 252 ] {eaffc265-f554-4800-bdd9-eccb9550a28a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3959 | 2024.11.14 04:49:04.540315 [ 252 ] {eaffc265-f554-4800-bdd9-eccb9550a28a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3960 | 2024.11.14 04:49:04.540912 [ 252 ] {eaffc265-f554-4800-bdd9-eccb9550a28a} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3961 | 2024.11.14 04:49:04.540955 [ 252 ] {eaffc265-f554-4800-bdd9-eccb9550a28a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3962 | 2024.11.14 04:49:04.541341 [ 252 ] {eaffc265-f554-4800-bdd9-eccb9550a28a} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3963 | 2024.11.14 04:49:04.541580 [ 252 ] {eaffc265-f554-4800-bdd9-eccb9550a28a} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3964 | 2024.11.14 04:49:04.541789 [ 252 ] {eaffc265-f554-4800-bdd9-eccb9550a28a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001566 sec., 38314.17624521073 rows/sec., 2.58 MiB/sec. | ||
| 3965 | 2024.11.14 04:49:04.541839 [ 252 ] {eaffc265-f554-4800-bdd9-eccb9550a28a} <Debug> TCPHandler: Processed in 0.001795482 sec. | ||
| 3966 | 2024.11.14 04:49:06.262112 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41838, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3967 | 2024.11.14 04:49:06.502160 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55121, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3968 | 2024.11.14 04:49:06.592622 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60136, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3969 | 2024.11.14 04:49:06.601960 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39016, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3970 | 2024.11.14 04:49:06.749300 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44834, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3971 | 2024.11.14 04:49:06.754648 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38658, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3972 | 2024.11.14 04:49:06.758049 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49022, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3973 | 2024.11.14 04:49:06.762416 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49020, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3974 | 2024.11.14 04:49:07.958373 [ 93 ] {} <Debug> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3975 | 2024.11.14 04:49:07.958436 [ 93 ] {} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3976 | 2024.11.14 04:49:07.958462 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3977 | 2024.11.14 04:49:07.958728 [ 194 ] {932d2d65-5723-4816-ad96-f39624c15824::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 | ||
| 3978 | 2024.11.14 04:49:07.958909 [ 194 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3979 | 2024.11.14 04:49:07.958951 [ 194 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 242 rows starting from the beginning of the part | ||
| 3980 | 2024.11.14 04:49:07.959038 [ 194 ] {932d2d65-5723-4816-ad96-f39624c15824::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 | ||
| 3981 | 2024.11.14 04:49:07.959271 [ 194 ] {932d2d65-5723-4816-ad96-f39624c15824::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 | ||
| 3982 | 2024.11.14 04:49:07.959431 [ 194 ] {932d2d65-5723-4816-ad96-f39624c15824::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 | ||
| 3983 | 2024.11.14 04:49:07.959663 [ 194 ] {932d2d65-5723-4816-ad96-f39624c15824::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 | ||
| 3984 | 2024.11.14 04:49:07.960909 [ 198 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.002362169 sec., 126155.24122109807 rows/sec., 9.04 MiB/sec. | ||
| 3985 | 2024.11.14 04:49:07.961106 [ 189 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3986 | 2024.11.14 04:49:07.961437 [ 189 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_9_2} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3987 | 2024.11.14 04:49:07.961520 [ 189 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_9_2} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3988 | 2024.11.14 04:49:07.961617 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 3989 | 2024.11.14 04:49:08.290214 [ 93 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3990 | 2024.11.14 04:49:08.290264 [ 93 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3991 | 2024.11.14 04:49:08.452084 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 564 | ||
| 3992 | 2024.11.14 04:49:08.454603 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3993 | 2024.11.14 04:49:08.454652 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 3994 | 2024.11.14 04:49:08.456059 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3995 | 2024.11.14 04:49:08.456360 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3996 | 2024.11.14 04:49:08.456859 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 564 | ||
| 3997 | 2024.11.14 04:49:09.540029 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3998 | 2024.11.14 04:49:09.540245 [ 250 ] {668665b8-a518-4c16-9828-933f67af3504} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3999 | 2024.11.14 04:49:09.540320 [ 250 ] {668665b8-a518-4c16-9828-933f67af3504} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4000 | 2024.11.14 04:49:09.541051 [ 250 ] {668665b8-a518-4c16-9828-933f67af3504} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4001 | 2024.11.14 04:49:09.541103 [ 250 ] {668665b8-a518-4c16-9828-933f67af3504} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 4002 | 2024.11.14 04:49:09.541552 [ 250 ] {668665b8-a518-4c16-9828-933f67af3504} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 4003 | 2024.11.14 04:49:09.541810 [ 250 ] {668665b8-a518-4c16-9828-933f67af3504} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4004 | 2024.11.14 04:49:09.542011 [ 109 ] {} <Debug> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 4005 | 2024.11.14 04:49:09.542060 [ 250 ] {668665b8-a518-4c16-9828-933f67af3504} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001859 sec., 7530.930607853685 rows/sec., 542.13 KiB/sec. | ||
| 4006 | 2024.11.14 04:49:09.542102 [ 109 ] {} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4007 | 2024.11.14 04:49:09.542179 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 4008 | 2024.11.14 04:49:09.542194 [ 250 ] {668665b8-a518-4c16-9828-933f67af3504} <Debug> TCPHandler: Processed in 0.002294526 sec. | ||
| 4009 | 2024.11.14 04:49:09.542488 [ 196 ] {adfe2738-319a-45e4-a148-b79a83474972::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 | ||
| 4010 | 2024.11.14 04:49:09.542535 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4011 | 2024.11.14 04:49:09.542717 [ 196 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4012 | 2024.11.14 04:49:09.542753 [ 252 ] {10286a5b-2580-4a4e-b979-b61137107038} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4013 | 2024.11.14 04:49:09.542762 [ 196 ] {adfe2738-319a-45e4-a148-b79a83474972::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 | ||
| 4014 | 2024.11.14 04:49:09.542843 [ 252 ] {10286a5b-2580-4a4e-b979-b61137107038} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4015 | 2024.11.14 04:49:09.542907 [ 196 ] {adfe2738-319a-45e4-a148-b79a83474972::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 | ||
| 4016 | 2024.11.14 04:49:09.543384 [ 196 ] {adfe2738-319a-45e4-a148-b79a83474972::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 | ||
| 4017 | 2024.11.14 04:49:09.543565 [ 196 ] {adfe2738-319a-45e4-a148-b79a83474972::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 | ||
| 4018 | 2024.11.14 04:49:09.543780 [ 196 ] {adfe2738-319a-45e4-a148-b79a83474972::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 | ||
| 4019 | 2024.11.14 04:49:09.545256 [ 198 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.002954706 sec., 23691.020358709124 rows/sec., 1.76 MiB/sec. | ||
| 4020 | 2024.11.14 04:49:09.545621 [ 203 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 4021 | 2024.11.14 04:49:09.545683 [ 252 ] {10286a5b-2580-4a4e-b979-b61137107038} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4022 | 2024.11.14 04:49:09.545766 [ 252 ] {10286a5b-2580-4a4e-b979-b61137107038} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 4023 | 2024.11.14 04:49:09.546355 [ 203 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_9_2} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4024 | 2024.11.14 04:49:09.546561 [ 203 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_9_2} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 4025 | 2024.11.14 04:49:09.546676 [ 252 ] {10286a5b-2580-4a4e-b979-b61137107038} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4026 | 2024.11.14 04:49:09.546719 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 4027 | 2024.11.14 04:49:09.546982 [ 252 ] {10286a5b-2580-4a4e-b979-b61137107038} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4028 | 2024.11.14 04:49:09.547176 [ 109 ] {} <Debug> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4029 | 2024.11.14 04:49:09.547241 [ 109 ] {} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4030 | 2024.11.14 04:49:09.547260 [ 252 ] {10286a5b-2580-4a4e-b979-b61137107038} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.004553 sec., 62596.090489786955 rows/sec., 5.52 MiB/sec. | ||
| 4031 | 2024.11.14 04:49:09.547286 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 4032 | 2024.11.14 04:49:09.547459 [ 252 ] {10286a5b-2580-4a4e-b979-b61137107038} <Debug> TCPHandler: Processed in 0.005111528 sec. | ||
| 4033 | 2024.11.14 04:49:09.547787 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4034 | 2024.11.14 04:49:09.547826 [ 189 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::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 | ||
| 4035 | 2024.11.14 04:49:09.548205 [ 250 ] {ae26ab82-6f6b-46c7-910b-ca5f15d2119a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4036 | 2024.11.14 04:49:09.548254 [ 189 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4037 | 2024.11.14 04:49:09.548328 [ 250 ] {ae26ab82-6f6b-46c7-910b-ca5f15d2119a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4038 | 2024.11.14 04:49:09.548333 [ 189 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1433 rows starting from the beginning of the part | ||
| 4039 | 2024.11.14 04:49:09.548730 [ 189 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::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 | ||
| 4040 | 2024.11.14 04:49:09.549084 [ 189 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 285 rows starting from the beginning of the part | ||
| 4041 | 2024.11.14 04:49:09.549526 [ 189 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 58 rows starting from the beginning of the part | ||
| 4042 | 2024.11.14 04:49:09.549857 [ 189 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::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 | ||
| 4043 | 2024.11.14 04:49:09.550169 [ 189 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 285 rows starting from the beginning of the part | ||
| 4044 | 2024.11.14 04:49:09.551040 [ 250 ] {ae26ab82-6f6b-46c7-910b-ca5f15d2119a} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4045 | 2024.11.14 04:49:09.551114 [ 250 ] {ae26ab82-6f6b-46c7-910b-ca5f15d2119a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 4046 | 2024.11.14 04:49:09.552053 [ 250 ] {ae26ab82-6f6b-46c7-910b-ca5f15d2119a} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4047 | 2024.11.14 04:49:09.552564 [ 250 ] {ae26ab82-6f6b-46c7-910b-ca5f15d2119a} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4048 | 2024.11.14 04:49:09.553014 [ 250 ] {ae26ab82-6f6b-46c7-910b-ca5f15d2119a} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.004891 sec., 9813.943978736454 rows/sec., 723.59 KiB/sec. | ||
| 4049 | 2024.11.14 04:49:09.553482 [ 250 ] {ae26ab82-6f6b-46c7-910b-ca5f15d2119a} <Debug> TCPHandler: Processed in 0.0058523 sec. | ||
| 4050 | 2024.11.14 04:49:09.553683 [ 189 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2173 rows, containing 5 columns (5 merged, 0 gathered) in 0.006264262 sec., 346888.42835756234 rows/sec., 30.51 MiB/sec. | ||
| 4051 | 2024.11.14 04:49:09.553755 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4052 | 2024.11.14 04:49:09.553911 [ 189 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4053 | 2024.11.14 04:49:09.553959 [ 252 ] {97e5d9bd-0c66-491f-a924-29b4a687219d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4054 | 2024.11.14 04:49:09.554063 [ 252 ] {97e5d9bd-0c66-491f-a924-29b4a687219d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4055 | 2024.11.14 04:49:09.554407 [ 189 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_31_6} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4056 | 2024.11.14 04:49:09.554660 [ 189 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_31_6} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4057 | 2024.11.14 04:49:09.554824 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 4058 | 2024.11.14 04:49:09.555111 [ 252 ] {97e5d9bd-0c66-491f-a924-29b4a687219d} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4059 | 2024.11.14 04:49:09.555156 [ 252 ] {97e5d9bd-0c66-491f-a924-29b4a687219d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 4060 | 2024.11.14 04:49:09.555515 [ 252 ] {97e5d9bd-0c66-491f-a924-29b4a687219d} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4061 | 2024.11.14 04:49:09.555777 [ 252 ] {97e5d9bd-0c66-491f-a924-29b4a687219d} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4062 | 2024.11.14 04:49:09.555994 [ 252 ] {97e5d9bd-0c66-491f-a924-29b4a687219d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002107 sec., 6644.518272425249 rows/sec., 465.34 KiB/sec. | ||
| 4063 | 2024.11.14 04:49:09.556084 [ 252 ] {97e5d9bd-0c66-491f-a924-29b4a687219d} <Debug> TCPHandler: Processed in 0.002450691 sec. | ||
| 4064 | 2024.11.14 04:49:09.556249 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4065 | 2024.11.14 04:49:09.556391 [ 250 ] {03e2aac8-5fd9-4cb6-86ef-9994b80ec4ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4066 | 2024.11.14 04:49:09.556447 [ 250 ] {03e2aac8-5fd9-4cb6-86ef-9994b80ec4ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4067 | 2024.11.14 04:49:09.557122 [ 250 ] {03e2aac8-5fd9-4cb6-86ef-9994b80ec4ee} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4068 | 2024.11.14 04:49:09.557162 [ 250 ] {03e2aac8-5fd9-4cb6-86ef-9994b80ec4ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 4069 | 2024.11.14 04:49:09.557542 [ 250 ] {03e2aac8-5fd9-4cb6-86ef-9994b80ec4ee} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 4070 | 2024.11.14 04:49:09.557782 [ 250 ] {03e2aac8-5fd9-4cb6-86ef-9994b80ec4ee} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4071 | 2024.11.14 04:49:09.557953 [ 109 ] {} <Debug> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 4072 | 2024.11.14 04:49:09.558011 [ 109 ] {} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4073 | 2024.11.14 04:49:09.558029 [ 250 ] {03e2aac8-5fd9-4cb6-86ef-9994b80ec4ee} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001657 sec., 7845.503922751961 rows/sec., 489.17 KiB/sec. | ||
| 4074 | 2024.11.14 04:49:09.558046 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 4075 | 2024.11.14 04:49:09.558184 [ 250 ] {03e2aac8-5fd9-4cb6-86ef-9994b80ec4ee} <Debug> TCPHandler: Processed in 0.001998109 sec. | ||
| 4076 | 2024.11.14 04:49:09.558457 [ 188 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::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 | ||
| 4077 | 2024.11.14 04:49:09.558467 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4078 | 2024.11.14 04:49:09.558654 [ 252 ] {77e0cd0e-b10a-4aad-8ad8-702f1be395e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4079 | 2024.11.14 04:49:09.558666 [ 188 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4080 | 2024.11.14 04:49:09.558706 [ 188 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::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 | ||
| 4081 | 2024.11.14 04:49:09.558712 [ 252 ] {77e0cd0e-b10a-4aad-8ad8-702f1be395e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4082 | 2024.11.14 04:49:09.558901 [ 188 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::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 | ||
| 4083 | 2024.11.14 04:49:09.559191 [ 188 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::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 | ||
| 4084 | 2024.11.14 04:49:09.559527 [ 188 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::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 | ||
| 4085 | 2024.11.14 04:49:09.559762 [ 188 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::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 | ||
| 4086 | 2024.11.14 04:49:09.560691 [ 252 ] {77e0cd0e-b10a-4aad-8ad8-702f1be395e5} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4087 | 2024.11.14 04:49:09.560743 [ 252 ] {77e0cd0e-b10a-4aad-8ad8-702f1be395e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 4088 | 2024.11.14 04:49:09.561080 [ 198 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.002892914 sec., 22468.694195541244 rows/sec., 1.45 MiB/sec. | ||
| 4089 | 2024.11.14 04:49:09.561312 [ 197 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 4090 | 2024.11.14 04:49:09.561408 [ 252 ] {77e0cd0e-b10a-4aad-8ad8-702f1be395e5} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4091 | 2024.11.14 04:49:09.561849 [ 197 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_9_2} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4092 | 2024.11.14 04:49:09.561852 [ 252 ] {77e0cd0e-b10a-4aad-8ad8-702f1be395e5} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4093 | 2024.11.14 04:49:09.562012 [ 197 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_9_2} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 4094 | 2024.11.14 04:49:09.562155 [ 109 ] {} <Debug> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4095 | 2024.11.14 04:49:09.562265 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4096 | 2024.11.14 04:49:09.562274 [ 109 ] {} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4097 | 2024.11.14 04:49:09.562341 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 4098 | 2024.11.14 04:49:09.562364 [ 252 ] {77e0cd0e-b10a-4aad-8ad8-702f1be395e5} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.003744 sec., 112980.76923076923 rows/sec., 8.08 MiB/sec. | ||
| 4099 | 2024.11.14 04:49:09.562702 [ 252 ] {77e0cd0e-b10a-4aad-8ad8-702f1be395e5} <Debug> TCPHandler: Processed in 0.004362336 sec. | ||
| 4100 | 2024.11.14 04:49:09.562831 [ 190 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::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 | ||
| 4101 | 2024.11.14 04:49:09.563007 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4102 | 2024.11.14 04:49:09.563394 [ 190 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4103 | 2024.11.14 04:49:09.563408 [ 250 ] {489a47db-fee2-4fae-aae7-46da9182a3b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4104 | 2024.11.14 04:49:09.563462 [ 190 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 913 rows starting from the beginning of the part | ||
| 4105 | 2024.11.14 04:49:09.563494 [ 250 ] {489a47db-fee2-4fae-aae7-46da9182a3b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4106 | 2024.11.14 04:49:09.563698 [ 190 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::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 | ||
| 4107 | 2024.11.14 04:49:09.564064 [ 190 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 423 rows starting from the beginning of the part | ||
| 4108 | 2024.11.14 04:49:09.564456 [ 190 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 68 rows starting from the beginning of the part | ||
| 4109 | 2024.11.14 04:49:09.564870 [ 190 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::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 | ||
| 4110 | 2024.11.14 04:49:09.565096 [ 190 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 423 rows starting from the beginning of the part | ||
| 4111 | 2024.11.14 04:49:09.565957 [ 250 ] {489a47db-fee2-4fae-aae7-46da9182a3b1} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4112 | 2024.11.14 04:49:09.565999 [ 250 ] {489a47db-fee2-4fae-aae7-46da9182a3b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 4113 | 2024.11.14 04:49:09.566499 [ 250 ] {489a47db-fee2-4fae-aae7-46da9182a3b1} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 4114 | 2024.11.14 04:49:09.566805 [ 250 ] {489a47db-fee2-4fae-aae7-46da9182a3b1} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4115 | 2024.11.14 04:49:09.567200 [ 250 ] {489a47db-fee2-4fae-aae7-46da9182a3b1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003902 sec., 1537.6729882111738 rows/sec., 80.34 KiB/sec. | ||
| 4116 | 2024.11.14 04:49:09.567670 [ 250 ] {489a47db-fee2-4fae-aae7-46da9182a3b1} <Debug> TCPHandler: Processed in 0.00482572 sec. | ||
| 4117 | 2024.11.14 04:49:09.567907 [ 190 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1955 rows, containing 5 columns (5 merged, 0 gathered) in 0.005455268 sec., 358369.19469400955 rows/sec., 27.43 MiB/sec. | ||
| 4118 | 2024.11.14 04:49:09.567952 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4119 | 2024.11.14 04:49:09.568097 [ 190 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4120 | 2024.11.14 04:49:09.568140 [ 252 ] {defb38eb-ab22-4870-9310-1d4784a5fabe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4121 | 2024.11.14 04:49:09.568237 [ 252 ] {defb38eb-ab22-4870-9310-1d4784a5fabe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4122 | 2024.11.14 04:49:09.568689 [ 190 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_31_6} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4123 | 2024.11.14 04:49:09.568860 [ 190 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_31_6} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4124 | 2024.11.14 04:49:09.568950 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 4125 | 2024.11.14 04:49:09.569251 [ 252 ] {defb38eb-ab22-4870-9310-1d4784a5fabe} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4126 | 2024.11.14 04:49:09.569295 [ 252 ] {defb38eb-ab22-4870-9310-1d4784a5fabe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 4127 | 2024.11.14 04:49:09.569706 [ 252 ] {defb38eb-ab22-4870-9310-1d4784a5fabe} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4128 | 2024.11.14 04:49:09.569945 [ 252 ] {defb38eb-ab22-4870-9310-1d4784a5fabe} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4129 | 2024.11.14 04:49:09.570187 [ 252 ] {defb38eb-ab22-4870-9310-1d4784a5fabe} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002106 sec., 112535.61253561254 rows/sec., 7.54 MiB/sec. | ||
| 4130 | 2024.11.14 04:49:09.570461 [ 252 ] {defb38eb-ab22-4870-9310-1d4784a5fabe} <Debug> TCPHandler: Processed in 0.002634436 sec. | ||
| 4131 | 2024.11.14 04:49:09.570793 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4132 | 2024.11.14 04:49:09.570953 [ 250 ] {3d8de11f-1e20-469e-bc06-6dd01fff8b5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4133 | 2024.11.14 04:49:09.571005 [ 250 ] {3d8de11f-1e20-469e-bc06-6dd01fff8b5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4134 | 2024.11.14 04:49:09.571483 [ 250 ] {3d8de11f-1e20-469e-bc06-6dd01fff8b5f} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4135 | 2024.11.14 04:49:09.571522 [ 250 ] {3d8de11f-1e20-469e-bc06-6dd01fff8b5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 4136 | 2024.11.14 04:49:09.571875 [ 250 ] {3d8de11f-1e20-469e-bc06-6dd01fff8b5f} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 4137 | 2024.11.14 04:49:09.572111 [ 250 ] {3d8de11f-1e20-469e-bc06-6dd01fff8b5f} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4138 | 2024.11.14 04:49:09.572417 [ 250 ] {3d8de11f-1e20-469e-bc06-6dd01fff8b5f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00146 sec., 684.9315068493152 rows/sec., 46.15 KiB/sec. | ||
| 4139 | 2024.11.14 04:49:09.572556 [ 250 ] {3d8de11f-1e20-469e-bc06-6dd01fff8b5f} <Debug> TCPHandler: Processed in 0.001990628 sec. | ||
| 4140 | 2024.11.14 04:49:09.572715 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4141 | 2024.11.14 04:49:09.572855 [ 252 ] {92f0a910-130f-479f-8286-f5e1296186a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4142 | 2024.11.14 04:49:09.572948 [ 252 ] {92f0a910-130f-479f-8286-f5e1296186a5} <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 | ||
| 4143 | 2024.11.14 04:49:09.574134 [ 252 ] {92f0a910-130f-479f-8286-f5e1296186a5} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4144 | 2024.11.14 04:49:09.574173 [ 252 ] {92f0a910-130f-479f-8286-f5e1296186a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 4145 | 2024.11.14 04:49:09.574830 [ 252 ] {92f0a910-130f-479f-8286-f5e1296186a5} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4146 | 2024.11.14 04:49:09.575082 [ 252 ] {92f0a910-130f-479f-8286-f5e1296186a5} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4147 | 2024.11.14 04:49:09.575361 [ 252 ] {92f0a910-130f-479f-8286-f5e1296186a5} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002531 sec., 16199.13077834848 rows/sec., 29.03 MiB/sec. | ||
| 4148 | 2024.11.14 04:49:09.575484 [ 252 ] {92f0a910-130f-479f-8286-f5e1296186a5} <Debug> TCPHandler: Processed in 0.002839903 sec. | ||
| 4149 | 2024.11.14 04:49:09.575621 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4150 | 2024.11.14 04:49:09.575736 [ 250 ] {79ae3d56-1d81-47be-b127-9270785bd35c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4151 | 2024.11.14 04:49:09.575785 [ 250 ] {79ae3d56-1d81-47be-b127-9270785bd35c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4152 | 2024.11.14 04:49:09.576281 [ 250 ] {79ae3d56-1d81-47be-b127-9270785bd35c} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4153 | 2024.11.14 04:49:09.576319 [ 250 ] {79ae3d56-1d81-47be-b127-9270785bd35c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 4154 | 2024.11.14 04:49:09.576690 [ 250 ] {79ae3d56-1d81-47be-b127-9270785bd35c} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4155 | 2024.11.14 04:49:09.576929 [ 250 ] {79ae3d56-1d81-47be-b127-9270785bd35c} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4156 | 2024.11.14 04:49:09.577151 [ 250 ] {79ae3d56-1d81-47be-b127-9270785bd35c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001438 sec., 57023.643949930454 rows/sec., 3.62 MiB/sec. | ||
| 4157 | 2024.11.14 04:49:09.577200 [ 250 ] {79ae3d56-1d81-47be-b127-9270785bd35c} <Debug> TCPHandler: Processed in 0.001633727 sec. | ||
| 4158 | 2024.11.14 04:49:09.647769 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:33582, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4159 | 2024.11.14 04:49:09.825672 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:48555, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4160 | 2024.11.14 04:49:10.156264 [ 108 ] {} <Debug> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 4161 | 2024.11.14 04:49:10.156329 [ 108 ] {} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4162 | 2024.11.14 04:49:10.156355 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 4163 | 2024.11.14 04:49:10.156601 [ 198 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::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 | ||
| 4164 | 2024.11.14 04:49:10.156783 [ 198 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4165 | 2024.11.14 04:49:10.156824 [ 198 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part | ||
| 4166 | 2024.11.14 04:49:10.156938 [ 198 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::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 | ||
| 4167 | 2024.11.14 04:49:10.157110 [ 198 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 4 rows starting from the beginning of the part | ||
| 4168 | 2024.11.14 04:49:10.157367 [ 198 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 10 rows starting from the beginning of the part | ||
| 4169 | 2024.11.14 04:49:10.157578 [ 198 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 4 rows starting from the beginning of the part | ||
| 4170 | 2024.11.14 04:49:10.158699 [ 193 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22 rows, containing 5 columns (5 merged, 0 gathered) in 0.002263455 sec., 9719.654245390342 rows/sec., 830.54 KiB/sec. | ||
| 4171 | 2024.11.14 04:49:10.158884 [ 192 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 4172 | 2024.11.14 04:49:10.159196 [ 192 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_5_1} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4173 | 2024.11.14 04:49:10.159280 [ 192 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_5_1} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 4174 | 2024.11.14 04:49:10.159374 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4175 | 2024.11.14 04:49:10.202035 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:62475, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4176 | 2024.11.14 04:49:10.315107 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:41137, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4177 | 2024.11.14 04:49:10.384577 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:36863, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4178 | 2024.11.14 04:49:10.393978 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:56972, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4179 | 2024.11.14 04:49:10.424928 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:45941, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4180 | 2024.11.14 04:49:10.431294 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:57690, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4181 | 2024.11.14 04:49:10.438657 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:53341, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4182 | 2024.11.14 04:49:10.606664 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:59045, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4183 | 2024.11.14 04:49:10.606709 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:65236, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4184 | 2024.11.14 04:49:10.615041 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:43826, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4185 | 2024.11.14 04:49:10.615135 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:43554, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4186 | 2024.11.14 04:49:10.677844 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:33736, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4187 | 2024.11.14 04:49:10.682122 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:34244, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4188 | 2024.11.14 04:49:10.740753 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:41573, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4189 | 2024.11.14 04:49:11.283772 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:62955, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4190 | 2024.11.14 04:49:11.713549 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:64762, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4191 | 2024.11.14 04:49:11.838460 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:59395, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4192 | 2024.11.14 04:49:11.941324 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:46192, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4193 | 2024.11.14 04:49:12.060180 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:38331, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4194 | 2024.11.14 04:49:12.150211 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:42839, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4195 | 2024.11.14 04:49:12.153691 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:48269, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4196 | 2024.11.14 04:49:12.168032 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:63747, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4197 | 2024.11.14 04:49:14.531971 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4198 | 2024.11.14 04:49:14.532300 [ 250 ] {140cea40-b06d-4125-b55a-b56954b3965a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4199 | 2024.11.14 04:49:14.532383 [ 250 ] {140cea40-b06d-4125-b55a-b56954b3965a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4200 | 2024.11.14 04:49:14.533126 [ 250 ] {140cea40-b06d-4125-b55a-b56954b3965a} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4201 | 2024.11.14 04:49:14.533174 [ 250 ] {140cea40-b06d-4125-b55a-b56954b3965a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 4202 | 2024.11.14 04:49:14.533597 [ 250 ] {140cea40-b06d-4125-b55a-b56954b3965a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 4203 | 2024.11.14 04:49:14.533859 [ 250 ] {140cea40-b06d-4125-b55a-b56954b3965a} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4204 | 2024.11.14 04:49:14.534087 [ 250 ] {140cea40-b06d-4125-b55a-b56954b3965a} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001875 sec., 2133.3333333333335 rows/sec., 173.96 KiB/sec. | ||
| 4205 | 2024.11.14 04:49:14.534144 [ 250 ] {140cea40-b06d-4125-b55a-b56954b3965a} <Debug> TCPHandler: Processed in 0.002363128 sec. | ||
| 4206 | 2024.11.14 04:49:14.534411 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4207 | 2024.11.14 04:49:14.534617 [ 252 ] {82d3f354-491f-482d-ac61-97be44f22132} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4208 | 2024.11.14 04:49:14.534697 [ 252 ] {82d3f354-491f-482d-ac61-97be44f22132} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4209 | 2024.11.14 04:49:14.535522 [ 252 ] {82d3f354-491f-482d-ac61-97be44f22132} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4210 | 2024.11.14 04:49:14.535567 [ 252 ] {82d3f354-491f-482d-ac61-97be44f22132} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 4211 | 2024.11.14 04:49:14.535980 [ 252 ] {82d3f354-491f-482d-ac61-97be44f22132} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4212 | 2024.11.14 04:49:14.536229 [ 252 ] {82d3f354-491f-482d-ac61-97be44f22132} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4213 | 2024.11.14 04:49:14.536451 [ 252 ] {82d3f354-491f-482d-ac61-97be44f22132} <Debug> executeQuery: Read 58 rows, 4.52 KiB in 0.00189 sec., 30687.830687830687 rows/sec., 2.34 MiB/sec. | ||
| 4214 | 2024.11.14 04:49:14.536512 [ 252 ] {82d3f354-491f-482d-ac61-97be44f22132} <Debug> TCPHandler: Processed in 0.002239305 sec. | ||
| 4215 | 2024.11.14 04:49:14.536672 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4216 | 2024.11.14 04:49:14.536788 [ 250 ] {5ac654c6-f0ea-4b46-97c8-d407b0da50ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4217 | 2024.11.14 04:49:14.536837 [ 250 ] {5ac654c6-f0ea-4b46-97c8-d407b0da50ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4218 | 2024.11.14 04:49:14.537426 [ 250 ] {5ac654c6-f0ea-4b46-97c8-d407b0da50ba} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4219 | 2024.11.14 04:49:14.537465 [ 250 ] {5ac654c6-f0ea-4b46-97c8-d407b0da50ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 4220 | 2024.11.14 04:49:14.537807 [ 250 ] {5ac654c6-f0ea-4b46-97c8-d407b0da50ba} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4221 | 2024.11.14 04:49:14.538047 [ 250 ] {5ac654c6-f0ea-4b46-97c8-d407b0da50ba} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4222 | 2024.11.14 04:49:14.538253 [ 250 ] {5ac654c6-f0ea-4b46-97c8-d407b0da50ba} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001489 sec., 2686.366689053056 rows/sec., 187.57 KiB/sec. | ||
| 4223 | 2024.11.14 04:49:14.538306 [ 250 ] {5ac654c6-f0ea-4b46-97c8-d407b0da50ba} <Debug> TCPHandler: Processed in 0.001691409 sec. | ||
| 4224 | 2024.11.14 04:49:14.538474 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4225 | 2024.11.14 04:49:14.538596 [ 252 ] {32d29f7c-c97b-4f6a-9f8d-36be9b5e63b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4226 | 2024.11.14 04:49:14.538647 [ 252 ] {32d29f7c-c97b-4f6a-9f8d-36be9b5e63b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4227 | 2024.11.14 04:49:14.539258 [ 252 ] {32d29f7c-c97b-4f6a-9f8d-36be9b5e63b7} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4228 | 2024.11.14 04:49:14.539298 [ 252 ] {32d29f7c-c97b-4f6a-9f8d-36be9b5e63b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 4229 | 2024.11.14 04:49:14.539657 [ 252 ] {32d29f7c-c97b-4f6a-9f8d-36be9b5e63b7} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4230 | 2024.11.14 04:49:14.539901 [ 252 ] {32d29f7c-c97b-4f6a-9f8d-36be9b5e63b7} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4231 | 2024.11.14 04:49:14.540148 [ 252 ] {32d29f7c-c97b-4f6a-9f8d-36be9b5e63b7} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001573 sec., 43229.497774952324 rows/sec., 3.38 MiB/sec. | ||
| 4232 | 2024.11.14 04:49:14.540353 [ 252 ] {32d29f7c-c97b-4f6a-9f8d-36be9b5e63b7} <Debug> TCPHandler: Processed in 0.001936247 sec. | ||
| 4233 | 2024.11.14 04:49:14.540601 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4234 | 2024.11.14 04:49:14.540751 [ 250 ] {e5a0e2a7-25a5-4ba6-80a5-c7a5d2c0d492} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4235 | 2024.11.14 04:49:14.540814 [ 250 ] {e5a0e2a7-25a5-4ba6-80a5-c7a5d2c0d492} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4236 | 2024.11.14 04:49:14.541446 [ 250 ] {e5a0e2a7-25a5-4ba6-80a5-c7a5d2c0d492} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4237 | 2024.11.14 04:49:14.541484 [ 250 ] {e5a0e2a7-25a5-4ba6-80a5-c7a5d2c0d492} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 4238 | 2024.11.14 04:49:14.541871 [ 250 ] {e5a0e2a7-25a5-4ba6-80a5-c7a5d2c0d492} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4239 | 2024.11.14 04:49:14.542112 [ 250 ] {e5a0e2a7-25a5-4ba6-80a5-c7a5d2c0d492} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4240 | 2024.11.14 04:49:14.542356 [ 250 ] {e5a0e2a7-25a5-4ba6-80a5-c7a5d2c0d492} <Debug> executeQuery: Read 130 rows, 9.27 KiB in 0.001634 sec., 79559.3635250918 rows/sec., 5.54 MiB/sec. | ||
| 4241 | 2024.11.14 04:49:14.542572 [ 250 ] {e5a0e2a7-25a5-4ba6-80a5-c7a5d2c0d492} <Debug> TCPHandler: Processed in 0.002097111 sec. | ||
| 4242 | 2024.11.14 04:49:14.542774 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4243 | 2024.11.14 04:49:14.542908 [ 252 ] {e35d9269-1488-49b2-a6b8-3a4b151022c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4244 | 2024.11.14 04:49:14.542966 [ 252 ] {e35d9269-1488-49b2-a6b8-3a4b151022c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4245 | 2024.11.14 04:49:14.543500 [ 252 ] {e35d9269-1488-49b2-a6b8-3a4b151022c0} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4246 | 2024.11.14 04:49:14.543538 [ 252 ] {e35d9269-1488-49b2-a6b8-3a4b151022c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 4247 | 2024.11.14 04:49:14.543902 [ 252 ] {e35d9269-1488-49b2-a6b8-3a4b151022c0} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4248 | 2024.11.14 04:49:14.544132 [ 252 ] {e35d9269-1488-49b2-a6b8-3a4b151022c0} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4249 | 2024.11.14 04:49:14.544340 [ 252 ] {e35d9269-1488-49b2-a6b8-3a4b151022c0} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001463 sec., 32809.2959671907 rows/sec., 2.21 MiB/sec. | ||
| 4250 | 2024.11.14 04:49:14.544390 [ 252 ] {e35d9269-1488-49b2-a6b8-3a4b151022c0} <Debug> TCPHandler: Processed in 0.00171169 sec. | ||
| 4251 | 2024.11.14 04:49:18.457008 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 598 | ||
| 4252 | 2024.11.14 04:49:18.459942 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4253 | 2024.11.14 04:49:18.459991 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 4254 | 2024.11.14 04:49:18.461461 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4255 | 2024.11.14 04:49:18.461879 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4256 | 2024.11.14 04:49:18.463294 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 598 | ||
| 4257 | 2024.11.14 04:49:19.533443 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4258 | 2024.11.14 04:49:19.533671 [ 250 ] {9cdcdc66-89d6-4b6d-9456-43aa509cc0fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4259 | 2024.11.14 04:49:19.533753 [ 250 ] {9cdcdc66-89d6-4b6d-9456-43aa509cc0fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4260 | 2024.11.14 04:49:19.534594 [ 250 ] {9cdcdc66-89d6-4b6d-9456-43aa509cc0fc} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4261 | 2024.11.14 04:49:19.534644 [ 250 ] {9cdcdc66-89d6-4b6d-9456-43aa509cc0fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4262 | 2024.11.14 04:49:19.535075 [ 250 ] {9cdcdc66-89d6-4b6d-9456-43aa509cc0fc} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4263 | 2024.11.14 04:49:19.535357 [ 250 ] {9cdcdc66-89d6-4b6d-9456-43aa509cc0fc} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4264 | 2024.11.14 04:49:19.535609 [ 250 ] {9cdcdc66-89d6-4b6d-9456-43aa509cc0fc} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00199 sec., 28140.70351758794 rows/sec., 2.15 MiB/sec. | ||
| 4265 | 2024.11.14 04:49:19.535695 [ 250 ] {9cdcdc66-89d6-4b6d-9456-43aa509cc0fc} <Debug> TCPHandler: Processed in 0.002389239 sec. | ||
| 4266 | 2024.11.14 04:49:19.536014 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4267 | 2024.11.14 04:49:19.536223 [ 252 ] {968975bc-ec84-4355-ac64-977d1a1daba0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4268 | 2024.11.14 04:49:19.536302 [ 252 ] {968975bc-ec84-4355-ac64-977d1a1daba0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4269 | 2024.11.14 04:49:19.537072 [ 252 ] {968975bc-ec84-4355-ac64-977d1a1daba0} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4270 | 2024.11.14 04:49:19.537115 [ 252 ] {968975bc-ec84-4355-ac64-977d1a1daba0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4271 | 2024.11.14 04:49:19.537537 [ 252 ] {968975bc-ec84-4355-ac64-977d1a1daba0} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4272 | 2024.11.14 04:49:19.537789 [ 252 ] {968975bc-ec84-4355-ac64-977d1a1daba0} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4273 | 2024.11.14 04:49:19.538028 [ 252 ] {968975bc-ec84-4355-ac64-977d1a1daba0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001853 sec., 34538.586076632484 rows/sec., 2.70 MiB/sec. | ||
| 4274 | 2024.11.14 04:49:19.538148 [ 252 ] {968975bc-ec84-4355-ac64-977d1a1daba0} <Debug> TCPHandler: Processed in 0.002298586 sec. | ||
| 4275 | 2024.11.14 04:49:19.540781 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4276 | 2024.11.14 04:49:19.540908 [ 250 ] {2996dada-506f-44a2-9eac-9726ea77ec5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4277 | 2024.11.14 04:49:19.540966 [ 250 ] {2996dada-506f-44a2-9eac-9726ea77ec5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4278 | 2024.11.14 04:49:19.541551 [ 250 ] {2996dada-506f-44a2-9eac-9726ea77ec5f} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4279 | 2024.11.14 04:49:19.541591 [ 250 ] {2996dada-506f-44a2-9eac-9726ea77ec5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4280 | 2024.11.14 04:49:19.542005 [ 250 ] {2996dada-506f-44a2-9eac-9726ea77ec5f} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4281 | 2024.11.14 04:49:19.542251 [ 250 ] {2996dada-506f-44a2-9eac-9726ea77ec5f} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4282 | 2024.11.14 04:49:19.542470 [ 250 ] {2996dada-506f-44a2-9eac-9726ea77ec5f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001592 sec., 100502.51256281407 rows/sec., 7.00 MiB/sec. | ||
| 4283 | 2024.11.14 04:49:19.542524 [ 250 ] {2996dada-506f-44a2-9eac-9726ea77ec5f} <Debug> TCPHandler: Processed in 0.001805662 sec. | ||
| 4284 | 2024.11.14 04:49:19.542692 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4285 | 2024.11.14 04:49:19.542845 [ 252 ] {8c7fcc4c-1b00-4f10-ba61-41c6e97976b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4286 | 2024.11.14 04:49:19.542909 [ 252 ] {8c7fcc4c-1b00-4f10-ba61-41c6e97976b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4287 | 2024.11.14 04:49:19.543515 [ 252 ] {8c7fcc4c-1b00-4f10-ba61-41c6e97976b8} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4288 | 2024.11.14 04:49:19.543554 [ 252 ] {8c7fcc4c-1b00-4f10-ba61-41c6e97976b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4289 | 2024.11.14 04:49:19.543942 [ 252 ] {8c7fcc4c-1b00-4f10-ba61-41c6e97976b8} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4290 | 2024.11.14 04:49:19.544194 [ 252 ] {8c7fcc4c-1b00-4f10-ba61-41c6e97976b8} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4291 | 2024.11.14 04:49:19.544426 [ 252 ] {8c7fcc4c-1b00-4f10-ba61-41c6e97976b8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00161 sec., 37267.08074534161 rows/sec., 2.51 MiB/sec. | ||
| 4292 | 2024.11.14 04:49:19.544506 [ 252 ] {8c7fcc4c-1b00-4f10-ba61-41c6e97976b8} <Debug> TCPHandler: Processed in 0.001884834 sec. | ||
| 4293 | 2024.11.14 04:49:21.672127 [ 98 ] {} <Debug> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 4294 | 2024.11.14 04:49:21.672194 [ 98 ] {} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4295 | 2024.11.14 04:49:21.672216 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4296 | 2024.11.14 04:49:21.672407 [ 200 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::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 | ||
| 4297 | 2024.11.14 04:49:21.672589 [ 200 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4298 | 2024.11.14 04:49:21.672627 [ 200 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 5 rows starting from the beginning of the part | ||
| 4299 | 2024.11.14 04:49:21.672701 [ 200 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part | ||
| 4300 | 2024.11.14 04:49:21.672779 [ 200 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part | ||
| 4301 | 2024.11.14 04:49:21.673039 [ 200 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part | ||
| 4302 | 2024.11.14 04:49:21.673164 [ 200 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part | ||
| 4303 | 2024.11.14 04:49:21.674348 [ 193 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9 rows, containing 4 columns (4 merged, 0 gathered) in 0.002051309 sec., 4387.442359975996 rows/sec., 295.64 KiB/sec. | ||
| 4304 | 2024.11.14 04:49:21.674550 [ 186 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 4305 | 2024.11.14 04:49:21.674899 [ 186 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_9_2} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4306 | 2024.11.14 04:49:21.674990 [ 186 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_9_2} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 4307 | 2024.11.14 04:49:21.675086 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 4308 | 2024.11.14 04:49:22.584919 [ 98 ] {} <Debug> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 4309 | 2024.11.14 04:49:22.585011 [ 98 ] {} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4310 | 2024.11.14 04:49:22.585050 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4311 | 2024.11.14 04:49:22.585304 [ 199 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::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 | ||
| 4312 | 2024.11.14 04:49:22.585502 [ 199 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4313 | 2024.11.14 04:49:22.585547 [ 199 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 30 rows starting from the beginning of the part | ||
| 4314 | 2024.11.14 04:49:22.585632 [ 199 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part | ||
| 4315 | 2024.11.14 04:49:22.585716 [ 199 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part | ||
| 4316 | 2024.11.14 04:49:22.586003 [ 199 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part | ||
| 4317 | 2024.11.14 04:49:22.586122 [ 199 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part | ||
| 4318 | 2024.11.14 04:49:22.587175 [ 199 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 4 columns (4 merged, 0 gathered) in 0.002028549 sec., 26620.0126297171 rows/sec., 1.36 MiB/sec. | ||
| 4319 | 2024.11.14 04:49:22.587378 [ 193 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 4320 | 2024.11.14 04:49:22.587768 [ 193 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_9_2} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4321 | 2024.11.14 04:49:22.587853 [ 193 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_9_2} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 4322 | 2024.11.14 04:49:22.587953 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 4323 | 2024.11.14 04:49:23.290309 [ 98 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4324 | 2024.11.14 04:49:23.290367 [ 98 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4325 | 2024.11.14 04:49:24.540831 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4326 | 2024.11.14 04:49:24.541033 [ 250 ] {cb64e55d-dd4b-454f-86b4-794333f82a82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4327 | 2024.11.14 04:49:24.541105 [ 250 ] {cb64e55d-dd4b-454f-86b4-794333f82a82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4328 | 2024.11.14 04:49:24.541830 [ 250 ] {cb64e55d-dd4b-454f-86b4-794333f82a82} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4329 | 2024.11.14 04:49:24.541877 [ 250 ] {cb64e55d-dd4b-454f-86b4-794333f82a82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4330 | 2024.11.14 04:49:24.542303 [ 250 ] {cb64e55d-dd4b-454f-86b4-794333f82a82} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4331 | 2024.11.14 04:49:24.542547 [ 250 ] {cb64e55d-dd4b-454f-86b4-794333f82a82} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4332 | 2024.11.14 04:49:24.542800 [ 250 ] {cb64e55d-dd4b-454f-86b4-794333f82a82} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001807 sec., 7747.648035417819 rows/sec., 557.73 KiB/sec. | ||
| 4333 | 2024.11.14 04:49:24.542945 [ 250 ] {cb64e55d-dd4b-454f-86b4-794333f82a82} <Debug> TCPHandler: Processed in 0.002274485 sec. | ||
| 4334 | 2024.11.14 04:49:24.543246 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4335 | 2024.11.14 04:49:24.543450 [ 252 ] {a9bbe635-fa46-4284-8409-fd1b78bf718f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4336 | 2024.11.14 04:49:24.543531 [ 252 ] {a9bbe635-fa46-4284-8409-fd1b78bf718f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4337 | 2024.11.14 04:49:24.544389 [ 252 ] {a9bbe635-fa46-4284-8409-fd1b78bf718f} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4338 | 2024.11.14 04:49:24.544431 [ 252 ] {a9bbe635-fa46-4284-8409-fd1b78bf718f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4339 | 2024.11.14 04:49:24.544866 [ 252 ] {a9bbe635-fa46-4284-8409-fd1b78bf718f} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4340 | 2024.11.14 04:49:24.545118 [ 252 ] {a9bbe635-fa46-4284-8409-fd1b78bf718f} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4341 | 2024.11.14 04:49:24.545331 [ 252 ] {a9bbe635-fa46-4284-8409-fd1b78bf718f} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.001937 sec., 147134.7444501807 rows/sec., 12.98 MiB/sec. | ||
| 4342 | 2024.11.14 04:49:24.545469 [ 252 ] {a9bbe635-fa46-4284-8409-fd1b78bf718f} <Debug> TCPHandler: Processed in 0.00238966 sec. | ||
| 4343 | 2024.11.14 04:49:24.545700 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4344 | 2024.11.14 04:49:24.545920 [ 250 ] {0a5067d7-7627-44c5-ba45-7852af156af9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4345 | 2024.11.14 04:49:24.546010 [ 250 ] {0a5067d7-7627-44c5-ba45-7852af156af9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4346 | 2024.11.14 04:49:24.547147 [ 250 ] {0a5067d7-7627-44c5-ba45-7852af156af9} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4347 | 2024.11.14 04:49:24.547187 [ 250 ] {0a5067d7-7627-44c5-ba45-7852af156af9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4348 | 2024.11.14 04:49:24.547548 [ 250 ] {0a5067d7-7627-44c5-ba45-7852af156af9} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4349 | 2024.11.14 04:49:24.547785 [ 250 ] {0a5067d7-7627-44c5-ba45-7852af156af9} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4350 | 2024.11.14 04:49:24.547944 [ 96 ] {} <Debug> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
| 4351 | 2024.11.14 04:49:24.548020 [ 96 ] {} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4352 | 2024.11.14 04:49:24.548028 [ 250 ] {0a5067d7-7627-44c5-ba45-7852af156af9} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.002153 sec., 22294.47282861124 rows/sec., 1.61 MiB/sec. | ||
| 4353 | 2024.11.14 04:49:24.548058 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4354 | 2024.11.14 04:49:24.548172 [ 250 ] {0a5067d7-7627-44c5-ba45-7852af156af9} <Debug> TCPHandler: Processed in 0.002607066 sec. | ||
| 4355 | 2024.11.14 04:49:24.548341 [ 191 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::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 | ||
| 4356 | 2024.11.14 04:49:24.548393 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4357 | 2024.11.14 04:49:24.548590 [ 191 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4358 | 2024.11.14 04:49:24.548644 [ 252 ] {0e8df995-f04d-4efe-ad5d-bb385ed8e67e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4359 | 2024.11.14 04:49:24.548662 [ 191 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::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 | ||
| 4360 | 2024.11.14 04:49:24.548741 [ 252 ] {0e8df995-f04d-4efe-ad5d-bb385ed8e67e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4361 | 2024.11.14 04:49:24.548946 [ 191 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 48 rows starting from the beginning of the part | ||
| 4362 | 2024.11.14 04:49:24.549319 [ 191 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 4 rows starting from the beginning of the part | ||
| 4363 | 2024.11.14 04:49:24.549681 [ 191 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 48 rows starting from the beginning of the part | ||
| 4364 | 2024.11.14 04:49:24.550069 [ 191 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 4 rows starting from the beginning of the part | ||
| 4365 | 2024.11.14 04:49:24.550415 [ 191 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 48 rows starting from the beginning of the part | ||
| 4366 | 2024.11.14 04:49:24.551403 [ 252 ] {0e8df995-f04d-4efe-ad5d-bb385ed8e67e} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4367 | 2024.11.14 04:49:24.551470 [ 252 ] {0e8df995-f04d-4efe-ad5d-bb385ed8e67e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4368 | 2024.11.14 04:49:24.552419 [ 252 ] {0e8df995-f04d-4efe-ad5d-bb385ed8e67e} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4369 | 2024.11.14 04:49:24.553074 [ 252 ] {0e8df995-f04d-4efe-ad5d-bb385ed8e67e} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4370 | 2024.11.14 04:49:24.553181 [ 193 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 216 rows, containing 5 columns (5 merged, 0 gathered) in 0.004982634 sec., 43350.565182993574 rows/sec., 3.27 MiB/sec. | ||
| 4371 | 2024.11.14 04:49:24.553437 [ 252 ] {0e8df995-f04d-4efe-ad5d-bb385ed8e67e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004872 sec., 2873.5632183908046 rows/sec., 201.25 KiB/sec. | ||
| 4372 | 2024.11.14 04:49:24.553501 [ 193 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 4373 | 2024.11.14 04:49:24.553563 [ 252 ] {0e8df995-f04d-4efe-ad5d-bb385ed8e67e} <Debug> TCPHandler: Processed in 0.005273883 sec. | ||
| 4374 | 2024.11.14 04:49:24.553807 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4375 | 2024.11.14 04:49:24.554021 [ 193 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_20_4} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4376 | 2024.11.14 04:49:24.554035 [ 250 ] {04aabe20-f63a-460c-9933-66ece36f168d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4377 | 2024.11.14 04:49:24.554139 [ 250 ] {04aabe20-f63a-460c-9933-66ece36f168d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4378 | 2024.11.14 04:49:24.554204 [ 193 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_20_4} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
| 4379 | 2024.11.14 04:49:24.554383 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 4380 | 2024.11.14 04:49:24.554956 [ 250 ] {04aabe20-f63a-460c-9933-66ece36f168d} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4381 | 2024.11.14 04:49:24.555001 [ 250 ] {04aabe20-f63a-460c-9933-66ece36f168d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4382 | 2024.11.14 04:49:24.555372 [ 250 ] {04aabe20-f63a-460c-9933-66ece36f168d} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4383 | 2024.11.14 04:49:24.555610 [ 250 ] {04aabe20-f63a-460c-9933-66ece36f168d} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4384 | 2024.11.14 04:49:24.555821 [ 250 ] {04aabe20-f63a-460c-9933-66ece36f168d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001851 sec., 7023.230686115613 rows/sec., 437.90 KiB/sec. | ||
| 4385 | 2024.11.14 04:49:24.555875 [ 250 ] {04aabe20-f63a-460c-9933-66ece36f168d} <Debug> TCPHandler: Processed in 0.002196414 sec. | ||
| 4386 | 2024.11.14 04:49:24.556020 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4387 | 2024.11.14 04:49:24.556145 [ 252 ] {bac03b60-8e0d-4e58-aaad-02e1d5f01632} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4388 | 2024.11.14 04:49:24.556195 [ 252 ] {bac03b60-8e0d-4e58-aaad-02e1d5f01632} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4389 | 2024.11.14 04:49:24.556928 [ 252 ] {bac03b60-8e0d-4e58-aaad-02e1d5f01632} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4390 | 2024.11.14 04:49:24.556965 [ 252 ] {bac03b60-8e0d-4e58-aaad-02e1d5f01632} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4391 | 2024.11.14 04:49:24.557358 [ 252 ] {bac03b60-8e0d-4e58-aaad-02e1d5f01632} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4392 | 2024.11.14 04:49:24.557596 [ 252 ] {bac03b60-8e0d-4e58-aaad-02e1d5f01632} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4393 | 2024.11.14 04:49:24.557786 [ 252 ] {bac03b60-8e0d-4e58-aaad-02e1d5f01632} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001669 sec., 253445.17675254645 rows/sec., 18.12 MiB/sec. | ||
| 4394 | 2024.11.14 04:49:24.557907 [ 252 ] {bac03b60-8e0d-4e58-aaad-02e1d5f01632} <Debug> TCPHandler: Processed in 0.001946097 sec. | ||
| 4395 | 2024.11.14 04:49:24.558050 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4396 | 2024.11.14 04:49:24.558170 [ 250 ] {e7f3471f-4c17-48f7-a91d-256474a4b0c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4397 | 2024.11.14 04:49:24.558222 [ 250 ] {e7f3471f-4c17-48f7-a91d-256474a4b0c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4398 | 2024.11.14 04:49:24.558709 [ 250 ] {e7f3471f-4c17-48f7-a91d-256474a4b0c8} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4399 | 2024.11.14 04:49:24.558747 [ 250 ] {e7f3471f-4c17-48f7-a91d-256474a4b0c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4400 | 2024.11.14 04:49:24.559111 [ 250 ] {e7f3471f-4c17-48f7-a91d-256474a4b0c8} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4401 | 2024.11.14 04:49:24.559356 [ 250 ] {e7f3471f-4c17-48f7-a91d-256474a4b0c8} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4402 | 2024.11.14 04:49:24.559572 [ 250 ] {e7f3471f-4c17-48f7-a91d-256474a4b0c8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001425 sec., 4210.526315789473 rows/sec., 219.98 KiB/sec. | ||
| 4403 | 2024.11.14 04:49:24.559622 [ 250 ] {e7f3471f-4c17-48f7-a91d-256474a4b0c8} <Debug> TCPHandler: Processed in 0.001628598 sec. | ||
| 4404 | 2024.11.14 04:49:24.559773 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4405 | 2024.11.14 04:49:24.559911 [ 252 ] {14d0fc83-7cba-47a3-b926-f67e2493e35c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4406 | 2024.11.14 04:49:24.559975 [ 252 ] {14d0fc83-7cba-47a3-b926-f67e2493e35c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4407 | 2024.11.14 04:49:24.560654 [ 252 ] {14d0fc83-7cba-47a3-b926-f67e2493e35c} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4408 | 2024.11.14 04:49:24.560699 [ 252 ] {14d0fc83-7cba-47a3-b926-f67e2493e35c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4409 | 2024.11.14 04:49:24.561087 [ 252 ] {14d0fc83-7cba-47a3-b926-f67e2493e35c} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4410 | 2024.11.14 04:49:24.561326 [ 252 ] {14d0fc83-7cba-47a3-b926-f67e2493e35c} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4411 | 2024.11.14 04:49:24.561450 [ 96 ] {} <Debug> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4412 | 2024.11.14 04:49:24.561493 [ 96 ] {} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4413 | 2024.11.14 04:49:24.561515 [ 252 ] {14d0fc83-7cba-47a3-b926-f67e2493e35c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001635 sec., 144954.12844036697 rows/sec., 9.72 MiB/sec. | ||
| 4414 | 2024.11.14 04:49:24.561519 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4415 | 2024.11.14 04:49:24.561612 [ 252 ] {14d0fc83-7cba-47a3-b926-f67e2493e35c} <Debug> TCPHandler: Processed in 0.001902605 sec. | ||
| 4416 | 2024.11.14 04:49:24.561839 [ 194 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::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 | ||
| 4417 | 2024.11.14 04:49:24.561858 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4418 | 2024.11.14 04:49:24.562105 [ 194 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4419 | 2024.11.14 04:49:24.562145 [ 250 ] {12feaed3-ba47-4a84-87c8-84a1087f4bac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4420 | 2024.11.14 04:49:24.562174 [ 194 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 7063 rows starting from the beginning of the part | ||
| 4421 | 2024.11.14 04:49:24.562262 [ 250 ] {12feaed3-ba47-4a84-87c8-84a1087f4bac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4422 | 2024.11.14 04:49:24.562608 [ 194 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::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 | ||
| 4423 | 2024.11.14 04:49:24.562970 [ 194 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 237 rows starting from the beginning of the part | ||
| 4424 | 2024.11.14 04:49:24.563298 [ 194 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 130 rows starting from the beginning of the part | ||
| 4425 | 2024.11.14 04:49:24.563537 [ 194 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::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 | ||
| 4426 | 2024.11.14 04:49:24.563914 [ 194 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::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 | ||
| 4427 | 2024.11.14 04:49:24.564778 [ 250 ] {12feaed3-ba47-4a84-87c8-84a1087f4bac} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4428 | 2024.11.14 04:49:24.564822 [ 250 ] {12feaed3-ba47-4a84-87c8-84a1087f4bac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4429 | 2024.11.14 04:49:24.565244 [ 250 ] {12feaed3-ba47-4a84-87c8-84a1087f4bac} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4430 | 2024.11.14 04:49:24.565566 [ 250 ] {12feaed3-ba47-4a84-87c8-84a1087f4bac} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4431 | 2024.11.14 04:49:24.565871 [ 250 ] {12feaed3-ba47-4a84-87c8-84a1087f4bac} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003803 sec., 262.95030239284773 rows/sec., 17.72 KiB/sec. | ||
| 4432 | 2024.11.14 04:49:24.565933 [ 250 ] {12feaed3-ba47-4a84-87c8-84a1087f4bac} <Debug> TCPHandler: Processed in 0.004231532 sec. | ||
| 4433 | 2024.11.14 04:49:24.566091 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4434 | 2024.11.14 04:49:24.566398 [ 252 ] {178c7dff-fdb1-44a6-b4b5-0450eb05c07c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4435 | 2024.11.14 04:49:24.566482 [ 252 ] {178c7dff-fdb1-44a6-b4b5-0450eb05c07c} <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 | ||
| 4436 | 2024.11.14 04:49:24.567812 [ 194 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7987 rows, containing 5 columns (5 merged, 0 gathered) in 0.006182939 sec., 1291780.4946806042 rows/sec., 87.14 MiB/sec. | ||
| 4437 | 2024.11.14 04:49:24.568339 [ 194 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4438 | 2024.11.14 04:49:24.568440 [ 252 ] {178c7dff-fdb1-44a6-b4b5-0450eb05c07c} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4439 | 2024.11.14 04:49:24.568505 [ 252 ] {178c7dff-fdb1-44a6-b4b5-0450eb05c07c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4440 | 2024.11.14 04:49:24.568968 [ 194 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4441 | 2024.11.14 04:49:24.569153 [ 194 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4442 | 2024.11.14 04:49:24.569307 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.45 MiB. | ||
| 4443 | 2024.11.14 04:49:24.569722 [ 252 ] {178c7dff-fdb1-44a6-b4b5-0450eb05c07c} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4444 | 2024.11.14 04:49:24.569987 [ 252 ] {178c7dff-fdb1-44a6-b4b5-0450eb05c07c} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4445 | 2024.11.14 04:49:24.570174 [ 95 ] {} <Debug> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
| 4446 | 2024.11.14 04:49:24.570262 [ 95 ] {} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4447 | 2024.11.14 04:49:24.570262 [ 252 ] {178c7dff-fdb1-44a6-b4b5-0450eb05c07c} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.003879 sec., 10569.7344676463 rows/sec., 18.94 MiB/sec. | ||
| 4448 | 2024.11.14 04:49:24.570306 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4449 | 2024.11.14 04:49:24.570780 [ 203 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full | ||
| 4450 | 2024.11.14 04:49:24.571085 [ 252 ] {178c7dff-fdb1-44a6-b4b5-0450eb05c07c} <Debug> TCPHandler: Processed in 0.005055376 sec. | ||
| 4451 | 2024.11.14 04:49:24.571323 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4452 | 2024.11.14 04:49:24.571595 [ 250 ] {b5b62cfc-32c3-403a-afd8-ea0aecd17114} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4453 | 2024.11.14 04:49:24.571733 [ 250 ] {b5b62cfc-32c3-403a-afd8-ea0aecd17114} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4454 | 2024.11.14 04:49:24.571753 [ 203 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4455 | 2024.11.14 04:49:24.572002 [ 203 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 240 rows starting from the beginning of the part | ||
| 4456 | 2024.11.14 04:49:24.572799 [ 203 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 41 rows starting from the beginning of the part | ||
| 4457 | 2024.11.14 04:49:24.573572 [ 203 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 41 rows starting from the beginning of the part | ||
| 4458 | 2024.11.14 04:49:24.574056 [ 250 ] {b5b62cfc-32c3-403a-afd8-ea0aecd17114} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4459 | 2024.11.14 04:49:24.574164 [ 250 ] {b5b62cfc-32c3-403a-afd8-ea0aecd17114} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4460 | 2024.11.14 04:49:24.574292 [ 203 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 41 rows starting from the beginning of the part | ||
| 4461 | 2024.11.14 04:49:24.574933 [ 203 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 41 rows starting from the beginning of the part | ||
| 4462 | 2024.11.14 04:49:24.575587 [ 203 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 41 rows starting from the beginning of the part | ||
| 4463 | 2024.11.14 04:49:24.575638 [ 250 ] {b5b62cfc-32c3-403a-afd8-ea0aecd17114} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4464 | 2024.11.14 04:49:24.576342 [ 250 ] {b5b62cfc-32c3-403a-afd8-ea0aecd17114} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4465 | 2024.11.14 04:49:24.576752 [ 95 ] {} <Debug> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4466 | 2024.11.14 04:49:24.576846 [ 95 ] {} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4467 | 2024.11.14 04:49:24.576924 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4468 | 2024.11.14 04:49:24.577043 [ 250 ] {b5b62cfc-32c3-403a-afd8-ea0aecd17114} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005492 sec., 14930.808448652584 rows/sec., 971.05 KiB/sec. | ||
| 4469 | 2024.11.14 04:49:24.577345 [ 250 ] {b5b62cfc-32c3-403a-afd8-ea0aecd17114} <Debug> TCPHandler: Processed in 0.006149078 sec. | ||
| 4470 | 2024.11.14 04:49:24.578233 [ 197 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::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 | ||
| 4471 | 2024.11.14 04:49:24.578429 [ 197 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4472 | 2024.11.14 04:49:24.578464 [ 197 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1148 rows starting from the beginning of the part | ||
| 4473 | 2024.11.14 04:49:24.578693 [ 197 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::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 | ||
| 4474 | 2024.11.14 04:49:24.578995 [ 197 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 82 rows starting from the beginning of the part | ||
| 4475 | 2024.11.14 04:49:24.579330 [ 197 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::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 | ||
| 4476 | 2024.11.14 04:49:24.579705 [ 197 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::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 | ||
| 4477 | 2024.11.14 04:49:24.580117 [ 197 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::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 | ||
| 4478 | 2024.11.14 04:49:24.583952 [ 198 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1480 rows, containing 4 columns (4 merged, 0 gathered) in 0.006843608 sec., 216260.1949147292 rows/sec., 14.03 MiB/sec. | ||
| 4479 | 2024.11.14 04:49:24.584272 [ 198 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4480 | 2024.11.14 04:49:24.585031 [ 198 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_31_6} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4481 | 2024.11.14 04:49:24.585120 [ 198 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_31_6} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4482 | 2024.11.14 04:49:24.585313 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
| 4483 | 2024.11.14 04:49:24.586177 [ 190 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 445 rows, containing 19 columns (19 merged, 0 gathered) in 0.015744716 sec., 28263.450417270153 rows/sec., 50.65 MiB/sec. | ||
| 4484 | 2024.11.14 04:49:24.586736 [ 190 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 4485 | 2024.11.14 04:49:24.587165 [ 190 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_15_3} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4486 | 2024.11.14 04:49:24.587248 [ 190 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_15_3} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
| 4487 | 2024.11.14 04:49:24.587391 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.30 MiB. | ||
| 4488 | 2024.11.14 04:49:25.000211 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 158.09 MiB, peak 164.88 MiB, free memory in arenas 0.00 B, will set to 159.27 MiB (RSS), difference: 1.18 MiB | ||
| 4489 | 2024.11.14 04:49:28.463520 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 628 | ||
| 4490 | 2024.11.14 04:49:28.466712 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4491 | 2024.11.14 04:49:28.466762 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4492 | 2024.11.14 04:49:28.468221 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4493 | 2024.11.14 04:49:28.468529 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4494 | 2024.11.14 04:49:28.469045 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 628 | ||
| 4495 | 2024.11.14 04:49:29.533335 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4496 | 2024.11.14 04:49:29.533562 [ 250 ] {72398cd3-c960-4370-b3ee-fbadd10ac1cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4497 | 2024.11.14 04:49:29.533642 [ 250 ] {72398cd3-c960-4370-b3ee-fbadd10ac1cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4498 | 2024.11.14 04:49:29.534402 [ 250 ] {72398cd3-c960-4370-b3ee-fbadd10ac1cd} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4499 | 2024.11.14 04:49:29.534442 [ 250 ] {72398cd3-c960-4370-b3ee-fbadd10ac1cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4500 | 2024.11.14 04:49:29.534868 [ 250 ] {72398cd3-c960-4370-b3ee-fbadd10ac1cd} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 4501 | 2024.11.14 04:49:29.535120 [ 250 ] {72398cd3-c960-4370-b3ee-fbadd10ac1cd} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4502 | 2024.11.14 04:49:29.535345 [ 250 ] {72398cd3-c960-4370-b3ee-fbadd10ac1cd} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001836 sec., 5446.623093681917 rows/sec., 444.13 KiB/sec. | ||
| 4503 | 2024.11.14 04:49:29.535497 [ 250 ] {72398cd3-c960-4370-b3ee-fbadd10ac1cd} <Debug> TCPHandler: Processed in 0.002296477 sec. | ||
| 4504 | 2024.11.14 04:49:29.535754 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4505 | 2024.11.14 04:49:29.535952 [ 252 ] {5b0b0ae4-82f5-4f6c-a09f-c88ab3b88201} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4506 | 2024.11.14 04:49:29.536035 [ 252 ] {5b0b0ae4-82f5-4f6c-a09f-c88ab3b88201} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4507 | 2024.11.14 04:49:29.536876 [ 252 ] {5b0b0ae4-82f5-4f6c-a09f-c88ab3b88201} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4508 | 2024.11.14 04:49:29.536923 [ 252 ] {5b0b0ae4-82f5-4f6c-a09f-c88ab3b88201} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4509 | 2024.11.14 04:49:29.537351 [ 252 ] {5b0b0ae4-82f5-4f6c-a09f-c88ab3b88201} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4510 | 2024.11.14 04:49:29.537608 [ 252 ] {5b0b0ae4-82f5-4f6c-a09f-c88ab3b88201} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4511 | 2024.11.14 04:49:29.537849 [ 252 ] {5b0b0ae4-82f5-4f6c-a09f-c88ab3b88201} <Debug> executeQuery: Read 61 rows, 4.74 KiB in 0.001955 sec., 31202.046035805626 rows/sec., 2.37 MiB/sec. | ||
| 4512 | 2024.11.14 04:49:29.537917 [ 252 ] {5b0b0ae4-82f5-4f6c-a09f-c88ab3b88201} <Debug> TCPHandler: Processed in 0.002298327 sec. | ||
| 4513 | 2024.11.14 04:49:29.538078 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4514 | 2024.11.14 04:49:29.538199 [ 250 ] {b31a4a0b-291f-4a83-a340-489326194a3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4515 | 2024.11.14 04:49:29.538248 [ 250 ] {b31a4a0b-291f-4a83-a340-489326194a3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4516 | 2024.11.14 04:49:29.538826 [ 250 ] {b31a4a0b-291f-4a83-a340-489326194a3e} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4517 | 2024.11.14 04:49:29.538863 [ 250 ] {b31a4a0b-291f-4a83-a340-489326194a3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4518 | 2024.11.14 04:49:29.539211 [ 250 ] {b31a4a0b-291f-4a83-a340-489326194a3e} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4519 | 2024.11.14 04:49:29.539449 [ 250 ] {b31a4a0b-291f-4a83-a340-489326194a3e} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4520 | 2024.11.14 04:49:29.539676 [ 250 ] {b31a4a0b-291f-4a83-a340-489326194a3e} <Debug> executeQuery: Read 10 rows, 715.00 B in 0.001502 sec., 6657.789613848202 rows/sec., 464.87 KiB/sec. | ||
| 4521 | 2024.11.14 04:49:29.539915 [ 250 ] {b31a4a0b-291f-4a83-a340-489326194a3e} <Debug> TCPHandler: Processed in 0.001886835 sec. | ||
| 4522 | 2024.11.14 04:49:29.540091 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4523 | 2024.11.14 04:49:29.540217 [ 252 ] {d30eaaa1-c3d9-4962-8207-a8e676febe91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4524 | 2024.11.14 04:49:29.540271 [ 252 ] {d30eaaa1-c3d9-4962-8207-a8e676febe91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4525 | 2024.11.14 04:49:29.540910 [ 252 ] {d30eaaa1-c3d9-4962-8207-a8e676febe91} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4526 | 2024.11.14 04:49:29.540951 [ 252 ] {d30eaaa1-c3d9-4962-8207-a8e676febe91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4527 | 2024.11.14 04:49:29.541320 [ 252 ] {d30eaaa1-c3d9-4962-8207-a8e676febe91} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4528 | 2024.11.14 04:49:29.541560 [ 252 ] {d30eaaa1-c3d9-4962-8207-a8e676febe91} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4529 | 2024.11.14 04:49:29.541797 [ 252 ] {d30eaaa1-c3d9-4962-8207-a8e676febe91} <Debug> executeQuery: Read 74 rows, 5.93 KiB in 0.001603 sec., 46163.4435433562 rows/sec., 3.61 MiB/sec. | ||
| 4530 | 2024.11.14 04:49:29.541889 [ 252 ] {d30eaaa1-c3d9-4962-8207-a8e676febe91} <Debug> TCPHandler: Processed in 0.001859874 sec. | ||
| 4531 | 2024.11.14 04:49:29.542073 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4532 | 2024.11.14 04:49:29.542192 [ 250 ] {ba801138-f4c0-4543-bd34-1babbd124530} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4533 | 2024.11.14 04:49:29.542246 [ 250 ] {ba801138-f4c0-4543-bd34-1babbd124530} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4534 | 2024.11.14 04:49:29.542801 [ 250 ] {ba801138-f4c0-4543-bd34-1babbd124530} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4535 | 2024.11.14 04:49:29.542840 [ 250 ] {ba801138-f4c0-4543-bd34-1babbd124530} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4536 | 2024.11.14 04:49:29.543239 [ 250 ] {ba801138-f4c0-4543-bd34-1babbd124530} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4537 | 2024.11.14 04:49:29.543488 [ 250 ] {ba801138-f4c0-4543-bd34-1babbd124530} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4538 | 2024.11.14 04:49:29.543664 [ 250 ] {ba801138-f4c0-4543-bd34-1babbd124530} <Debug> executeQuery: Read 133 rows, 9.48 KiB in 0.001497 sec., 88844.35537742151 rows/sec., 6.18 MiB/sec. | ||
| 4539 | 2024.11.14 04:49:29.543713 [ 250 ] {ba801138-f4c0-4543-bd34-1babbd124530} <Debug> TCPHandler: Processed in 0.00170427 sec. | ||
| 4540 | 2024.11.14 04:49:29.543872 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4541 | 2024.11.14 04:49:29.544000 [ 252 ] {bd0087fb-2d8e-4a18-9f7d-7591bd02033b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4542 | 2024.11.14 04:49:29.544055 [ 252 ] {bd0087fb-2d8e-4a18-9f7d-7591bd02033b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4543 | 2024.11.14 04:49:29.544688 [ 252 ] {bd0087fb-2d8e-4a18-9f7d-7591bd02033b} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4544 | 2024.11.14 04:49:29.544738 [ 252 ] {bd0087fb-2d8e-4a18-9f7d-7591bd02033b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4545 | 2024.11.14 04:49:29.545151 [ 252 ] {bd0087fb-2d8e-4a18-9f7d-7591bd02033b} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4546 | 2024.11.14 04:49:29.545402 [ 252 ] {bd0087fb-2d8e-4a18-9f7d-7591bd02033b} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4547 | 2024.11.14 04:49:29.545620 [ 252 ] {bd0087fb-2d8e-4a18-9f7d-7591bd02033b} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001648 sec., 29126.21359223301 rows/sec., 1.96 MiB/sec. | ||
| 4548 | 2024.11.14 04:49:29.545675 [ 252 ] {bd0087fb-2d8e-4a18-9f7d-7591bd02033b} <Debug> TCPHandler: Processed in 0.001863785 sec. | ||
| 4549 | 2024.11.14 04:49:34.533469 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4550 | 2024.11.14 04:49:34.533697 [ 250 ] {8547dc67-4a57-4dc9-8dc1-710dcf18c53c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4551 | 2024.11.14 04:49:34.533778 [ 250 ] {8547dc67-4a57-4dc9-8dc1-710dcf18c53c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4552 | 2024.11.14 04:49:34.534584 [ 250 ] {8547dc67-4a57-4dc9-8dc1-710dcf18c53c} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4553 | 2024.11.14 04:49:34.534626 [ 250 ] {8547dc67-4a57-4dc9-8dc1-710dcf18c53c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4554 | 2024.11.14 04:49:34.535060 [ 250 ] {8547dc67-4a57-4dc9-8dc1-710dcf18c53c} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4555 | 2024.11.14 04:49:34.535317 [ 250 ] {8547dc67-4a57-4dc9-8dc1-710dcf18c53c} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4556 | 2024.11.14 04:49:34.535482 [ 82 ] {} <Debug> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4557 | 2024.11.14 04:49:34.535532 [ 82 ] {} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4558 | 2024.11.14 04:49:34.535539 [ 250 ] {8547dc67-4a57-4dc9-8dc1-710dcf18c53c} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.0019 sec., 29473.684210526317 rows/sec., 2.25 MiB/sec. | ||
| 4559 | 2024.11.14 04:49:34.535559 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4560 | 2024.11.14 04:49:34.535656 [ 250 ] {8547dc67-4a57-4dc9-8dc1-710dcf18c53c} <Debug> TCPHandler: Processed in 0.002322658 sec. | ||
| 4561 | 2024.11.14 04:49:34.535840 [ 188 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::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 | ||
| 4562 | 2024.11.14 04:49:34.535954 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4563 | 2024.11.14 04:49:34.536015 [ 188 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4564 | 2024.11.14 04:49:34.536061 [ 188 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1434 rows starting from the beginning of the part | ||
| 4565 | 2024.11.14 04:49:34.536167 [ 188 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 58 rows starting from the beginning of the part | ||
| 4566 | 2024.11.14 04:49:34.536169 [ 252 ] {b263d3f6-085c-4d41-85f1-59ea37a18582} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4567 | 2024.11.14 04:49:34.536373 [ 252 ] {b263d3f6-085c-4d41-85f1-59ea37a18582} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4568 | 2024.11.14 04:49:34.536613 [ 188 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 56 rows starting from the beginning of the part | ||
| 4569 | 2024.11.14 04:49:34.536984 [ 188 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 285 rows starting from the beginning of the part | ||
| 4570 | 2024.11.14 04:49:34.537320 [ 188 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 61 rows starting from the beginning of the part | ||
| 4571 | 2024.11.14 04:49:34.537681 [ 188 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::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 | ||
| 4572 | 2024.11.14 04:49:34.538761 [ 252 ] {b263d3f6-085c-4d41-85f1-59ea37a18582} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4573 | 2024.11.14 04:49:34.538813 [ 252 ] {b263d3f6-085c-4d41-85f1-59ea37a18582} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4574 | 2024.11.14 04:49:34.539371 [ 252 ] {b263d3f6-085c-4d41-85f1-59ea37a18582} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4575 | 2024.11.14 04:49:34.539733 [ 252 ] {b263d3f6-085c-4d41-85f1-59ea37a18582} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4576 | 2024.11.14 04:49:34.539745 [ 189 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1950 rows, containing 5 columns (5 merged, 0 gathered) in 0.004069178 sec., 479212.263508748 rows/sec., 41.74 MiB/sec. | ||
| 4577 | 2024.11.14 04:49:34.539946 [ 82 ] {} <Debug> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4578 | 2024.11.14 04:49:34.540025 [ 82 ] {} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4579 | 2024.11.14 04:49:34.540088 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4580 | 2024.11.14 04:49:34.540098 [ 196 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4581 | 2024.11.14 04:49:34.540104 [ 252 ] {b263d3f6-085c-4d41-85f1-59ea37a18582} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003997 sec., 16012.009006755068 rows/sec., 1.25 MiB/sec. | ||
| 4582 | 2024.11.14 04:49:34.540411 [ 252 ] {b263d3f6-085c-4d41-85f1-59ea37a18582} <Debug> TCPHandler: Processed in 0.004615114 sec. | ||
| 4583 | 2024.11.14 04:49:34.540418 [ 188 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::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 | ||
| 4584 | 2024.11.14 04:49:34.540652 [ 188 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4585 | 2024.11.14 04:49:34.540683 [ 188 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 915 rows starting from the beginning of the part | ||
| 4586 | 2024.11.14 04:49:34.540729 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4587 | 2024.11.14 04:49:34.540814 [ 196 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_36_7} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4588 | 2024.11.14 04:49:34.541011 [ 188 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 68 rows starting from the beginning of the part | ||
| 4589 | 2024.11.14 04:49:34.541308 [ 196 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_36_7} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4590 | 2024.11.14 04:49:34.541318 [ 250 ] {9edf4a9e-7144-4567-8aa9-47a0b5600ae5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4591 | 2024.11.14 04:49:34.541478 [ 188 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 64 rows starting from the beginning of the part | ||
| 4592 | 2024.11.14 04:49:34.541545 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
| 4593 | 2024.11.14 04:49:34.541577 [ 250 ] {9edf4a9e-7144-4567-8aa9-47a0b5600ae5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4594 | 2024.11.14 04:49:34.542123 [ 188 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 423 rows starting from the beginning of the part | ||
| 4595 | 2024.11.14 04:49:34.542454 [ 188 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 74 rows starting from the beginning of the part | ||
| 4596 | 2024.11.14 04:49:34.542929 [ 188 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::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 | ||
| 4597 | 2024.11.14 04:49:34.544078 [ 250 ] {9edf4a9e-7144-4567-8aa9-47a0b5600ae5} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4598 | 2024.11.14 04:49:34.544146 [ 250 ] {9edf4a9e-7144-4567-8aa9-47a0b5600ae5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4599 | 2024.11.14 04:49:34.545288 [ 250 ] {9edf4a9e-7144-4567-8aa9-47a0b5600ae5} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4600 | 2024.11.14 04:49:34.545791 [ 188 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1608 rows, containing 5 columns (5 merged, 0 gathered) in 0.005591792 sec., 287564.34431037493 rows/sec., 22.18 MiB/sec. | ||
| 4601 | 2024.11.14 04:49:34.545815 [ 250 ] {9edf4a9e-7144-4567-8aa9-47a0b5600ae5} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4602 | 2024.11.14 04:49:34.546029 [ 188 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4603 | 2024.11.14 04:49:34.546233 [ 250 ] {9edf4a9e-7144-4567-8aa9-47a0b5600ae5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005126 sec., 31213.42177136168 rows/sec., 2.17 MiB/sec. | ||
| 4604 | 2024.11.14 04:49:34.546398 [ 250 ] {9edf4a9e-7144-4567-8aa9-47a0b5600ae5} <Debug> TCPHandler: Processed in 0.005822579 sec. | ||
| 4605 | 2024.11.14 04:49:34.546562 [ 188 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_36_7} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4606 | 2024.11.14 04:49:34.546592 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4607 | 2024.11.14 04:49:34.546653 [ 188 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_36_7} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4608 | 2024.11.14 04:49:34.546743 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
| 4609 | 2024.11.14 04:49:34.546778 [ 252 ] {025deb04-5f5d-46f4-ab2f-dc3fd7512a62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4610 | 2024.11.14 04:49:34.546841 [ 252 ] {025deb04-5f5d-46f4-ab2f-dc3fd7512a62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4611 | 2024.11.14 04:49:34.547378 [ 252 ] {025deb04-5f5d-46f4-ab2f-dc3fd7512a62} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4612 | 2024.11.14 04:49:34.547416 [ 252 ] {025deb04-5f5d-46f4-ab2f-dc3fd7512a62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4613 | 2024.11.14 04:49:34.547790 [ 252 ] {025deb04-5f5d-46f4-ab2f-dc3fd7512a62} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4614 | 2024.11.14 04:49:34.548027 [ 252 ] {025deb04-5f5d-46f4-ab2f-dc3fd7512a62} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4615 | 2024.11.14 04:49:34.548247 [ 252 ] {025deb04-5f5d-46f4-ab2f-dc3fd7512a62} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001522 sec., 39421.813403416556 rows/sec., 2.66 MiB/sec. | ||
| 4616 | 2024.11.14 04:49:34.548298 [ 252 ] {025deb04-5f5d-46f4-ab2f-dc3fd7512a62} <Debug> TCPHandler: Processed in 0.001784992 sec. | ||
| 4617 | 2024.11.14 04:49:36.277445 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40387, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4618 | 2024.11.14 04:49:36.520062 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36049, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4619 | 2024.11.14 04:49:36.606588 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54447, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4620 | 2024.11.14 04:49:36.614969 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41578, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4621 | 2024.11.14 04:49:36.756503 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58162, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4622 | 2024.11.14 04:49:36.757883 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60635, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4623 | 2024.11.14 04:49:36.775167 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52824, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4624 | 2024.11.14 04:49:36.778409 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51282, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4625 | 2024.11.14 04:49:38.290436 [ 79 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4626 | 2024.11.14 04:49:38.290519 [ 79 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4627 | 2024.11.14 04:49:38.470188 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 648 | ||
| 4628 | 2024.11.14 04:49:38.472921 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4629 | 2024.11.14 04:49:38.472981 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4630 | 2024.11.14 04:49:38.474412 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4631 | 2024.11.14 04:49:38.474742 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4632 | 2024.11.14 04:49:38.475351 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 648 | ||
| 4633 | 2024.11.14 04:49:39.540854 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4634 | 2024.11.14 04:49:39.541056 [ 250 ] {5be9f365-c0d7-41f4-a553-4e38392cc0d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4635 | 2024.11.14 04:49:39.541126 [ 250 ] {5be9f365-c0d7-41f4-a553-4e38392cc0d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4636 | 2024.11.14 04:49:39.541871 [ 250 ] {5be9f365-c0d7-41f4-a553-4e38392cc0d5} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4637 | 2024.11.14 04:49:39.541913 [ 250 ] {5be9f365-c0d7-41f4-a553-4e38392cc0d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4638 | 2024.11.14 04:49:39.542358 [ 250 ] {5be9f365-c0d7-41f4-a553-4e38392cc0d5} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4639 | 2024.11.14 04:49:39.542634 [ 250 ] {5be9f365-c0d7-41f4-a553-4e38392cc0d5} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4640 | 2024.11.14 04:49:39.542860 [ 250 ] {5be9f365-c0d7-41f4-a553-4e38392cc0d5} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001849 sec., 7571.660356949703 rows/sec., 545.06 KiB/sec. | ||
| 4641 | 2024.11.14 04:49:39.542990 [ 250 ] {5be9f365-c0d7-41f4-a553-4e38392cc0d5} <Debug> TCPHandler: Processed in 0.002260165 sec. | ||
| 4642 | 2024.11.14 04:49:39.543272 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4643 | 2024.11.14 04:49:39.543459 [ 252 ] {14202af9-4143-456f-826f-49295ac4906a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4644 | 2024.11.14 04:49:39.543535 [ 252 ] {14202af9-4143-456f-826f-49295ac4906a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4645 | 2024.11.14 04:49:39.544437 [ 252 ] {14202af9-4143-456f-826f-49295ac4906a} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4646 | 2024.11.14 04:49:39.544489 [ 252 ] {14202af9-4143-456f-826f-49295ac4906a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4647 | 2024.11.14 04:49:39.544959 [ 252 ] {14202af9-4143-456f-826f-49295ac4906a} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4648 | 2024.11.14 04:49:39.545246 [ 252 ] {14202af9-4143-456f-826f-49295ac4906a} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4649 | 2024.11.14 04:49:39.545480 [ 252 ] {14202af9-4143-456f-826f-49295ac4906a} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.002073 sec., 137481.9102749638 rows/sec., 12.13 MiB/sec. | ||
| 4650 | 2024.11.14 04:49:39.545542 [ 252 ] {14202af9-4143-456f-826f-49295ac4906a} <Debug> TCPHandler: Processed in 0.00240728 sec. | ||
| 4651 | 2024.11.14 04:49:39.545708 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4652 | 2024.11.14 04:49:39.545828 [ 250 ] {6ec62d93-bd5d-431d-82fb-a602ddf9148b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4653 | 2024.11.14 04:49:39.545877 [ 250 ] {6ec62d93-bd5d-431d-82fb-a602ddf9148b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4654 | 2024.11.14 04:49:39.546490 [ 250 ] {6ec62d93-bd5d-431d-82fb-a602ddf9148b} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4655 | 2024.11.14 04:49:39.546528 [ 250 ] {6ec62d93-bd5d-431d-82fb-a602ddf9148b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4656 | 2024.11.14 04:49:39.546900 [ 250 ] {6ec62d93-bd5d-431d-82fb-a602ddf9148b} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4657 | 2024.11.14 04:49:39.547147 [ 250 ] {6ec62d93-bd5d-431d-82fb-a602ddf9148b} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4658 | 2024.11.14 04:49:39.547327 [ 250 ] {6ec62d93-bd5d-431d-82fb-a602ddf9148b} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001525 sec., 31475.409836065573 rows/sec., 2.27 MiB/sec. | ||
| 4659 | 2024.11.14 04:49:39.547380 [ 250 ] {6ec62d93-bd5d-431d-82fb-a602ddf9148b} <Debug> TCPHandler: Processed in 0.00173008 sec. | ||
| 4660 | 2024.11.14 04:49:39.547566 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4661 | 2024.11.14 04:49:39.547693 [ 252 ] {c7204d53-9b76-4b9b-8474-fa574df2992f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4662 | 2024.11.14 04:49:39.547748 [ 252 ] {c7204d53-9b76-4b9b-8474-fa574df2992f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4663 | 2024.11.14 04:49:39.548338 [ 252 ] {c7204d53-9b76-4b9b-8474-fa574df2992f} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4664 | 2024.11.14 04:49:39.548379 [ 252 ] {c7204d53-9b76-4b9b-8474-fa574df2992f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4665 | 2024.11.14 04:49:39.548739 [ 252 ] {c7204d53-9b76-4b9b-8474-fa574df2992f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4666 | 2024.11.14 04:49:39.548979 [ 252 ] {c7204d53-9b76-4b9b-8474-fa574df2992f} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4667 | 2024.11.14 04:49:39.549190 [ 252 ] {c7204d53-9b76-4b9b-8474-fa574df2992f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001528 sec., 9162.303664921466 rows/sec., 641.67 KiB/sec. | ||
| 4668 | 2024.11.14 04:49:39.549242 [ 252 ] {c7204d53-9b76-4b9b-8474-fa574df2992f} <Debug> TCPHandler: Processed in 0.00174315 sec. | ||
| 4669 | 2024.11.14 04:49:39.549395 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4670 | 2024.11.14 04:49:39.549515 [ 250 ] {1aee87d4-a138-419a-ae9b-2ee856cd09cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4671 | 2024.11.14 04:49:39.549569 [ 250 ] {1aee87d4-a138-419a-ae9b-2ee856cd09cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4672 | 2024.11.14 04:49:39.550162 [ 250 ] {1aee87d4-a138-419a-ae9b-2ee856cd09cb} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4673 | 2024.11.14 04:49:39.550199 [ 250 ] {1aee87d4-a138-419a-ae9b-2ee856cd09cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4674 | 2024.11.14 04:49:39.550550 [ 250 ] {1aee87d4-a138-419a-ae9b-2ee856cd09cb} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4675 | 2024.11.14 04:49:39.550809 [ 250 ] {1aee87d4-a138-419a-ae9b-2ee856cd09cb} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4676 | 2024.11.14 04:49:39.551008 [ 250 ] {1aee87d4-a138-419a-ae9b-2ee856cd09cb} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001507 sec., 8626.4100862641 rows/sec., 537.85 KiB/sec. | ||
| 4677 | 2024.11.14 04:49:39.551213 [ 250 ] {1aee87d4-a138-419a-ae9b-2ee856cd09cb} <Debug> TCPHandler: Processed in 0.001868364 sec. | ||
| 4678 | 2024.11.14 04:49:39.551387 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4679 | 2024.11.14 04:49:39.551505 [ 252 ] {078998a2-0117-46d0-9c94-e3cd1b50c2f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4680 | 2024.11.14 04:49:39.551553 [ 252 ] {078998a2-0117-46d0-9c94-e3cd1b50c2f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4681 | 2024.11.14 04:49:39.552287 [ 252 ] {078998a2-0117-46d0-9c94-e3cd1b50c2f1} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4682 | 2024.11.14 04:49:39.552327 [ 252 ] {078998a2-0117-46d0-9c94-e3cd1b50c2f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4683 | 2024.11.14 04:49:39.552713 [ 252 ] {078998a2-0117-46d0-9c94-e3cd1b50c2f1} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4684 | 2024.11.14 04:49:39.552972 [ 252 ] {078998a2-0117-46d0-9c94-e3cd1b50c2f1} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4685 | 2024.11.14 04:49:39.553192 [ 252 ] {078998a2-0117-46d0-9c94-e3cd1b50c2f1} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001708 sec., 247658.07962529274 rows/sec., 17.70 MiB/sec. | ||
| 4686 | 2024.11.14 04:49:39.553292 [ 252 ] {078998a2-0117-46d0-9c94-e3cd1b50c2f1} <Debug> TCPHandler: Processed in 0.001964196 sec. | ||
| 4687 | 2024.11.14 04:49:39.553492 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4688 | 2024.11.14 04:49:39.553705 [ 250 ] {bfb27204-537e-4220-ba9c-d2c7111faa77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4689 | 2024.11.14 04:49:39.553757 [ 250 ] {bfb27204-537e-4220-ba9c-d2c7111faa77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4690 | 2024.11.14 04:49:39.554260 [ 250 ] {bfb27204-537e-4220-ba9c-d2c7111faa77} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4691 | 2024.11.14 04:49:39.554297 [ 250 ] {bfb27204-537e-4220-ba9c-d2c7111faa77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4692 | 2024.11.14 04:49:39.554661 [ 250 ] {bfb27204-537e-4220-ba9c-d2c7111faa77} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4693 | 2024.11.14 04:49:39.554901 [ 250 ] {bfb27204-537e-4220-ba9c-d2c7111faa77} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4694 | 2024.11.14 04:49:39.555090 [ 250 ] {bfb27204-537e-4220-ba9c-d2c7111faa77} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001434 sec., 4184.100418410042 rows/sec., 218.60 KiB/sec. | ||
| 4695 | 2024.11.14 04:49:39.555138 [ 250 ] {bfb27204-537e-4220-ba9c-d2c7111faa77} <Debug> TCPHandler: Processed in 0.001750311 sec. | ||
| 4696 | 2024.11.14 04:49:39.555302 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4697 | 2024.11.14 04:49:39.555425 [ 252 ] {516833a7-b140-42f6-a4fb-45c055b895dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4698 | 2024.11.14 04:49:39.555478 [ 252 ] {516833a7-b140-42f6-a4fb-45c055b895dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4699 | 2024.11.14 04:49:39.556096 [ 252 ] {516833a7-b140-42f6-a4fb-45c055b895dc} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4700 | 2024.11.14 04:49:39.556135 [ 252 ] {516833a7-b140-42f6-a4fb-45c055b895dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4701 | 2024.11.14 04:49:39.556537 [ 252 ] {516833a7-b140-42f6-a4fb-45c055b895dc} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4702 | 2024.11.14 04:49:39.556774 [ 252 ] {516833a7-b140-42f6-a4fb-45c055b895dc} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4703 | 2024.11.14 04:49:39.557000 [ 252 ] {516833a7-b140-42f6-a4fb-45c055b895dc} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.0016 sec., 148125 rows/sec., 9.93 MiB/sec. | ||
| 4704 | 2024.11.14 04:49:39.557198 [ 252 ] {516833a7-b140-42f6-a4fb-45c055b895dc} <Debug> TCPHandler: Processed in 0.001952386 sec. | ||
| 4705 | 2024.11.14 04:49:39.557402 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4706 | 2024.11.14 04:49:39.557540 [ 250 ] {8087383a-0f91-48d3-a312-276b91a92a63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4707 | 2024.11.14 04:49:39.557601 [ 250 ] {8087383a-0f91-48d3-a312-276b91a92a63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4708 | 2024.11.14 04:49:39.558148 [ 250 ] {8087383a-0f91-48d3-a312-276b91a92a63} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4709 | 2024.11.14 04:49:39.558189 [ 250 ] {8087383a-0f91-48d3-a312-276b91a92a63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4710 | 2024.11.14 04:49:39.558551 [ 250 ] {8087383a-0f91-48d3-a312-276b91a92a63} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4711 | 2024.11.14 04:49:39.558786 [ 250 ] {8087383a-0f91-48d3-a312-276b91a92a63} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4712 | 2024.11.14 04:49:39.559009 [ 250 ] {8087383a-0f91-48d3-a312-276b91a92a63} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001498 sec., 667.5567423230975 rows/sec., 44.98 KiB/sec. | ||
| 4713 | 2024.11.14 04:49:39.559179 [ 250 ] {8087383a-0f91-48d3-a312-276b91a92a63} <Debug> TCPHandler: Processed in 0.001844073 sec. | ||
| 4714 | 2024.11.14 04:49:39.559349 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4715 | 2024.11.14 04:49:39.559475 [ 252 ] {555d707f-a5bc-4665-86b5-1abe524ae01a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4716 | 2024.11.14 04:49:39.559560 [ 252 ] {555d707f-a5bc-4665-86b5-1abe524ae01a} <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 | ||
| 4717 | 2024.11.14 04:49:39.560768 [ 252 ] {555d707f-a5bc-4665-86b5-1abe524ae01a} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4718 | 2024.11.14 04:49:39.560809 [ 252 ] {555d707f-a5bc-4665-86b5-1abe524ae01a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4719 | 2024.11.14 04:49:39.561480 [ 252 ] {555d707f-a5bc-4665-86b5-1abe524ae01a} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4720 | 2024.11.14 04:49:39.561733 [ 252 ] {555d707f-a5bc-4665-86b5-1abe524ae01a} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4721 | 2024.11.14 04:49:39.561972 [ 252 ] {555d707f-a5bc-4665-86b5-1abe524ae01a} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002522 sec., 16256.93893735131 rows/sec., 29.13 MiB/sec. | ||
| 4722 | 2024.11.14 04:49:39.562077 [ 252 ] {555d707f-a5bc-4665-86b5-1abe524ae01a} <Debug> TCPHandler: Processed in 0.002787461 sec. | ||
| 4723 | 2024.11.14 04:49:39.562238 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4724 | 2024.11.14 04:49:39.562374 [ 250 ] {a818b1e0-b4b2-48af-87df-959eceb3fcc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4725 | 2024.11.14 04:49:39.562431 [ 250 ] {a818b1e0-b4b2-48af-87df-959eceb3fcc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4726 | 2024.11.14 04:49:39.563003 [ 250 ] {a818b1e0-b4b2-48af-87df-959eceb3fcc2} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4727 | 2024.11.14 04:49:39.563075 [ 250 ] {a818b1e0-b4b2-48af-87df-959eceb3fcc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4728 | 2024.11.14 04:49:39.563464 [ 250 ] {a818b1e0-b4b2-48af-87df-959eceb3fcc2} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4729 | 2024.11.14 04:49:39.563700 [ 250 ] {a818b1e0-b4b2-48af-87df-959eceb3fcc2} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4730 | 2024.11.14 04:49:39.563857 [ 250 ] {a818b1e0-b4b2-48af-87df-959eceb3fcc2} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001514 sec., 54161.16248348745 rows/sec., 3.44 MiB/sec. | ||
| 4731 | 2024.11.14 04:49:39.563904 [ 250 ] {a818b1e0-b4b2-48af-87df-959eceb3fcc2} <Debug> TCPHandler: Processed in 0.00173352 sec. | ||
| 4732 | 2024.11.14 04:49:39.649842 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:35866, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4733 | 2024.11.14 04:49:39.830207 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:53221, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4734 | 2024.11.14 04:49:40.208206 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:37456, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4735 | 2024.11.14 04:49:40.317223 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:34073, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4736 | 2024.11.14 04:49:40.388642 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:42606, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4737 | 2024.11.14 04:49:40.410028 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:56406, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4738 | 2024.11.14 04:49:40.437561 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:43549, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4739 | 2024.11.14 04:49:40.443243 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:47096, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4740 | 2024.11.14 04:49:40.445612 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:60933, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4741 | 2024.11.14 04:49:40.611468 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:48583, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4742 | 2024.11.14 04:49:40.614852 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:59564, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4743 | 2024.11.14 04:49:40.622212 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:56621, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4744 | 2024.11.14 04:49:40.626507 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:46534, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4745 | 2024.11.14 04:49:40.690318 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:55017, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4746 | 2024.11.14 04:49:40.700639 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:42920, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4747 | 2024.11.14 04:49:40.757224 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:41448, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4748 | 2024.11.14 04:49:41.293771 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:33562, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4749 | 2024.11.14 04:49:41.717840 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:61740, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4750 | 2024.11.14 04:49:41.846797 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:52299, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4751 | 2024.11.14 04:49:41.947483 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:62784, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4752 | 2024.11.14 04:49:42.062362 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:41592, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4753 | 2024.11.14 04:49:42.157222 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:55569, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4754 | 2024.11.14 04:49:42.159591 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:33983, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4755 | 2024.11.14 04:49:42.177995 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:57199, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4756 | 2024.11.14 04:49:44.533617 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4757 | 2024.11.14 04:49:44.533822 [ 250 ] {1fe7d9a9-692d-4a3a-9bb8-a403f0935153} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4758 | 2024.11.14 04:49:44.533894 [ 250 ] {1fe7d9a9-692d-4a3a-9bb8-a403f0935153} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4759 | 2024.11.14 04:49:44.534668 [ 250 ] {1fe7d9a9-692d-4a3a-9bb8-a403f0935153} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4760 | 2024.11.14 04:49:44.534717 [ 250 ] {1fe7d9a9-692d-4a3a-9bb8-a403f0935153} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4761 | 2024.11.14 04:49:44.535139 [ 250 ] {1fe7d9a9-692d-4a3a-9bb8-a403f0935153} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 4762 | 2024.11.14 04:49:44.535400 [ 250 ] {1fe7d9a9-692d-4a3a-9bb8-a403f0935153} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4763 | 2024.11.14 04:49:44.535649 [ 250 ] {1fe7d9a9-692d-4a3a-9bb8-a403f0935153} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001878 sec., 29818.956336528223 rows/sec., 2.28 MiB/sec. | ||
| 4764 | 2024.11.14 04:49:44.535736 [ 250 ] {1fe7d9a9-692d-4a3a-9bb8-a403f0935153} <Debug> TCPHandler: Processed in 0.002249705 sec. | ||
| 4765 | 2024.11.14 04:49:44.536019 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4766 | 2024.11.14 04:49:44.536207 [ 252 ] {e2f94a5d-ac77-4bdd-85c6-7495e338165c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4767 | 2024.11.14 04:49:44.536277 [ 252 ] {e2f94a5d-ac77-4bdd-85c6-7495e338165c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4768 | 2024.11.14 04:49:44.537030 [ 252 ] {e2f94a5d-ac77-4bdd-85c6-7495e338165c} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4769 | 2024.11.14 04:49:44.537074 [ 252 ] {e2f94a5d-ac77-4bdd-85c6-7495e338165c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4770 | 2024.11.14 04:49:44.537500 [ 252 ] {e2f94a5d-ac77-4bdd-85c6-7495e338165c} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 4771 | 2024.11.14 04:49:44.537781 [ 252 ] {e2f94a5d-ac77-4bdd-85c6-7495e338165c} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4772 | 2024.11.14 04:49:44.537993 [ 252 ] {e2f94a5d-ac77-4bdd-85c6-7495e338165c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001834 sec., 34896.40130861505 rows/sec., 2.72 MiB/sec. | ||
| 4773 | 2024.11.14 04:49:44.538055 [ 252 ] {e2f94a5d-ac77-4bdd-85c6-7495e338165c} <Debug> TCPHandler: Processed in 0.002187613 sec. | ||
| 4774 | 2024.11.14 04:49:44.538222 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4775 | 2024.11.14 04:49:44.538348 [ 250 ] {ae7b98a5-8d5b-414f-9413-f4a4518dc535} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4776 | 2024.11.14 04:49:44.538405 [ 250 ] {ae7b98a5-8d5b-414f-9413-f4a4518dc535} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4777 | 2024.11.14 04:49:44.539076 [ 250 ] {ae7b98a5-8d5b-414f-9413-f4a4518dc535} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4778 | 2024.11.14 04:49:44.539123 [ 250 ] {ae7b98a5-8d5b-414f-9413-f4a4518dc535} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4779 | 2024.11.14 04:49:44.539641 [ 250 ] {ae7b98a5-8d5b-414f-9413-f4a4518dc535} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4780 | 2024.11.14 04:49:44.539883 [ 250 ] {ae7b98a5-8d5b-414f-9413-f4a4518dc535} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4781 | 2024.11.14 04:49:44.540097 [ 250 ] {ae7b98a5-8d5b-414f-9413-f4a4518dc535} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001778 sec., 89988.75140607424 rows/sec., 6.27 MiB/sec. | ||
| 4782 | 2024.11.14 04:49:44.540148 [ 250 ] {ae7b98a5-8d5b-414f-9413-f4a4518dc535} <Debug> TCPHandler: Processed in 0.001986217 sec. | ||
| 4783 | 2024.11.14 04:49:44.540334 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4784 | 2024.11.14 04:49:44.540459 [ 252 ] {a175c36e-c0cd-4d24-9a0f-b1e66002f974} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4785 | 2024.11.14 04:49:44.540514 [ 252 ] {a175c36e-c0cd-4d24-9a0f-b1e66002f974} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4786 | 2024.11.14 04:49:44.541009 [ 252 ] {a175c36e-c0cd-4d24-9a0f-b1e66002f974} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4787 | 2024.11.14 04:49:44.541046 [ 252 ] {a175c36e-c0cd-4d24-9a0f-b1e66002f974} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4788 | 2024.11.14 04:49:44.541411 [ 252 ] {a175c36e-c0cd-4d24-9a0f-b1e66002f974} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4789 | 2024.11.14 04:49:44.541651 [ 252 ] {a175c36e-c0cd-4d24-9a0f-b1e66002f974} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4790 | 2024.11.14 04:49:44.541825 [ 252 ] {a175c36e-c0cd-4d24-9a0f-b1e66002f974} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001398 sec., 42918.45493562232 rows/sec., 2.89 MiB/sec. | ||
| 4791 | 2024.11.14 04:49:44.541872 [ 252 ] {a175c36e-c0cd-4d24-9a0f-b1e66002f974} <Debug> TCPHandler: Processed in 0.001597816 sec. | ||
| 4792 | 2024.11.14 04:49:48.475594 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 678 | ||
| 4793 | 2024.11.14 04:49:48.478469 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4794 | 2024.11.14 04:49:48.478526 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4795 | 2024.11.14 04:49:48.479907 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4796 | 2024.11.14 04:49:48.480231 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4797 | 2024.11.14 04:49:48.480448 [ 68 ] {} <Debug> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4798 | 2024.11.14 04:49:48.480577 [ 68 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4799 | 2024.11.14 04:49:48.480654 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4800 | 2024.11.14 04:49:48.481070 [ 189 ] {517a6315-c66d-488d-99aa-0fdeb396e457::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 | ||
| 4801 | 2024.11.14 04:49:48.481601 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 678 | ||
| 4802 | 2024.11.14 04:49:48.482115 [ 189 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4803 | 2024.11.14 04:49:48.482294 [ 189 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 544 rows starting from the beginning of the part | ||
| 4804 | 2024.11.14 04:49:48.482776 [ 189 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 20 rows starting from the beginning of the part | ||
| 4805 | 2024.11.14 04:49:48.483245 [ 189 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 34 rows starting from the beginning of the part | ||
| 4806 | 2024.11.14 04:49:48.483688 [ 189 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 30 rows starting from the beginning of the part | ||
| 4807 | 2024.11.14 04:49:48.484129 [ 189 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 20 rows starting from the beginning of the part | ||
| 4808 | 2024.11.14 04:49:48.484516 [ 189 ] {517a6315-c66d-488d-99aa-0fdeb396e457::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 | ||
| 4809 | 2024.11.14 04:49:48.492397 [ 200 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 678 rows, containing 72 columns (72 merged, 0 gathered) in 0.011586636 sec., 58515.68997248208 rows/sec., 50.26 MiB/sec. | ||
| 4810 | 2024.11.14 04:49:48.493616 [ 186 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4811 | 2024.11.14 04:49:48.494371 [ 186 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_21_4} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4812 | 2024.11.14 04:49:48.494450 [ 186 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_21_4} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4813 | 2024.11.14 04:49:48.494720 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.11 MiB. | ||
| 4814 | 2024.11.14 04:49:49.533487 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4815 | 2024.11.14 04:49:49.533713 [ 250 ] {06b0d0c9-c8cc-463f-bf53-0415b666304b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4816 | 2024.11.14 04:49:49.533793 [ 250 ] {06b0d0c9-c8cc-463f-bf53-0415b666304b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4817 | 2024.11.14 04:49:49.534638 [ 250 ] {06b0d0c9-c8cc-463f-bf53-0415b666304b} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4818 | 2024.11.14 04:49:49.534692 [ 250 ] {06b0d0c9-c8cc-463f-bf53-0415b666304b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4819 | 2024.11.14 04:49:49.535156 [ 250 ] {06b0d0c9-c8cc-463f-bf53-0415b666304b} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 4820 | 2024.11.14 04:49:49.535416 [ 250 ] {06b0d0c9-c8cc-463f-bf53-0415b666304b} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4821 | 2024.11.14 04:49:49.535672 [ 250 ] {06b0d0c9-c8cc-463f-bf53-0415b666304b} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002015 sec., 27791.563275434244 rows/sec., 2.12 MiB/sec. | ||
| 4822 | 2024.11.14 04:49:49.535733 [ 250 ] {06b0d0c9-c8cc-463f-bf53-0415b666304b} <Debug> TCPHandler: Processed in 0.002376429 sec. | ||
| 4823 | 2024.11.14 04:49:49.536014 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4824 | 2024.11.14 04:49:49.536192 [ 252 ] {b0473feb-65fe-467b-9ae0-f1f403555ba4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4825 | 2024.11.14 04:49:49.536261 [ 252 ] {b0473feb-65fe-467b-9ae0-f1f403555ba4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4826 | 2024.11.14 04:49:49.537009 [ 252 ] {b0473feb-65fe-467b-9ae0-f1f403555ba4} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4827 | 2024.11.14 04:49:49.537049 [ 252 ] {b0473feb-65fe-467b-9ae0-f1f403555ba4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4828 | 2024.11.14 04:49:49.537466 [ 252 ] {b0473feb-65fe-467b-9ae0-f1f403555ba4} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 4829 | 2024.11.14 04:49:49.537748 [ 252 ] {b0473feb-65fe-467b-9ae0-f1f403555ba4} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4830 | 2024.11.14 04:49:49.537982 [ 252 ] {b0473feb-65fe-467b-9ae0-f1f403555ba4} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001837 sec., 34839.41208492107 rows/sec., 2.72 MiB/sec. | ||
| 4831 | 2024.11.14 04:49:49.538042 [ 252 ] {b0473feb-65fe-467b-9ae0-f1f403555ba4} <Debug> TCPHandler: Processed in 0.002175003 sec. | ||
| 4832 | 2024.11.14 04:49:49.538244 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4833 | 2024.11.14 04:49:49.538365 [ 250 ] {d7ef43e9-1d9e-4f1c-889b-52b274ba8612} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4834 | 2024.11.14 04:49:49.538419 [ 250 ] {d7ef43e9-1d9e-4f1c-889b-52b274ba8612} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4835 | 2024.11.14 04:49:49.538991 [ 250 ] {d7ef43e9-1d9e-4f1c-889b-52b274ba8612} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4836 | 2024.11.14 04:49:49.539032 [ 250 ] {d7ef43e9-1d9e-4f1c-889b-52b274ba8612} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4837 | 2024.11.14 04:49:49.539426 [ 250 ] {d7ef43e9-1d9e-4f1c-889b-52b274ba8612} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4838 | 2024.11.14 04:49:49.539670 [ 250 ] {d7ef43e9-1d9e-4f1c-889b-52b274ba8612} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4839 | 2024.11.14 04:49:49.539814 [ 66 ] {} <Debug> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4840 | 2024.11.14 04:49:49.539857 [ 66 ] {} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4841 | 2024.11.14 04:49:49.539858 [ 250 ] {d7ef43e9-1d9e-4f1c-889b-52b274ba8612} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001516 sec., 105540.89709762533 rows/sec., 7.35 MiB/sec. | ||
| 4842 | 2024.11.14 04:49:49.539881 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4843 | 2024.11.14 04:49:49.539963 [ 250 ] {d7ef43e9-1d9e-4f1c-889b-52b274ba8612} <Debug> TCPHandler: Processed in 0.001779421 sec. | ||
| 4844 | 2024.11.14 04:49:49.540135 [ 199 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::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 | 2024.11.14 04:49:49.540179 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4846 | 2024.11.14 04:49:49.540420 [ 252 ] {71239c39-3f4f-4448-842b-824f8d1193e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4847 | 2024.11.14 04:49:49.540426 [ 199 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4848 | 2024.11.14 04:49:49.540524 [ 199 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 7987 rows starting from the beginning of the part | ||
| 4849 | 2024.11.14 04:49:49.540526 [ 252 ] {71239c39-3f4f-4448-842b-824f8d1193e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4850 | 2024.11.14 04:49:49.540822 [ 199 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 133 rows starting from the beginning of the part | ||
| 4851 | 2024.11.14 04:49:49.541226 [ 199 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 160 rows starting from the beginning of the part | ||
| 4852 | 2024.11.14 04:49:49.541647 [ 199 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 237 rows starting from the beginning of the part | ||
| 4853 | 2024.11.14 04:49:49.541955 [ 199 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 160 rows starting from the beginning of the part | ||
| 4854 | 2024.11.14 04:49:49.542291 [ 199 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 160 rows starting from the beginning of the part | ||
| 4855 | 2024.11.14 04:49:49.543093 [ 252 ] {71239c39-3f4f-4448-842b-824f8d1193e6} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4856 | 2024.11.14 04:49:49.543148 [ 252 ] {71239c39-3f4f-4448-842b-824f8d1193e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4857 | 2024.11.14 04:49:49.545327 [ 252 ] {71239c39-3f4f-4448-842b-824f8d1193e6} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4858 | 2024.11.14 04:49:49.545822 [ 252 ] {71239c39-3f4f-4448-842b-824f8d1193e6} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4859 | 2024.11.14 04:49:49.546121 [ 66 ] {} <Debug> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4860 | 2024.11.14 04:49:49.546229 [ 66 ] {} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4861 | 2024.11.14 04:49:49.546311 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 4862 | 2024.11.14 04:49:49.546560 [ 252 ] {71239c39-3f4f-4448-842b-824f8d1193e6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006212 sec., 9658.725048293625 rows/sec., 666.55 KiB/sec. | ||
| 4863 | 2024.11.14 04:49:49.546812 [ 200 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::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 | ||
| 4864 | 2024.11.14 04:49:49.546924 [ 252 ] {71239c39-3f4f-4448-842b-824f8d1193e6} <Debug> TCPHandler: Processed in 0.006810307 sec. | ||
| 4865 | 2024.11.14 04:49:49.547206 [ 200 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4866 | 2024.11.14 04:49:49.547286 [ 200 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1480 rows starting from the beginning of the part | ||
| 4867 | 2024.11.14 04:49:49.547587 [ 200 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 48 rows starting from the beginning of the part | ||
| 4868 | 2024.11.14 04:49:49.547892 [ 200 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 60 rows starting from the beginning of the part | ||
| 4869 | 2024.11.14 04:49:49.548242 [ 200 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 82 rows starting from the beginning of the part | ||
| 4870 | 2024.11.14 04:49:49.548475 [ 200 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 60 rows starting from the beginning of the part | ||
| 4871 | 2024.11.14 04:49:49.548614 [ 200 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 60 rows starting from the beginning of the part | ||
| 4872 | 2024.11.14 04:49:49.550450 [ 187 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1790 rows, containing 4 columns (4 merged, 0 gathered) in 0.003962285 sec., 451759.52764629497 rows/sec., 29.43 MiB/sec. | ||
| 4873 | 2024.11.14 04:49:49.550821 [ 198 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4874 | 2024.11.14 04:49:49.551085 [ 187 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8837 rows, containing 5 columns (5 merged, 0 gathered) in 0.011094912 sec., 796491.2204801624 rows/sec., 53.84 MiB/sec. | ||
| 4875 | 2024.11.14 04:49:49.551321 [ 187 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4876 | 2024.11.14 04:49:49.551426 [ 198 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_36_7} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4877 | 2024.11.14 04:49:49.551545 [ 198 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_36_7} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4878 | 2024.11.14 04:49:49.551715 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 4879 | 2024.11.14 04:49:49.551855 [ 187 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4880 | 2024.11.14 04:49:49.551947 [ 187 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4881 | 2024.11.14 04:49:49.552045 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.47 MiB. | ||
| 4882 | 2024.11.14 04:49:53.290790 [ 67 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4883 | 2024.11.14 04:49:53.290873 [ 67 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4884 | 2024.11.14 04:49:54.539813 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4885 | 2024.11.14 04:49:54.540020 [ 250 ] {91f2f3cb-6f29-4715-8eb7-741a72a7adbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4886 | 2024.11.14 04:49:54.540093 [ 250 ] {91f2f3cb-6f29-4715-8eb7-741a72a7adbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4887 | 2024.11.14 04:49:54.540825 [ 250 ] {91f2f3cb-6f29-4715-8eb7-741a72a7adbe} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4888 | 2024.11.14 04:49:54.540874 [ 250 ] {91f2f3cb-6f29-4715-8eb7-741a72a7adbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 4889 | 2024.11.14 04:49:54.541307 [ 250 ] {91f2f3cb-6f29-4715-8eb7-741a72a7adbe} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4890 | 2024.11.14 04:49:54.541564 [ 250 ] {91f2f3cb-6f29-4715-8eb7-741a72a7adbe} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4891 | 2024.11.14 04:49:54.541799 [ 250 ] {91f2f3cb-6f29-4715-8eb7-741a72a7adbe} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001833 sec., 7637.752318603382 rows/sec., 549.82 KiB/sec. | ||
| 4892 | 2024.11.14 04:49:54.541857 [ 250 ] {91f2f3cb-6f29-4715-8eb7-741a72a7adbe} <Debug> TCPHandler: Processed in 0.002177523 sec. | ||
| 4893 | 2024.11.14 04:49:54.542095 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4894 | 2024.11.14 04:49:54.542278 [ 252 ] {abe08c11-fa56-4b4c-9889-4a0aba51f0eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4895 | 2024.11.14 04:49:54.542346 [ 252 ] {abe08c11-fa56-4b4c-9889-4a0aba51f0eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4896 | 2024.11.14 04:49:54.543177 [ 252 ] {abe08c11-fa56-4b4c-9889-4a0aba51f0eb} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4897 | 2024.11.14 04:49:54.543218 [ 252 ] {abe08c11-fa56-4b4c-9889-4a0aba51f0eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 4898 | 2024.11.14 04:49:54.543652 [ 252 ] {abe08c11-fa56-4b4c-9889-4a0aba51f0eb} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 4899 | 2024.11.14 04:49:54.543898 [ 252 ] {abe08c11-fa56-4b4c-9889-4a0aba51f0eb} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4900 | 2024.11.14 04:49:54.544095 [ 252 ] {abe08c11-fa56-4b4c-9889-4a0aba51f0eb} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.001868 sec., 152569.5931477516 rows/sec., 13.46 MiB/sec. | ||
| 4901 | 2024.11.14 04:49:54.544148 [ 252 ] {abe08c11-fa56-4b4c-9889-4a0aba51f0eb} <Debug> TCPHandler: Processed in 0.002185543 sec. | ||
| 4902 | 2024.11.14 04:49:54.544304 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4903 | 2024.11.14 04:49:54.544443 [ 250 ] {94d51af1-3243-4071-9b03-1a002092787d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4904 | 2024.11.14 04:49:54.544501 [ 250 ] {94d51af1-3243-4071-9b03-1a002092787d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4905 | 2024.11.14 04:49:54.545111 [ 250 ] {94d51af1-3243-4071-9b03-1a002092787d} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4906 | 2024.11.14 04:49:54.545152 [ 250 ] {94d51af1-3243-4071-9b03-1a002092787d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 4907 | 2024.11.14 04:49:54.545508 [ 250 ] {94d51af1-3243-4071-9b03-1a002092787d} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4908 | 2024.11.14 04:49:54.545749 [ 250 ] {94d51af1-3243-4071-9b03-1a002092787d} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4909 | 2024.11.14 04:49:54.545999 [ 250 ] {94d51af1-3243-4071-9b03-1a002092787d} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001579 sec., 30398.986700443318 rows/sec., 2.19 MiB/sec. | ||
| 4910 | 2024.11.14 04:49:54.546190 [ 250 ] {94d51af1-3243-4071-9b03-1a002092787d} <Debug> TCPHandler: Processed in 0.001947446 sec. | ||
| 4911 | 2024.11.14 04:49:54.546356 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4912 | 2024.11.14 04:49:54.546476 [ 252 ] {faa29832-39a0-4e24-8cc5-ae433d053952} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4913 | 2024.11.14 04:49:54.546524 [ 252 ] {faa29832-39a0-4e24-8cc5-ae433d053952} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4914 | 2024.11.14 04:49:54.547099 [ 252 ] {faa29832-39a0-4e24-8cc5-ae433d053952} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4915 | 2024.11.14 04:49:54.547137 [ 252 ] {faa29832-39a0-4e24-8cc5-ae433d053952} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 4916 | 2024.11.14 04:49:54.547485 [ 252 ] {faa29832-39a0-4e24-8cc5-ae433d053952} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4917 | 2024.11.14 04:49:54.547730 [ 252 ] {faa29832-39a0-4e24-8cc5-ae433d053952} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4918 | 2024.11.14 04:49:54.547961 [ 252 ] {faa29832-39a0-4e24-8cc5-ae433d053952} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001508 sec., 9283.819628647214 rows/sec., 650.18 KiB/sec. | ||
| 4919 | 2024.11.14 04:49:54.548117 [ 252 ] {faa29832-39a0-4e24-8cc5-ae433d053952} <Debug> TCPHandler: Processed in 0.001823313 sec. | ||
| 4920 | 2024.11.14 04:49:54.548284 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4921 | 2024.11.14 04:49:54.548402 [ 250 ] {28abc5e8-c691-4470-a61e-276ecbc78a4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4922 | 2024.11.14 04:49:54.548452 [ 250 ] {28abc5e8-c691-4470-a61e-276ecbc78a4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4923 | 2024.11.14 04:49:54.549041 [ 250 ] {28abc5e8-c691-4470-a61e-276ecbc78a4e} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4924 | 2024.11.14 04:49:54.549082 [ 250 ] {28abc5e8-c691-4470-a61e-276ecbc78a4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 4925 | 2024.11.14 04:49:54.549430 [ 250 ] {28abc5e8-c691-4470-a61e-276ecbc78a4e} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4926 | 2024.11.14 04:49:54.549668 [ 250 ] {28abc5e8-c691-4470-a61e-276ecbc78a4e} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4927 | 2024.11.14 04:49:54.549932 [ 250 ] {28abc5e8-c691-4470-a61e-276ecbc78a4e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001546 sec., 8408.796895213454 rows/sec., 524.29 KiB/sec. | ||
| 4928 | 2024.11.14 04:49:54.550109 [ 250 ] {28abc5e8-c691-4470-a61e-276ecbc78a4e} <Debug> TCPHandler: Processed in 0.001876824 sec. | ||
| 4929 | 2024.11.14 04:49:54.550275 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4930 | 2024.11.14 04:49:54.550410 [ 252 ] {b5a71f33-5671-4aec-9a79-e328054bba55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4931 | 2024.11.14 04:49:54.550466 [ 252 ] {b5a71f33-5671-4aec-9a79-e328054bba55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4932 | 2024.11.14 04:49:54.551187 [ 252 ] {b5a71f33-5671-4aec-9a79-e328054bba55} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4933 | 2024.11.14 04:49:54.551224 [ 252 ] {b5a71f33-5671-4aec-9a79-e328054bba55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 4934 | 2024.11.14 04:49:54.551590 [ 252 ] {b5a71f33-5671-4aec-9a79-e328054bba55} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 4935 | 2024.11.14 04:49:54.551822 [ 252 ] {b5a71f33-5671-4aec-9a79-e328054bba55} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4936 | 2024.11.14 04:49:54.552002 [ 252 ] {b5a71f33-5671-4aec-9a79-e328054bba55} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001621 sec., 260950.0308451573 rows/sec., 18.65 MiB/sec. | ||
| 4937 | 2024.11.14 04:49:54.552052 [ 252 ] {b5a71f33-5671-4aec-9a79-e328054bba55} <Debug> TCPHandler: Processed in 0.001842583 sec. | ||
| 4938 | 2024.11.14 04:49:54.552210 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4939 | 2024.11.14 04:49:54.552350 [ 250 ] {71bfbeb3-4312-47bb-92d7-ba2295b83a47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4940 | 2024.11.14 04:49:54.552410 [ 250 ] {71bfbeb3-4312-47bb-92d7-ba2295b83a47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4941 | 2024.11.14 04:49:54.552938 [ 250 ] {71bfbeb3-4312-47bb-92d7-ba2295b83a47} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4942 | 2024.11.14 04:49:54.552977 [ 250 ] {71bfbeb3-4312-47bb-92d7-ba2295b83a47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 4943 | 2024.11.14 04:49:54.553354 [ 250 ] {71bfbeb3-4312-47bb-92d7-ba2295b83a47} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4944 | 2024.11.14 04:49:54.553588 [ 250 ] {71bfbeb3-4312-47bb-92d7-ba2295b83a47} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4945 | 2024.11.14 04:49:54.553797 [ 250 ] {71bfbeb3-4312-47bb-92d7-ba2295b83a47} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001479 sec., 4056.7951318458418 rows/sec., 211.95 KiB/sec. | ||
| 4946 | 2024.11.14 04:49:54.553848 [ 250 ] {71bfbeb3-4312-47bb-92d7-ba2295b83a47} <Debug> TCPHandler: Processed in 0.001705229 sec. | ||
| 4947 | 2024.11.14 04:49:54.553994 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4948 | 2024.11.14 04:49:54.554132 [ 252 ] {61fdbf34-b8c8-459f-bafb-68db8dbd1638} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4949 | 2024.11.14 04:49:54.554193 [ 252 ] {61fdbf34-b8c8-459f-bafb-68db8dbd1638} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4950 | 2024.11.14 04:49:54.554820 [ 252 ] {61fdbf34-b8c8-459f-bafb-68db8dbd1638} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4951 | 2024.11.14 04:49:54.554856 [ 252 ] {61fdbf34-b8c8-459f-bafb-68db8dbd1638} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 4952 | 2024.11.14 04:49:54.555232 [ 252 ] {61fdbf34-b8c8-459f-bafb-68db8dbd1638} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4953 | 2024.11.14 04:49:54.555461 [ 252 ] {61fdbf34-b8c8-459f-bafb-68db8dbd1638} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4954 | 2024.11.14 04:49:54.555631 [ 252 ] {61fdbf34-b8c8-459f-bafb-68db8dbd1638} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001531 sec., 154800.78380143698 rows/sec., 10.38 MiB/sec. | ||
| 4955 | 2024.11.14 04:49:54.555681 [ 252 ] {61fdbf34-b8c8-459f-bafb-68db8dbd1638} <Debug> TCPHandler: Processed in 0.001753091 sec. | ||
| 4956 | 2024.11.14 04:49:54.555828 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4957 | 2024.11.14 04:49:54.555968 [ 250 ] {7931bf6d-c3c2-4795-8163-3cfad2043562} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4958 | 2024.11.14 04:49:54.556029 [ 250 ] {7931bf6d-c3c2-4795-8163-3cfad2043562} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4959 | 2024.11.14 04:49:54.556583 [ 250 ] {7931bf6d-c3c2-4795-8163-3cfad2043562} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4960 | 2024.11.14 04:49:54.556630 [ 250 ] {7931bf6d-c3c2-4795-8163-3cfad2043562} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 4961 | 2024.11.14 04:49:54.556996 [ 250 ] {7931bf6d-c3c2-4795-8163-3cfad2043562} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4962 | 2024.11.14 04:49:54.557240 [ 250 ] {7931bf6d-c3c2-4795-8163-3cfad2043562} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4963 | 2024.11.14 04:49:54.557536 [ 250 ] {7931bf6d-c3c2-4795-8163-3cfad2043562} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001574 sec., 635.3240152477763 rows/sec., 42.81 KiB/sec. | ||
| 4964 | 2024.11.14 04:49:54.557694 [ 250 ] {7931bf6d-c3c2-4795-8163-3cfad2043562} <Debug> TCPHandler: Processed in 0.001931676 sec. | ||
| 4965 | 2024.11.14 04:49:54.557848 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4966 | 2024.11.14 04:49:54.557986 [ 252 ] {5ff4a020-c0dd-46fa-b9c0-943fa1a33011} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4967 | 2024.11.14 04:49:54.558080 [ 252 ] {5ff4a020-c0dd-46fa-b9c0-943fa1a33011} <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 | ||
| 4968 | 2024.11.14 04:49:54.559256 [ 252 ] {5ff4a020-c0dd-46fa-b9c0-943fa1a33011} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4969 | 2024.11.14 04:49:54.559294 [ 252 ] {5ff4a020-c0dd-46fa-b9c0-943fa1a33011} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 4970 | 2024.11.14 04:49:54.559911 [ 252 ] {5ff4a020-c0dd-46fa-b9c0-943fa1a33011} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4971 | 2024.11.14 04:49:54.560165 [ 252 ] {5ff4a020-c0dd-46fa-b9c0-943fa1a33011} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4972 | 2024.11.14 04:49:54.560417 [ 252 ] {5ff4a020-c0dd-46fa-b9c0-943fa1a33011} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.00246 sec., 16666.666666666668 rows/sec., 29.87 MiB/sec. | ||
| 4973 | 2024.11.14 04:49:54.560820 [ 252 ] {5ff4a020-c0dd-46fa-b9c0-943fa1a33011} <Debug> TCPHandler: Processed in 0.003039318 sec. | ||
| 4974 | 2024.11.14 04:49:54.560973 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4975 | 2024.11.14 04:49:54.561110 [ 250 ] {3f8544ef-08ad-46a8-b06c-381a6276c917} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4976 | 2024.11.14 04:49:54.561170 [ 250 ] {3f8544ef-08ad-46a8-b06c-381a6276c917} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4977 | 2024.11.14 04:49:54.561726 [ 250 ] {3f8544ef-08ad-46a8-b06c-381a6276c917} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4978 | 2024.11.14 04:49:54.561765 [ 250 ] {3f8544ef-08ad-46a8-b06c-381a6276c917} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 4979 | 2024.11.14 04:49:54.562135 [ 250 ] {3f8544ef-08ad-46a8-b06c-381a6276c917} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4980 | 2024.11.14 04:49:54.562371 [ 250 ] {3f8544ef-08ad-46a8-b06c-381a6276c917} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4981 | 2024.11.14 04:49:54.562575 [ 250 ] {3f8544ef-08ad-46a8-b06c-381a6276c917} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001496 sec., 54812.83422459893 rows/sec., 3.48 MiB/sec. | ||
| 4982 | 2024.11.14 04:49:54.562624 [ 250 ] {3f8544ef-08ad-46a8-b06c-381a6276c917} <Debug> TCPHandler: Processed in 0.001716169 sec. | ||
| 4983 | 2024.11.14 04:49:58.482690 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 708 | ||
| 4984 | 2024.11.14 04:49:58.485443 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4985 | 2024.11.14 04:49:58.485484 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 4986 | 2024.11.14 04:49:58.486926 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4987 | 2024.11.14 04:49:58.487237 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4988 | 2024.11.14 04:49:58.487695 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 708 | ||
| 4989 | 2024.11.14 04:49:59.532147 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4990 | 2024.11.14 04:49:59.532477 [ 250 ] {6658724a-d7c9-459c-8e31-13c226b7f6b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4991 | 2024.11.14 04:49:59.532594 [ 250 ] {6658724a-d7c9-459c-8e31-13c226b7f6b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4992 | 2024.11.14 04:49:59.533425 [ 250 ] {6658724a-d7c9-459c-8e31-13c226b7f6b7} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4993 | 2024.11.14 04:49:59.533477 [ 250 ] {6658724a-d7c9-459c-8e31-13c226b7f6b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 4994 | 2024.11.14 04:49:59.533902 [ 250 ] {6658724a-d7c9-459c-8e31-13c226b7f6b7} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 4995 | 2024.11.14 04:49:59.534260 [ 250 ] {6658724a-d7c9-459c-8e31-13c226b7f6b7} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4996 | 2024.11.14 04:49:59.534574 [ 250 ] {6658724a-d7c9-459c-8e31-13c226b7f6b7} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002173 sec., 1840.7731247123793 rows/sec., 150.10 KiB/sec. | ||
| 4997 | 2024.11.14 04:49:59.534847 [ 250 ] {6658724a-d7c9-459c-8e31-13c226b7f6b7} <Debug> TCPHandler: Processed in 0.002885514 sec. | ||
| 4998 | 2024.11.14 04:49:59.535152 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4999 | 2024.11.14 04:49:59.535336 [ 252 ] {7c289239-7d66-4116-a607-13dc1677b793} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5000 | 2024.11.14 04:49:59.535405 [ 252 ] {7c289239-7d66-4116-a607-13dc1677b793} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5001 | 2024.11.14 04:49:59.536160 [ 252 ] {7c289239-7d66-4116-a607-13dc1677b793} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5002 | 2024.11.14 04:49:59.536200 [ 252 ] {7c289239-7d66-4116-a607-13dc1677b793} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5003 | 2024.11.14 04:49:59.536622 [ 252 ] {7c289239-7d66-4116-a607-13dc1677b793} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5004 | 2024.11.14 04:49:59.536867 [ 252 ] {7c289239-7d66-4116-a607-13dc1677b793} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5005 | 2024.11.14 04:49:59.537029 [ 56 ] {} <Debug> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5006 | 2024.11.14 04:49:59.537077 [ 56 ] {} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5007 | 2024.11.14 04:49:59.537077 [ 252 ] {7c289239-7d66-4116-a607-13dc1677b793} <Debug> executeQuery: Read 58 rows, 4.52 KiB in 0.00179 sec., 32402.234636871508 rows/sec., 2.47 MiB/sec. | ||
| 5008 | 2024.11.14 04:49:59.537108 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5009 | 2024.11.14 04:49:59.537155 [ 252 ] {7c289239-7d66-4116-a607-13dc1677b793} <Debug> TCPHandler: Processed in 0.002132022 sec. | ||
| 5010 | 2024.11.14 04:49:59.537344 [ 198 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::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 | ||
| 5011 | 2024.11.14 04:49:59.537362 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5012 | 2024.11.14 04:49:59.537497 [ 198 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5013 | 2024.11.14 04:49:59.537519 [ 250 ] {318cc885-a38c-48c7-85b2-067786be3f44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5014 | 2024.11.14 04:49:59.537534 [ 198 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1434 rows starting from the beginning of the part | ||
| 5015 | 2024.11.14 04:49:59.537578 [ 250 ] {318cc885-a38c-48c7-85b2-067786be3f44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5016 | 2024.11.14 04:49:59.537736 [ 198 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 285 rows starting from the beginning of the part | ||
| 5017 | 2024.11.14 04:49:59.538166 [ 198 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 56 rows starting from the beginning of the part | ||
| 5018 | 2024.11.14 04:49:59.538420 [ 198 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::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 | ||
| 5019 | 2024.11.14 04:49:59.538804 [ 198 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 285 rows starting from the beginning of the part | ||
| 5020 | 2024.11.14 04:49:59.539160 [ 198 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 58 rows starting from the beginning of the part | ||
| 5021 | 2024.11.14 04:49:59.540145 [ 250 ] {318cc885-a38c-48c7-85b2-067786be3f44} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5022 | 2024.11.14 04:49:59.540192 [ 250 ] {318cc885-a38c-48c7-85b2-067786be3f44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5023 | 2024.11.14 04:49:59.540745 [ 250 ] {318cc885-a38c-48c7-85b2-067786be3f44} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5024 | 2024.11.14 04:49:59.541036 [ 250 ] {318cc885-a38c-48c7-85b2-067786be3f44} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5025 | 2024.11.14 04:49:59.541653 [ 250 ] {318cc885-a38c-48c7-85b2-067786be3f44} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.004117 sec., 971.5812484819043 rows/sec., 67.84 KiB/sec. | ||
| 5026 | 2024.11.14 04:49:59.541922 [ 198 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2174 rows, containing 5 columns (5 merged, 0 gathered) in 0.004700317 sec., 462521.9958568752 rows/sec., 40.68 MiB/sec. | ||
| 5027 | 2024.11.14 04:49:59.542010 [ 250 ] {318cc885-a38c-48c7-85b2-067786be3f44} <Debug> TCPHandler: Processed in 0.004724707 sec. | ||
| 5028 | 2024.11.14 04:49:59.542301 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5029 | 2024.11.14 04:49:59.542351 [ 198 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5030 | 2024.11.14 04:49:59.542522 [ 252 ] {f947f5e5-a843-4ac4-90f6-e555327edd84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5031 | 2024.11.14 04:49:59.542616 [ 252 ] {f947f5e5-a843-4ac4-90f6-e555327edd84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5032 | 2024.11.14 04:49:59.542919 [ 198 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_41_8} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5033 | 2024.11.14 04:49:59.543181 [ 198 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_41_8} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5034 | 2024.11.14 04:49:59.543377 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 5035 | 2024.11.14 04:49:59.543795 [ 252 ] {f947f5e5-a843-4ac4-90f6-e555327edd84} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5036 | 2024.11.14 04:49:59.543841 [ 252 ] {f947f5e5-a843-4ac4-90f6-e555327edd84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5037 | 2024.11.14 04:49:59.544227 [ 252 ] {f947f5e5-a843-4ac4-90f6-e555327edd84} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5038 | 2024.11.14 04:49:59.544472 [ 252 ] {f947f5e5-a843-4ac4-90f6-e555327edd84} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5039 | 2024.11.14 04:49:59.544616 [ 56 ] {} <Debug> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5040 | 2024.11.14 04:49:59.544654 [ 56 ] {} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5041 | 2024.11.14 04:49:59.544678 [ 252 ] {f947f5e5-a843-4ac4-90f6-e555327edd84} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.002208 sec., 30797.101449275364 rows/sec., 2.41 MiB/sec. | ||
| 5042 | 2024.11.14 04:49:59.544682 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5043 | 2024.11.14 04:49:59.544772 [ 252 ] {f947f5e5-a843-4ac4-90f6-e555327edd84} <Debug> TCPHandler: Processed in 0.002617726 sec. | ||
| 5044 | 2024.11.14 04:49:59.545067 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5045 | 2024.11.14 04:49:59.545074 [ 190 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::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 | ||
| 5046 | 2024.11.14 04:49:59.545485 [ 250 ] {cb4b10d4-5d44-4ba3-b9ef-173039ea83e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5047 | 2024.11.14 04:49:59.545704 [ 250 ] {cb4b10d4-5d44-4ba3-b9ef-173039ea83e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5048 | 2024.11.14 04:49:59.545736 [ 190 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5049 | 2024.11.14 04:49:59.545878 [ 190 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 915 rows starting from the beginning of the part | ||
| 5050 | 2024.11.14 04:49:59.546378 [ 190 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 423 rows starting from the beginning of the part | ||
| 5051 | 2024.11.14 04:49:59.546846 [ 190 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 64 rows starting from the beginning of the part | ||
| 5052 | 2024.11.14 04:49:59.547237 [ 190 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::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 | ||
| 5053 | 2024.11.14 04:49:59.547558 [ 190 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 423 rows starting from the beginning of the part | ||
| 5054 | 2024.11.14 04:49:59.547856 [ 190 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 68 rows starting from the beginning of the part | ||
| 5055 | 2024.11.14 04:49:59.548623 [ 250 ] {cb4b10d4-5d44-4ba3-b9ef-173039ea83e7} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5056 | 2024.11.14 04:49:59.548672 [ 250 ] {cb4b10d4-5d44-4ba3-b9ef-173039ea83e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5057 | 2024.11.14 04:49:59.549255 [ 250 ] {cb4b10d4-5d44-4ba3-b9ef-173039ea83e7} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5058 | 2024.11.14 04:49:59.549539 [ 250 ] {cb4b10d4-5d44-4ba3-b9ef-173039ea83e7} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5059 | 2024.11.14 04:49:59.550004 [ 190 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1957 rows, containing 5 columns (5 merged, 0 gathered) in 0.005209161 sec., 375684.2992566365 rows/sec., 28.76 MiB/sec. | ||
| 5060 | 2024.11.14 04:49:59.550113 [ 250 ] {cb4b10d4-5d44-4ba3-b9ef-173039ea83e7} <Debug> executeQuery: Read 130 rows, 9.27 KiB in 0.004785 sec., 27168.23406478579 rows/sec., 1.89 MiB/sec. | ||
| 5061 | 2024.11.14 04:49:59.550357 [ 190 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5062 | 2024.11.14 04:49:59.550588 [ 250 ] {cb4b10d4-5d44-4ba3-b9ef-173039ea83e7} <Debug> TCPHandler: Processed in 0.005660524 sec. | ||
| 5063 | 2024.11.14 04:49:59.550941 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5064 | 2024.11.14 04:49:59.551179 [ 252 ] {3d7af7e0-d4e2-4f03-981d-cff768584192} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5065 | 2024.11.14 04:49:59.551269 [ 252 ] {3d7af7e0-d4e2-4f03-981d-cff768584192} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5066 | 2024.11.14 04:49:59.551292 [ 190 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_41_8} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5067 | 2024.11.14 04:49:59.551524 [ 190 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_41_8} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5068 | 2024.11.14 04:49:59.551707 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 5069 | 2024.11.14 04:49:59.552097 [ 252 ] {3d7af7e0-d4e2-4f03-981d-cff768584192} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5070 | 2024.11.14 04:49:59.552141 [ 252 ] {3d7af7e0-d4e2-4f03-981d-cff768584192} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5071 | 2024.11.14 04:49:59.552519 [ 252 ] {3d7af7e0-d4e2-4f03-981d-cff768584192} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5072 | 2024.11.14 04:49:59.552772 [ 252 ] {3d7af7e0-d4e2-4f03-981d-cff768584192} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5073 | 2024.11.14 04:49:59.552989 [ 252 ] {3d7af7e0-d4e2-4f03-981d-cff768584192} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.00186 sec., 25806.451612903224 rows/sec., 1.74 MiB/sec. | ||
| 5074 | 2024.11.14 04:49:59.553159 [ 252 ] {3d7af7e0-d4e2-4f03-981d-cff768584192} <Debug> TCPHandler: Processed in 0.00242835 sec. | ||
| 5075 | 2024.11.14 04:50:04.533120 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5076 | 2024.11.14 04:50:04.533352 [ 250 ] {fd7101e8-93f4-48df-a3ce-8c9373e03965} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5077 | 2024.11.14 04:50:04.533436 [ 250 ] {fd7101e8-93f4-48df-a3ce-8c9373e03965} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5078 | 2024.11.14 04:50:04.534253 [ 250 ] {fd7101e8-93f4-48df-a3ce-8c9373e03965} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5079 | 2024.11.14 04:50:04.534307 [ 250 ] {fd7101e8-93f4-48df-a3ce-8c9373e03965} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5080 | 2024.11.14 04:50:04.534744 [ 250 ] {fd7101e8-93f4-48df-a3ce-8c9373e03965} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5081 | 2024.11.14 04:50:04.535004 [ 250 ] {fd7101e8-93f4-48df-a3ce-8c9373e03965} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5082 | 2024.11.14 04:50:04.535239 [ 250 ] {fd7101e8-93f4-48df-a3ce-8c9373e03965} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001949 sec., 28732.683427398668 rows/sec., 2.19 MiB/sec. | ||
| 5083 | 2024.11.14 04:50:04.535301 [ 250 ] {fd7101e8-93f4-48df-a3ce-8c9373e03965} <Debug> TCPHandler: Processed in 0.002322498 sec. | ||
| 5084 | 2024.11.14 04:50:04.535559 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5085 | 2024.11.14 04:50:04.535778 [ 252 ] {26a33275-f546-45fd-9471-de2d2dce190a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5086 | 2024.11.14 04:50:04.535862 [ 252 ] {26a33275-f546-45fd-9471-de2d2dce190a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5087 | 2024.11.14 04:50:04.536646 [ 252 ] {26a33275-f546-45fd-9471-de2d2dce190a} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5088 | 2024.11.14 04:50:04.536702 [ 252 ] {26a33275-f546-45fd-9471-de2d2dce190a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5089 | 2024.11.14 04:50:04.537152 [ 252 ] {26a33275-f546-45fd-9471-de2d2dce190a} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5090 | 2024.11.14 04:50:04.537404 [ 252 ] {26a33275-f546-45fd-9471-de2d2dce190a} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5091 | 2024.11.14 04:50:04.537643 [ 252 ] {26a33275-f546-45fd-9471-de2d2dce190a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001928 sec., 33195.02074688797 rows/sec., 2.59 MiB/sec. | ||
| 5092 | 2024.11.14 04:50:04.537716 [ 252 ] {26a33275-f546-45fd-9471-de2d2dce190a} <Debug> TCPHandler: Processed in 0.002308437 sec. | ||
| 5093 | 2024.11.14 04:50:04.537860 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5094 | 2024.11.14 04:50:04.537992 [ 250 ] {f494d303-54f5-4727-a3da-0c08cafad209} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5095 | 2024.11.14 04:50:04.538060 [ 250 ] {f494d303-54f5-4727-a3da-0c08cafad209} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5096 | 2024.11.14 04:50:04.538752 [ 250 ] {f494d303-54f5-4727-a3da-0c08cafad209} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5097 | 2024.11.14 04:50:04.538800 [ 250 ] {f494d303-54f5-4727-a3da-0c08cafad209} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5098 | 2024.11.14 04:50:04.539239 [ 250 ] {f494d303-54f5-4727-a3da-0c08cafad209} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5099 | 2024.11.14 04:50:04.539484 [ 250 ] {f494d303-54f5-4727-a3da-0c08cafad209} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5100 | 2024.11.14 04:50:04.539739 [ 250 ] {f494d303-54f5-4727-a3da-0c08cafad209} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001779 sec., 89938.16750983699 rows/sec., 6.26 MiB/sec. | ||
| 5101 | 2024.11.14 04:50:04.539883 [ 250 ] {f494d303-54f5-4727-a3da-0c08cafad209} <Debug> TCPHandler: Processed in 0.00207506 sec. | ||
| 5102 | 2024.11.14 04:50:04.540100 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5103 | 2024.11.14 04:50:04.540251 [ 252 ] {6a9105fd-421a-41bb-ae7f-c95de9ac5a3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5104 | 2024.11.14 04:50:04.540312 [ 252 ] {6a9105fd-421a-41bb-ae7f-c95de9ac5a3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5105 | 2024.11.14 04:50:04.540890 [ 252 ] {6a9105fd-421a-41bb-ae7f-c95de9ac5a3b} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5106 | 2024.11.14 04:50:04.540936 [ 252 ] {6a9105fd-421a-41bb-ae7f-c95de9ac5a3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5107 | 2024.11.14 04:50:04.541314 [ 252 ] {6a9105fd-421a-41bb-ae7f-c95de9ac5a3b} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5108 | 2024.11.14 04:50:04.541544 [ 252 ] {6a9105fd-421a-41bb-ae7f-c95de9ac5a3b} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5109 | 2024.11.14 04:50:04.541747 [ 252 ] {6a9105fd-421a-41bb-ae7f-c95de9ac5a3b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001533 sec., 39138.94324853229 rows/sec., 2.64 MiB/sec. | ||
| 5110 | 2024.11.14 04:50:04.541796 [ 252 ] {6a9105fd-421a-41bb-ae7f-c95de9ac5a3b} <Debug> TCPHandler: Processed in 0.001809693 sec. | ||
| 5111 | 2024.11.14 04:50:06.280977 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44274, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5112 | 2024.11.14 04:50:06.534542 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36453, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5113 | 2024.11.14 04:50:06.610046 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33880, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5114 | 2024.11.14 04:50:06.621334 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53043, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5115 | 2024.11.14 04:50:06.760706 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58743, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5116 | 2024.11.14 04:50:06.769534 [ 284 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): | ||
| 5117 | |||
| 5118 | (version 23.8.7.1) | ||
| 5119 | 2024.11.14 04:50:06.770990 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59495, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5120 | 2024.11.14 04:50:06.787343 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40595, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5121 | 2024.11.14 04:50:06.797811 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46987, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5122 | 2024.11.14 04:50:08.291157 [ 47 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5123 | 2024.11.14 04:50:08.291251 [ 47 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5124 | 2024.11.14 04:50:08.448277 [ 47 ] {} <Debug> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 5125 | 2024.11.14 04:50:08.448339 [ 47 ] {} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5126 | 2024.11.14 04:50:08.448363 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5127 | 2024.11.14 04:50:08.448580 [ 194 ] {932d2d65-5723-4816-ad96-f39624c15824::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 | ||
| 5128 | 2024.11.14 04:50:08.448775 [ 194 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5129 | 2024.11.14 04:50:08.448815 [ 194 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 242 rows starting from the beginning of the part | ||
| 5130 | 2024.11.14 04:50:08.448898 [ 194 ] {932d2d65-5723-4816-ad96-f39624c15824::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 | ||
| 5131 | 2024.11.14 04:50:08.449104 [ 194 ] {932d2d65-5723-4816-ad96-f39624c15824::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 | ||
| 5132 | 2024.11.14 04:50:08.449377 [ 194 ] {932d2d65-5723-4816-ad96-f39624c15824::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 | ||
| 5133 | 2024.11.14 04:50:08.449560 [ 194 ] {932d2d65-5723-4816-ad96-f39624c15824::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 | ||
| 5134 | 2024.11.14 04:50:08.450733 [ 193 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.002290416 sec., 130107.36914167558 rows/sec., 9.33 MiB/sec. | ||
| 5135 | 2024.11.14 04:50:08.450947 [ 193 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 5136 | 2024.11.14 04:50:08.451288 [ 193 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_13_3} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5137 | 2024.11.14 04:50:08.451376 [ 193 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_13_3} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 5138 | 2024.11.14 04:50:08.451480 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 5139 | 2024.11.14 04:50:08.488761 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 728 | ||
| 5140 | 2024.11.14 04:50:08.491344 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5141 | 2024.11.14 04:50:08.491393 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5142 | 2024.11.14 04:50:08.492813 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5143 | 2024.11.14 04:50:08.493124 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5144 | 2024.11.14 04:50:08.493678 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 728 | ||
| 5145 | 2024.11.14 04:50:09.001786 [ 244 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001299238 sec. | ||
| 5146 | 2024.11.14 04:50:09.540119 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5147 | 2024.11.14 04:50:09.540334 [ 250 ] {0b83cdca-1309-4e47-a8ec-f3f130eb0163} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5148 | 2024.11.14 04:50:09.540414 [ 250 ] {0b83cdca-1309-4e47-a8ec-f3f130eb0163} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5149 | 2024.11.14 04:50:09.541233 [ 250 ] {0b83cdca-1309-4e47-a8ec-f3f130eb0163} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5150 | 2024.11.14 04:50:09.541284 [ 250 ] {0b83cdca-1309-4e47-a8ec-f3f130eb0163} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5151 | 2024.11.14 04:50:09.541730 [ 250 ] {0b83cdca-1309-4e47-a8ec-f3f130eb0163} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 5152 | 2024.11.14 04:50:09.541997 [ 250 ] {0b83cdca-1309-4e47-a8ec-f3f130eb0163} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5153 | 2024.11.14 04:50:09.542152 [ 46 ] {} <Debug> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 5154 | 2024.11.14 04:50:09.542198 [ 46 ] {} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5155 | 2024.11.14 04:50:09.542217 [ 250 ] {0b83cdca-1309-4e47-a8ec-f3f130eb0163} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001941 sec., 7212.776919113859 rows/sec., 519.22 KiB/sec. | ||
| 5156 | 2024.11.14 04:50:09.542233 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5157 | 2024.11.14 04:50:09.542320 [ 250 ] {0b83cdca-1309-4e47-a8ec-f3f130eb0163} <Debug> TCPHandler: Processed in 0.002331118 sec. | ||
| 5158 | 2024.11.14 04:50:09.542618 [ 203 ] {adfe2738-319a-45e4-a148-b79a83474972::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 | ||
| 5159 | 2024.11.14 04:50:09.542696 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5160 | 2024.11.14 04:50:09.542963 [ 203 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5161 | 2024.11.14 04:50:09.542977 [ 252 ] {8de81ae2-3ef9-47d7-a605-4f2993cdd59b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5162 | 2024.11.14 04:50:09.543035 [ 203 ] {adfe2738-319a-45e4-a148-b79a83474972::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 | ||
| 5163 | 2024.11.14 04:50:09.543096 [ 252 ] {8de81ae2-3ef9-47d7-a605-4f2993cdd59b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5164 | 2024.11.14 04:50:09.543322 [ 203 ] {adfe2738-319a-45e4-a148-b79a83474972::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 | ||
| 5165 | 2024.11.14 04:50:09.543545 [ 203 ] {adfe2738-319a-45e4-a148-b79a83474972::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 | ||
| 5166 | 2024.11.14 04:50:09.543893 [ 203 ] {adfe2738-319a-45e4-a148-b79a83474972::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 | ||
| 5167 | 2024.11.14 04:50:09.544380 [ 203 ] {adfe2738-319a-45e4-a148-b79a83474972::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 | ||
| 5168 | 2024.11.14 04:50:09.546730 [ 252 ] {8de81ae2-3ef9-47d7-a605-4f2993cdd59b} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5169 | 2024.11.14 04:50:09.546869 [ 252 ] {8de81ae2-3ef9-47d7-a605-4f2993cdd59b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5170 | 2024.11.14 04:50:09.547653 [ 193 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.005309684 sec., 13183.458751970926 rows/sec., 1000.53 KiB/sec. | ||
| 5171 | 2024.11.14 04:50:09.547914 [ 193 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 5172 | 2024.11.14 04:50:09.547931 [ 252 ] {8de81ae2-3ef9-47d7-a605-4f2993cdd59b} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5173 | 2024.11.14 04:50:09.548424 [ 252 ] {8de81ae2-3ef9-47d7-a605-4f2993cdd59b} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5174 | 2024.11.14 04:50:09.548519 [ 193 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_13_3} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5175 | 2024.11.14 04:50:09.548772 [ 193 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_13_3} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 5176 | 2024.11.14 04:50:09.548977 [ 252 ] {8de81ae2-3ef9-47d7-a605-4f2993cdd59b} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.006087 sec., 46821.09413504189 rows/sec., 4.13 MiB/sec. | ||
| 5177 | 2024.11.14 04:50:09.549016 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5178 | 2024.11.14 04:50:09.549221 [ 252 ] {8de81ae2-3ef9-47d7-a605-4f2993cdd59b} <Debug> TCPHandler: Processed in 0.006693624 sec. | ||
| 5179 | 2024.11.14 04:50:09.549411 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5180 | 2024.11.14 04:50:09.549537 [ 250 ] {59a592db-ed0b-42c4-9f09-5086f830b82b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5181 | 2024.11.14 04:50:09.549588 [ 250 ] {59a592db-ed0b-42c4-9f09-5086f830b82b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5182 | 2024.11.14 04:50:09.550234 [ 250 ] {59a592db-ed0b-42c4-9f09-5086f830b82b} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5183 | 2024.11.14 04:50:09.550274 [ 250 ] {59a592db-ed0b-42c4-9f09-5086f830b82b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5184 | 2024.11.14 04:50:09.550664 [ 250 ] {59a592db-ed0b-42c4-9f09-5086f830b82b} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5185 | 2024.11.14 04:50:09.550912 [ 250 ] {59a592db-ed0b-42c4-9f09-5086f830b82b} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5186 | 2024.11.14 04:50:09.551057 [ 46 ] {} <Debug> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 | ||
| 5187 | 2024.11.14 04:50:09.551097 [ 46 ] {} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5188 | 2024.11.14 04:50:09.551110 [ 250 ] {59a592db-ed0b-42c4-9f09-5086f830b82b} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.0016 sec., 30000 rows/sec., 2.16 MiB/sec. | ||
| 5189 | 2024.11.14 04:50:09.551122 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5190 | 2024.11.14 04:50:09.551213 [ 250 ] {59a592db-ed0b-42c4-9f09-5086f830b82b} <Debug> TCPHandler: Processed in 0.001861584 sec. | ||
| 5191 | 2024.11.14 04:50:09.551334 [ 193 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_25_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full | ||
| 5192 | 2024.11.14 04:50:09.551469 [ 193 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5193 | 2024.11.14 04:50:09.551487 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5194 | 2024.11.14 04:50:09.551514 [ 193 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 66 rows starting from the beginning of the part | ||
| 5195 | 2024.11.14 04:50:09.551740 [ 193 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 10 rows starting from the beginning of the part | ||
| 5196 | 2024.11.14 04:50:09.551850 [ 252 ] {98ac757f-be71-41ce-8e34-f6134160ef7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5197 | 2024.11.14 04:50:09.552009 [ 193 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 48 rows starting from the beginning of the part | ||
| 5198 | 2024.11.14 04:50:09.552048 [ 252 ] {98ac757f-be71-41ce-8e34-f6134160ef7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5199 | 2024.11.14 04:50:09.552299 [ 193 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 48 rows starting from the beginning of the part | ||
| 5200 | 2024.11.14 04:50:09.552625 [ 193 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 4 rows starting from the beginning of the part | ||
| 5201 | 2024.11.14 04:50:09.552858 [ 193 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 48 rows starting from the beginning of the part | ||
| 5202 | 2024.11.14 04:50:09.554563 [ 252 ] {98ac757f-be71-41ce-8e34-f6134160ef7d} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5203 | 2024.11.14 04:50:09.554635 [ 252 ] {98ac757f-be71-41ce-8e34-f6134160ef7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5204 | 2024.11.14 04:50:09.555679 [ 252 ] {98ac757f-be71-41ce-8e34-f6134160ef7d} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5205 | 2024.11.14 04:50:09.555696 [ 203 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 224 rows, containing 5 columns (5 merged, 0 gathered) in 0.00447766 sec., 50026.129719541015 rows/sec., 3.77 MiB/sec. | ||
| 5206 | 2024.11.14 04:50:09.555921 [ 203 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) | ||
| 5207 | 2024.11.14 04:50:09.556130 [ 252 ] {98ac757f-be71-41ce-8e34-f6134160ef7d} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5208 | 2024.11.14 04:50:09.556561 [ 203 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_25_5} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5209 | 2024.11.14 04:50:09.556568 [ 252 ] {98ac757f-be71-41ce-8e34-f6134160ef7d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004886 sec., 2865.329512893983 rows/sec., 200.67 KiB/sec. | ||
| 5210 | 2024.11.14 04:50:09.556764 [ 252 ] {98ac757f-be71-41ce-8e34-f6134160ef7d} <Debug> TCPHandler: Processed in 0.005409297 sec. | ||
| 5211 | 2024.11.14 04:50:09.556782 [ 203 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_25_5} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 | ||
| 5212 | 2024.11.14 04:50:09.556946 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 5213 | 2024.11.14 04:50:09.556990 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5214 | 2024.11.14 04:50:09.557129 [ 250 ] {da34f2f5-c10b-4de2-bd4c-888e4815f999} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5215 | 2024.11.14 04:50:09.557186 [ 250 ] {da34f2f5-c10b-4de2-bd4c-888e4815f999} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5216 | 2024.11.14 04:50:09.557882 [ 250 ] {da34f2f5-c10b-4de2-bd4c-888e4815f999} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5217 | 2024.11.14 04:50:09.557929 [ 250 ] {da34f2f5-c10b-4de2-bd4c-888e4815f999} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5218 | 2024.11.14 04:50:09.558374 [ 250 ] {da34f2f5-c10b-4de2-bd4c-888e4815f999} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 5219 | 2024.11.14 04:50:09.558629 [ 250 ] {da34f2f5-c10b-4de2-bd4c-888e4815f999} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5220 | 2024.11.14 04:50:09.558750 [ 46 ] {} <Debug> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 5221 | 2024.11.14 04:50:09.558787 [ 46 ] {} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5222 | 2024.11.14 04:50:09.558811 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5223 | 2024.11.14 04:50:09.558816 [ 250 ] {da34f2f5-c10b-4de2-bd4c-888e4815f999} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001734 sec., 7497.1164936562855 rows/sec., 467.44 KiB/sec. | ||
| 5224 | 2024.11.14 04:50:09.559020 [ 250 ] {da34f2f5-c10b-4de2-bd4c-888e4815f999} <Debug> TCPHandler: Processed in 0.002125081 sec. | ||
| 5225 | 2024.11.14 04:50:09.559049 [ 203 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::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 | ||
| 5226 | 2024.11.14 04:50:09.559202 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5227 | 2024.11.14 04:50:09.559220 [ 203 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5228 | 2024.11.14 04:50:09.559274 [ 203 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::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 | ||
| 5229 | 2024.11.14 04:50:09.559537 [ 203 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::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 | ||
| 5230 | 2024.11.14 04:50:09.559529 [ 252 ] {6836cfa1-c201-4c8f-9f83-d2a0ce073b40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5231 | 2024.11.14 04:50:09.559734 [ 252 ] {6836cfa1-c201-4c8f-9f83-d2a0ce073b40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5232 | 2024.11.14 04:50:09.559822 [ 203 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::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 | ||
| 5233 | 2024.11.14 04:50:09.560146 [ 203 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::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 | ||
| 5234 | 2024.11.14 04:50:09.560530 [ 203 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::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 | ||
| 5235 | 2024.11.14 04:50:09.562655 [ 252 ] {6836cfa1-c201-4c8f-9f83-d2a0ce073b40} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5236 | 2024.11.14 04:50:09.562724 [ 252 ] {6836cfa1-c201-4c8f-9f83-d2a0ce073b40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5237 | 2024.11.14 04:50:09.563164 [ 196 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004283074 sec., 15176.016104321334 rows/sec., 1005.50 KiB/sec. | ||
| 5238 | 2024.11.14 04:50:09.563310 [ 196 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 5239 | 2024.11.14 04:50:09.563493 [ 252 ] {6836cfa1-c201-4c8f-9f83-d2a0ce073b40} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5240 | 2024.11.14 04:50:09.563689 [ 196 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_13_3} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5241 | 2024.11.14 04:50:09.563793 [ 196 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_13_3} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 5242 | 2024.11.14 04:50:09.563823 [ 252 ] {6836cfa1-c201-4c8f-9f83-d2a0ce073b40} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5243 | 2024.11.14 04:50:09.563905 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 5244 | 2024.11.14 04:50:09.564119 [ 252 ] {6836cfa1-c201-4c8f-9f83-d2a0ce073b40} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.00475 sec., 89052.63157894737 rows/sec., 6.37 MiB/sec. | ||
| 5245 | 2024.11.14 04:50:09.564246 [ 252 ] {6836cfa1-c201-4c8f-9f83-d2a0ce073b40} <Debug> TCPHandler: Processed in 0.005116748 sec. | ||
| 5246 | 2024.11.14 04:50:09.564505 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5247 | 2024.11.14 04:50:09.564656 [ 250 ] {9c3f9073-6787-4861-a6a2-34b616028d53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5248 | 2024.11.14 04:50:09.564718 [ 250 ] {9c3f9073-6787-4861-a6a2-34b616028d53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5249 | 2024.11.14 04:50:09.565274 [ 250 ] {9c3f9073-6787-4861-a6a2-34b616028d53} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5250 | 2024.11.14 04:50:09.565313 [ 250 ] {9c3f9073-6787-4861-a6a2-34b616028d53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5251 | 2024.11.14 04:50:09.565683 [ 250 ] {9c3f9073-6787-4861-a6a2-34b616028d53} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 5252 | 2024.11.14 04:50:09.565923 [ 250 ] {9c3f9073-6787-4861-a6a2-34b616028d53} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5253 | 2024.11.14 04:50:09.566153 [ 250 ] {9c3f9073-6787-4861-a6a2-34b616028d53} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00152 sec., 3947.368421052631 rows/sec., 206.23 KiB/sec. | ||
| 5254 | 2024.11.14 04:50:09.566307 [ 250 ] {9c3f9073-6787-4861-a6a2-34b616028d53} <Debug> TCPHandler: Processed in 0.001935686 sec. | ||
| 5255 | 2024.11.14 04:50:09.566474 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5256 | 2024.11.14 04:50:09.566595 [ 252 ] {95726533-3bf7-478a-9dce-11b836379f3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5257 | 2024.11.14 04:50:09.566650 [ 252 ] {95726533-3bf7-478a-9dce-11b836379f3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5258 | 2024.11.14 04:50:09.567300 [ 252 ] {95726533-3bf7-478a-9dce-11b836379f3b} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5259 | 2024.11.14 04:50:09.567339 [ 252 ] {95726533-3bf7-478a-9dce-11b836379f3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5260 | 2024.11.14 04:50:09.567745 [ 252 ] {95726533-3bf7-478a-9dce-11b836379f3b} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5261 | 2024.11.14 04:50:09.568000 [ 252 ] {95726533-3bf7-478a-9dce-11b836379f3b} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5262 | 2024.11.14 04:50:09.568264 [ 252 ] {95726533-3bf7-478a-9dce-11b836379f3b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001692 sec., 140070.9219858156 rows/sec., 9.39 MiB/sec. | ||
| 5263 | 2024.11.14 04:50:09.568428 [ 252 ] {95726533-3bf7-478a-9dce-11b836379f3b} <Debug> TCPHandler: Processed in 0.002012819 sec. | ||
| 5264 | 2024.11.14 04:50:09.568653 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5265 | 2024.11.14 04:50:09.568782 [ 250 ] {ca349845-4461-4b9f-82df-862c8f885f99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5266 | 2024.11.14 04:50:09.568837 [ 250 ] {ca349845-4461-4b9f-82df-862c8f885f99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5267 | 2024.11.14 04:50:09.569316 [ 250 ] {ca349845-4461-4b9f-82df-862c8f885f99} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5268 | 2024.11.14 04:50:09.569354 [ 250 ] {ca349845-4461-4b9f-82df-862c8f885f99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5269 | 2024.11.14 04:50:09.569719 [ 250 ] {ca349845-4461-4b9f-82df-862c8f885f99} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 5270 | 2024.11.14 04:50:09.569964 [ 250 ] {ca349845-4461-4b9f-82df-862c8f885f99} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5271 | 2024.11.14 04:50:09.570177 [ 250 ] {ca349845-4461-4b9f-82df-862c8f885f99} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00142 sec., 704.2253521126761 rows/sec., 47.45 KiB/sec. | ||
| 5272 | 2024.11.14 04:50:09.570368 [ 250 ] {ca349845-4461-4b9f-82df-862c8f885f99} <Debug> TCPHandler: Processed in 0.001822743 sec. | ||
| 5273 | 2024.11.14 04:50:09.570537 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5274 | 2024.11.14 04:50:09.570657 [ 252 ] {1c500863-5f10-43ee-bc3a-7ad7040dd124} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5275 | 2024.11.14 04:50:09.570735 [ 252 ] {1c500863-5f10-43ee-bc3a-7ad7040dd124} <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 | ||
| 5276 | 2024.11.14 04:50:09.571900 [ 252 ] {1c500863-5f10-43ee-bc3a-7ad7040dd124} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5277 | 2024.11.14 04:50:09.571939 [ 252 ] {1c500863-5f10-43ee-bc3a-7ad7040dd124} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5278 | 2024.11.14 04:50:09.572583 [ 252 ] {1c500863-5f10-43ee-bc3a-7ad7040dd124} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5279 | 2024.11.14 04:50:09.572843 [ 252 ] {1c500863-5f10-43ee-bc3a-7ad7040dd124} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5280 | 2024.11.14 04:50:09.573132 [ 252 ] {1c500863-5f10-43ee-bc3a-7ad7040dd124} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.0025 sec., 16400 rows/sec., 29.39 MiB/sec. | ||
| 5281 | 2024.11.14 04:50:09.573515 [ 252 ] {1c500863-5f10-43ee-bc3a-7ad7040dd124} <Debug> TCPHandler: Processed in 0.003036678 sec. | ||
| 5282 | 2024.11.14 04:50:09.573685 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5283 | 2024.11.14 04:50:09.573826 [ 250 ] {1780564a-ed4e-4d52-8006-cc8d17bd4dfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5284 | 2024.11.14 04:50:09.573885 [ 250 ] {1780564a-ed4e-4d52-8006-cc8d17bd4dfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5285 | 2024.11.14 04:50:09.574420 [ 250 ] {1780564a-ed4e-4d52-8006-cc8d17bd4dfe} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5286 | 2024.11.14 04:50:09.574458 [ 250 ] {1780564a-ed4e-4d52-8006-cc8d17bd4dfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5287 | 2024.11.14 04:50:09.574832 [ 250 ] {1780564a-ed4e-4d52-8006-cc8d17bd4dfe} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5288 | 2024.11.14 04:50:09.575080 [ 250 ] {1780564a-ed4e-4d52-8006-cc8d17bd4dfe} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5289 | 2024.11.14 04:50:09.575264 [ 250 ] {1780564a-ed4e-4d52-8006-cc8d17bd4dfe} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00147 sec., 55782.31292517007 rows/sec., 3.54 MiB/sec. | ||
| 5290 | 2024.11.14 04:50:09.575311 [ 250 ] {1780564a-ed4e-4d52-8006-cc8d17bd4dfe} <Debug> TCPHandler: Processed in 0.001695309 sec. | ||
| 5291 | 2024.11.14 04:50:09.668477 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:40999, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5292 | 2024.11.14 04:50:09.849658 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:43724, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5293 | 2024.11.14 04:50:10.214374 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:62604, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5294 | 2024.11.14 04:50:10.323886 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:36699, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5295 | 2024.11.14 04:50:10.403460 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:39168, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5296 | 2024.11.14 04:50:10.413797 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:56323, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5297 | 2024.11.14 04:50:10.445635 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:47068, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5298 | 2024.11.14 04:50:10.452129 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:41186, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5299 | 2024.11.14 04:50:10.459651 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:57572, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5300 | 2024.11.14 04:50:10.612336 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:38039, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5301 | 2024.11.14 04:50:10.621717 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:42610, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5302 | 2024.11.14 04:50:10.637037 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:63179, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5303 | 2024.11.14 04:50:10.639288 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:62201, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5304 | 2024.11.14 04:50:10.692063 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:50258, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5305 | 2024.11.14 04:50:10.708415 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:45196, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5306 | 2024.11.14 04:50:10.760730 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:43375, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5307 | 2024.11.14 04:50:11.296699 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:44489, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5308 | 2024.11.14 04:50:11.723781 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:37502, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5309 | 2024.11.14 04:50:11.852524 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:65324, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5310 | 2024.11.14 04:50:11.956139 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:62602, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5311 | 2024.11.14 04:50:12.079813 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:54876, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5312 | 2024.11.14 04:50:12.169734 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:59378, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5313 | 2024.11.14 04:50:12.177093 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:37243, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5314 | 2024.11.14 04:50:12.192499 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:45528, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5315 | 2024.11.14 04:50:14.532475 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5316 | 2024.11.14 04:50:14.532804 [ 250 ] {d10ef268-0a58-4ca0-8ec6-c31cf7424dc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5317 | 2024.11.14 04:50:14.532925 [ 250 ] {d10ef268-0a58-4ca0-8ec6-c31cf7424dc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5318 | 2024.11.14 04:50:14.533806 [ 250 ] {d10ef268-0a58-4ca0-8ec6-c31cf7424dc2} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5319 | 2024.11.14 04:50:14.533859 [ 250 ] {d10ef268-0a58-4ca0-8ec6-c31cf7424dc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5320 | 2024.11.14 04:50:14.534272 [ 250 ] {d10ef268-0a58-4ca0-8ec6-c31cf7424dc2} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 5321 | 2024.11.14 04:50:14.534523 [ 250 ] {d10ef268-0a58-4ca0-8ec6-c31cf7424dc2} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5322 | 2024.11.14 04:50:14.534793 [ 250 ] {d10ef268-0a58-4ca0-8ec6-c31cf7424dc2} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002055 sec., 1946.4720194647202 rows/sec., 158.72 KiB/sec. | ||
| 5323 | 2024.11.14 04:50:14.535083 [ 250 ] {d10ef268-0a58-4ca0-8ec6-c31cf7424dc2} <Debug> TCPHandler: Processed in 0.002790561 sec. | ||
| 5324 | 2024.11.14 04:50:14.535394 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5325 | 2024.11.14 04:50:14.535575 [ 252 ] {aed395e3-dbe9-4a9e-815e-7e9e4dd60584} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5326 | 2024.11.14 04:50:14.535643 [ 252 ] {aed395e3-dbe9-4a9e-815e-7e9e4dd60584} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5327 | 2024.11.14 04:50:14.536391 [ 252 ] {aed395e3-dbe9-4a9e-815e-7e9e4dd60584} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5328 | 2024.11.14 04:50:14.536433 [ 252 ] {aed395e3-dbe9-4a9e-815e-7e9e4dd60584} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5329 | 2024.11.14 04:50:14.536854 [ 252 ] {aed395e3-dbe9-4a9e-815e-7e9e4dd60584} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5330 | 2024.11.14 04:50:14.537096 [ 252 ] {aed395e3-dbe9-4a9e-815e-7e9e4dd60584} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5331 | 2024.11.14 04:50:14.537298 [ 252 ] {aed395e3-dbe9-4a9e-815e-7e9e4dd60584} <Debug> executeQuery: Read 58 rows, 4.52 KiB in 0.001771 sec., 32749.858836815358 rows/sec., 2.49 MiB/sec. | ||
| 5332 | 2024.11.14 04:50:14.537410 [ 252 ] {aed395e3-dbe9-4a9e-815e-7e9e4dd60584} <Debug> TCPHandler: Processed in 0.002175143 sec. | ||
| 5333 | 2024.11.14 04:50:14.537612 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5334 | 2024.11.14 04:50:14.537755 [ 250 ] {172f29bd-af2b-4df6-9a58-44f8eb441c9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5335 | 2024.11.14 04:50:14.537823 [ 250 ] {172f29bd-af2b-4df6-9a58-44f8eb441c9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5336 | 2024.11.14 04:50:14.538464 [ 250 ] {172f29bd-af2b-4df6-9a58-44f8eb441c9a} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5337 | 2024.11.14 04:50:14.538504 [ 250 ] {172f29bd-af2b-4df6-9a58-44f8eb441c9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5338 | 2024.11.14 04:50:14.538850 [ 250 ] {172f29bd-af2b-4df6-9a58-44f8eb441c9a} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5339 | 2024.11.14 04:50:14.539087 [ 250 ] {172f29bd-af2b-4df6-9a58-44f8eb441c9a} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5340 | 2024.11.14 04:50:14.539297 [ 250 ] {172f29bd-af2b-4df6-9a58-44f8eb441c9a} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001577 sec., 2536.461636017755 rows/sec., 177.11 KiB/sec. | ||
| 5341 | 2024.11.14 04:50:14.539349 [ 250 ] {172f29bd-af2b-4df6-9a58-44f8eb441c9a} <Debug> TCPHandler: Processed in 0.001837794 sec. | ||
| 5342 | 2024.11.14 04:50:14.539483 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5343 | 2024.11.14 04:50:14.539601 [ 252 ] {9b909fa1-da48-4439-a508-6d86a94fad65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5344 | 2024.11.14 04:50:14.539649 [ 252 ] {9b909fa1-da48-4439-a508-6d86a94fad65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5345 | 2024.11.14 04:50:14.540264 [ 252 ] {9b909fa1-da48-4439-a508-6d86a94fad65} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5346 | 2024.11.14 04:50:14.540300 [ 252 ] {9b909fa1-da48-4439-a508-6d86a94fad65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5347 | 2024.11.14 04:50:14.540654 [ 252 ] {9b909fa1-da48-4439-a508-6d86a94fad65} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5348 | 2024.11.14 04:50:14.540890 [ 252 ] {9b909fa1-da48-4439-a508-6d86a94fad65} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5349 | 2024.11.14 04:50:14.541064 [ 252 ] {9b909fa1-da48-4439-a508-6d86a94fad65} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001488 sec., 45698.9247311828 rows/sec., 3.57 MiB/sec. | ||
| 5350 | 2024.11.14 04:50:14.541113 [ 252 ] {9b909fa1-da48-4439-a508-6d86a94fad65} <Debug> TCPHandler: Processed in 0.001687209 sec. | ||
| 5351 | 2024.11.14 04:50:14.541282 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5352 | 2024.11.14 04:50:14.541503 [ 250 ] {c3ad71a7-bf98-4261-ac7d-71ea362a764d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5353 | 2024.11.14 04:50:14.541600 [ 250 ] {c3ad71a7-bf98-4261-ac7d-71ea362a764d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5354 | 2024.11.14 04:50:14.542461 [ 250 ] {c3ad71a7-bf98-4261-ac7d-71ea362a764d} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5355 | 2024.11.14 04:50:14.542500 [ 250 ] {c3ad71a7-bf98-4261-ac7d-71ea362a764d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5356 | 2024.11.14 04:50:14.542885 [ 250 ] {c3ad71a7-bf98-4261-ac7d-71ea362a764d} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5357 | 2024.11.14 04:50:14.543131 [ 250 ] {c3ad71a7-bf98-4261-ac7d-71ea362a764d} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5358 | 2024.11.14 04:50:14.543298 [ 40 ] {} <Debug> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5359 | 2024.11.14 04:50:14.543359 [ 40 ] {} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5360 | 2024.11.14 04:50:14.543376 [ 250 ] {c3ad71a7-bf98-4261-ac7d-71ea362a764d} <Debug> executeQuery: Read 130 rows, 9.27 KiB in 0.001918 sec., 67778.93639207508 rows/sec., 4.72 MiB/sec. | ||
| 5361 | 2024.11.14 04:50:14.543405 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5362 | 2024.11.14 04:50:14.543513 [ 250 ] {c3ad71a7-bf98-4261-ac7d-71ea362a764d} <Debug> TCPHandler: Processed in 0.002286316 sec. | ||
| 5363 | 2024.11.14 04:50:14.543633 [ 188 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::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 | ||
| 5364 | 2024.11.14 04:50:14.543689 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5365 | 2024.11.14 04:50:14.543815 [ 188 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5366 | 2024.11.14 04:50:14.543833 [ 252 ] {38821634-2468-4539-83d8-922d71b0e8b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5367 | 2024.11.14 04:50:14.543863 [ 188 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 8837 rows starting from the beginning of the part | ||
| 5368 | 2024.11.14 04:50:14.543891 [ 252 ] {38821634-2468-4539-83d8-922d71b0e8b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5369 | 2024.11.14 04:50:14.544113 [ 188 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 237 rows starting from the beginning of the part | ||
| 5370 | 2024.11.14 04:50:14.544467 [ 188 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 130 rows starting from the beginning of the part | ||
| 5371 | 2024.11.14 04:50:14.544855 [ 188 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::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 | ||
| 5372 | 2024.11.14 04:50:14.545316 [ 188 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::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 | ||
| 5373 | 2024.11.14 04:50:14.545517 [ 188 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 130 rows starting from the beginning of the part | ||
| 5374 | 2024.11.14 04:50:14.546096 [ 252 ] {38821634-2468-4539-83d8-922d71b0e8b2} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5375 | 2024.11.14 04:50:14.546137 [ 252 ] {38821634-2468-4539-83d8-922d71b0e8b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5376 | 2024.11.14 04:50:14.546562 [ 252 ] {38821634-2468-4539-83d8-922d71b0e8b2} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5377 | 2024.11.14 04:50:14.546909 [ 252 ] {38821634-2468-4539-83d8-922d71b0e8b2} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5378 | 2024.11.14 04:50:14.547083 [ 40 ] {} <Debug> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5379 | 2024.11.14 04:50:14.547148 [ 40 ] {} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5380 | 2024.11.14 04:50:14.547201 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5381 | 2024.11.14 04:50:14.547262 [ 252 ] {38821634-2468-4539-83d8-922d71b0e8b2} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.003449 sec., 13917.077413743114 rows/sec., 960.42 KiB/sec. | ||
| 5382 | 2024.11.14 04:50:14.547854 [ 252 ] {38821634-2468-4539-83d8-922d71b0e8b2} <Debug> TCPHandler: Processed in 0.004209661 sec. | ||
| 5383 | 2024.11.14 04:50:14.547949 [ 196 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::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 | ||
| 5384 | 2024.11.14 04:50:14.548520 [ 196 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5385 | 2024.11.14 04:50:14.548588 [ 196 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1790 rows starting from the beginning of the part | ||
| 5386 | 2024.11.14 04:50:14.548787 [ 196 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 82 rows starting from the beginning of the part | ||
| 5387 | 2024.11.14 04:50:14.549015 [ 196 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 48 rows starting from the beginning of the part | ||
| 5388 | 2024.11.14 04:50:14.549211 [ 196 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::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 | ||
| 5389 | 2024.11.14 04:50:14.549362 [ 196 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::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 | ||
| 5390 | 2024.11.14 04:50:14.549559 [ 196 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 48 rows starting from the beginning of the part | ||
| 5391 | 2024.11.14 04:50:14.550208 [ 186 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9731 rows, containing 5 columns (5 merged, 0 gathered) in 0.006680303 sec., 1456670.4534210498 rows/sec., 98.56 MiB/sec. | ||
| 5392 | 2024.11.14 04:50:14.550751 [ 186 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5393 | 2024.11.14 04:50:14.551569 [ 186 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5394 | 2024.11.14 04:50:14.551789 [ 186 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5395 | 2024.11.14 04:50:14.552058 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.15 MiB. | ||
| 5396 | 2024.11.14 04:50:14.552125 [ 196 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2110 rows, containing 4 columns (4 merged, 0 gathered) in 0.00483278 sec., 436601.7075058248 rows/sec., 28.46 MiB/sec. | ||
| 5397 | 2024.11.14 04:50:14.552419 [ 186 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5398 | 2024.11.14 04:50:14.552705 [ 186 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_41_8} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5399 | 2024.11.14 04:50:14.552810 [ 186 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_41_8} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5400 | 2024.11.14 04:50:14.552895 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 5401 | 2024.11.14 04:50:18.494743 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 762 | ||
| 5402 | 2024.11.14 04:50:18.497712 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5403 | 2024.11.14 04:50:18.497771 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5404 | 2024.11.14 04:50:18.499218 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5405 | 2024.11.14 04:50:18.499546 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5406 | 2024.11.14 04:50:18.501120 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 762 | ||
| 5407 | 2024.11.14 04:50:19.532898 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5408 | 2024.11.14 04:50:19.533128 [ 250 ] {15729e70-528d-4387-bb24-917ba33d7886} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5409 | 2024.11.14 04:50:19.533210 [ 250 ] {15729e70-528d-4387-bb24-917ba33d7886} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5410 | 2024.11.14 04:50:19.534010 [ 250 ] {15729e70-528d-4387-bb24-917ba33d7886} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5411 | 2024.11.14 04:50:19.534061 [ 250 ] {15729e70-528d-4387-bb24-917ba33d7886} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5412 | 2024.11.14 04:50:19.534502 [ 250 ] {15729e70-528d-4387-bb24-917ba33d7886} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5413 | 2024.11.14 04:50:19.534763 [ 250 ] {15729e70-528d-4387-bb24-917ba33d7886} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5414 | 2024.11.14 04:50:19.534999 [ 250 ] {15729e70-528d-4387-bb24-917ba33d7886} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001931 sec., 29000.51786639047 rows/sec., 2.21 MiB/sec. | ||
| 5415 | 2024.11.14 04:50:19.535057 [ 250 ] {15729e70-528d-4387-bb24-917ba33d7886} <Debug> TCPHandler: Processed in 0.002300726 sec. | ||
| 5416 | 2024.11.14 04:50:19.535305 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5417 | 2024.11.14 04:50:19.535494 [ 252 ] {adaf87ad-1f1f-4f31-85a1-9ade0afe136b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5418 | 2024.11.14 04:50:19.535566 [ 252 ] {adaf87ad-1f1f-4f31-85a1-9ade0afe136b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5419 | 2024.11.14 04:50:19.536311 [ 252 ] {adaf87ad-1f1f-4f31-85a1-9ade0afe136b} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5420 | 2024.11.14 04:50:19.536360 [ 252 ] {adaf87ad-1f1f-4f31-85a1-9ade0afe136b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5421 | 2024.11.14 04:50:19.536813 [ 252 ] {adaf87ad-1f1f-4f31-85a1-9ade0afe136b} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5422 | 2024.11.14 04:50:19.537066 [ 252 ] {adaf87ad-1f1f-4f31-85a1-9ade0afe136b} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5423 | 2024.11.14 04:50:19.537339 [ 252 ] {adaf87ad-1f1f-4f31-85a1-9ade0afe136b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001891 sec., 33844.52670544685 rows/sec., 2.64 MiB/sec. | ||
| 5424 | 2024.11.14 04:50:19.537430 [ 252 ] {adaf87ad-1f1f-4f31-85a1-9ade0afe136b} <Debug> TCPHandler: Processed in 0.002258275 sec. | ||
| 5425 | 2024.11.14 04:50:19.537641 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5426 | 2024.11.14 04:50:19.537800 [ 250 ] {03e2ad35-c7a7-473d-bd9b-c80a40e2dcb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5427 | 2024.11.14 04:50:19.537854 [ 250 ] {03e2ad35-c7a7-473d-bd9b-c80a40e2dcb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5428 | 2024.11.14 04:50:19.538435 [ 250 ] {03e2ad35-c7a7-473d-bd9b-c80a40e2dcb5} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5429 | 2024.11.14 04:50:19.538475 [ 250 ] {03e2ad35-c7a7-473d-bd9b-c80a40e2dcb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5430 | 2024.11.14 04:50:19.538880 [ 250 ] {03e2ad35-c7a7-473d-bd9b-c80a40e2dcb5} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5431 | 2024.11.14 04:50:19.539131 [ 250 ] {03e2ad35-c7a7-473d-bd9b-c80a40e2dcb5} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5432 | 2024.11.14 04:50:19.539348 [ 250 ] {03e2ad35-c7a7-473d-bd9b-c80a40e2dcb5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001575 sec., 101587.30158730158 rows/sec., 7.08 MiB/sec. | ||
| 5433 | 2024.11.14 04:50:19.539401 [ 250 ] {03e2ad35-c7a7-473d-bd9b-c80a40e2dcb5} <Debug> TCPHandler: Processed in 0.001878294 sec. | ||
| 5434 | 2024.11.14 04:50:19.539547 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5435 | 2024.11.14 04:50:19.539664 [ 252 ] {a2d70f5b-6810-47ee-a5b0-19531f16cba5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5436 | 2024.11.14 04:50:19.539719 [ 252 ] {a2d70f5b-6810-47ee-a5b0-19531f16cba5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5437 | 2024.11.14 04:50:19.540250 [ 252 ] {a2d70f5b-6810-47ee-a5b0-19531f16cba5} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5438 | 2024.11.14 04:50:19.540290 [ 252 ] {a2d70f5b-6810-47ee-a5b0-19531f16cba5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5439 | 2024.11.14 04:50:19.540670 [ 252 ] {a2d70f5b-6810-47ee-a5b0-19531f16cba5} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5440 | 2024.11.14 04:50:19.540917 [ 252 ] {a2d70f5b-6810-47ee-a5b0-19531f16cba5} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5441 | 2024.11.14 04:50:19.541174 [ 252 ] {a2d70f5b-6810-47ee-a5b0-19531f16cba5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001534 sec., 39113.42894393742 rows/sec., 2.64 MiB/sec. | ||
| 5442 | 2024.11.14 04:50:19.541254 [ 252 ] {a2d70f5b-6810-47ee-a5b0-19531f16cba5} <Debug> TCPHandler: Processed in 0.001755061 sec. | ||
| 5443 | 2024.11.14 04:50:20.679746 [ 33 ] {} <Debug> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 5444 | 2024.11.14 04:50:20.679813 [ 33 ] {} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5445 | 2024.11.14 04:50:20.679839 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5446 | 2024.11.14 04:50:20.680192 [ 195 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::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 | ||
| 5447 | 2024.11.14 04:50:20.680459 [ 195 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5448 | 2024.11.14 04:50:20.680525 [ 195 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 54 rows starting from the beginning of the part | ||
| 5449 | 2024.11.14 04:50:20.680607 [ 195 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part | ||
| 5450 | 2024.11.14 04:50:20.680698 [ 195 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part | ||
| 5451 | 2024.11.14 04:50:20.680944 [ 195 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part | ||
| 5452 | 2024.11.14 04:50:20.681176 [ 195 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part | ||
| 5453 | 2024.11.14 04:50:20.682159 [ 186 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 78 rows, containing 4 columns (4 merged, 0 gathered) in 0.002209574 sec., 35300.92225922282 rows/sec., 1.80 MiB/sec. | ||
| 5454 | 2024.11.14 04:50:20.682386 [ 200 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 5455 | 2024.11.14 04:50:20.682751 [ 200 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_13_3} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5456 | 2024.11.14 04:50:20.682844 [ 200 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_13_3} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 5457 | 2024.11.14 04:50:20.682946 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 5458 | 2024.11.14 04:50:21.099145 [ 33 ] {} <Debug> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 5459 | 2024.11.14 04:50:21.099199 [ 33 ] {} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5460 | 2024.11.14 04:50:21.099220 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5461 | 2024.11.14 04:50:21.099446 [ 195 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::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 | ||
| 5462 | 2024.11.14 04:50:21.099658 [ 195 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5463 | 2024.11.14 04:50:21.099703 [ 195 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 9 rows starting from the beginning of the part | ||
| 5464 | 2024.11.14 04:50:21.099791 [ 195 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part | ||
| 5465 | 2024.11.14 04:50:21.099894 [ 195 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part | ||
| 5466 | 2024.11.14 04:50:21.100180 [ 195 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part | ||
| 5467 | 2024.11.14 04:50:21.100294 [ 195 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part | ||
| 5468 | 2024.11.14 04:50:21.101482 [ 186 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13 rows, containing 4 columns (4 merged, 0 gathered) in 0.002178613 sec., 5967.099250761838 rows/sec., 402.08 KiB/sec. | ||
| 5469 | 2024.11.14 04:50:21.101662 [ 199 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 5470 | 2024.11.14 04:50:21.102012 [ 199 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_13_3} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5471 | 2024.11.14 04:50:21.102112 [ 199 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_13_3} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 5472 | 2024.11.14 04:50:21.102200 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 5473 | 2024.11.14 04:50:23.291312 [ 30 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5474 | 2024.11.14 04:50:23.291383 [ 30 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5475 | 2024.11.14 04:50:24.540757 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5476 | 2024.11.14 04:50:24.540989 [ 250 ] {0294abb6-8dc4-4790-9395-ba4f23cf27be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5477 | 2024.11.14 04:50:24.541072 [ 250 ] {0294abb6-8dc4-4790-9395-ba4f23cf27be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5478 | 2024.11.14 04:50:24.541965 [ 250 ] {0294abb6-8dc4-4790-9395-ba4f23cf27be} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5479 | 2024.11.14 04:50:24.542016 [ 250 ] {0294abb6-8dc4-4790-9395-ba4f23cf27be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5480 | 2024.11.14 04:50:24.542450 [ 250 ] {0294abb6-8dc4-4790-9395-ba4f23cf27be} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5481 | 2024.11.14 04:50:24.542707 [ 250 ] {0294abb6-8dc4-4790-9395-ba4f23cf27be} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5482 | 2024.11.14 04:50:24.542998 [ 250 ] {0294abb6-8dc4-4790-9395-ba4f23cf27be} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002061 sec., 6792.819019893256 rows/sec., 488.99 KiB/sec. | ||
| 5483 | 2024.11.14 04:50:24.543181 [ 250 ] {0294abb6-8dc4-4790-9395-ba4f23cf27be} <Debug> TCPHandler: Processed in 0.002574415 sec. | ||
| 5484 | 2024.11.14 04:50:24.543444 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5485 | 2024.11.14 04:50:24.543622 [ 252 ] {95833536-1ee6-4e8b-8168-4cb25d36153f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5486 | 2024.11.14 04:50:24.543692 [ 252 ] {95833536-1ee6-4e8b-8168-4cb25d36153f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5487 | 2024.11.14 04:50:24.544542 [ 252 ] {95833536-1ee6-4e8b-8168-4cb25d36153f} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5488 | 2024.11.14 04:50:24.544579 [ 252 ] {95833536-1ee6-4e8b-8168-4cb25d36153f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5489 | 2024.11.14 04:50:24.545015 [ 252 ] {95833536-1ee6-4e8b-8168-4cb25d36153f} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5490 | 2024.11.14 04:50:24.545263 [ 252 ] {95833536-1ee6-4e8b-8168-4cb25d36153f} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5491 | 2024.11.14 04:50:24.545411 [ 28 ] {} <Debug> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5492 | 2024.11.14 04:50:24.545459 [ 28 ] {} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5493 | 2024.11.14 04:50:24.545463 [ 252 ] {95833536-1ee6-4e8b-8168-4cb25d36153f} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.001889 sec., 150873.47803070408 rows/sec., 13.31 MiB/sec. | ||
| 5494 | 2024.11.14 04:50:24.545485 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5495 | 2024.11.14 04:50:24.545534 [ 252 ] {95833536-1ee6-4e8b-8168-4cb25d36153f} <Debug> TCPHandler: Processed in 0.002215324 sec. | ||
| 5496 | 2024.11.14 04:50:24.545779 [ 195 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::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 | ||
| 5497 | 2024.11.14 04:50:24.545793 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5498 | 2024.11.14 04:50:24.546083 [ 250 ] {0ef7c7ac-b518-4f5f-a7b2-b4c97b59a9c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5499 | 2024.11.14 04:50:24.546104 [ 195 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5500 | 2024.11.14 04:50:24.546190 [ 250 ] {0ef7c7ac-b518-4f5f-a7b2-b4c97b59a9c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5501 | 2024.11.14 04:50:24.546192 [ 195 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1434 rows starting from the beginning of the part | ||
| 5502 | 2024.11.14 04:50:24.546567 [ 195 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 56 rows starting from the beginning of the part | ||
| 5503 | 2024.11.14 04:50:24.546873 [ 195 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 285 rows starting from the beginning of the part | ||
| 5504 | 2024.11.14 04:50:24.547185 [ 195 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 58 rows starting from the beginning of the part | ||
| 5505 | 2024.11.14 04:50:24.547626 [ 195 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 56 rows starting from the beginning of the part | ||
| 5506 | 2024.11.14 04:50:24.548076 [ 195 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 285 rows starting from the beginning of the part | ||
| 5507 | 2024.11.14 04:50:24.549345 [ 250 ] {0ef7c7ac-b518-4f5f-a7b2-b4c97b59a9c1} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5508 | 2024.11.14 04:50:24.549407 [ 250 ] {0ef7c7ac-b518-4f5f-a7b2-b4c97b59a9c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5509 | 2024.11.14 04:50:24.550300 [ 250 ] {0ef7c7ac-b518-4f5f-a7b2-b4c97b59a9c1} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5510 | 2024.11.14 04:50:24.550734 [ 250 ] {0ef7c7ac-b518-4f5f-a7b2-b4c97b59a9c1} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5511 | 2024.11.14 04:50:24.551206 [ 250 ] {0ef7c7ac-b518-4f5f-a7b2-b4c97b59a9c1} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.005175 sec., 9275.36231884058 rows/sec., 683.88 KiB/sec. | ||
| 5512 | 2024.11.14 04:50:24.551615 [ 250 ] {0ef7c7ac-b518-4f5f-a7b2-b4c97b59a9c1} <Debug> TCPHandler: Processed in 0.005937712 sec. | ||
| 5513 | 2024.11.14 04:50:24.551845 [ 186 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2174 rows, containing 5 columns (5 merged, 0 gathered) in 0.00623977 sec., 348410.277942937 rows/sec., 30.64 MiB/sec. | ||
| 5514 | 2024.11.14 04:50:24.551976 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5515 | 2024.11.14 04:50:24.552171 [ 252 ] {2450cf20-f859-4743-aa1a-14d47424c505} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5516 | 2024.11.14 04:50:24.552213 [ 186 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5517 | 2024.11.14 04:50:24.552242 [ 252 ] {2450cf20-f859-4743-aa1a-14d47424c505} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5518 | 2024.11.14 04:50:24.552932 [ 186 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_46_9} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5519 | 2024.11.14 04:50:24.553100 [ 186 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_46_9} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5520 | 2024.11.14 04:50:24.553290 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 5521 | 2024.11.14 04:50:24.553463 [ 252 ] {2450cf20-f859-4743-aa1a-14d47424c505} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5522 | 2024.11.14 04:50:24.553506 [ 252 ] {2450cf20-f859-4743-aa1a-14d47424c505} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5523 | 2024.11.14 04:50:24.553875 [ 252 ] {2450cf20-f859-4743-aa1a-14d47424c505} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5524 | 2024.11.14 04:50:24.554113 [ 252 ] {2450cf20-f859-4743-aa1a-14d47424c505} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5525 | 2024.11.14 04:50:24.554328 [ 252 ] {2450cf20-f859-4743-aa1a-14d47424c505} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00218 sec., 6422.018348623853 rows/sec., 449.76 KiB/sec. | ||
| 5526 | 2024.11.14 04:50:24.554423 [ 252 ] {2450cf20-f859-4743-aa1a-14d47424c505} <Debug> TCPHandler: Processed in 0.002668107 sec. | ||
| 5527 | 2024.11.14 04:50:24.554584 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5528 | 2024.11.14 04:50:24.554721 [ 250 ] {ef0ef86f-9a0e-4b2c-a876-dfae1c32753e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5529 | 2024.11.14 04:50:24.554779 [ 250 ] {ef0ef86f-9a0e-4b2c-a876-dfae1c32753e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5530 | 2024.11.14 04:50:24.555477 [ 250 ] {ef0ef86f-9a0e-4b2c-a876-dfae1c32753e} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5531 | 2024.11.14 04:50:24.555525 [ 250 ] {ef0ef86f-9a0e-4b2c-a876-dfae1c32753e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5532 | 2024.11.14 04:50:24.555896 [ 250 ] {ef0ef86f-9a0e-4b2c-a876-dfae1c32753e} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5533 | 2024.11.14 04:50:24.556133 [ 250 ] {ef0ef86f-9a0e-4b2c-a876-dfae1c32753e} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5534 | 2024.11.14 04:50:24.556347 [ 250 ] {ef0ef86f-9a0e-4b2c-a876-dfae1c32753e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001656 sec., 7850.24154589372 rows/sec., 489.46 KiB/sec. | ||
| 5535 | 2024.11.14 04:50:24.556400 [ 250 ] {ef0ef86f-9a0e-4b2c-a876-dfae1c32753e} <Debug> TCPHandler: Processed in 0.001881054 sec. | ||
| 5536 | 2024.11.14 04:50:24.556539 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5537 | 2024.11.14 04:50:24.556654 [ 252 ] {2ab8a9a0-9c8e-411a-953b-3480beef5489} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5538 | 2024.11.14 04:50:24.556705 [ 252 ] {2ab8a9a0-9c8e-411a-953b-3480beef5489} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5539 | 2024.11.14 04:50:24.557476 [ 252 ] {2ab8a9a0-9c8e-411a-953b-3480beef5489} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5540 | 2024.11.14 04:50:24.557513 [ 252 ] {2ab8a9a0-9c8e-411a-953b-3480beef5489} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5541 | 2024.11.14 04:50:24.557899 [ 252 ] {2ab8a9a0-9c8e-411a-953b-3480beef5489} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5542 | 2024.11.14 04:50:24.558136 [ 252 ] {2ab8a9a0-9c8e-411a-953b-3480beef5489} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5543 | 2024.11.14 04:50:24.558259 [ 28 ] {} <Debug> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5544 | 2024.11.14 04:50:24.558295 [ 28 ] {} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5545 | 2024.11.14 04:50:24.558317 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5546 | 2024.11.14 04:50:24.558325 [ 252 ] {2ab8a9a0-9c8e-411a-953b-3480beef5489} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001692 sec., 250000 rows/sec., 17.87 MiB/sec. | ||
| 5547 | 2024.11.14 04:50:24.558507 [ 252 ] {2ab8a9a0-9c8e-411a-953b-3480beef5489} <Debug> TCPHandler: Processed in 0.002021628 sec. | ||
| 5548 | 2024.11.14 04:50:24.558562 [ 187 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::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 | ||
| 5549 | 2024.11.14 04:50:24.558717 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5550 | 2024.11.14 04:50:24.558745 [ 187 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5551 | 2024.11.14 04:50:24.558797 [ 187 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 915 rows starting from the beginning of the part | ||
| 5552 | 2024.11.14 04:50:24.559030 [ 250 ] {d2796603-7015-4f3e-a20a-e4b74fe7ff73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5553 | 2024.11.14 04:50:24.559103 [ 187 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 64 rows starting from the beginning of the part | ||
| 5554 | 2024.11.14 04:50:24.559236 [ 250 ] {d2796603-7015-4f3e-a20a-e4b74fe7ff73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5555 | 2024.11.14 04:50:24.559595 [ 187 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 423 rows starting from the beginning of the part | ||
| 5556 | 2024.11.14 04:50:24.559945 [ 187 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 68 rows starting from the beginning of the part | ||
| 5557 | 2024.11.14 04:50:24.560284 [ 187 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 64 rows starting from the beginning of the part | ||
| 5558 | 2024.11.14 04:50:24.560627 [ 187 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 423 rows starting from the beginning of the part | ||
| 5559 | 2024.11.14 04:50:24.561775 [ 250 ] {d2796603-7015-4f3e-a20a-e4b74fe7ff73} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5560 | 2024.11.14 04:50:24.561838 [ 250 ] {d2796603-7015-4f3e-a20a-e4b74fe7ff73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5561 | 2024.11.14 04:50:24.562911 [ 250 ] {d2796603-7015-4f3e-a20a-e4b74fe7ff73} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5562 | 2024.11.14 04:50:24.563273 [ 250 ] {d2796603-7015-4f3e-a20a-e4b74fe7ff73} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5563 | 2024.11.14 04:50:24.563890 [ 198 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1957 rows, containing 5 columns (5 merged, 0 gathered) in 0.005496689 sec., 356032.51339124335 rows/sec., 27.26 MiB/sec. | ||
| 5564 | 2024.11.14 04:50:24.563894 [ 250 ] {d2796603-7015-4f3e-a20a-e4b74fe7ff73} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005003 sec., 1199.2804317409555 rows/sec., 62.66 KiB/sec. | ||
| 5565 | 2024.11.14 04:50:24.564009 [ 250 ] {d2796603-7015-4f3e-a20a-e4b74fe7ff73} <Debug> TCPHandler: Processed in 0.005371715 sec. | ||
| 5566 | 2024.11.14 04:50:24.564145 [ 198 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5567 | 2024.11.14 04:50:24.564215 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5568 | 2024.11.14 04:50:24.564397 [ 252 ] {c961a0fa-c0a0-466b-b389-150a33b97c47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5569 | 2024.11.14 04:50:24.564490 [ 252 ] {c961a0fa-c0a0-466b-b389-150a33b97c47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5570 | 2024.11.14 04:50:24.564779 [ 198 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_46_9} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5571 | 2024.11.14 04:50:24.565051 [ 198 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_46_9} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5572 | 2024.11.14 04:50:24.565161 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 5573 | 2024.11.14 04:50:24.565460 [ 252 ] {c961a0fa-c0a0-466b-b389-150a33b97c47} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5574 | 2024.11.14 04:50:24.565503 [ 252 ] {c961a0fa-c0a0-466b-b389-150a33b97c47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5575 | 2024.11.14 04:50:24.565916 [ 252 ] {c961a0fa-c0a0-466b-b389-150a33b97c47} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5576 | 2024.11.14 04:50:24.566160 [ 252 ] {c961a0fa-c0a0-466b-b389-150a33b97c47} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5577 | 2024.11.14 04:50:24.566380 [ 252 ] {c961a0fa-c0a0-466b-b389-150a33b97c47} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002037 sec., 116347.56995581737 rows/sec., 7.80 MiB/sec. | ||
| 5578 | 2024.11.14 04:50:24.566438 [ 252 ] {c961a0fa-c0a0-466b-b389-150a33b97c47} <Debug> TCPHandler: Processed in 0.002308467 sec. | ||
| 5579 | 2024.11.14 04:50:24.566587 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5580 | 2024.11.14 04:50:24.566727 [ 250 ] {07fff751-6cbf-4eb3-935f-a0fe65b3c3bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5581 | 2024.11.14 04:50:24.566790 [ 250 ] {07fff751-6cbf-4eb3-935f-a0fe65b3c3bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5582 | 2024.11.14 04:50:24.567354 [ 250 ] {07fff751-6cbf-4eb3-935f-a0fe65b3c3bf} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5583 | 2024.11.14 04:50:24.567399 [ 250 ] {07fff751-6cbf-4eb3-935f-a0fe65b3c3bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5584 | 2024.11.14 04:50:24.567811 [ 250 ] {07fff751-6cbf-4eb3-935f-a0fe65b3c3bf} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5585 | 2024.11.14 04:50:24.568054 [ 250 ] {07fff751-6cbf-4eb3-935f-a0fe65b3c3bf} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5586 | 2024.11.14 04:50:24.568235 [ 250 ] {07fff751-6cbf-4eb3-935f-a0fe65b3c3bf} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00154 sec., 649.3506493506494 rows/sec., 43.76 KiB/sec. | ||
| 5587 | 2024.11.14 04:50:24.568287 [ 250 ] {07fff751-6cbf-4eb3-935f-a0fe65b3c3bf} <Debug> TCPHandler: Processed in 0.001770001 sec. | ||
| 5588 | 2024.11.14 04:50:24.568447 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5589 | 2024.11.14 04:50:24.568591 [ 252 ] {75974fe2-beac-4aec-b68f-c5315e4f6e1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5590 | 2024.11.14 04:50:24.568673 [ 252 ] {75974fe2-beac-4aec-b68f-c5315e4f6e1c} <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 | ||
| 5591 | 2024.11.14 04:50:24.569853 [ 252 ] {75974fe2-beac-4aec-b68f-c5315e4f6e1c} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5592 | 2024.11.14 04:50:24.569893 [ 252 ] {75974fe2-beac-4aec-b68f-c5315e4f6e1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5593 | 2024.11.14 04:50:24.570573 [ 252 ] {75974fe2-beac-4aec-b68f-c5315e4f6e1c} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5594 | 2024.11.14 04:50:24.570827 [ 252 ] {75974fe2-beac-4aec-b68f-c5315e4f6e1c} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5595 | 2024.11.14 04:50:24.571127 [ 252 ] {75974fe2-beac-4aec-b68f-c5315e4f6e1c} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002566 sec., 15978.176149649258 rows/sec., 28.63 MiB/sec. | ||
| 5596 | 2024.11.14 04:50:24.571485 [ 252 ] {75974fe2-beac-4aec-b68f-c5315e4f6e1c} <Debug> TCPHandler: Processed in 0.0031072 sec. | ||
| 5597 | 2024.11.14 04:50:24.571672 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5598 | 2024.11.14 04:50:24.571812 [ 250 ] {b2441c63-6749-447b-8162-b0f94a397454} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5599 | 2024.11.14 04:50:24.571873 [ 250 ] {b2441c63-6749-447b-8162-b0f94a397454} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5600 | 2024.11.14 04:50:24.572441 [ 250 ] {b2441c63-6749-447b-8162-b0f94a397454} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5601 | 2024.11.14 04:50:24.572488 [ 250 ] {b2441c63-6749-447b-8162-b0f94a397454} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5602 | 2024.11.14 04:50:24.572884 [ 250 ] {b2441c63-6749-447b-8162-b0f94a397454} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5603 | 2024.11.14 04:50:24.573137 [ 250 ] {b2441c63-6749-447b-8162-b0f94a397454} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5604 | 2024.11.14 04:50:24.573315 [ 250 ] {b2441c63-6749-447b-8162-b0f94a397454} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001535 sec., 53420.195439739415 rows/sec., 3.39 MiB/sec. | ||
| 5605 | 2024.11.14 04:50:24.573363 [ 250 ] {b2441c63-6749-447b-8162-b0f94a397454} <Debug> TCPHandler: Processed in 0.001761031 sec. | ||
| 5606 | 2024.11.14 04:50:27.916787 [ 25 ] {} <Debug> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 5607 | 2024.11.14 04:50:27.916850 [ 25 ] {} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5608 | 2024.11.14 04:50:27.916873 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5609 | 2024.11.14 04:50:27.917095 [ 194 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::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 | ||
| 5610 | 2024.11.14 04:50:27.917287 [ 194 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5611 | 2024.11.14 04:50:27.917331 [ 194 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::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 | ||
| 5612 | 2024.11.14 04:50:27.917434 [ 194 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part | ||
| 5613 | 2024.11.14 04:50:27.917644 [ 194 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 10 rows starting from the beginning of the part | ||
| 5614 | 2024.11.14 04:50:27.917886 [ 194 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 4 rows starting from the beginning of the part | ||
| 5615 | 2024.11.14 04:50:27.917989 [ 194 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 4 rows starting from the beginning of the part | ||
| 5616 | 2024.11.14 04:50:27.919215 [ 191 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 5 columns (5 merged, 0 gathered) in 0.002257085 sec., 17721.973253111868 rows/sec., 1.48 MiB/sec. | ||
| 5617 | 2024.11.14 04:50:27.919415 [ 191 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 5618 | 2024.11.14 04:50:27.919784 [ 191 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_9_2} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5619 | 2024.11.14 04:50:27.919874 [ 191 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_9_2} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 5620 | 2024.11.14 04:50:27.919977 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5621 | 2024.11.14 04:50:28.502226 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 792 | ||
| 5622 | 2024.11.14 04:50:28.505090 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5623 | 2024.11.14 04:50:28.505145 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5624 | 2024.11.14 04:50:28.506547 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5625 | 2024.11.14 04:50:28.506862 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5626 | 2024.11.14 04:50:28.507953 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 792 | ||
| 5627 | 2024.11.14 04:50:29.533642 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5628 | 2024.11.14 04:50:29.533915 [ 250 ] {078f3996-11b9-4671-96c7-964626a9245d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5629 | 2024.11.14 04:50:29.533991 [ 250 ] {078f3996-11b9-4671-96c7-964626a9245d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5630 | 2024.11.14 04:50:29.534751 [ 250 ] {078f3996-11b9-4671-96c7-964626a9245d} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5631 | 2024.11.14 04:50:29.534806 [ 250 ] {078f3996-11b9-4671-96c7-964626a9245d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5632 | 2024.11.14 04:50:29.535246 [ 250 ] {078f3996-11b9-4671-96c7-964626a9245d} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 5633 | 2024.11.14 04:50:29.535506 [ 250 ] {078f3996-11b9-4671-96c7-964626a9245d} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5634 | 2024.11.14 04:50:29.535766 [ 250 ] {078f3996-11b9-4671-96c7-964626a9245d} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001889 sec., 5293.806246691371 rows/sec., 431.67 KiB/sec. | ||
| 5635 | 2024.11.14 04:50:29.535879 [ 250 ] {078f3996-11b9-4671-96c7-964626a9245d} <Debug> TCPHandler: Processed in 0.0024235 sec. | ||
| 5636 | 2024.11.14 04:50:29.536194 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5637 | 2024.11.14 04:50:29.536379 [ 252 ] {ffa12c90-0012-4428-a897-c59ddcf556e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5638 | 2024.11.14 04:50:29.536450 [ 252 ] {ffa12c90-0012-4428-a897-c59ddcf556e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5639 | 2024.11.14 04:50:29.537343 [ 252 ] {ffa12c90-0012-4428-a897-c59ddcf556e9} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5640 | 2024.11.14 04:50:29.537394 [ 252 ] {ffa12c90-0012-4428-a897-c59ddcf556e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5641 | 2024.11.14 04:50:29.537877 [ 252 ] {ffa12c90-0012-4428-a897-c59ddcf556e9} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 5642 | 2024.11.14 04:50:29.538134 [ 252 ] {ffa12c90-0012-4428-a897-c59ddcf556e9} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5643 | 2024.11.14 04:50:29.538343 [ 252 ] {ffa12c90-0012-4428-a897-c59ddcf556e9} <Debug> executeQuery: Read 61 rows, 4.74 KiB in 0.002013 sec., 30303.030303030304 rows/sec., 2.30 MiB/sec. | ||
| 5644 | 2024.11.14 04:50:29.538466 [ 252 ] {ffa12c90-0012-4428-a897-c59ddcf556e9} <Debug> TCPHandler: Processed in 0.002440201 sec. | ||
| 5645 | 2024.11.14 04:50:29.538647 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5646 | 2024.11.14 04:50:29.538793 [ 250 ] {268a461a-b594-42fa-a5ba-41afdce492da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5647 | 2024.11.14 04:50:29.538858 [ 250 ] {268a461a-b594-42fa-a5ba-41afdce492da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5648 | 2024.11.14 04:50:29.539563 [ 250 ] {268a461a-b594-42fa-a5ba-41afdce492da} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5649 | 2024.11.14 04:50:29.539615 [ 250 ] {268a461a-b594-42fa-a5ba-41afdce492da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5650 | 2024.11.14 04:50:29.540015 [ 250 ] {268a461a-b594-42fa-a5ba-41afdce492da} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5651 | 2024.11.14 04:50:29.540294 [ 250 ] {268a461a-b594-42fa-a5ba-41afdce492da} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5652 | 2024.11.14 04:50:29.540515 [ 250 ] {268a461a-b594-42fa-a5ba-41afdce492da} <Debug> executeQuery: Read 10 rows, 715.00 B in 0.001757 sec., 5691.519635742743 rows/sec., 397.41 KiB/sec. | ||
| 5653 | 2024.11.14 04:50:29.540572 [ 250 ] {268a461a-b594-42fa-a5ba-41afdce492da} <Debug> TCPHandler: Processed in 0.002002138 sec. | ||
| 5654 | 2024.11.14 04:50:29.540745 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5655 | 2024.11.14 04:50:29.540893 [ 252 ] {4c6c69c4-b6c5-4aa8-a286-dda49e631f75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5656 | 2024.11.14 04:50:29.540954 [ 252 ] {4c6c69c4-b6c5-4aa8-a286-dda49e631f75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5657 | 2024.11.14 04:50:29.541692 [ 252 ] {4c6c69c4-b6c5-4aa8-a286-dda49e631f75} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5658 | 2024.11.14 04:50:29.541736 [ 252 ] {4c6c69c4-b6c5-4aa8-a286-dda49e631f75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5659 | 2024.11.14 04:50:29.542121 [ 252 ] {4c6c69c4-b6c5-4aa8-a286-dda49e631f75} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 5660 | 2024.11.14 04:50:29.542366 [ 252 ] {4c6c69c4-b6c5-4aa8-a286-dda49e631f75} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5661 | 2024.11.14 04:50:29.542543 [ 252 ] {4c6c69c4-b6c5-4aa8-a286-dda49e631f75} <Debug> executeQuery: Read 74 rows, 5.93 KiB in 0.001689 sec., 43812.907045589105 rows/sec., 3.43 MiB/sec. | ||
| 5662 | 2024.11.14 04:50:29.542595 [ 252 ] {4c6c69c4-b6c5-4aa8-a286-dda49e631f75} <Debug> TCPHandler: Processed in 0.001912636 sec. | ||
| 5663 | 2024.11.14 04:50:29.542782 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5664 | 2024.11.14 04:50:29.542908 [ 250 ] {a17cca12-2f36-43ce-bf94-eea3acd1f817} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5665 | 2024.11.14 04:50:29.542963 [ 250 ] {a17cca12-2f36-43ce-bf94-eea3acd1f817} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5666 | 2024.11.14 04:50:29.543562 [ 250 ] {a17cca12-2f36-43ce-bf94-eea3acd1f817} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5667 | 2024.11.14 04:50:29.543603 [ 250 ] {a17cca12-2f36-43ce-bf94-eea3acd1f817} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5668 | 2024.11.14 04:50:29.544039 [ 250 ] {a17cca12-2f36-43ce-bf94-eea3acd1f817} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5669 | 2024.11.14 04:50:29.544353 [ 250 ] {a17cca12-2f36-43ce-bf94-eea3acd1f817} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5670 | 2024.11.14 04:50:29.544612 [ 250 ] {a17cca12-2f36-43ce-bf94-eea3acd1f817} <Debug> executeQuery: Read 165 rows, 11.76 KiB in 0.001732 sec., 95265.58891454965 rows/sec., 6.63 MiB/sec. | ||
| 5671 | 2024.11.14 04:50:29.544676 [ 250 ] {a17cca12-2f36-43ce-bf94-eea3acd1f817} <Debug> TCPHandler: Processed in 0.001982908 sec. | ||
| 5672 | 2024.11.14 04:50:29.544829 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5673 | 2024.11.14 04:50:29.544949 [ 252 ] {2ad28012-7940-4bb1-bdf2-75a9e08cc848} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5674 | 2024.11.14 04:50:29.545002 [ 252 ] {2ad28012-7940-4bb1-bdf2-75a9e08cc848} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5675 | 2024.11.14 04:50:29.545520 [ 252 ] {2ad28012-7940-4bb1-bdf2-75a9e08cc848} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5676 | 2024.11.14 04:50:29.545568 [ 252 ] {2ad28012-7940-4bb1-bdf2-75a9e08cc848} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5677 | 2024.11.14 04:50:29.545967 [ 252 ] {2ad28012-7940-4bb1-bdf2-75a9e08cc848} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5678 | 2024.11.14 04:50:29.546241 [ 252 ] {2ad28012-7940-4bb1-bdf2-75a9e08cc848} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5679 | 2024.11.14 04:50:29.546456 [ 252 ] {2ad28012-7940-4bb1-bdf2-75a9e08cc848} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001529 sec., 39241.33420536298 rows/sec., 2.64 MiB/sec. | ||
| 5680 | 2024.11.14 04:50:29.546589 [ 252 ] {2ad28012-7940-4bb1-bdf2-75a9e08cc848} <Debug> TCPHandler: Processed in 0.001817513 sec. | ||
| 5681 | 2024.11.14 04:50:34.533068 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5682 | 2024.11.14 04:50:34.533300 [ 250 ] {9fedeb52-856c-40e3-a97d-546604566bf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5683 | 2024.11.14 04:50:34.533380 [ 250 ] {9fedeb52-856c-40e3-a97d-546604566bf8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5684 | 2024.11.14 04:50:34.534199 [ 250 ] {9fedeb52-856c-40e3-a97d-546604566bf8} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5685 | 2024.11.14 04:50:34.534247 [ 250 ] {9fedeb52-856c-40e3-a97d-546604566bf8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5686 | 2024.11.14 04:50:34.534677 [ 250 ] {9fedeb52-856c-40e3-a97d-546604566bf8} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 5687 | 2024.11.14 04:50:34.534936 [ 250 ] {9fedeb52-856c-40e3-a97d-546604566bf8} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5688 | 2024.11.14 04:50:34.535164 [ 250 ] {9fedeb52-856c-40e3-a97d-546604566bf8} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001921 sec., 29151.483602290475 rows/sec., 2.23 MiB/sec. | ||
| 5689 | 2024.11.14 04:50:34.535220 [ 250 ] {9fedeb52-856c-40e3-a97d-546604566bf8} <Debug> TCPHandler: Processed in 0.002288156 sec. | ||
| 5690 | 2024.11.14 04:50:34.535489 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5691 | 2024.11.14 04:50:34.535706 [ 252 ] {5da33131-6c72-454a-8566-cd3f31c4d6f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5692 | 2024.11.14 04:50:34.535787 [ 252 ] {5da33131-6c72-454a-8566-cd3f31c4d6f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5693 | 2024.11.14 04:50:34.536559 [ 252 ] {5da33131-6c72-454a-8566-cd3f31c4d6f5} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5694 | 2024.11.14 04:50:34.536610 [ 252 ] {5da33131-6c72-454a-8566-cd3f31c4d6f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5695 | 2024.11.14 04:50:34.537058 [ 252 ] {5da33131-6c72-454a-8566-cd3f31c4d6f5} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 5696 | 2024.11.14 04:50:34.537314 [ 252 ] {5da33131-6c72-454a-8566-cd3f31c4d6f5} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5697 | 2024.11.14 04:50:34.537529 [ 252 ] {5da33131-6c72-454a-8566-cd3f31c4d6f5} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001879 sec., 34060.67056945184 rows/sec., 2.66 MiB/sec. | ||
| 5698 | 2024.11.14 04:50:34.537601 [ 252 ] {5da33131-6c72-454a-8566-cd3f31c4d6f5} <Debug> TCPHandler: Processed in 0.002256696 sec. | ||
| 5699 | 2024.11.14 04:50:34.537821 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5700 | 2024.11.14 04:50:34.537991 [ 250 ] {727804fa-bd5c-475c-a622-86e9bff76fb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5701 | 2024.11.14 04:50:34.538054 [ 250 ] {727804fa-bd5c-475c-a622-86e9bff76fb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5702 | 2024.11.14 04:50:34.538699 [ 250 ] {727804fa-bd5c-475c-a622-86e9bff76fb1} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5703 | 2024.11.14 04:50:34.538745 [ 250 ] {727804fa-bd5c-475c-a622-86e9bff76fb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5704 | 2024.11.14 04:50:34.539156 [ 250 ] {727804fa-bd5c-475c-a622-86e9bff76fb1} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5705 | 2024.11.14 04:50:34.539393 [ 250 ] {727804fa-bd5c-475c-a622-86e9bff76fb1} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5706 | 2024.11.14 04:50:34.539608 [ 250 ] {727804fa-bd5c-475c-a622-86e9bff76fb1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001648 sec., 97087.3786407767 rows/sec., 6.76 MiB/sec. | ||
| 5707 | 2024.11.14 04:50:34.539661 [ 250 ] {727804fa-bd5c-475c-a622-86e9bff76fb1} <Debug> TCPHandler: Processed in 0.001963466 sec. | ||
| 5708 | 2024.11.14 04:50:34.539799 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5709 | 2024.11.14 04:50:34.539919 [ 252 ] {519db9c7-f281-4db0-98ae-c3e1fc50276a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5710 | 2024.11.14 04:50:34.539979 [ 252 ] {519db9c7-f281-4db0-98ae-c3e1fc50276a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5711 | 2024.11.14 04:50:34.540579 [ 252 ] {519db9c7-f281-4db0-98ae-c3e1fc50276a} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5712 | 2024.11.14 04:50:34.540624 [ 252 ] {519db9c7-f281-4db0-98ae-c3e1fc50276a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5713 | 2024.11.14 04:50:34.541055 [ 252 ] {519db9c7-f281-4db0-98ae-c3e1fc50276a} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5714 | 2024.11.14 04:50:34.541294 [ 252 ] {519db9c7-f281-4db0-98ae-c3e1fc50276a} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5715 | 2024.11.14 04:50:34.541530 [ 252 ] {519db9c7-f281-4db0-98ae-c3e1fc50276a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001628 sec., 36855.03685503685 rows/sec., 2.48 MiB/sec. | ||
| 5716 | 2024.11.14 04:50:34.541734 [ 252 ] {519db9c7-f281-4db0-98ae-c3e1fc50276a} <Debug> TCPHandler: Processed in 0.001988137 sec. | ||
| 5717 | 2024.11.14 04:50:36.296360 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57753, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5718 | 2024.11.14 04:50:36.552849 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44776, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5719 | 2024.11.14 04:50:36.624331 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45286, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5720 | 2024.11.14 04:50:36.633778 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50732, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5721 | 2024.11.14 04:50:36.762210 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48016, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5722 | 2024.11.14 04:50:36.775595 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39730, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5723 | 2024.11.14 04:50:36.799941 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55565, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5724 | 2024.11.14 04:50:36.817291 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57248, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5725 | 2024.11.14 04:50:38.291447 [ 120 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5726 | 2024.11.14 04:50:38.291507 [ 120 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5727 | 2024.11.14 04:50:38.509052 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 812 | ||
| 5728 | 2024.11.14 04:50:38.511701 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5729 | 2024.11.14 04:50:38.511750 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5730 | 2024.11.14 04:50:38.513121 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5731 | 2024.11.14 04:50:38.513426 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5732 | 2024.11.14 04:50:38.513637 [ 120 ] {} <Debug> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5733 | 2024.11.14 04:50:38.513761 [ 120 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5734 | 2024.11.14 04:50:38.513831 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5735 | 2024.11.14 04:50:38.514264 [ 193 ] {517a6315-c66d-488d-99aa-0fdeb396e457::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 | ||
| 5736 | 2024.11.14 04:50:38.514846 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 812 | ||
| 5737 | 2024.11.14 04:50:38.515328 [ 193 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5738 | 2024.11.14 04:50:38.515505 [ 193 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 678 rows starting from the beginning of the part | ||
| 5739 | 2024.11.14 04:50:38.516139 [ 193 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 30 rows starting from the beginning of the part | ||
| 5740 | 2024.11.14 04:50:38.516740 [ 193 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 20 rows starting from the beginning of the part | ||
| 5741 | 2024.11.14 04:50:38.517281 [ 193 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 34 rows starting from the beginning of the part | ||
| 5742 | 2024.11.14 04:50:38.517805 [ 193 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 30 rows starting from the beginning of the part | ||
| 5743 | 2024.11.14 04:50:38.518261 [ 193 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 20 rows starting from the beginning of the part | ||
| 5744 | 2024.11.14 04:50:38.526094 [ 191 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 812 rows, containing 72 columns (72 merged, 0 gathered) in 0.01207 sec., 67274.23363711682 rows/sec., 56.09 MiB/sec. | ||
| 5745 | 2024.11.14 04:50:38.527363 [ 192 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5746 | 2024.11.14 04:50:38.528181 [ 192 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_26_5} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5747 | 2024.11.14 04:50:38.528274 [ 192 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_26_5} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5748 | 2024.11.14 04:50:38.528572 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.24 MiB. | ||
| 5749 | 2024.11.14 04:50:39.538833 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5750 | 2024.11.14 04:50:39.539042 [ 250 ] {36833dee-26fe-4150-90f0-1cc1581f0fd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5751 | 2024.11.14 04:50:39.539118 [ 250 ] {36833dee-26fe-4150-90f0-1cc1581f0fd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5752 | 2024.11.14 04:50:39.539847 [ 250 ] {36833dee-26fe-4150-90f0-1cc1581f0fd3} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5753 | 2024.11.14 04:50:39.539902 [ 250 ] {36833dee-26fe-4150-90f0-1cc1581f0fd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5754 | 2024.11.14 04:50:39.540331 [ 250 ] {36833dee-26fe-4150-90f0-1cc1581f0fd3} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5755 | 2024.11.14 04:50:39.540596 [ 250 ] {36833dee-26fe-4150-90f0-1cc1581f0fd3} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5756 | 2024.11.14 04:50:39.540841 [ 250 ] {36833dee-26fe-4150-90f0-1cc1581f0fd3} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001851 sec., 7563.479200432199 rows/sec., 544.47 KiB/sec. | ||
| 5757 | 2024.11.14 04:50:39.540905 [ 250 ] {36833dee-26fe-4150-90f0-1cc1581f0fd3} <Debug> TCPHandler: Processed in 0.002205124 sec. | ||
| 5758 | 2024.11.14 04:50:39.541154 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5759 | 2024.11.14 04:50:39.541353 [ 252 ] {e6c3605c-e143-44d0-9501-d62faefd1308} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5760 | 2024.11.14 04:50:39.541432 [ 252 ] {e6c3605c-e143-44d0-9501-d62faefd1308} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5761 | 2024.11.14 04:50:39.542334 [ 252 ] {e6c3605c-e143-44d0-9501-d62faefd1308} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5762 | 2024.11.14 04:50:39.542386 [ 252 ] {e6c3605c-e143-44d0-9501-d62faefd1308} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5763 | 2024.11.14 04:50:39.542865 [ 252 ] {e6c3605c-e143-44d0-9501-d62faefd1308} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 5764 | 2024.11.14 04:50:39.543136 [ 252 ] {e6c3605c-e143-44d0-9501-d62faefd1308} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5765 | 2024.11.14 04:50:39.543374 [ 252 ] {e6c3605c-e143-44d0-9501-d62faefd1308} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.002074 sec., 137415.62198649952 rows/sec., 12.12 MiB/sec. | ||
| 5766 | 2024.11.14 04:50:39.543438 [ 252 ] {e6c3605c-e143-44d0-9501-d62faefd1308} <Debug> TCPHandler: Processed in 0.00242673 sec. | ||
| 5767 | 2024.11.14 04:50:39.543599 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5768 | 2024.11.14 04:50:39.543746 [ 250 ] {98af7963-49c0-4a16-b7f8-96bfd9f66781} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5769 | 2024.11.14 04:50:39.543808 [ 250 ] {98af7963-49c0-4a16-b7f8-96bfd9f66781} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5770 | 2024.11.14 04:50:39.544456 [ 250 ] {98af7963-49c0-4a16-b7f8-96bfd9f66781} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5771 | 2024.11.14 04:50:39.544497 [ 250 ] {98af7963-49c0-4a16-b7f8-96bfd9f66781} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5772 | 2024.11.14 04:50:39.544866 [ 250 ] {98af7963-49c0-4a16-b7f8-96bfd9f66781} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5773 | 2024.11.14 04:50:39.545104 [ 250 ] {98af7963-49c0-4a16-b7f8-96bfd9f66781} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5774 | 2024.11.14 04:50:39.545350 [ 250 ] {98af7963-49c0-4a16-b7f8-96bfd9f66781} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001627 sec., 29502.151198524894 rows/sec., 2.12 MiB/sec. | ||
| 5775 | 2024.11.14 04:50:39.545482 [ 250 ] {98af7963-49c0-4a16-b7f8-96bfd9f66781} <Debug> TCPHandler: Processed in 0.001944436 sec. | ||
| 5776 | 2024.11.14 04:50:39.545684 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5777 | 2024.11.14 04:50:39.545815 [ 252 ] {9419f37d-6079-4fa6-a500-9475a216bfdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5778 | 2024.11.14 04:50:39.545867 [ 252 ] {9419f37d-6079-4fa6-a500-9475a216bfdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5779 | 2024.11.14 04:50:39.546440 [ 252 ] {9419f37d-6079-4fa6-a500-9475a216bfdd} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5780 | 2024.11.14 04:50:39.546480 [ 252 ] {9419f37d-6079-4fa6-a500-9475a216bfdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5781 | 2024.11.14 04:50:39.546872 [ 252 ] {9419f37d-6079-4fa6-a500-9475a216bfdd} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5782 | 2024.11.14 04:50:39.547114 [ 252 ] {9419f37d-6079-4fa6-a500-9475a216bfdd} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5783 | 2024.11.14 04:50:39.547330 [ 252 ] {9419f37d-6079-4fa6-a500-9475a216bfdd} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001545 sec., 9061.48867313916 rows/sec., 634.61 KiB/sec. | ||
| 5784 | 2024.11.14 04:50:39.547385 [ 252 ] {9419f37d-6079-4fa6-a500-9475a216bfdd} <Debug> TCPHandler: Processed in 0.001798022 sec. | ||
| 5785 | 2024.11.14 04:50:39.547536 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5786 | 2024.11.14 04:50:39.547673 [ 250 ] {23b89a16-1a33-40d7-bb66-f24c485fffc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5787 | 2024.11.14 04:50:39.547729 [ 250 ] {23b89a16-1a33-40d7-bb66-f24c485fffc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5788 | 2024.11.14 04:50:39.548338 [ 250 ] {23b89a16-1a33-40d7-bb66-f24c485fffc3} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5789 | 2024.11.14 04:50:39.548378 [ 250 ] {23b89a16-1a33-40d7-bb66-f24c485fffc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5790 | 2024.11.14 04:50:39.548727 [ 250 ] {23b89a16-1a33-40d7-bb66-f24c485fffc3} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5791 | 2024.11.14 04:50:39.548965 [ 250 ] {23b89a16-1a33-40d7-bb66-f24c485fffc3} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5792 | 2024.11.14 04:50:39.549220 [ 250 ] {23b89a16-1a33-40d7-bb66-f24c485fffc3} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001575 sec., 8253.968253968254 rows/sec., 514.63 KiB/sec. | ||
| 5793 | 2024.11.14 04:50:39.549314 [ 250 ] {23b89a16-1a33-40d7-bb66-f24c485fffc3} <Debug> TCPHandler: Processed in 0.001839223 sec. | ||
| 5794 | 2024.11.14 04:50:39.549547 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5795 | 2024.11.14 04:50:39.549707 [ 252 ] {ca775914-d444-4e98-91fc-089f5185c211} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5796 | 2024.11.14 04:50:39.549764 [ 252 ] {ca775914-d444-4e98-91fc-089f5185c211} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5797 | 2024.11.14 04:50:39.550522 [ 252 ] {ca775914-d444-4e98-91fc-089f5185c211} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5798 | 2024.11.14 04:50:39.550562 [ 252 ] {ca775914-d444-4e98-91fc-089f5185c211} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5799 | 2024.11.14 04:50:39.550943 [ 252 ] {ca775914-d444-4e98-91fc-089f5185c211} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 5800 | 2024.11.14 04:50:39.551184 [ 252 ] {ca775914-d444-4e98-91fc-089f5185c211} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5801 | 2024.11.14 04:50:39.551399 [ 252 ] {ca775914-d444-4e98-91fc-089f5185c211} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001725 sec., 245217.39130434784 rows/sec., 17.53 MiB/sec. | ||
| 5802 | 2024.11.14 04:50:39.551452 [ 252 ] {ca775914-d444-4e98-91fc-089f5185c211} <Debug> TCPHandler: Processed in 0.002036119 sec. | ||
| 5803 | 2024.11.14 04:50:39.551594 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5804 | 2024.11.14 04:50:39.551712 [ 250 ] {6af2c5e8-df46-435a-a0e5-1917b12168d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5805 | 2024.11.14 04:50:39.551762 [ 250 ] {6af2c5e8-df46-435a-a0e5-1917b12168d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5806 | 2024.11.14 04:50:39.552233 [ 250 ] {6af2c5e8-df46-435a-a0e5-1917b12168d0} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5807 | 2024.11.14 04:50:39.552271 [ 250 ] {6af2c5e8-df46-435a-a0e5-1917b12168d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5808 | 2024.11.14 04:50:39.552630 [ 250 ] {6af2c5e8-df46-435a-a0e5-1917b12168d0} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5809 | 2024.11.14 04:50:39.552880 [ 250 ] {6af2c5e8-df46-435a-a0e5-1917b12168d0} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5810 | 2024.11.14 04:50:39.553091 [ 250 ] {6af2c5e8-df46-435a-a0e5-1917b12168d0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001403 sec., 4276.550249465431 rows/sec., 223.43 KiB/sec. | ||
| 5811 | 2024.11.14 04:50:39.553140 [ 250 ] {6af2c5e8-df46-435a-a0e5-1917b12168d0} <Debug> TCPHandler: Processed in 0.001605736 sec. | ||
| 5812 | 2024.11.14 04:50:39.553283 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5813 | 2024.11.14 04:50:39.553421 [ 252 ] {55329b41-9728-464a-9c66-60e8f4a4481c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5814 | 2024.11.14 04:50:39.553482 [ 252 ] {55329b41-9728-464a-9c66-60e8f4a4481c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5815 | 2024.11.14 04:50:39.554148 [ 252 ] {55329b41-9728-464a-9c66-60e8f4a4481c} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5816 | 2024.11.14 04:50:39.554187 [ 252 ] {55329b41-9728-464a-9c66-60e8f4a4481c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5817 | 2024.11.14 04:50:39.554573 [ 252 ] {55329b41-9728-464a-9c66-60e8f4a4481c} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5818 | 2024.11.14 04:50:39.554813 [ 252 ] {55329b41-9728-464a-9c66-60e8f4a4481c} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5819 | 2024.11.14 04:50:39.554976 [ 139 ] {} <Debug> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5820 | 2024.11.14 04:50:39.555042 [ 252 ] {55329b41-9728-464a-9c66-60e8f4a4481c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001647 sec., 143897.99635701274 rows/sec., 9.65 MiB/sec. | ||
| 5821 | 2024.11.14 04:50:39.555057 [ 139 ] {} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5822 | 2024.11.14 04:50:39.555133 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5823 | 2024.11.14 04:50:39.555175 [ 252 ] {55329b41-9728-464a-9c66-60e8f4a4481c} <Debug> TCPHandler: Processed in 0.001954887 sec. | ||
| 5824 | 2024.11.14 04:50:39.555384 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5825 | 2024.11.14 04:50:39.555493 [ 189 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::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 | ||
| 5826 | 2024.11.14 04:50:39.555579 [ 250 ] {1976616f-25e4-4b44-972a-00887dcd710d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5827 | 2024.11.14 04:50:39.555717 [ 250 ] {1976616f-25e4-4b44-972a-00887dcd710d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5828 | 2024.11.14 04:50:39.556051 [ 189 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5829 | 2024.11.14 04:50:39.556189 [ 189 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 9731 rows starting from the beginning of the part | ||
| 5830 | 2024.11.14 04:50:39.556553 [ 189 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 160 rows starting from the beginning of the part | ||
| 5831 | 2024.11.14 04:50:39.556773 [ 189 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 237 rows starting from the beginning of the part | ||
| 5832 | 2024.11.14 04:50:39.557089 [ 189 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 165 rows starting from the beginning of the part | ||
| 5833 | 2024.11.14 04:50:39.557430 [ 189 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 160 rows starting from the beginning of the part | ||
| 5834 | 2024.11.14 04:50:39.557721 [ 189 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 237 rows starting from the beginning of the part | ||
| 5835 | 2024.11.14 04:50:39.558259 [ 250 ] {1976616f-25e4-4b44-972a-00887dcd710d} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5836 | 2024.11.14 04:50:39.558336 [ 250 ] {1976616f-25e4-4b44-972a-00887dcd710d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5837 | 2024.11.14 04:50:39.559112 [ 250 ] {1976616f-25e4-4b44-972a-00887dcd710d} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5838 | 2024.11.14 04:50:39.559511 [ 250 ] {1976616f-25e4-4b44-972a-00887dcd710d} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5839 | 2024.11.14 04:50:39.560141 [ 250 ] {1976616f-25e4-4b44-972a-00887dcd710d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004576 sec., 218.53146853146853 rows/sec., 14.73 KiB/sec. | ||
| 5840 | 2024.11.14 04:50:39.560458 [ 250 ] {1976616f-25e4-4b44-972a-00887dcd710d} <Debug> TCPHandler: Processed in 0.005188761 sec. | ||
| 5841 | 2024.11.14 04:50:39.560722 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5842 | 2024.11.14 04:50:39.560993 [ 252 ] {756b8cbb-9b2b-4412-8369-38febd2c234d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5843 | 2024.11.14 04:50:39.561104 [ 252 ] {756b8cbb-9b2b-4412-8369-38febd2c234d} <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 | ||
| 5844 | 2024.11.14 04:50:39.562694 [ 252 ] {756b8cbb-9b2b-4412-8369-38febd2c234d} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5845 | 2024.11.14 04:50:39.562733 [ 252 ] {756b8cbb-9b2b-4412-8369-38febd2c234d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5846 | 2024.11.14 04:50:39.563446 [ 192 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10690 rows, containing 5 columns (5 merged, 0 gathered) in 0.008182687 sec., 1306416.8286041005 rows/sec., 88.47 MiB/sec. | ||
| 5847 | 2024.11.14 04:50:39.563803 [ 192 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5848 | 2024.11.14 04:50:39.563834 [ 252 ] {756b8cbb-9b2b-4412-8369-38febd2c234d} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5849 | 2024.11.14 04:50:39.564152 [ 252 ] {756b8cbb-9b2b-4412-8369-38febd2c234d} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5850 | 2024.11.14 04:50:39.564220 [ 192 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5851 | 2024.11.14 04:50:39.564403 [ 145 ] {} <Debug> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
| 5852 | 2024.11.14 04:50:39.564478 [ 192 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5853 | 2024.11.14 04:50:39.564509 [ 145 ] {} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5854 | 2024.11.14 04:50:39.564580 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5855 | 2024.11.14 04:50:39.564596 [ 252 ] {756b8cbb-9b2b-4412-8369-38febd2c234d} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.003675 sec., 11156.462585034014 rows/sec., 19.99 MiB/sec. | ||
| 5856 | 2024.11.14 04:50:39.565076 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.04 MiB. | ||
| 5857 | 2024.11.14 04:50:39.565249 [ 192 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::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 | ||
| 5858 | 2024.11.14 04:50:39.565624 [ 252 ] {756b8cbb-9b2b-4412-8369-38febd2c234d} <Debug> TCPHandler: Processed in 0.005041506 sec. | ||
| 5859 | 2024.11.14 04:50:39.565884 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5860 | 2024.11.14 04:50:39.566139 [ 192 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5861 | 2024.11.14 04:50:39.566156 [ 250 ] {93af9d97-2fbd-46cb-8702-66a89dad6dbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5862 | 2024.11.14 04:50:39.566291 [ 250 ] {93af9d97-2fbd-46cb-8702-66a89dad6dbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5863 | 2024.11.14 04:50:39.566359 [ 192 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 445 rows starting from the beginning of the part | ||
| 5864 | 2024.11.14 04:50:39.567432 [ 192 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 41 rows starting from the beginning of the part | ||
| 5865 | 2024.11.14 04:50:39.568243 [ 192 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 41 rows starting from the beginning of the part | ||
| 5866 | 2024.11.14 04:50:39.568303 [ 250 ] {93af9d97-2fbd-46cb-8702-66a89dad6dbb} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5867 | 2024.11.14 04:50:39.568419 [ 250 ] {93af9d97-2fbd-46cb-8702-66a89dad6dbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5868 | 2024.11.14 04:50:39.568845 [ 192 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 41 rows starting from the beginning of the part | ||
| 5869 | 2024.11.14 04:50:39.569431 [ 192 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 41 rows starting from the beginning of the part | ||
| 5870 | 2024.11.14 04:50:39.570005 [ 192 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 41 rows starting from the beginning of the part | ||
| 5871 | 2024.11.14 04:50:39.570069 [ 250 ] {93af9d97-2fbd-46cb-8702-66a89dad6dbb} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5872 | 2024.11.14 04:50:39.570736 [ 250 ] {93af9d97-2fbd-46cb-8702-66a89dad6dbb} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5873 | 2024.11.14 04:50:39.571141 [ 145 ] {} <Debug> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5874 | 2024.11.14 04:50:39.571237 [ 145 ] {} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5875 | 2024.11.14 04:50:39.571299 [ 250 ] {93af9d97-2fbd-46cb-8702-66a89dad6dbb} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00521 sec., 15738.963531669864 rows/sec., 1023.61 KiB/sec. | ||
| 5876 | 2024.11.14 04:50:39.571327 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5877 | 2024.11.14 04:50:39.571601 [ 250 ] {93af9d97-2fbd-46cb-8702-66a89dad6dbb} <Debug> TCPHandler: Processed in 0.005840189 sec. | ||
| 5878 | 2024.11.14 04:50:39.572177 [ 189 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::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 | ||
| 5879 | 2024.11.14 04:50:39.572863 [ 189 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5880 | 2024.11.14 04:50:39.572945 [ 189 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2110 rows starting from the beginning of the part | ||
| 5881 | 2024.11.14 04:50:39.573079 [ 189 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 60 rows starting from the beginning of the part | ||
| 5882 | 2024.11.14 04:50:39.573234 [ 189 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 82 rows starting from the beginning of the part | ||
| 5883 | 2024.11.14 04:50:39.573554 [ 189 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::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 | ||
| 5884 | 2024.11.14 04:50:39.573724 [ 189 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 60 rows starting from the beginning of the part | ||
| 5885 | 2024.11.14 04:50:39.574069 [ 189 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 82 rows starting from the beginning of the part | ||
| 5886 | 2024.11.14 04:50:39.577576 [ 189 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2454 rows, containing 4 columns (4 merged, 0 gathered) in 0.006058425 sec., 405055.76944502903 rows/sec., 26.42 MiB/sec. | ||
| 5887 | 2024.11.14 04:50:39.577935 [ 188 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5888 | 2024.11.14 04:50:39.578276 [ 188 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_46_9} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5889 | 2024.11.14 04:50:39.578761 [ 188 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_46_9} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5890 | 2024.11.14 04:50:39.578846 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. | ||
| 5891 | 2024.11.14 04:50:39.589412 [ 196 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 650 rows, containing 19 columns (19 merged, 0 gathered) in 0.024662024 sec., 26356.312036676307 rows/sec., 47.23 MiB/sec. | ||
| 5892 | 2024.11.14 04:50:39.590020 [ 196 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 5893 | 2024.11.14 04:50:39.590391 [ 196 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_20_4} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5894 | 2024.11.14 04:50:39.590466 [ 196 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_20_4} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
| 5895 | 2024.11.14 04:50:39.590566 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.52 MiB. | ||
| 5896 | 2024.11.14 04:50:39.679909 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:58624, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5897 | 2024.11.14 04:50:39.856004 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:65352, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5898 | 2024.11.14 04:50:40.000208 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 163.25 MiB, peak 170.71 MiB, free memory in arenas 0.00 B, will set to 164.92 MiB (RSS), difference: 1.67 MiB | ||
| 5899 | 2024.11.14 04:50:40.216172 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:48384, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5900 | 2024.11.14 04:50:40.327770 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:35878, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5901 | 2024.11.14 04:50:40.419854 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:35640, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5902 | 2024.11.14 04:50:40.434420 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:62237, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5903 | 2024.11.14 04:50:40.461300 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:37660, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5904 | 2024.11.14 04:50:40.463651 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:49119, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5905 | 2024.11.14 04:50:40.471983 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:56397, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5906 | 2024.11.14 04:50:40.617368 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:55941, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5907 | 2024.11.14 04:50:40.629846 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:34502, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5908 | 2024.11.14 04:50:40.642345 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:37050, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5909 | 2024.11.14 04:50:40.655680 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:46531, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5910 | 2024.11.14 04:50:40.697543 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:65146, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5911 | 2024.11.14 04:50:40.726858 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:42046, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5912 | 2024.11.14 04:50:40.780327 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:50731, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5913 | 2024.11.14 04:50:41.311818 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:40295, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5914 | 2024.11.14 04:50:41.738509 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:43307, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5915 | 2024.11.14 04:50:41.867194 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:41697, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5916 | 2024.11.14 04:50:41.975330 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:51958, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5917 | 2024.11.14 04:50:42.083925 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:47392, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5918 | 2024.11.14 04:50:42.179786 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:59612, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5919 | 2024.11.14 04:50:42.196156 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:35364, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5920 | 2024.11.14 04:50:42.203450 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:48357, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5921 | 2024.11.14 04:50:44.532404 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5922 | 2024.11.14 04:50:44.532726 [ 250 ] {33122b19-28aa-45aa-ae79-59b8cf785b93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5923 | 2024.11.14 04:50:44.532840 [ 250 ] {33122b19-28aa-45aa-ae79-59b8cf785b93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5924 | 2024.11.14 04:50:44.533778 [ 250 ] {33122b19-28aa-45aa-ae79-59b8cf785b93} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5925 | 2024.11.14 04:50:44.533819 [ 250 ] {33122b19-28aa-45aa-ae79-59b8cf785b93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5926 | 2024.11.14 04:50:44.534252 [ 250 ] {33122b19-28aa-45aa-ae79-59b8cf785b93} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 5927 | 2024.11.14 04:50:44.534521 [ 250 ] {33122b19-28aa-45aa-ae79-59b8cf785b93} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5928 | 2024.11.14 04:50:44.534727 [ 250 ] {33122b19-28aa-45aa-ae79-59b8cf785b93} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002084 sec., 26871.40115163148 rows/sec., 2.05 MiB/sec. | ||
| 5929 | 2024.11.14 04:50:44.534782 [ 250 ] {33122b19-28aa-45aa-ae79-59b8cf785b93} <Debug> TCPHandler: Processed in 0.002558575 sec. | ||
| 5930 | 2024.11.14 04:50:44.535053 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5931 | 2024.11.14 04:50:44.535267 [ 252 ] {50922385-58c7-4b1b-9adb-b2317aede762} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5932 | 2024.11.14 04:50:44.535340 [ 252 ] {50922385-58c7-4b1b-9adb-b2317aede762} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5933 | 2024.11.14 04:50:44.536097 [ 252 ] {50922385-58c7-4b1b-9adb-b2317aede762} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5934 | 2024.11.14 04:50:44.536146 [ 252 ] {50922385-58c7-4b1b-9adb-b2317aede762} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5935 | 2024.11.14 04:50:44.536586 [ 252 ] {50922385-58c7-4b1b-9adb-b2317aede762} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 5936 | 2024.11.14 04:50:44.536843 [ 252 ] {50922385-58c7-4b1b-9adb-b2317aede762} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5937 | 2024.11.14 04:50:44.537079 [ 252 ] {50922385-58c7-4b1b-9adb-b2317aede762} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001869 sec., 34242.91064740503 rows/sec., 2.67 MiB/sec. | ||
| 5938 | 2024.11.14 04:50:44.537135 [ 252 ] {50922385-58c7-4b1b-9adb-b2317aede762} <Debug> TCPHandler: Processed in 0.002221795 sec. | ||
| 5939 | 2024.11.14 04:50:44.537298 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5940 | 2024.11.14 04:50:44.537435 [ 250 ] {a2f3b1ff-369f-4758-a072-c747b7cab85e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5941 | 2024.11.14 04:50:44.537496 [ 250 ] {a2f3b1ff-369f-4758-a072-c747b7cab85e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5942 | 2024.11.14 04:50:44.538174 [ 250 ] {a2f3b1ff-369f-4758-a072-c747b7cab85e} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5943 | 2024.11.14 04:50:44.538219 [ 250 ] {a2f3b1ff-369f-4758-a072-c747b7cab85e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5944 | 2024.11.14 04:50:44.538614 [ 250 ] {a2f3b1ff-369f-4758-a072-c747b7cab85e} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 5945 | 2024.11.14 04:50:44.538860 [ 250 ] {a2f3b1ff-369f-4758-a072-c747b7cab85e} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5946 | 2024.11.14 04:50:44.539040 [ 250 ] {a2f3b1ff-369f-4758-a072-c747b7cab85e} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001636 sec., 78239.60880195598 rows/sec., 5.45 MiB/sec. | ||
| 5947 | 2024.11.14 04:50:44.539090 [ 250 ] {a2f3b1ff-369f-4758-a072-c747b7cab85e} <Debug> TCPHandler: Processed in 0.001862785 sec. | ||
| 5948 | 2024.11.14 04:50:44.539251 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5949 | 2024.11.14 04:50:44.539392 [ 252 ] {32af8162-7471-42b8-bb74-504238d9554d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5950 | 2024.11.14 04:50:44.539453 [ 252 ] {32af8162-7471-42b8-bb74-504238d9554d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5951 | 2024.11.14 04:50:44.540048 [ 252 ] {32af8162-7471-42b8-bb74-504238d9554d} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5952 | 2024.11.14 04:50:44.540094 [ 252 ] {32af8162-7471-42b8-bb74-504238d9554d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5953 | 2024.11.14 04:50:44.540501 [ 252 ] {32af8162-7471-42b8-bb74-504238d9554d} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 5954 | 2024.11.14 04:50:44.540744 [ 252 ] {32af8162-7471-42b8-bb74-504238d9554d} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5955 | 2024.11.14 04:50:44.540943 [ 252 ] {32af8162-7471-42b8-bb74-504238d9554d} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001586 sec., 30264.817150063052 rows/sec., 2.04 MiB/sec. | ||
| 5956 | 2024.11.14 04:50:44.540993 [ 252 ] {32af8162-7471-42b8-bb74-504238d9554d} <Debug> TCPHandler: Processed in 0.001808323 sec. | ||
| 5957 | 2024.11.14 04:50:48.515895 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 842 | ||
| 5958 | 2024.11.14 04:50:48.518736 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5959 | 2024.11.14 04:50:48.518792 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5960 | 2024.11.14 04:50:48.520228 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5961 | 2024.11.14 04:50:48.520542 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5962 | 2024.11.14 04:50:48.521069 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 842 | ||
| 5963 | 2024.11.14 04:50:49.532804 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5964 | 2024.11.14 04:50:49.533034 [ 250 ] {01f80ace-b56c-4878-b4ba-bc7e279c76f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5965 | 2024.11.14 04:50:49.533113 [ 250 ] {01f80ace-b56c-4878-b4ba-bc7e279c76f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5966 | 2024.11.14 04:50:49.533873 [ 250 ] {01f80ace-b56c-4878-b4ba-bc7e279c76f3} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5967 | 2024.11.14 04:50:49.533925 [ 250 ] {01f80ace-b56c-4878-b4ba-bc7e279c76f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5968 | 2024.11.14 04:50:49.534367 [ 250 ] {01f80ace-b56c-4878-b4ba-bc7e279c76f3} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 5969 | 2024.11.14 04:50:49.534628 [ 250 ] {01f80ace-b56c-4878-b4ba-bc7e279c76f3} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5970 | 2024.11.14 04:50:49.534837 [ 147 ] {} <Debug> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 5971 | 2024.11.14 04:50:49.534850 [ 250 ] {01f80ace-b56c-4878-b4ba-bc7e279c76f3} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001863 sec., 30059.044551798175 rows/sec., 2.29 MiB/sec. | ||
| 5972 | 2024.11.14 04:50:49.534939 [ 147 ] {} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5973 | 2024.11.14 04:50:49.535017 [ 250 ] {01f80ace-b56c-4878-b4ba-bc7e279c76f3} <Debug> TCPHandler: Processed in 0.002346578 sec. | ||
| 5974 | 2024.11.14 04:50:49.535023 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5975 | 2024.11.14 04:50:49.535233 [ 200 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::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 | ||
| 5976 | 2024.11.14 04:50:49.535272 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5977 | 2024.11.14 04:50:49.535435 [ 200 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5978 | 2024.11.14 04:50:49.535470 [ 252 ] {333a4bd1-d3d3-4b5a-96fe-482752424984} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5979 | 2024.11.14 04:50:49.535485 [ 200 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1434 rows starting from the beginning of the part | ||
| 5980 | 2024.11.14 04:50:49.535556 [ 252 ] {333a4bd1-d3d3-4b5a-96fe-482752424984} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5981 | 2024.11.14 04:50:49.535627 [ 200 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 61 rows starting from the beginning of the part | ||
| 5982 | 2024.11.14 04:50:49.535972 [ 200 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::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 | ||
| 5983 | 2024.11.14 04:50:49.536251 [ 200 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 285 rows starting from the beginning of the part | ||
| 5984 | 2024.11.14 04:50:49.536559 [ 200 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::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 | ||
| 5985 | 2024.11.14 04:50:49.536867 [ 200 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::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 | ||
| 5986 | 2024.11.14 04:50:49.537769 [ 252 ] {333a4bd1-d3d3-4b5a-96fe-482752424984} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5987 | 2024.11.14 04:50:49.537828 [ 252 ] {333a4bd1-d3d3-4b5a-96fe-482752424984} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5988 | 2024.11.14 04:50:49.540256 [ 200 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1948 rows, containing 5 columns (5 merged, 0 gathered) in 0.005102797 sec., 381751.4198585599 rows/sec., 33.25 MiB/sec. | ||
| 5989 | 2024.11.14 04:50:49.540629 [ 196 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 5990 | 2024.11.14 04:50:49.540665 [ 252 ] {333a4bd1-d3d3-4b5a-96fe-482752424984} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 5991 | 2024.11.14 04:50:49.540979 [ 252 ] {333a4bd1-d3d3-4b5a-96fe-482752424984} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5992 | 2024.11.14 04:50:49.541020 [ 196 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_51_10} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5993 | 2024.11.14 04:50:49.541160 [ 196 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_51_10} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 5994 | 2024.11.14 04:50:49.541230 [ 147 ] {} <Debug> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 5995 | 2024.11.14 04:50:49.541366 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. | ||
| 5996 | 2024.11.14 04:50:49.541368 [ 147 ] {} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5997 | 2024.11.14 04:50:49.541454 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 5998 | 2024.11.14 04:50:49.541461 [ 252 ] {333a4bd1-d3d3-4b5a-96fe-482752424984} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.006042 sec., 10592.519033432638 rows/sec., 846.61 KiB/sec. | ||
| 5999 | 2024.11.14 04:50:49.541725 [ 252 ] {333a4bd1-d3d3-4b5a-96fe-482752424984} <Debug> TCPHandler: Processed in 0.006578941 sec. | ||
| 6000 | 2024.11.14 04:50:49.541751 [ 186 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::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 | ||
| 6001 | 2024.11.14 04:50:49.541913 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6002 | 2024.11.14 04:50:49.541939 [ 186 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6003 | 2024.11.14 04:50:49.541974 [ 186 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 915 rows starting from the beginning of the part | ||
| 6004 | 2024.11.14 04:50:49.542103 [ 250 ] {b86e457b-cf2f-4786-89fc-522d4225e329} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6005 | 2024.11.14 04:50:49.542163 [ 186 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 74 rows starting from the beginning of the part | ||
| 6006 | 2024.11.14 04:50:49.542309 [ 250 ] {b86e457b-cf2f-4786-89fc-522d4225e329} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6007 | 2024.11.14 04:50:49.542503 [ 186 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::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 | ||
| 6008 | 2024.11.14 04:50:49.542928 [ 186 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 423 rows starting from the beginning of the part | ||
| 6009 | 2024.11.14 04:50:49.543331 [ 186 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::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 | ||
| 6010 | 2024.11.14 04:50:49.543755 [ 186 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::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 | ||
| 6011 | 2024.11.14 04:50:49.544950 [ 250 ] {b86e457b-cf2f-4786-89fc-522d4225e329} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6012 | 2024.11.14 04:50:49.544999 [ 250 ] {b86e457b-cf2f-4786-89fc-522d4225e329} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 6013 | 2024.11.14 04:50:49.545604 [ 250 ] {b86e457b-cf2f-4786-89fc-522d4225e329} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6014 | 2024.11.14 04:50:49.545938 [ 195 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1604 rows, containing 5 columns (5 merged, 0 gathered) in 0.004394038 sec., 365040.0838590836 rows/sec., 28.15 MiB/sec. | ||
| 6015 | 2024.11.14 04:50:49.545996 [ 250 ] {b86e457b-cf2f-4786-89fc-522d4225e329} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6016 | 2024.11.14 04:50:49.546232 [ 190 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6017 | 2024.11.14 04:50:49.546392 [ 250 ] {b86e457b-cf2f-4786-89fc-522d4225e329} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004351 sec., 36773.15559641462 rows/sec., 2.56 MiB/sec. | ||
| 6018 | 2024.11.14 04:50:49.546687 [ 250 ] {b86e457b-cf2f-4786-89fc-522d4225e329} <Debug> TCPHandler: Processed in 0.004846811 sec. | ||
| 6019 | 2024.11.14 04:50:49.547007 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6020 | 2024.11.14 04:50:49.547231 [ 190 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_51_10} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6021 | 2024.11.14 04:50:49.547321 [ 252 ] {472bc7b5-53fe-481c-bdc6-7fb5c0646ef1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6022 | 2024.11.14 04:50:49.547424 [ 190 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_51_10} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6023 | 2024.11.14 04:50:49.547435 [ 252 ] {472bc7b5-53fe-481c-bdc6-7fb5c0646ef1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6024 | 2024.11.14 04:50:49.547611 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. | ||
| 6025 | 2024.11.14 04:50:49.548130 [ 252 ] {472bc7b5-53fe-481c-bdc6-7fb5c0646ef1} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6026 | 2024.11.14 04:50:49.548176 [ 252 ] {472bc7b5-53fe-481c-bdc6-7fb5c0646ef1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 6027 | 2024.11.14 04:50:49.548578 [ 252 ] {472bc7b5-53fe-481c-bdc6-7fb5c0646ef1} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6028 | 2024.11.14 04:50:49.548833 [ 252 ] {472bc7b5-53fe-481c-bdc6-7fb5c0646ef1} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6029 | 2024.11.14 04:50:49.549055 [ 252 ] {472bc7b5-53fe-481c-bdc6-7fb5c0646ef1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00183 sec., 32786.88524590164 rows/sec., 2.21 MiB/sec. | ||
| 6030 | 2024.11.14 04:50:49.549111 [ 252 ] {472bc7b5-53fe-481c-bdc6-7fb5c0646ef1} <Debug> TCPHandler: Processed in 0.002289636 sec. | ||
| 6031 | 2024.11.14 04:50:51.585876 [ 146 ] {} <Debug> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78) (MergerMutator): Selected 5 parts from all_1_25_5 to all_29_29_0 | ||
| 6032 | 2024.11.14 04:50:51.585939 [ 146 ] {} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6033 | 2024.11.14 04:50:51.585961 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 6034 | 2024.11.14 04:50:51.586191 [ 195 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_29_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_25_5 to all_29_29_0 into Compact with storage Full | ||
| 6035 | 2024.11.14 04:50:51.586405 [ 195 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_29_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6036 | 2024.11.14 04:50:51.586449 [ 195 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 66 rows starting from the beginning of the part | ||
| 6037 | 2024.11.14 04:50:51.586537 [ 195 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 4 rows starting from the beginning of the part | ||
| 6038 | 2024.11.14 04:50:51.586774 [ 195 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::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 | ||
| 6039 | 2024.11.14 04:50:51.587030 [ 195 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 10 rows starting from the beginning of the part | ||
| 6040 | 2024.11.14 04:50:51.587252 [ 195 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 48 rows starting from the beginning of the part | ||
| 6041 | 2024.11.14 04:50:51.588394 [ 190 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_29_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 176 rows, containing 5 columns (5 merged, 0 gathered) in 0.002349538 sec., 74908.34368288574 rows/sec., 5.63 MiB/sec. | ||
| 6042 | 2024.11.14 04:50:51.588567 [ 190 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_29_6} <Trace> MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary) | ||
| 6043 | 2024.11.14 04:50:51.588887 [ 190 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_29_6} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6044 | 2024.11.14 04:50:51.588974 [ 190 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_29_6} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78) (MergerMutator): Merged 5 parts: [all_1_25_5, all_29_29_0] -> all_1_29_6 | ||
| 6045 | 2024.11.14 04:50:51.589070 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 6046 | 2024.11.14 04:50:53.291566 [ 144 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6047 | 2024.11.14 04:50:53.291619 [ 144 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6048 | 2024.11.14 04:50:54.539676 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6049 | 2024.11.14 04:50:54.539903 [ 250 ] {863acf63-3f7a-49be-9698-bd1c45e322bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6050 | 2024.11.14 04:50:54.539986 [ 250 ] {863acf63-3f7a-49be-9698-bd1c45e322bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6051 | 2024.11.14 04:50:54.540829 [ 250 ] {863acf63-3f7a-49be-9698-bd1c45e322bf} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6052 | 2024.11.14 04:50:54.540878 [ 250 ] {863acf63-3f7a-49be-9698-bd1c45e322bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 6053 | 2024.11.14 04:50:54.541311 [ 250 ] {863acf63-3f7a-49be-9698-bd1c45e322bf} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 6054 | 2024.11.14 04:50:54.541582 [ 250 ] {863acf63-3f7a-49be-9698-bd1c45e322bf} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6055 | 2024.11.14 04:50:54.541825 [ 250 ] {863acf63-3f7a-49be-9698-bd1c45e322bf} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001981 sec., 7067.137809187278 rows/sec., 508.74 KiB/sec. | ||
| 6056 | 2024.11.14 04:50:54.541882 [ 250 ] {863acf63-3f7a-49be-9698-bd1c45e322bf} <Debug> TCPHandler: Processed in 0.002344838 sec. | ||
| 6057 | 2024.11.14 04:50:54.542162 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6058 | 2024.11.14 04:50:54.542378 [ 252 ] {e722a5d5-d0b2-44b9-9b6b-4598b7243287} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6059 | 2024.11.14 04:50:54.542460 [ 252 ] {e722a5d5-d0b2-44b9-9b6b-4598b7243287} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6060 | 2024.11.14 04:50:54.543421 [ 252 ] {e722a5d5-d0b2-44b9-9b6b-4598b7243287} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6061 | 2024.11.14 04:50:54.543474 [ 252 ] {e722a5d5-d0b2-44b9-9b6b-4598b7243287} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 6062 | 2024.11.14 04:50:54.543928 [ 252 ] {e722a5d5-d0b2-44b9-9b6b-4598b7243287} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6063 | 2024.11.14 04:50:54.544182 [ 252 ] {e722a5d5-d0b2-44b9-9b6b-4598b7243287} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6064 | 2024.11.14 04:50:54.544415 [ 252 ] {e722a5d5-d0b2-44b9-9b6b-4598b7243287} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.002095 sec., 136038.1861575179 rows/sec., 12.00 MiB/sec. | ||
| 6065 | 2024.11.14 04:50:54.544478 [ 252 ] {e722a5d5-d0b2-44b9-9b6b-4598b7243287} <Debug> TCPHandler: Processed in 0.002461511 sec. | ||
| 6066 | 2024.11.14 04:50:54.544700 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6067 | 2024.11.14 04:50:54.544918 [ 250 ] {1297ad01-84d3-43b7-a821-1d58b354aa21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6068 | 2024.11.14 04:50:54.545047 [ 250 ] {1297ad01-84d3-43b7-a821-1d58b354aa21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6069 | 2024.11.14 04:50:54.545891 [ 250 ] {1297ad01-84d3-43b7-a821-1d58b354aa21} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6070 | 2024.11.14 04:50:54.545931 [ 250 ] {1297ad01-84d3-43b7-a821-1d58b354aa21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 6071 | 2024.11.14 04:50:54.546296 [ 250 ] {1297ad01-84d3-43b7-a821-1d58b354aa21} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6072 | 2024.11.14 04:50:54.546540 [ 250 ] {1297ad01-84d3-43b7-a821-1d58b354aa21} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6073 | 2024.11.14 04:50:54.546802 [ 250 ] {1297ad01-84d3-43b7-a821-1d58b354aa21} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001927 sec., 24909.185262065388 rows/sec., 1.79 MiB/sec. | ||
| 6074 | 2024.11.14 04:50:54.547002 [ 250 ] {1297ad01-84d3-43b7-a821-1d58b354aa21} <Debug> TCPHandler: Processed in 0.002409559 sec. | ||
| 6075 | 2024.11.14 04:50:54.547235 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6076 | 2024.11.14 04:50:54.547378 [ 252 ] {d6ef62ba-05e1-44f4-9e93-7c1acca4e1ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6077 | 2024.11.14 04:50:54.547438 [ 252 ] {d6ef62ba-05e1-44f4-9e93-7c1acca4e1ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6078 | 2024.11.14 04:50:54.548044 [ 252 ] {d6ef62ba-05e1-44f4-9e93-7c1acca4e1ea} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6079 | 2024.11.14 04:50:54.548084 [ 252 ] {d6ef62ba-05e1-44f4-9e93-7c1acca4e1ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 6080 | 2024.11.14 04:50:54.548437 [ 252 ] {d6ef62ba-05e1-44f4-9e93-7c1acca4e1ea} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 6081 | 2024.11.14 04:50:54.548676 [ 252 ] {d6ef62ba-05e1-44f4-9e93-7c1acca4e1ea} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6082 | 2024.11.14 04:50:54.548955 [ 252 ] {d6ef62ba-05e1-44f4-9e93-7c1acca4e1ea} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001597 sec., 8766.437069505324 rows/sec., 613.94 KiB/sec. | ||
| 6083 | 2024.11.14 04:50:54.549130 [ 252 ] {d6ef62ba-05e1-44f4-9e93-7c1acca4e1ea} <Debug> TCPHandler: Processed in 0.002011288 sec. | ||
| 6084 | 2024.11.14 04:50:54.549288 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6085 | 2024.11.14 04:50:54.549401 [ 250 ] {8ddc06e7-0af0-47c2-8b16-ae4f9dcda91e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6086 | 2024.11.14 04:50:54.549450 [ 250 ] {8ddc06e7-0af0-47c2-8b16-ae4f9dcda91e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6087 | 2024.11.14 04:50:54.550456 [ 250 ] {8ddc06e7-0af0-47c2-8b16-ae4f9dcda91e} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6088 | 2024.11.14 04:50:54.550534 [ 250 ] {8ddc06e7-0af0-47c2-8b16-ae4f9dcda91e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 6089 | 2024.11.14 04:50:54.550896 [ 250 ] {8ddc06e7-0af0-47c2-8b16-ae4f9dcda91e} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 6090 | 2024.11.14 04:50:54.551135 [ 250 ] {8ddc06e7-0af0-47c2-8b16-ae4f9dcda91e} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6091 | 2024.11.14 04:50:54.551399 [ 250 ] {8ddc06e7-0af0-47c2-8b16-ae4f9dcda91e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.002015 sec., 6451.612903225807 rows/sec., 402.26 KiB/sec. | ||
| 6092 | 2024.11.14 04:50:54.551667 [ 250 ] {8ddc06e7-0af0-47c2-8b16-ae4f9dcda91e} <Debug> TCPHandler: Processed in 0.0024265 sec. | ||
| 6093 | 2024.11.14 04:50:54.551882 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6094 | 2024.11.14 04:50:54.552018 [ 252 ] {df5b2e2a-2d8a-4ae4-9bff-100f4aeb60d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6095 | 2024.11.14 04:50:54.552074 [ 252 ] {df5b2e2a-2d8a-4ae4-9bff-100f4aeb60d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6096 | 2024.11.14 04:50:54.552887 [ 252 ] {df5b2e2a-2d8a-4ae4-9bff-100f4aeb60d2} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6097 | 2024.11.14 04:50:54.552927 [ 252 ] {df5b2e2a-2d8a-4ae4-9bff-100f4aeb60d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 6098 | 2024.11.14 04:50:54.553302 [ 252 ] {df5b2e2a-2d8a-4ae4-9bff-100f4aeb60d2} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6099 | 2024.11.14 04:50:54.553547 [ 252 ] {df5b2e2a-2d8a-4ae4-9bff-100f4aeb60d2} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6100 | 2024.11.14 04:50:54.553760 [ 252 ] {df5b2e2a-2d8a-4ae4-9bff-100f4aeb60d2} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001774 sec., 238444.19391206314 rows/sec., 17.05 MiB/sec. | ||
| 6101 | 2024.11.14 04:50:54.553812 [ 252 ] {df5b2e2a-2d8a-4ae4-9bff-100f4aeb60d2} <Debug> TCPHandler: Processed in 0.002035579 sec. | ||
| 6102 | 2024.11.14 04:50:54.553959 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6103 | 2024.11.14 04:50:54.554073 [ 250 ] {4c07a0db-7054-45b4-9a0d-d4620486b8fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6104 | 2024.11.14 04:50:54.554124 [ 250 ] {4c07a0db-7054-45b4-9a0d-d4620486b8fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6105 | 2024.11.14 04:50:54.554612 [ 250 ] {4c07a0db-7054-45b4-9a0d-d4620486b8fb} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6106 | 2024.11.14 04:50:54.554657 [ 250 ] {4c07a0db-7054-45b4-9a0d-d4620486b8fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 6107 | 2024.11.14 04:50:54.555034 [ 250 ] {4c07a0db-7054-45b4-9a0d-d4620486b8fb} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 6108 | 2024.11.14 04:50:54.555270 [ 250 ] {4c07a0db-7054-45b4-9a0d-d4620486b8fb} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6109 | 2024.11.14 04:50:54.555475 [ 250 ] {4c07a0db-7054-45b4-9a0d-d4620486b8fb} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001425 sec., 4210.526315789473 rows/sec., 219.98 KiB/sec. | ||
| 6110 | 2024.11.14 04:50:54.555524 [ 250 ] {4c07a0db-7054-45b4-9a0d-d4620486b8fb} <Debug> TCPHandler: Processed in 0.001623277 sec. | ||
| 6111 | 2024.11.14 04:50:54.555674 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6112 | 2024.11.14 04:50:54.555811 [ 252 ] {3488fc63-e72d-4e8b-b2a2-60cf6fedf1e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6113 | 2024.11.14 04:50:54.555873 [ 252 ] {3488fc63-e72d-4e8b-b2a2-60cf6fedf1e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6114 | 2024.11.14 04:50:54.556547 [ 252 ] {3488fc63-e72d-4e8b-b2a2-60cf6fedf1e2} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6115 | 2024.11.14 04:50:54.556585 [ 252 ] {3488fc63-e72d-4e8b-b2a2-60cf6fedf1e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 6116 | 2024.11.14 04:50:54.556960 [ 252 ] {3488fc63-e72d-4e8b-b2a2-60cf6fedf1e2} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6117 | 2024.11.14 04:50:54.557185 [ 252 ] {3488fc63-e72d-4e8b-b2a2-60cf6fedf1e2} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6118 | 2024.11.14 04:50:54.557399 [ 252 ] {3488fc63-e72d-4e8b-b2a2-60cf6fedf1e2} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001618 sec., 146477.13226205192 rows/sec., 9.82 MiB/sec. | ||
| 6119 | 2024.11.14 04:50:54.557453 [ 252 ] {3488fc63-e72d-4e8b-b2a2-60cf6fedf1e2} <Debug> TCPHandler: Processed in 0.001845783 sec. | ||
| 6120 | 2024.11.14 04:50:54.557599 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6121 | 2024.11.14 04:50:54.557715 [ 250 ] {90a5c172-e0c4-4146-943c-42ff16cfb86b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6122 | 2024.11.14 04:50:54.557767 [ 250 ] {90a5c172-e0c4-4146-943c-42ff16cfb86b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6123 | 2024.11.14 04:50:54.558229 [ 250 ] {90a5c172-e0c4-4146-943c-42ff16cfb86b} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6124 | 2024.11.14 04:50:54.558267 [ 250 ] {90a5c172-e0c4-4146-943c-42ff16cfb86b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 6125 | 2024.11.14 04:50:54.558622 [ 250 ] {90a5c172-e0c4-4146-943c-42ff16cfb86b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 6126 | 2024.11.14 04:50:54.558855 [ 250 ] {90a5c172-e0c4-4146-943c-42ff16cfb86b} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6127 | 2024.11.14 04:50:54.559060 [ 250 ] {90a5c172-e0c4-4146-943c-42ff16cfb86b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00137 sec., 729.9270072992701 rows/sec., 49.18 KiB/sec. | ||
| 6128 | 2024.11.14 04:50:54.559109 [ 250 ] {90a5c172-e0c4-4146-943c-42ff16cfb86b} <Debug> TCPHandler: Processed in 0.001565315 sec. | ||
| 6129 | 2024.11.14 04:50:54.559252 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6130 | 2024.11.14 04:50:54.559368 [ 252 ] {cdd364d2-ab4b-4fea-84be-c6bb08fab142} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6131 | 2024.11.14 04:50:54.559449 [ 252 ] {cdd364d2-ab4b-4fea-84be-c6bb08fab142} <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 | ||
| 6132 | 2024.11.14 04:50:54.560723 [ 252 ] {cdd364d2-ab4b-4fea-84be-c6bb08fab142} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6133 | 2024.11.14 04:50:54.560763 [ 252 ] {cdd364d2-ab4b-4fea-84be-c6bb08fab142} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 6134 | 2024.11.14 04:50:54.561384 [ 252 ] {cdd364d2-ab4b-4fea-84be-c6bb08fab142} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6135 | 2024.11.14 04:50:54.561628 [ 252 ] {cdd364d2-ab4b-4fea-84be-c6bb08fab142} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6136 | 2024.11.14 04:50:54.561874 [ 252 ] {cdd364d2-ab4b-4fea-84be-c6bb08fab142} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002529 sec., 16211.941478845394 rows/sec., 29.05 MiB/sec. | ||
| 6137 | 2024.11.14 04:50:54.562294 [ 252 ] {cdd364d2-ab4b-4fea-84be-c6bb08fab142} <Debug> TCPHandler: Processed in 0.0030992 sec. | ||
| 6138 | 2024.11.14 04:50:54.562445 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6139 | 2024.11.14 04:50:54.562561 [ 250 ] {84c44c77-f932-4591-8fca-5bd50c8226c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6140 | 2024.11.14 04:50:54.562609 [ 250 ] {84c44c77-f932-4591-8fca-5bd50c8226c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6141 | 2024.11.14 04:50:54.563132 [ 250 ] {84c44c77-f932-4591-8fca-5bd50c8226c6} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6142 | 2024.11.14 04:50:54.563171 [ 250 ] {84c44c77-f932-4591-8fca-5bd50c8226c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 6143 | 2024.11.14 04:50:54.563538 [ 250 ] {84c44c77-f932-4591-8fca-5bd50c8226c6} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6144 | 2024.11.14 04:50:54.563773 [ 250 ] {84c44c77-f932-4591-8fca-5bd50c8226c6} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6145 | 2024.11.14 04:50:54.564028 [ 250 ] {84c44c77-f932-4591-8fca-5bd50c8226c6} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001483 sec., 55293.32434254889 rows/sec., 3.51 MiB/sec. | ||
| 6146 | 2024.11.14 04:50:54.564090 [ 250 ] {84c44c77-f932-4591-8fca-5bd50c8226c6} <Debug> TCPHandler: Processed in 0.001696019 sec. | ||
| 6147 | 2024.11.14 04:50:58.522127 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 872 | ||
| 6148 | 2024.11.14 04:50:58.524961 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6149 | 2024.11.14 04:50:58.525009 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 6150 | 2024.11.14 04:50:58.526469 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 6151 | 2024.11.14 04:50:58.526777 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6152 | 2024.11.14 04:50:58.527951 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 872 | ||
| 6153 | 2024.11.14 04:50:59.531660 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6154 | 2024.11.14 04:50:59.531909 [ 250 ] {e1ec7ca1-1027-43d2-857f-b8c6394c48bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6155 | 2024.11.14 04:50:59.531992 [ 250 ] {e1ec7ca1-1027-43d2-857f-b8c6394c48bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6156 | 2024.11.14 04:50:59.532793 [ 250 ] {e1ec7ca1-1027-43d2-857f-b8c6394c48bb} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6157 | 2024.11.14 04:50:59.532847 [ 250 ] {e1ec7ca1-1027-43d2-857f-b8c6394c48bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 6158 | 2024.11.14 04:50:59.533284 [ 250 ] {e1ec7ca1-1027-43d2-857f-b8c6394c48bb} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 6159 | 2024.11.14 04:50:59.533558 [ 250 ] {e1ec7ca1-1027-43d2-857f-b8c6394c48bb} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6160 | 2024.11.14 04:50:59.533808 [ 250 ] {e1ec7ca1-1027-43d2-857f-b8c6394c48bb} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001958 sec., 2042.9009193054135 rows/sec., 166.58 KiB/sec. | ||
| 6161 | 2024.11.14 04:50:59.533878 [ 250 ] {e1ec7ca1-1027-43d2-857f-b8c6394c48bb} <Debug> TCPHandler: Processed in 0.002401 sec. | ||
| 6162 | 2024.11.14 04:50:59.534131 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6163 | 2024.11.14 04:50:59.534346 [ 252 ] {6e79f6d5-241e-48fd-82af-27ec8b5b3ec2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6164 | 2024.11.14 04:50:59.534425 [ 252 ] {6e79f6d5-241e-48fd-82af-27ec8b5b3ec2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6165 | 2024.11.14 04:50:59.535193 [ 252 ] {6e79f6d5-241e-48fd-82af-27ec8b5b3ec2} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6166 | 2024.11.14 04:50:59.535244 [ 252 ] {6e79f6d5-241e-48fd-82af-27ec8b5b3ec2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 6167 | 2024.11.14 04:50:59.535670 [ 252 ] {6e79f6d5-241e-48fd-82af-27ec8b5b3ec2} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6168 | 2024.11.14 04:50:59.535911 [ 252 ] {6e79f6d5-241e-48fd-82af-27ec8b5b3ec2} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6169 | 2024.11.14 04:50:59.536127 [ 252 ] {6e79f6d5-241e-48fd-82af-27ec8b5b3ec2} <Debug> executeQuery: Read 58 rows, 4.52 KiB in 0.001841 sec., 31504.617055947856 rows/sec., 2.40 MiB/sec. | ||
| 6170 | 2024.11.14 04:50:59.536182 [ 252 ] {6e79f6d5-241e-48fd-82af-27ec8b5b3ec2} <Debug> TCPHandler: Processed in 0.002195553 sec. | ||
| 6171 | 2024.11.14 04:50:59.536335 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6172 | 2024.11.14 04:50:59.536479 [ 250 ] {0c3b1a24-ca50-4fee-9f2f-129e828034cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6173 | 2024.11.14 04:50:59.536541 [ 250 ] {0c3b1a24-ca50-4fee-9f2f-129e828034cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6174 | 2024.11.14 04:50:59.537130 [ 250 ] {0c3b1a24-ca50-4fee-9f2f-129e828034cf} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6175 | 2024.11.14 04:50:59.537171 [ 250 ] {0c3b1a24-ca50-4fee-9f2f-129e828034cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 6176 | 2024.11.14 04:50:59.537530 [ 250 ] {0c3b1a24-ca50-4fee-9f2f-129e828034cf} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6177 | 2024.11.14 04:50:59.537769 [ 250 ] {0c3b1a24-ca50-4fee-9f2f-129e828034cf} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6178 | 2024.11.14 04:50:59.537996 [ 250 ] {0c3b1a24-ca50-4fee-9f2f-129e828034cf} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001551 sec., 2578.9813023855577 rows/sec., 180.08 KiB/sec. | ||
| 6179 | 2024.11.14 04:50:59.538050 [ 250 ] {0c3b1a24-ca50-4fee-9f2f-129e828034cf} <Debug> TCPHandler: Processed in 0.001782872 sec. | ||
| 6180 | 2024.11.14 04:50:59.538202 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6181 | 2024.11.14 04:50:59.538342 [ 252 ] {97d3c601-2276-45f9-81f2-5b6ca1550584} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6182 | 2024.11.14 04:50:59.538400 [ 252 ] {97d3c601-2276-45f9-81f2-5b6ca1550584} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6183 | 2024.11.14 04:50:59.539037 [ 252 ] {97d3c601-2276-45f9-81f2-5b6ca1550584} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6184 | 2024.11.14 04:50:59.539076 [ 252 ] {97d3c601-2276-45f9-81f2-5b6ca1550584} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 6185 | 2024.11.14 04:50:59.539438 [ 252 ] {97d3c601-2276-45f9-81f2-5b6ca1550584} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6186 | 2024.11.14 04:50:59.539670 [ 252 ] {97d3c601-2276-45f9-81f2-5b6ca1550584} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6187 | 2024.11.14 04:50:59.539911 [ 252 ] {97d3c601-2276-45f9-81f2-5b6ca1550584} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001594 sec., 42659.974905897114 rows/sec., 3.33 MiB/sec. | ||
| 6188 | 2024.11.14 04:50:59.540003 [ 252 ] {97d3c601-2276-45f9-81f2-5b6ca1550584} <Debug> TCPHandler: Processed in 0.001863694 sec. | ||
| 6189 | 2024.11.14 04:50:59.540204 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6190 | 2024.11.14 04:50:59.540368 [ 250 ] {f89fcca3-462f-4fa9-b24f-29ef8df2846d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6191 | 2024.11.14 04:50:59.540435 [ 250 ] {f89fcca3-462f-4fa9-b24f-29ef8df2846d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6192 | 2024.11.14 04:50:59.541021 [ 250 ] {f89fcca3-462f-4fa9-b24f-29ef8df2846d} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6193 | 2024.11.14 04:50:59.541059 [ 250 ] {f89fcca3-462f-4fa9-b24f-29ef8df2846d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 6194 | 2024.11.14 04:50:59.541445 [ 250 ] {f89fcca3-462f-4fa9-b24f-29ef8df2846d} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6195 | 2024.11.14 04:50:59.541684 [ 250 ] {f89fcca3-462f-4fa9-b24f-29ef8df2846d} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6196 | 2024.11.14 04:50:59.541940 [ 250 ] {f89fcca3-462f-4fa9-b24f-29ef8df2846d} <Debug> executeQuery: Read 130 rows, 9.27 KiB in 0.001596 sec., 81453.63408521304 rows/sec., 5.67 MiB/sec. | ||
| 6197 | 2024.11.14 04:50:59.541994 [ 250 ] {f89fcca3-462f-4fa9-b24f-29ef8df2846d} <Debug> TCPHandler: Processed in 0.001911956 sec. | ||
| 6198 | 2024.11.14 04:50:59.542264 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6199 | 2024.11.14 04:50:59.542416 [ 252 ] {7d042970-755b-41e4-9f48-833d21da29d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6200 | 2024.11.14 04:50:59.542476 [ 252 ] {7d042970-755b-41e4-9f48-833d21da29d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6201 | 2024.11.14 04:50:59.542995 [ 252 ] {7d042970-755b-41e4-9f48-833d21da29d9} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6202 | 2024.11.14 04:50:59.543033 [ 252 ] {7d042970-755b-41e4-9f48-833d21da29d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 6203 | 2024.11.14 04:50:59.543401 [ 252 ] {7d042970-755b-41e4-9f48-833d21da29d9} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6204 | 2024.11.14 04:50:59.543640 [ 252 ] {7d042970-755b-41e4-9f48-833d21da29d9} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6205 | 2024.11.14 04:50:59.543870 [ 252 ] {7d042970-755b-41e4-9f48-833d21da29d9} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001478 sec., 32476.319350473615 rows/sec., 2.19 MiB/sec. | ||
| 6206 | 2024.11.14 04:50:59.543962 [ 252 ] {7d042970-755b-41e4-9f48-833d21da29d9} <Debug> TCPHandler: Processed in 0.001836623 sec. | ||
| 6207 | 2024.11.14 04:51:04.532776 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6208 | 2024.11.14 04:51:04.533007 [ 250 ] {1c3e86b4-06f1-40ba-9cfb-8e501046569e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6209 | 2024.11.14 04:51:04.533089 [ 250 ] {1c3e86b4-06f1-40ba-9cfb-8e501046569e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6210 | 2024.11.14 04:51:04.534003 [ 250 ] {1c3e86b4-06f1-40ba-9cfb-8e501046569e} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6211 | 2024.11.14 04:51:04.534045 [ 250 ] {1c3e86b4-06f1-40ba-9cfb-8e501046569e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 6212 | 2024.11.14 04:51:04.534480 [ 250 ] {1c3e86b4-06f1-40ba-9cfb-8e501046569e} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6213 | 2024.11.14 04:51:04.534741 [ 250 ] {1c3e86b4-06f1-40ba-9cfb-8e501046569e} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6214 | 2024.11.14 04:51:04.534970 [ 250 ] {1c3e86b4-06f1-40ba-9cfb-8e501046569e} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002015 sec., 27791.563275434244 rows/sec., 2.12 MiB/sec. | ||
| 6215 | 2024.11.14 04:51:04.535037 [ 250 ] {1c3e86b4-06f1-40ba-9cfb-8e501046569e} <Debug> TCPHandler: Processed in 0.002393099 sec. | ||
| 6216 | 2024.11.14 04:51:04.535380 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6217 | 2024.11.14 04:51:04.535591 [ 252 ] {3d854015-6b81-4422-871f-f39f7fe46ebd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6218 | 2024.11.14 04:51:04.535672 [ 252 ] {3d854015-6b81-4422-871f-f39f7fe46ebd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6219 | 2024.11.14 04:51:04.536454 [ 252 ] {3d854015-6b81-4422-871f-f39f7fe46ebd} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6220 | 2024.11.14 04:51:04.536506 [ 252 ] {3d854015-6b81-4422-871f-f39f7fe46ebd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 6221 | 2024.11.14 04:51:04.536929 [ 252 ] {3d854015-6b81-4422-871f-f39f7fe46ebd} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6222 | 2024.11.14 04:51:04.537177 [ 252 ] {3d854015-6b81-4422-871f-f39f7fe46ebd} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6223 | 2024.11.14 04:51:04.537415 [ 252 ] {3d854015-6b81-4422-871f-f39f7fe46ebd} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001882 sec., 34006.376195536664 rows/sec., 2.65 MiB/sec. | ||
| 6224 | 2024.11.14 04:51:04.537479 [ 252 ] {3d854015-6b81-4422-871f-f39f7fe46ebd} <Debug> TCPHandler: Processed in 0.002280116 sec. | ||
| 6225 | 2024.11.14 04:51:04.537653 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6226 | 2024.11.14 04:51:04.537794 [ 250 ] {c0bfb237-5bbc-4437-a837-9b2f94d6509f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6227 | 2024.11.14 04:51:04.537857 [ 250 ] {c0bfb237-5bbc-4437-a837-9b2f94d6509f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6228 | 2024.11.14 04:51:04.538539 [ 250 ] {c0bfb237-5bbc-4437-a837-9b2f94d6509f} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6229 | 2024.11.14 04:51:04.538584 [ 250 ] {c0bfb237-5bbc-4437-a837-9b2f94d6509f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 6230 | 2024.11.14 04:51:04.539019 [ 250 ] {c0bfb237-5bbc-4437-a837-9b2f94d6509f} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6231 | 2024.11.14 04:51:04.539256 [ 250 ] {c0bfb237-5bbc-4437-a837-9b2f94d6509f} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6232 | 2024.11.14 04:51:04.539387 [ 134 ] {} <Debug> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6233 | 2024.11.14 04:51:04.539435 [ 134 ] {} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6234 | 2024.11.14 04:51:04.539440 [ 250 ] {c0bfb237-5bbc-4437-a837-9b2f94d6509f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001677 sec., 95408.46750149076 rows/sec., 6.65 MiB/sec. | ||
| 6235 | 2024.11.14 04:51:04.539462 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 6236 | 2024.11.14 04:51:04.539519 [ 250 ] {c0bfb237-5bbc-4437-a837-9b2f94d6509f} <Debug> TCPHandler: Processed in 0.001934926 sec. | ||
| 6237 | 2024.11.14 04:51:04.539607 [ 198 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::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 | ||
| 6238 | 2024.11.14 04:51:04.539693 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6239 | 2024.11.14 04:51:04.539765 [ 198 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6240 | 2024.11.14 04:51:04.539828 [ 198 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 10690 rows starting from the beginning of the part | ||
| 6241 | 2024.11.14 04:51:04.539936 [ 252 ] {cc292dea-9b1e-4795-b390-d4a12f7daa8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6242 | 2024.11.14 04:51:04.540063 [ 198 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 128 rows starting from the beginning of the part | ||
| 6243 | 2024.11.14 04:51:04.540113 [ 252 ] {cc292dea-9b1e-4795-b390-d4a12f7daa8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6244 | 2024.11.14 04:51:04.540484 [ 198 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::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 | ||
| 6245 | 2024.11.14 04:51:04.540857 [ 198 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 237 rows starting from the beginning of the part | ||
| 6246 | 2024.11.14 04:51:04.541181 [ 198 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 130 rows starting from the beginning of the part | ||
| 6247 | 2024.11.14 04:51:04.541508 [ 198 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::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 | ||
| 6248 | 2024.11.14 04:51:04.542458 [ 252 ] {cc292dea-9b1e-4795-b390-d4a12f7daa8c} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6249 | 2024.11.14 04:51:04.542525 [ 252 ] {cc292dea-9b1e-4795-b390-d4a12f7daa8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6250 | 2024.11.14 04:51:04.543040 [ 252 ] {cc292dea-9b1e-4795-b390-d4a12f7daa8c} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6251 | 2024.11.14 04:51:04.543522 [ 252 ] {cc292dea-9b1e-4795-b390-d4a12f7daa8c} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6252 | 2024.11.14 04:51:04.543841 [ 134 ] {} <Debug> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6253 | 2024.11.14 04:51:04.543961 [ 134 ] {} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6254 | 2024.11.14 04:51:04.544067 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6255 | 2024.11.14 04:51:04.544262 [ 252 ] {cc292dea-9b1e-4795-b390-d4a12f7daa8c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004373 sec., 13720.55796935742 rows/sec., 946.86 KiB/sec. | ||
| 6256 | 2024.11.14 04:51:04.544812 [ 252 ] {cc292dea-9b1e-4795-b390-d4a12f7daa8c} <Debug> TCPHandler: Processed in 0.00518955 sec. | ||
| 6257 | 2024.11.14 04:51:04.544872 [ 197 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::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 | ||
| 6258 | 2024.11.14 04:51:04.545408 [ 197 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6259 | 2024.11.14 04:51:04.545469 [ 197 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2454 rows starting from the beginning of the part | ||
| 6260 | 2024.11.14 04:51:04.545701 [ 197 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 48 rows starting from the beginning of the part | ||
| 6261 | 2024.11.14 04:51:04.545859 [ 197 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::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 | ||
| 6262 | 2024.11.14 04:51:04.546273 [ 197 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 82 rows starting from the beginning of the part | ||
| 6263 | 2024.11.14 04:51:04.546436 [ 197 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::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 | ||
| 6264 | 2024.11.14 04:51:04.546633 [ 197 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::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 | ||
| 6265 | 2024.11.14 04:51:04.547652 [ 194 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11505 rows, containing 5 columns (5 merged, 0 gathered) in 0.008116255 sec., 1417525.6938082897 rows/sec., 96.11 MiB/sec. | ||
| 6266 | 2024.11.14 04:51:04.547998 [ 194 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6267 | 2024.11.14 04:51:04.548627 [ 194 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6268 | 2024.11.14 04:51:04.548708 [ 194 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6269 | 2024.11.14 04:51:04.548852 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.23 MiB. | ||
| 6270 | 2024.11.14 04:51:04.549093 [ 191 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2752 rows, containing 4 columns (4 merged, 0 gathered) in 0.004824129 sec., 570465.6736998534 rows/sec., 37.28 MiB/sec. | ||
| 6271 | 2024.11.14 04:51:04.549457 [ 194 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6272 | 2024.11.14 04:51:04.549761 [ 194 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_51_10} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6273 | 2024.11.14 04:51:04.549842 [ 194 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_51_10} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6274 | 2024.11.14 04:51:04.549925 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. | ||
| 6275 | 2024.11.14 04:51:06.310167 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38093, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6276 | 2024.11.14 04:51:06.560572 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61691, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6277 | 2024.11.14 04:51:06.644052 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55395, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6278 | 2024.11.14 04:51:06.644144 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41426, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6279 | 2024.11.14 04:51:06.773687 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63246, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6280 | 2024.11.14 04:51:06.779057 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61313, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6281 | 2024.11.14 04:51:06.815325 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53749, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6282 | 2024.11.14 04:51:06.837669 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56286, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6283 | 2024.11.14 04:51:06.853663 [ 133 ] {} <Debug> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 6284 | 2024.11.14 04:51:06.853739 [ 133 ] {} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6285 | 2024.11.14 04:51:06.853780 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 6286 | 2024.11.14 04:51:06.854113 [ 203 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_17_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full | ||
| 6287 | 2024.11.14 04:51:06.854425 [ 203 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6288 | 2024.11.14 04:51:06.854493 [ 203 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 242 rows starting from the beginning of the part | ||
| 6289 | 2024.11.14 04:51:06.854655 [ 203 ] {932d2d65-5723-4816-ad96-f39624c15824::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 | ||
| 6290 | 2024.11.14 04:51:06.854871 [ 203 ] {932d2d65-5723-4816-ad96-f39624c15824::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 | ||
| 6291 | 2024.11.14 04:51:06.855124 [ 203 ] {932d2d65-5723-4816-ad96-f39624c15824::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 | ||
| 6292 | 2024.11.14 04:51:06.855283 [ 203 ] {932d2d65-5723-4816-ad96-f39624c15824::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 | ||
| 6293 | 2024.11.14 04:51:06.856560 [ 194 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.002660027 sec., 112028.93805213255 rows/sec., 8.03 MiB/sec. | ||
| 6294 | 2024.11.14 04:51:06.856738 [ 191 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 6295 | 2024.11.14 04:51:06.857017 [ 191 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_17_4} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6296 | 2024.11.14 04:51:06.857099 [ 191 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_17_4} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 6297 | 2024.11.14 04:51:06.857180 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 6298 | 2024.11.14 04:51:08.291865 [ 130 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6299 | 2024.11.14 04:51:08.291925 [ 130 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6300 | 2024.11.14 04:51:08.529029 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 892 | ||
| 6301 | 2024.11.14 04:51:08.531709 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6302 | 2024.11.14 04:51:08.531760 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 6303 | 2024.11.14 04:51:08.533207 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6304 | 2024.11.14 04:51:08.533519 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6305 | 2024.11.14 04:51:08.534917 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 892 | ||
| 6306 | 2024.11.14 04:51:09.540234 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6307 | 2024.11.14 04:51:09.540467 [ 250 ] {3259958c-ebef-495f-870c-398ccb29d27e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6308 | 2024.11.14 04:51:09.540553 [ 250 ] {3259958c-ebef-495f-870c-398ccb29d27e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6309 | 2024.11.14 04:51:09.541350 [ 250 ] {3259958c-ebef-495f-870c-398ccb29d27e} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6310 | 2024.11.14 04:51:09.541398 [ 250 ] {3259958c-ebef-495f-870c-398ccb29d27e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6311 | 2024.11.14 04:51:09.541833 [ 250 ] {3259958c-ebef-495f-870c-398ccb29d27e} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 6312 | 2024.11.14 04:51:09.542085 [ 250 ] {3259958c-ebef-495f-870c-398ccb29d27e} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6313 | 2024.11.14 04:51:09.542237 [ 130 ] {} <Debug> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 6314 | 2024.11.14 04:51:09.542281 [ 130 ] {} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6315 | 2024.11.14 04:51:09.542294 [ 250 ] {3259958c-ebef-495f-870c-398ccb29d27e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001886 sec., 7423.117709437964 rows/sec., 534.37 KiB/sec. | ||
| 6316 | 2024.11.14 04:51:09.542307 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6317 | 2024.11.14 04:51:09.542420 [ 250 ] {3259958c-ebef-495f-870c-398ccb29d27e} <Debug> TCPHandler: Processed in 0.002320938 sec. | ||
| 6318 | 2024.11.14 04:51:09.542651 [ 193 ] {adfe2738-319a-45e4-a148-b79a83474972::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 | ||
| 6319 | 2024.11.14 04:51:09.542795 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6320 | 2024.11.14 04:51:09.542851 [ 193 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6321 | 2024.11.14 04:51:09.542898 [ 193 ] {adfe2738-319a-45e4-a148-b79a83474972::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 | ||
| 6322 | 2024.11.14 04:51:09.543117 [ 193 ] {adfe2738-319a-45e4-a148-b79a83474972::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 | ||
| 6323 | 2024.11.14 04:51:09.543137 [ 252 ] {6c1a4bca-6215-45ab-b4b4-45e2e335f822} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6324 | 2024.11.14 04:51:09.543363 [ 252 ] {6c1a4bca-6215-45ab-b4b4-45e2e335f822} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6325 | 2024.11.14 04:51:09.543408 [ 193 ] {adfe2738-319a-45e4-a148-b79a83474972::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 | ||
| 6326 | 2024.11.14 04:51:09.543865 [ 193 ] {adfe2738-319a-45e4-a148-b79a83474972::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 | ||
| 6327 | 2024.11.14 04:51:09.544098 [ 193 ] {adfe2738-319a-45e4-a148-b79a83474972::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 | ||
| 6328 | 2024.11.14 04:51:09.546026 [ 252 ] {6c1a4bca-6215-45ab-b4b4-45e2e335f822} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6329 | 2024.11.14 04:51:09.546104 [ 252 ] {6c1a4bca-6215-45ab-b4b4-45e2e335f822} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6330 | 2024.11.14 04:51:09.546508 [ 193 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004076088 sec., 17173.328936961123 rows/sec., 1.27 MiB/sec. | ||
| 6331 | 2024.11.14 04:51:09.546694 [ 193 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 6332 | 2024.11.14 04:51:09.546993 [ 252 ] {6c1a4bca-6215-45ab-b4b4-45e2e335f822} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6333 | 2024.11.14 04:51:09.547175 [ 193 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_17_4} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6334 | 2024.11.14 04:51:09.547334 [ 193 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_17_4} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 6335 | 2024.11.14 04:51:09.547501 [ 252 ] {6c1a4bca-6215-45ab-b4b4-45e2e335f822} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6336 | 2024.11.14 04:51:09.547515 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6337 | 2024.11.14 04:51:09.547815 [ 252 ] {6c1a4bca-6215-45ab-b4b4-45e2e335f822} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.004836 sec., 58933.00248138958 rows/sec., 5.20 MiB/sec. | ||
| 6338 | 2024.11.14 04:51:09.547933 [ 252 ] {6c1a4bca-6215-45ab-b4b4-45e2e335f822} <Debug> TCPHandler: Processed in 0.005369155 sec. | ||
| 6339 | 2024.11.14 04:51:09.548254 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6340 | 2024.11.14 04:51:09.548474 [ 250 ] {7c6dac29-31e3-4e06-bd9a-3d2338eae2ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6341 | 2024.11.14 04:51:09.548562 [ 250 ] {7c6dac29-31e3-4e06-bd9a-3d2338eae2ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6342 | 2024.11.14 04:51:09.549355 [ 250 ] {7c6dac29-31e3-4e06-bd9a-3d2338eae2ef} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6343 | 2024.11.14 04:51:09.549393 [ 250 ] {7c6dac29-31e3-4e06-bd9a-3d2338eae2ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6344 | 2024.11.14 04:51:09.549754 [ 250 ] {7c6dac29-31e3-4e06-bd9a-3d2338eae2ef} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6345 | 2024.11.14 04:51:09.549992 [ 250 ] {7c6dac29-31e3-4e06-bd9a-3d2338eae2ef} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6346 | 2024.11.14 04:51:09.550168 [ 250 ] {7c6dac29-31e3-4e06-bd9a-3d2338eae2ef} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001752 sec., 27397.260273972603 rows/sec., 1.97 MiB/sec. | ||
| 6347 | 2024.11.14 04:51:09.550219 [ 250 ] {7c6dac29-31e3-4e06-bd9a-3d2338eae2ef} <Debug> TCPHandler: Processed in 0.002131172 sec. | ||
| 6348 | 2024.11.14 04:51:09.550391 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6349 | 2024.11.14 04:51:09.550529 [ 252 ] {4458314c-f0c4-4547-ab26-9d221940d320} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6350 | 2024.11.14 04:51:09.550587 [ 252 ] {4458314c-f0c4-4547-ab26-9d221940d320} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6351 | 2024.11.14 04:51:09.551221 [ 252 ] {4458314c-f0c4-4547-ab26-9d221940d320} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6352 | 2024.11.14 04:51:09.551259 [ 252 ] {4458314c-f0c4-4547-ab26-9d221940d320} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6353 | 2024.11.14 04:51:09.551620 [ 252 ] {4458314c-f0c4-4547-ab26-9d221940d320} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6354 | 2024.11.14 04:51:09.551857 [ 252 ] {4458314c-f0c4-4547-ab26-9d221940d320} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6355 | 2024.11.14 04:51:09.552061 [ 252 ] {4458314c-f0c4-4547-ab26-9d221940d320} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001563 sec., 8957.133717210492 rows/sec., 627.30 KiB/sec. | ||
| 6356 | 2024.11.14 04:51:09.552113 [ 252 ] {4458314c-f0c4-4547-ab26-9d221940d320} <Debug> TCPHandler: Processed in 0.001798401 sec. | ||
| 6357 | 2024.11.14 04:51:09.552261 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6358 | 2024.11.14 04:51:09.552407 [ 250 ] {2d6c19a0-e94f-4a3a-abc3-891ef88df292} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6359 | 2024.11.14 04:51:09.552464 [ 250 ] {2d6c19a0-e94f-4a3a-abc3-891ef88df292} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6360 | 2024.11.14 04:51:09.553114 [ 250 ] {2d6c19a0-e94f-4a3a-abc3-891ef88df292} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6361 | 2024.11.14 04:51:09.553153 [ 250 ] {2d6c19a0-e94f-4a3a-abc3-891ef88df292} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6362 | 2024.11.14 04:51:09.553517 [ 250 ] {2d6c19a0-e94f-4a3a-abc3-891ef88df292} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 6363 | 2024.11.14 04:51:09.553763 [ 250 ] {2d6c19a0-e94f-4a3a-abc3-891ef88df292} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6364 | 2024.11.14 04:51:09.553895 [ 130 ] {} <Debug> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 6365 | 2024.11.14 04:51:09.553934 [ 130 ] {} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6366 | 2024.11.14 04:51:09.553945 [ 250 ] {2d6c19a0-e94f-4a3a-abc3-891ef88df292} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001568 sec., 8290.816326530612 rows/sec., 516.93 KiB/sec. | ||
| 6367 | 2024.11.14 04:51:09.553958 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6368 | 2024.11.14 04:51:09.554069 [ 250 ] {2d6c19a0-e94f-4a3a-abc3-891ef88df292} <Debug> TCPHandler: Processed in 0.001865624 sec. | ||
| 6369 | 2024.11.14 04:51:09.554307 [ 188 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::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 | ||
| 6370 | 2024.11.14 04:51:09.554389 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6371 | 2024.11.14 04:51:09.554676 [ 188 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6372 | 2024.11.14 04:51:09.554689 [ 252 ] {9e42224f-60e9-46c6-8d08-212505187ba1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6373 | 2024.11.14 04:51:09.554740 [ 188 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::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 | ||
| 6374 | 2024.11.14 04:51:09.554775 [ 252 ] {9e42224f-60e9-46c6-8d08-212505187ba1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6375 | 2024.11.14 04:51:09.554987 [ 188 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::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 | ||
| 6376 | 2024.11.14 04:51:09.555361 [ 188 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::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 | ||
| 6377 | 2024.11.14 04:51:09.555758 [ 188 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::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 | ||
| 6378 | 2024.11.14 04:51:09.556051 [ 188 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::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 | ||
| 6379 | 2024.11.14 04:51:09.557250 [ 252 ] {9e42224f-60e9-46c6-8d08-212505187ba1} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6380 | 2024.11.14 04:51:09.557295 [ 252 ] {9e42224f-60e9-46c6-8d08-212505187ba1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6381 | 2024.11.14 04:51:09.557673 [ 193 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003607044 sec., 18020.29584335539 rows/sec., 1.17 MiB/sec. | ||
| 6382 | 2024.11.14 04:51:09.557878 [ 193 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 6383 | 2024.11.14 04:51:09.557960 [ 252 ] {9e42224f-60e9-46c6-8d08-212505187ba1} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6384 | 2024.11.14 04:51:09.558335 [ 193 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_17_4} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6385 | 2024.11.14 04:51:09.558379 [ 252 ] {9e42224f-60e9-46c6-8d08-212505187ba1} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6386 | 2024.11.14 04:51:09.558500 [ 193 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_17_4} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 6387 | 2024.11.14 04:51:09.558752 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. | ||
| 6388 | 2024.11.14 04:51:09.558784 [ 252 ] {9e42224f-60e9-46c6-8d08-212505187ba1} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.004148 sec., 101976.85631629701 rows/sec., 7.29 MiB/sec. | ||
| 6389 | 2024.11.14 04:51:09.558861 [ 252 ] {9e42224f-60e9-46c6-8d08-212505187ba1} <Debug> TCPHandler: Processed in 0.004686456 sec. | ||
| 6390 | 2024.11.14 04:51:09.559011 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6391 | 2024.11.14 04:51:09.559151 [ 250 ] {4e385cc1-a11e-4769-b6b3-46565562eea6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6392 | 2024.11.14 04:51:09.559209 [ 250 ] {4e385cc1-a11e-4769-b6b3-46565562eea6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6393 | 2024.11.14 04:51:09.559777 [ 250 ] {4e385cc1-a11e-4769-b6b3-46565562eea6} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6394 | 2024.11.14 04:51:09.559826 [ 250 ] {4e385cc1-a11e-4769-b6b3-46565562eea6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6395 | 2024.11.14 04:51:09.560208 [ 250 ] {4e385cc1-a11e-4769-b6b3-46565562eea6} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 6396 | 2024.11.14 04:51:09.560445 [ 250 ] {4e385cc1-a11e-4769-b6b3-46565562eea6} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6397 | 2024.11.14 04:51:09.560667 [ 250 ] {4e385cc1-a11e-4769-b6b3-46565562eea6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001545 sec., 3883.495145631068 rows/sec., 202.90 KiB/sec. | ||
| 6398 | 2024.11.14 04:51:09.560870 [ 250 ] {4e385cc1-a11e-4769-b6b3-46565562eea6} <Debug> TCPHandler: Processed in 0.001920876 sec. | ||
| 6399 | 2024.11.14 04:51:09.561035 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6400 | 2024.11.14 04:51:09.561174 [ 252 ] {eac576bc-ba48-4e43-a39b-c88836221b59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6401 | 2024.11.14 04:51:09.561235 [ 252 ] {eac576bc-ba48-4e43-a39b-c88836221b59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6402 | 2024.11.14 04:51:09.561930 [ 252 ] {eac576bc-ba48-4e43-a39b-c88836221b59} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6403 | 2024.11.14 04:51:09.561974 [ 252 ] {eac576bc-ba48-4e43-a39b-c88836221b59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6404 | 2024.11.14 04:51:09.562369 [ 252 ] {eac576bc-ba48-4e43-a39b-c88836221b59} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6405 | 2024.11.14 04:51:09.562607 [ 252 ] {eac576bc-ba48-4e43-a39b-c88836221b59} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6406 | 2024.11.14 04:51:09.562831 [ 252 ] {eac576bc-ba48-4e43-a39b-c88836221b59} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001688 sec., 140402.84360189573 rows/sec., 9.41 MiB/sec. | ||
| 6407 | 2024.11.14 04:51:09.562915 [ 252 ] {eac576bc-ba48-4e43-a39b-c88836221b59} <Debug> TCPHandler: Processed in 0.001946046 sec. | ||
| 6408 | 2024.11.14 04:51:09.563109 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6409 | 2024.11.14 04:51:09.563244 [ 250 ] {42558bee-dc04-4f30-a32a-a8d0666a7b8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6410 | 2024.11.14 04:51:09.563305 [ 250 ] {42558bee-dc04-4f30-a32a-a8d0666a7b8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6411 | 2024.11.14 04:51:09.563851 [ 250 ] {42558bee-dc04-4f30-a32a-a8d0666a7b8e} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6412 | 2024.11.14 04:51:09.563895 [ 250 ] {42558bee-dc04-4f30-a32a-a8d0666a7b8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6413 | 2024.11.14 04:51:09.564253 [ 250 ] {42558bee-dc04-4f30-a32a-a8d0666a7b8e} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 6414 | 2024.11.14 04:51:09.564487 [ 250 ] {42558bee-dc04-4f30-a32a-a8d0666a7b8e} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6415 | 2024.11.14 04:51:09.564664 [ 250 ] {42558bee-dc04-4f30-a32a-a8d0666a7b8e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001452 sec., 688.7052341597796 rows/sec., 46.41 KiB/sec. | ||
| 6416 | 2024.11.14 04:51:09.564711 [ 250 ] {42558bee-dc04-4f30-a32a-a8d0666a7b8e} <Debug> TCPHandler: Processed in 0.00170284 sec. | ||
| 6417 | 2024.11.14 04:51:09.564851 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6418 | 2024.11.14 04:51:09.564973 [ 252 ] {790a7023-710e-459e-b4f6-ed3d2df2e6ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6419 | 2024.11.14 04:51:09.565068 [ 252 ] {790a7023-710e-459e-b4f6-ed3d2df2e6ef} <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 | ||
| 6420 | 2024.11.14 04:51:09.566372 [ 252 ] {790a7023-710e-459e-b4f6-ed3d2df2e6ef} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6421 | 2024.11.14 04:51:09.566412 [ 252 ] {790a7023-710e-459e-b4f6-ed3d2df2e6ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6422 | 2024.11.14 04:51:09.567067 [ 252 ] {790a7023-710e-459e-b4f6-ed3d2df2e6ef} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6423 | 2024.11.14 04:51:09.567321 [ 252 ] {790a7023-710e-459e-b4f6-ed3d2df2e6ef} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6424 | 2024.11.14 04:51:09.567617 [ 252 ] {790a7023-710e-459e-b4f6-ed3d2df2e6ef} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002664 sec., 15390.39039039039 rows/sec., 27.58 MiB/sec. | ||
| 6425 | 2024.11.14 04:51:09.568005 [ 252 ] {790a7023-710e-459e-b4f6-ed3d2df2e6ef} <Debug> TCPHandler: Processed in 0.003212383 sec. | ||
| 6426 | 2024.11.14 04:51:09.568155 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6427 | 2024.11.14 04:51:09.568293 [ 250 ] {d01a30e8-574d-4a3b-8fb7-f3502f069db8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6428 | 2024.11.14 04:51:09.568350 [ 250 ] {d01a30e8-574d-4a3b-8fb7-f3502f069db8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6429 | 2024.11.14 04:51:09.568915 [ 250 ] {d01a30e8-574d-4a3b-8fb7-f3502f069db8} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6430 | 2024.11.14 04:51:09.568958 [ 250 ] {d01a30e8-574d-4a3b-8fb7-f3502f069db8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6431 | 2024.11.14 04:51:09.569325 [ 250 ] {d01a30e8-574d-4a3b-8fb7-f3502f069db8} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6432 | 2024.11.14 04:51:09.569565 [ 250 ] {d01a30e8-574d-4a3b-8fb7-f3502f069db8} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6433 | 2024.11.14 04:51:09.569774 [ 250 ] {d01a30e8-574d-4a3b-8fb7-f3502f069db8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00151 sec., 54304.6357615894 rows/sec., 3.45 MiB/sec. | ||
| 6434 | 2024.11.14 04:51:09.569934 [ 250 ] {d01a30e8-574d-4a3b-8fb7-f3502f069db8} <Debug> TCPHandler: Processed in 0.001839953 sec. | ||
| 6435 | 2024.11.14 04:51:09.685597 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:51751, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6436 | 2024.11.14 04:51:09.858085 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:39598, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6437 | 2024.11.14 04:51:10.236394 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:65226, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6438 | 2024.11.14 04:51:10.337811 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:63748, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6439 | 2024.11.14 04:51:10.432497 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:36672, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6440 | 2024.11.14 04:51:10.446958 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:51474, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6441 | 2024.11.14 04:51:10.476356 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:33774, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6442 | 2024.11.14 04:51:10.477581 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:48705, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6443 | 2024.11.14 04:51:10.484957 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:36554, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6444 | 2024.11.14 04:51:10.628783 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:48561, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6445 | 2024.11.14 04:51:10.639125 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:55444, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6446 | 2024.11.14 04:51:10.650413 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:62428, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6447 | 2024.11.14 04:51:10.656727 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:45512, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6448 | 2024.11.14 04:51:10.699381 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:53027, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6449 | 2024.11.14 04:51:10.736685 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:46492, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6450 | 2024.11.14 04:51:10.797419 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:47982, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6451 | 2024.11.14 04:51:11.331899 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:62115, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6452 | 2024.11.14 04:51:11.751276 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:50588, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6453 | 2024.11.14 04:51:11.886045 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:36533, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6454 | 2024.11.14 04:51:11.976681 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:42722, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6455 | 2024.11.14 04:51:12.101443 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:36114, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6456 | 2024.11.14 04:51:12.197315 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:41037, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6457 | 2024.11.14 04:51:12.200867 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:45837, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6458 | 2024.11.14 04:51:12.223338 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:49146, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6459 | 2024.11.14 04:51:14.532726 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6460 | 2024.11.14 04:51:14.533048 [ 250 ] {e8f1f752-c4fc-40ff-a25f-c7349054bb7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6461 | 2024.11.14 04:51:14.533165 [ 250 ] {e8f1f752-c4fc-40ff-a25f-c7349054bb7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6462 | 2024.11.14 04:51:14.533892 [ 250 ] {e8f1f752-c4fc-40ff-a25f-c7349054bb7f} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6463 | 2024.11.14 04:51:14.533943 [ 250 ] {e8f1f752-c4fc-40ff-a25f-c7349054bb7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6464 | 2024.11.14 04:51:14.534378 [ 250 ] {e8f1f752-c4fc-40ff-a25f-c7349054bb7f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 6465 | 2024.11.14 04:51:14.534634 [ 250 ] {e8f1f752-c4fc-40ff-a25f-c7349054bb7f} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6466 | 2024.11.14 04:51:14.535037 [ 250 ] {e8f1f752-c4fc-40ff-a25f-c7349054bb7f} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002036 sec., 1964.6365422396857 rows/sec., 160.20 KiB/sec. | ||
| 6467 | 2024.11.14 04:51:14.535386 [ 250 ] {e8f1f752-c4fc-40ff-a25f-c7349054bb7f} <Debug> TCPHandler: Processed in 0.002837892 sec. | ||
| 6468 | 2024.11.14 04:51:14.535714 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6469 | 2024.11.14 04:51:14.535921 [ 252 ] {5c1599fa-30a1-4950-813b-c4b88fa8b311} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6470 | 2024.11.14 04:51:14.535998 [ 252 ] {5c1599fa-30a1-4950-813b-c4b88fa8b311} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6471 | 2024.11.14 04:51:14.536742 [ 252 ] {5c1599fa-30a1-4950-813b-c4b88fa8b311} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6472 | 2024.11.14 04:51:14.536785 [ 252 ] {5c1599fa-30a1-4950-813b-c4b88fa8b311} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6473 | 2024.11.14 04:51:14.537207 [ 252 ] {5c1599fa-30a1-4950-813b-c4b88fa8b311} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6474 | 2024.11.14 04:51:14.537455 [ 252 ] {5c1599fa-30a1-4950-813b-c4b88fa8b311} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6475 | 2024.11.14 04:51:14.537634 [ 123 ] {} <Debug> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6476 | 2024.11.14 04:51:14.537711 [ 252 ] {5c1599fa-30a1-4950-813b-c4b88fa8b311} <Debug> executeQuery: Read 58 rows, 4.52 KiB in 0.001844 sec., 31453.362255965294 rows/sec., 2.40 MiB/sec. | ||
| 6477 | 2024.11.14 04:51:14.537733 [ 123 ] {} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6478 | 2024.11.14 04:51:14.537805 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6479 | 2024.11.14 04:51:14.537834 [ 252 ] {5c1599fa-30a1-4950-813b-c4b88fa8b311} <Debug> TCPHandler: Processed in 0.002301396 sec. | ||
| 6480 | 2024.11.14 04:51:14.538024 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6481 | 2024.11.14 04:51:14.538042 [ 189 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::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 | ||
| 6482 | 2024.11.14 04:51:14.538320 [ 250 ] {b1047329-27f9-4a46-85fe-9da507ab6eaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6483 | 2024.11.14 04:51:14.538424 [ 189 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6484 | 2024.11.14 04:51:14.538485 [ 250 ] {b1047329-27f9-4a46-85fe-9da507ab6eaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6485 | 2024.11.14 04:51:14.538528 [ 189 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1434 rows starting from the beginning of the part | ||
| 6486 | 2024.11.14 04:51:14.539080 [ 189 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 285 rows starting from the beginning of the part | ||
| 6487 | 2024.11.14 04:51:14.539447 [ 189 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 58 rows starting from the beginning of the part | ||
| 6488 | 2024.11.14 04:51:14.539838 [ 189 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 56 rows starting from the beginning of the part | ||
| 6489 | 2024.11.14 04:51:14.540203 [ 189 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 285 rows starting from the beginning of the part | ||
| 6490 | 2024.11.14 04:51:14.540551 [ 189 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 58 rows starting from the beginning of the part | ||
| 6491 | 2024.11.14 04:51:14.541613 [ 250 ] {b1047329-27f9-4a46-85fe-9da507ab6eaf} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6492 | 2024.11.14 04:51:14.541671 [ 250 ] {b1047329-27f9-4a46-85fe-9da507ab6eaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6493 | 2024.11.14 04:51:14.542685 [ 250 ] {b1047329-27f9-4a46-85fe-9da507ab6eaf} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6494 | 2024.11.14 04:51:14.543090 [ 250 ] {b1047329-27f9-4a46-85fe-9da507ab6eaf} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6495 | 2024.11.14 04:51:14.543691 [ 250 ] {b1047329-27f9-4a46-85fe-9da507ab6eaf} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.005434 sec., 736.1059992638941 rows/sec., 51.40 KiB/sec. | ||
| 6496 | 2024.11.14 04:51:14.544195 [ 250 ] {b1047329-27f9-4a46-85fe-9da507ab6eaf} <Debug> TCPHandler: Processed in 0.006257671 sec. | ||
| 6497 | 2024.11.14 04:51:14.544259 [ 189 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2176 rows, containing 5 columns (5 merged, 0 gathered) in 0.006350404 sec., 342655.36491851544 rows/sec., 30.13 MiB/sec. | ||
| 6498 | 2024.11.14 04:51:14.544473 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6499 | 2024.11.14 04:51:14.544598 [ 192 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6500 | 2024.11.14 04:51:14.544629 [ 252 ] {3b860ecc-fc2e-4a90-b117-5b48bbdf3257} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6501 | 2024.11.14 04:51:14.544697 [ 252 ] {3b860ecc-fc2e-4a90-b117-5b48bbdf3257} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6502 | 2024.11.14 04:51:14.544978 [ 192 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_56_11} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6503 | 2024.11.14 04:51:14.545118 [ 192 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_56_11} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6504 | 2024.11.14 04:51:14.545223 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 6505 | 2024.11.14 04:51:14.545503 [ 252 ] {3b860ecc-fc2e-4a90-b117-5b48bbdf3257} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6506 | 2024.11.14 04:51:14.545542 [ 252 ] {3b860ecc-fc2e-4a90-b117-5b48bbdf3257} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6507 | 2024.11.14 04:51:14.545912 [ 252 ] {3b860ecc-fc2e-4a90-b117-5b48bbdf3257} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6508 | 2024.11.14 04:51:14.546154 [ 252 ] {3b860ecc-fc2e-4a90-b117-5b48bbdf3257} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6509 | 2024.11.14 04:51:14.546319 [ 123 ] {} <Debug> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6510 | 2024.11.14 04:51:14.546379 [ 123 ] {} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6511 | 2024.11.14 04:51:14.546394 [ 252 ] {3b860ecc-fc2e-4a90-b117-5b48bbdf3257} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001794 sec., 37904.124860646596 rows/sec., 2.96 MiB/sec. | ||
| 6512 | 2024.11.14 04:51:14.546426 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6513 | 2024.11.14 04:51:14.546549 [ 252 ] {3b860ecc-fc2e-4a90-b117-5b48bbdf3257} <Debug> TCPHandler: Processed in 0.002231425 sec. | ||
| 6514 | 2024.11.14 04:51:14.546662 [ 199 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::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 | ||
| 6515 | 2024.11.14 04:51:14.546743 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6516 | 2024.11.14 04:51:14.546840 [ 199 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6517 | 2024.11.14 04:51:14.546914 [ 199 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 915 rows starting from the beginning of the part | ||
| 6518 | 2024.11.14 04:51:14.546987 [ 250 ] {e1bd66cb-022b-49a1-b9fb-e57c4b0c683d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6519 | 2024.11.14 04:51:14.547165 [ 199 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 423 rows starting from the beginning of the part | ||
| 6520 | 2024.11.14 04:51:14.547186 [ 250 ] {e1bd66cb-022b-49a1-b9fb-e57c4b0c683d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6521 | 2024.11.14 04:51:14.547553 [ 199 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 68 rows starting from the beginning of the part | ||
| 6522 | 2024.11.14 04:51:14.547872 [ 199 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 64 rows starting from the beginning of the part | ||
| 6523 | 2024.11.14 04:51:14.548303 [ 199 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 423 rows starting from the beginning of the part | ||
| 6524 | 2024.11.14 04:51:14.548729 [ 199 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 68 rows starting from the beginning of the part | ||
| 6525 | 2024.11.14 04:51:14.550086 [ 250 ] {e1bd66cb-022b-49a1-b9fb-e57c4b0c683d} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6526 | 2024.11.14 04:51:14.550164 [ 250 ] {e1bd66cb-022b-49a1-b9fb-e57c4b0c683d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6527 | 2024.11.14 04:51:14.551272 [ 250 ] {e1bd66cb-022b-49a1-b9fb-e57c4b0c683d} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6528 | 2024.11.14 04:51:14.551680 [ 250 ] {e1bd66cb-022b-49a1-b9fb-e57c4b0c683d} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6529 | 2024.11.14 04:51:14.552032 [ 199 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1961 rows, containing 5 columns (5 merged, 0 gathered) in 0.005470568 sec., 358463.69152161165 rows/sec., 27.45 MiB/sec. | ||
| 6530 | 2024.11.14 04:51:14.552491 [ 199 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6531 | 2024.11.14 04:51:14.552545 [ 250 ] {e1bd66cb-022b-49a1-b9fb-e57c4b0c683d} <Debug> executeQuery: Read 140 rows, 9.98 KiB in 0.005615 sec., 24933.21460373998 rows/sec., 1.74 MiB/sec. | ||
| 6532 | 2024.11.14 04:51:14.552893 [ 250 ] {e1bd66cb-022b-49a1-b9fb-e57c4b0c683d} <Debug> TCPHandler: Processed in 0.00623369 sec. | ||
| 6533 | 2024.11.14 04:51:14.553188 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6534 | 2024.11.14 04:51:14.553641 [ 186 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_56_11} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6535 | 2024.11.14 04:51:14.553734 [ 252 ] {5421ed99-fa76-4929-ad92-9211bf903ef9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6536 | 2024.11.14 04:51:14.553940 [ 252 ] {5421ed99-fa76-4929-ad92-9211bf903ef9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6537 | 2024.11.14 04:51:14.554171 [ 186 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_56_11} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6538 | 2024.11.14 04:51:14.554394 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 6539 | 2024.11.14 04:51:14.554834 [ 252 ] {5421ed99-fa76-4929-ad92-9211bf903ef9} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6540 | 2024.11.14 04:51:14.554877 [ 252 ] {5421ed99-fa76-4929-ad92-9211bf903ef9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6541 | 2024.11.14 04:51:14.555263 [ 252 ] {5421ed99-fa76-4929-ad92-9211bf903ef9} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6542 | 2024.11.14 04:51:14.555500 [ 252 ] {5421ed99-fa76-4929-ad92-9211bf903ef9} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6543 | 2024.11.14 04:51:14.555710 [ 252 ] {5421ed99-fa76-4929-ad92-9211bf903ef9} <Debug> executeQuery: Read 52 rows, 3.59 KiB in 0.002188 sec., 23765.99634369287 rows/sec., 1.60 MiB/sec. | ||
| 6544 | 2024.11.14 04:51:14.555760 [ 252 ] {5421ed99-fa76-4929-ad92-9211bf903ef9} <Debug> TCPHandler: Processed in 0.002735399 sec. | ||
| 6545 | 2024.11.14 04:51:18.535946 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 926 | ||
| 6546 | 2024.11.14 04:51:18.538863 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6547 | 2024.11.14 04:51:18.538912 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6548 | 2024.11.14 04:51:18.540320 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6549 | 2024.11.14 04:51:18.540620 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6550 | 2024.11.14 04:51:18.541732 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 926 | ||
| 6551 | 2024.11.14 04:51:19.532656 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6552 | 2024.11.14 04:51:19.532880 [ 250 ] {85faf3f9-0dc2-4acb-8ae0-29b11f1178fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6553 | 2024.11.14 04:51:19.532958 [ 250 ] {85faf3f9-0dc2-4acb-8ae0-29b11f1178fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6554 | 2024.11.14 04:51:19.533776 [ 250 ] {85faf3f9-0dc2-4acb-8ae0-29b11f1178fb} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6555 | 2024.11.14 04:51:19.533816 [ 250 ] {85faf3f9-0dc2-4acb-8ae0-29b11f1178fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6556 | 2024.11.14 04:51:19.534252 [ 250 ] {85faf3f9-0dc2-4acb-8ae0-29b11f1178fb} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 6557 | 2024.11.14 04:51:19.534504 [ 250 ] {85faf3f9-0dc2-4acb-8ae0-29b11f1178fb} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6558 | 2024.11.14 04:51:19.534697 [ 250 ] {85faf3f9-0dc2-4acb-8ae0-29b11f1178fb} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001876 sec., 29850.746268656716 rows/sec., 2.28 MiB/sec. | ||
| 6559 | 2024.11.14 04:51:19.534751 [ 250 ] {85faf3f9-0dc2-4acb-8ae0-29b11f1178fb} <Debug> TCPHandler: Processed in 0.002229155 sec. | ||
| 6560 | 2024.11.14 04:51:19.535020 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6561 | 2024.11.14 04:51:19.535226 [ 252 ] {77cca6a0-4c44-474c-a70d-6b3c11f4aed9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6562 | 2024.11.14 04:51:19.535302 [ 252 ] {77cca6a0-4c44-474c-a70d-6b3c11f4aed9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6563 | 2024.11.14 04:51:19.536063 [ 252 ] {77cca6a0-4c44-474c-a70d-6b3c11f4aed9} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6564 | 2024.11.14 04:51:19.536108 [ 252 ] {77cca6a0-4c44-474c-a70d-6b3c11f4aed9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6565 | 2024.11.14 04:51:19.536534 [ 252 ] {77cca6a0-4c44-474c-a70d-6b3c11f4aed9} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 6566 | 2024.11.14 04:51:19.536786 [ 252 ] {77cca6a0-4c44-474c-a70d-6b3c11f4aed9} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6567 | 2024.11.14 04:51:19.537018 [ 252 ] {77cca6a0-4c44-474c-a70d-6b3c11f4aed9} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00185 sec., 34594.59459459459 rows/sec., 2.70 MiB/sec. | ||
| 6568 | 2024.11.14 04:51:19.537082 [ 252 ] {77cca6a0-4c44-474c-a70d-6b3c11f4aed9} <Debug> TCPHandler: Processed in 0.002204774 sec. | ||
| 6569 | 2024.11.14 04:51:19.537248 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6570 | 2024.11.14 04:51:19.537386 [ 250 ] {537022ea-7c40-4315-aae0-e7456f1b3ddc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6571 | 2024.11.14 04:51:19.537448 [ 250 ] {537022ea-7c40-4315-aae0-e7456f1b3ddc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6572 | 2024.11.14 04:51:19.538097 [ 250 ] {537022ea-7c40-4315-aae0-e7456f1b3ddc} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6573 | 2024.11.14 04:51:19.538141 [ 250 ] {537022ea-7c40-4315-aae0-e7456f1b3ddc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6574 | 2024.11.14 04:51:19.538557 [ 250 ] {537022ea-7c40-4315-aae0-e7456f1b3ddc} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6575 | 2024.11.14 04:51:19.538789 [ 250 ] {537022ea-7c40-4315-aae0-e7456f1b3ddc} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6576 | 2024.11.14 04:51:19.538964 [ 250 ] {537022ea-7c40-4315-aae0-e7456f1b3ddc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00161 sec., 99378.88198757764 rows/sec., 6.92 MiB/sec. | ||
| 6577 | 2024.11.14 04:51:19.539012 [ 250 ] {537022ea-7c40-4315-aae0-e7456f1b3ddc} <Debug> TCPHandler: Processed in 0.001834913 sec. | ||
| 6578 | 2024.11.14 04:51:19.539162 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6579 | 2024.11.14 04:51:19.539297 [ 252 ] {ca6555f8-76c8-4bdf-9468-da89d11ceed2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6580 | 2024.11.14 04:51:19.539360 [ 252 ] {ca6555f8-76c8-4bdf-9468-da89d11ceed2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6581 | 2024.11.14 04:51:19.539970 [ 252 ] {ca6555f8-76c8-4bdf-9468-da89d11ceed2} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6582 | 2024.11.14 04:51:19.540018 [ 252 ] {ca6555f8-76c8-4bdf-9468-da89d11ceed2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6583 | 2024.11.14 04:51:19.540447 [ 252 ] {ca6555f8-76c8-4bdf-9468-da89d11ceed2} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6584 | 2024.11.14 04:51:19.540692 [ 252 ] {ca6555f8-76c8-4bdf-9468-da89d11ceed2} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6585 | 2024.11.14 04:51:19.540908 [ 252 ] {ca6555f8-76c8-4bdf-9468-da89d11ceed2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001647 sec., 36429.87249544627 rows/sec., 2.46 MiB/sec. | ||
| 6586 | 2024.11.14 04:51:19.540965 [ 252 ] {ca6555f8-76c8-4bdf-9468-da89d11ceed2} <Debug> TCPHandler: Processed in 0.001865865 sec. | ||
| 6587 | 2024.11.14 04:51:21.775620 [ 116 ] {} <Debug> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 6588 | 2024.11.14 04:51:21.775682 [ 116 ] {} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6589 | 2024.11.14 04:51:21.775707 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6590 | 2024.11.14 04:51:21.775868 [ 199 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::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 | ||
| 6591 | 2024.11.14 04:51:21.776027 [ 199 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6592 | 2024.11.14 04:51:21.776065 [ 199 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 78 rows starting from the beginning of the part | ||
| 6593 | 2024.11.14 04:51:21.776143 [ 199 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part | ||
| 6594 | 2024.11.14 04:51:21.776440 [ 199 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part | ||
| 6595 | 2024.11.14 04:51:21.776599 [ 199 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part | ||
| 6596 | 2024.11.14 04:51:21.776813 [ 199 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part | ||
| 6597 | 2024.11.14 04:51:21.777842 [ 196 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 102 rows, containing 4 columns (4 merged, 0 gathered) in 0.00205696 sec., 49587.74113254512 rows/sec., 2.53 MiB/sec. | ||
| 6598 | 2024.11.14 04:51:21.778001 [ 196 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 6599 | 2024.11.14 04:51:21.778317 [ 196 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_17_4} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6600 | 2024.11.14 04:51:21.778408 [ 196 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_17_4} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 6601 | 2024.11.14 04:51:21.778502 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6602 | 2024.11.14 04:51:22.523975 [ 116 ] {} <Debug> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 6603 | 2024.11.14 04:51:22.524047 [ 116 ] {} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6604 | 2024.11.14 04:51:22.524074 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6605 | 2024.11.14 04:51:22.524271 [ 196 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::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 | ||
| 6606 | 2024.11.14 04:51:22.524598 [ 196 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6607 | 2024.11.14 04:51:22.524636 [ 196 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::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 | ||
| 6608 | 2024.11.14 04:51:22.524711 [ 196 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part | ||
| 6609 | 2024.11.14 04:51:22.524791 [ 196 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part | ||
| 6610 | 2024.11.14 04:51:22.525027 [ 196 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part | ||
| 6611 | 2024.11.14 04:51:22.525196 [ 196 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part | ||
| 6612 | 2024.11.14 04:51:22.526117 [ 199 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17 rows, containing 4 columns (4 merged, 0 gathered) in 0.001969337 sec., 8632.346825352899 rows/sec., 581.67 KiB/sec. | ||
| 6613 | 2024.11.14 04:51:22.526310 [ 199 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 6614 | 2024.11.14 04:51:22.526652 [ 199 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_17_4} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6615 | 2024.11.14 04:51:22.526751 [ 199 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_17_4} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 6616 | 2024.11.14 04:51:22.526855 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. | ||
| 6617 | 2024.11.14 04:51:23.291975 [ 116 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6618 | 2024.11.14 04:51:23.292034 [ 116 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6619 | 2024.11.14 04:51:24.539483 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6620 | 2024.11.14 04:51:24.539804 [ 250 ] {7b7e1d20-4f8c-4514-bc08-4ac44ec47886} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6621 | 2024.11.14 04:51:24.539919 [ 250 ] {7b7e1d20-4f8c-4514-bc08-4ac44ec47886} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6622 | 2024.11.14 04:51:24.540857 [ 250 ] {7b7e1d20-4f8c-4514-bc08-4ac44ec47886} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6623 | 2024.11.14 04:51:24.540904 [ 250 ] {7b7e1d20-4f8c-4514-bc08-4ac44ec47886} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6624 | 2024.11.14 04:51:24.541334 [ 250 ] {7b7e1d20-4f8c-4514-bc08-4ac44ec47886} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6625 | 2024.11.14 04:51:24.541584 [ 250 ] {7b7e1d20-4f8c-4514-bc08-4ac44ec47886} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6626 | 2024.11.14 04:51:24.541837 [ 250 ] {7b7e1d20-4f8c-4514-bc08-4ac44ec47886} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002116 sec., 6616.257088846882 rows/sec., 476.28 KiB/sec. | ||
| 6627 | 2024.11.14 04:51:24.542012 [ 250 ] {7b7e1d20-4f8c-4514-bc08-4ac44ec47886} <Debug> TCPHandler: Processed in 0.002706789 sec. | ||
| 6628 | 2024.11.14 04:51:24.542299 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6629 | 2024.11.14 04:51:24.542501 [ 252 ] {3122548f-351e-48f6-b1a1-1e951ad020c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6630 | 2024.11.14 04:51:24.542575 [ 252 ] {3122548f-351e-48f6-b1a1-1e951ad020c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6631 | 2024.11.14 04:51:24.543469 [ 252 ] {3122548f-351e-48f6-b1a1-1e951ad020c6} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6632 | 2024.11.14 04:51:24.543514 [ 252 ] {3122548f-351e-48f6-b1a1-1e951ad020c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6633 | 2024.11.14 04:51:24.543945 [ 252 ] {3122548f-351e-48f6-b1a1-1e951ad020c6} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 6634 | 2024.11.14 04:51:24.544203 [ 252 ] {3122548f-351e-48f6-b1a1-1e951ad020c6} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6635 | 2024.11.14 04:51:24.544433 [ 252 ] {3122548f-351e-48f6-b1a1-1e951ad020c6} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.001984 sec., 143649.1935483871 rows/sec., 12.67 MiB/sec. | ||
| 6636 | 2024.11.14 04:51:24.544489 [ 252 ] {3122548f-351e-48f6-b1a1-1e951ad020c6} <Debug> TCPHandler: Processed in 0.002338288 sec. | ||
| 6637 | 2024.11.14 04:51:24.544652 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6638 | 2024.11.14 04:51:24.544788 [ 250 ] {6b3db901-c401-4066-8146-e1dafc08ece8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6639 | 2024.11.14 04:51:24.544845 [ 250 ] {6b3db901-c401-4066-8146-e1dafc08ece8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6640 | 2024.11.14 04:51:24.545519 [ 250 ] {6b3db901-c401-4066-8146-e1dafc08ece8} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6641 | 2024.11.14 04:51:24.545558 [ 250 ] {6b3db901-c401-4066-8146-e1dafc08ece8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6642 | 2024.11.14 04:51:24.545914 [ 250 ] {6b3db901-c401-4066-8146-e1dafc08ece8} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6643 | 2024.11.14 04:51:24.546150 [ 250 ] {6b3db901-c401-4066-8146-e1dafc08ece8} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6644 | 2024.11.14 04:51:24.546313 [ 115 ] {} <Debug> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78) (MergerMutator): Selected 6 parts from all_1_29_6 to all_34_34_0 | ||
| 6645 | 2024.11.14 04:51:24.546377 [ 250 ] {6b3db901-c401-4066-8146-e1dafc08ece8} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001619 sec., 29647.93082149475 rows/sec., 2.13 MiB/sec. | ||
| 6646 | 2024.11.14 04:51:24.546393 [ 115 ] {} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6647 | 2024.11.14 04:51:24.546467 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6648 | 2024.11.14 04:51:24.546498 [ 250 ] {6b3db901-c401-4066-8146-e1dafc08ece8} <Debug> TCPHandler: Processed in 0.001913455 sec. | ||
| 6649 | 2024.11.14 04:51:24.546704 [ 190 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_34_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_29_6 to all_34_34_0 into Compact with storage Full | ||
| 6650 | 2024.11.14 04:51:24.546723 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6651 | 2024.11.14 04:51:24.546938 [ 190 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_34_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6652 | 2024.11.14 04:51:24.546968 [ 252 ] {a224d031-c6f1-4b6f-a671-7bcffa9766a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6653 | 2024.11.14 04:51:24.546996 [ 190 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_6, total 66 rows starting from the beginning of the part | ||
| 6654 | 2024.11.14 04:51:24.547083 [ 252 ] {a224d031-c6f1-4b6f-a671-7bcffa9766a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6655 | 2024.11.14 04:51:24.547348 [ 190 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 48 rows starting from the beginning of the part | ||
| 6656 | 2024.11.14 04:51:24.547735 [ 190 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 4 rows starting from the beginning of the part | ||
| 6657 | 2024.11.14 04:51:24.548119 [ 190 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 48 rows starting from the beginning of the part | ||
| 6658 | 2024.11.14 04:51:24.548514 [ 190 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 4 rows starting from the beginning of the part | ||
| 6659 | 2024.11.14 04:51:24.548895 [ 190 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 48 rows starting from the beginning of the part | ||
| 6660 | 2024.11.14 04:51:24.549877 [ 252 ] {a224d031-c6f1-4b6f-a671-7bcffa9766a5} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6661 | 2024.11.14 04:51:24.549951 [ 252 ] {a224d031-c6f1-4b6f-a671-7bcffa9766a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6662 | 2024.11.14 04:51:24.550878 [ 252 ] {a224d031-c6f1-4b6f-a671-7bcffa9766a5} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6663 | 2024.11.14 04:51:24.551512 [ 252 ] {a224d031-c6f1-4b6f-a671-7bcffa9766a5} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6664 | 2024.11.14 04:51:24.551593 [ 195 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_34_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 218 rows, containing 5 columns (5 merged, 0 gathered) in 0.005009005 sec., 43521.61756676226 rows/sec., 3.28 MiB/sec. | ||
| 6665 | 2024.11.14 04:51:24.551914 [ 252 ] {a224d031-c6f1-4b6f-a671-7bcffa9766a5} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005003 sec., 2798.321007395563 rows/sec., 195.98 KiB/sec. | ||
| 6666 | 2024.11.14 04:51:24.552052 [ 252 ] {a224d031-c6f1-4b6f-a671-7bcffa9766a5} <Debug> TCPHandler: Processed in 0.005446058 sec. | ||
| 6667 | 2024.11.14 04:51:24.552087 [ 195 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_34_7} <Trace> MergedBlockOutputStream: filled checksums all_1_34_7 (state Temporary) | ||
| 6668 | 2024.11.14 04:51:24.552262 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6669 | 2024.11.14 04:51:24.552462 [ 250 ] {52b675d5-2598-4438-961c-4eea316f49aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6670 | 2024.11.14 04:51:24.552563 [ 250 ] {52b675d5-2598-4438-961c-4eea316f49aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6671 | 2024.11.14 04:51:24.552774 [ 195 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_34_7} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_merge_all_1_34_7 to all_1_34_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6672 | 2024.11.14 04:51:24.552977 [ 195 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_34_7} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78) (MergerMutator): Merged 6 parts: [all_1_29_6, all_34_34_0] -> all_1_34_7 | ||
| 6673 | 2024.11.14 04:51:24.553177 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 6674 | 2024.11.14 04:51:24.553597 [ 250 ] {52b675d5-2598-4438-961c-4eea316f49aa} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6675 | 2024.11.14 04:51:24.553642 [ 250 ] {52b675d5-2598-4438-961c-4eea316f49aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6676 | 2024.11.14 04:51:24.553993 [ 250 ] {52b675d5-2598-4438-961c-4eea316f49aa} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6677 | 2024.11.14 04:51:24.554230 [ 250 ] {52b675d5-2598-4438-961c-4eea316f49aa} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6678 | 2024.11.14 04:51:24.554491 [ 250 ] {52b675d5-2598-4438-961c-4eea316f49aa} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00209 sec., 6220.095693779905 rows/sec., 387.82 KiB/sec. | ||
| 6679 | 2024.11.14 04:51:24.554729 [ 250 ] {52b675d5-2598-4438-961c-4eea316f49aa} <Debug> TCPHandler: Processed in 0.002578474 sec. | ||
| 6680 | 2024.11.14 04:51:24.554909 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6681 | 2024.11.14 04:51:24.555049 [ 252 ] {ffe8e5d7-63ef-4c76-8375-740cedc02ee5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6682 | 2024.11.14 04:51:24.555107 [ 252 ] {ffe8e5d7-63ef-4c76-8375-740cedc02ee5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6683 | 2024.11.14 04:51:24.555900 [ 252 ] {ffe8e5d7-63ef-4c76-8375-740cedc02ee5} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6684 | 2024.11.14 04:51:24.555938 [ 252 ] {ffe8e5d7-63ef-4c76-8375-740cedc02ee5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6685 | 2024.11.14 04:51:24.556320 [ 252 ] {ffe8e5d7-63ef-4c76-8375-740cedc02ee5} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 6686 | 2024.11.14 04:51:24.556555 [ 252 ] {ffe8e5d7-63ef-4c76-8375-740cedc02ee5} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6687 | 2024.11.14 04:51:24.556814 [ 252 ] {ffe8e5d7-63ef-4c76-8375-740cedc02ee5} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001791 sec., 236180.90452261307 rows/sec., 16.88 MiB/sec. | ||
| 6688 | 2024.11.14 04:51:24.557000 [ 252 ] {ffe8e5d7-63ef-4c76-8375-740cedc02ee5} <Debug> TCPHandler: Processed in 0.002165953 sec. | ||
| 6689 | 2024.11.14 04:51:24.557241 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6690 | 2024.11.14 04:51:24.557406 [ 250 ] {7d967d0e-29ed-482f-9d3d-37c6b5688374} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6691 | 2024.11.14 04:51:24.557467 [ 250 ] {7d967d0e-29ed-482f-9d3d-37c6b5688374} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6692 | 2024.11.14 04:51:24.558037 [ 250 ] {7d967d0e-29ed-482f-9d3d-37c6b5688374} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6693 | 2024.11.14 04:51:24.558085 [ 250 ] {7d967d0e-29ed-482f-9d3d-37c6b5688374} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6694 | 2024.11.14 04:51:24.558513 [ 250 ] {7d967d0e-29ed-482f-9d3d-37c6b5688374} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6695 | 2024.11.14 04:51:24.558760 [ 250 ] {7d967d0e-29ed-482f-9d3d-37c6b5688374} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6696 | 2024.11.14 04:51:24.558970 [ 250 ] {7d967d0e-29ed-482f-9d3d-37c6b5688374} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001596 sec., 3759.3984962406016 rows/sec., 196.41 KiB/sec. | ||
| 6697 | 2024.11.14 04:51:24.559020 [ 250 ] {7d967d0e-29ed-482f-9d3d-37c6b5688374} <Debug> TCPHandler: Processed in 0.001921016 sec. | ||
| 6698 | 2024.11.14 04:51:24.559162 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6699 | 2024.11.14 04:51:24.559279 [ 252 ] {6841eb5f-3eb0-462e-92e2-7e1573a9a2b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6700 | 2024.11.14 04:51:24.559333 [ 252 ] {6841eb5f-3eb0-462e-92e2-7e1573a9a2b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6701 | 2024.11.14 04:51:24.560009 [ 252 ] {6841eb5f-3eb0-462e-92e2-7e1573a9a2b5} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6702 | 2024.11.14 04:51:24.560056 [ 252 ] {6841eb5f-3eb0-462e-92e2-7e1573a9a2b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6703 | 2024.11.14 04:51:24.560502 [ 252 ] {6841eb5f-3eb0-462e-92e2-7e1573a9a2b5} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6704 | 2024.11.14 04:51:24.560729 [ 252 ] {6841eb5f-3eb0-462e-92e2-7e1573a9a2b5} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6705 | 2024.11.14 04:51:24.560952 [ 252 ] {6841eb5f-3eb0-462e-92e2-7e1573a9a2b5} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001696 sec., 139740.56603773584 rows/sec., 9.37 MiB/sec. | ||
| 6706 | 2024.11.14 04:51:24.561004 [ 252 ] {6841eb5f-3eb0-462e-92e2-7e1573a9a2b5} <Debug> TCPHandler: Processed in 0.001902285 sec. | ||
| 6707 | 2024.11.14 04:51:24.561133 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6708 | 2024.11.14 04:51:24.561249 [ 250 ] {e72d209b-681e-405a-88cb-341fa12a9bd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6709 | 2024.11.14 04:51:24.561301 [ 250 ] {e72d209b-681e-405a-88cb-341fa12a9bd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6710 | 2024.11.14 04:51:24.561772 [ 250 ] {e72d209b-681e-405a-88cb-341fa12a9bd6} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6711 | 2024.11.14 04:51:24.561811 [ 250 ] {e72d209b-681e-405a-88cb-341fa12a9bd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6712 | 2024.11.14 04:51:24.562170 [ 250 ] {e72d209b-681e-405a-88cb-341fa12a9bd6} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6713 | 2024.11.14 04:51:24.562412 [ 250 ] {e72d209b-681e-405a-88cb-341fa12a9bd6} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6714 | 2024.11.14 04:51:24.562671 [ 250 ] {e72d209b-681e-405a-88cb-341fa12a9bd6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001444 sec., 692.5207756232687 rows/sec., 46.66 KiB/sec. | ||
| 6715 | 2024.11.14 04:51:24.562897 [ 250 ] {e72d209b-681e-405a-88cb-341fa12a9bd6} <Debug> TCPHandler: Processed in 0.001812793 sec. | ||
| 6716 | 2024.11.14 04:51:24.563067 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6717 | 2024.11.14 04:51:24.563182 [ 252 ] {cbb9a75b-688c-4b09-9512-3e8f9aa78c0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6718 | 2024.11.14 04:51:24.563262 [ 252 ] {cbb9a75b-688c-4b09-9512-3e8f9aa78c0b} <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 | ||
| 6719 | 2024.11.14 04:51:24.564450 [ 252 ] {cbb9a75b-688c-4b09-9512-3e8f9aa78c0b} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6720 | 2024.11.14 04:51:24.564488 [ 252 ] {cbb9a75b-688c-4b09-9512-3e8f9aa78c0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6721 | 2024.11.14 04:51:24.565123 [ 252 ] {cbb9a75b-688c-4b09-9512-3e8f9aa78c0b} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6722 | 2024.11.14 04:51:24.565368 [ 252 ] {cbb9a75b-688c-4b09-9512-3e8f9aa78c0b} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6723 | 2024.11.14 04:51:24.565690 [ 252 ] {cbb9a75b-688c-4b09-9512-3e8f9aa78c0b} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002529 sec., 16211.941478845394 rows/sec., 29.05 MiB/sec. | ||
| 6724 | 2024.11.14 04:51:24.566278 [ 252 ] {cbb9a75b-688c-4b09-9512-3e8f9aa78c0b} <Debug> TCPHandler: Processed in 0.003265725 sec. | ||
| 6725 | 2024.11.14 04:51:24.566443 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6726 | 2024.11.14 04:51:24.566611 [ 250 ] {d4a16f3b-a46a-4dad-b811-1b615e0084b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6727 | 2024.11.14 04:51:24.566670 [ 250 ] {d4a16f3b-a46a-4dad-b811-1b615e0084b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6728 | 2024.11.14 04:51:24.567249 [ 250 ] {d4a16f3b-a46a-4dad-b811-1b615e0084b2} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6729 | 2024.11.14 04:51:24.567295 [ 250 ] {d4a16f3b-a46a-4dad-b811-1b615e0084b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6730 | 2024.11.14 04:51:24.567679 [ 250 ] {d4a16f3b-a46a-4dad-b811-1b615e0084b2} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6731 | 2024.11.14 04:51:24.567914 [ 250 ] {d4a16f3b-a46a-4dad-b811-1b615e0084b2} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6732 | 2024.11.14 04:51:24.568168 [ 250 ] {d4a16f3b-a46a-4dad-b811-1b615e0084b2} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001575 sec., 52063.49206349206 rows/sec., 3.31 MiB/sec. | ||
| 6733 | 2024.11.14 04:51:24.568240 [ 250 ] {d4a16f3b-a46a-4dad-b811-1b615e0084b2} <Debug> TCPHandler: Processed in 0.001860203 sec. | ||
| 6734 | 2024.11.14 04:51:28.542806 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 956 | ||
| 6735 | 2024.11.14 04:51:28.545662 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6736 | 2024.11.14 04:51:28.545711 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6737 | 2024.11.14 04:51:28.547118 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6738 | 2024.11.14 04:51:28.547425 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6739 | 2024.11.14 04:51:28.547675 [ 89 ] {} <Debug> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6740 | 2024.11.14 04:51:28.547798 [ 89 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6741 | 2024.11.14 04:51:28.547880 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6742 | 2024.11.14 04:51:28.548527 [ 190 ] {517a6315-c66d-488d-99aa-0fdeb396e457::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 | ||
| 6743 | 2024.11.14 04:51:28.549547 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 956 | ||
| 6744 | 2024.11.14 04:51:28.549865 [ 190 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6745 | 2024.11.14 04:51:28.550004 [ 190 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 812 rows starting from the beginning of the part | ||
| 6746 | 2024.11.14 04:51:28.550557 [ 190 ] {517a6315-c66d-488d-99aa-0fdeb396e457::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 | ||
| 6747 | 2024.11.14 04:51:28.551068 [ 190 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 30 rows starting from the beginning of the part | ||
| 6748 | 2024.11.14 04:51:28.551547 [ 190 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 20 rows starting from the beginning of the part | ||
| 6749 | 2024.11.14 04:51:28.552016 [ 190 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 34 rows starting from the beginning of the part | ||
| 6750 | 2024.11.14 04:51:28.552475 [ 190 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 30 rows starting from the beginning of the part | ||
| 6751 | 2024.11.14 04:51:28.561684 [ 187 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 956 rows, containing 72 columns (72 merged, 0 gathered) in 0.013651815 sec., 70027.31871183429 rows/sec., 57.05 MiB/sec. | ||
| 6752 | 2024.11.14 04:51:28.563161 [ 197 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6753 | 2024.11.14 04:51:28.563990 [ 197 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_31_6} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6754 | 2024.11.14 04:51:28.564085 [ 197 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_31_6} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6755 | 2024.11.14 04:51:28.564409 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.24 MiB. | ||
| 6756 | 2024.11.14 04:51:29.001153 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 165.46 MiB, peak 173.67 MiB, free memory in arenas 0.00 B, will set to 166.48 MiB (RSS), difference: 1.03 MiB | ||
| 6757 | 2024.11.14 04:51:29.532947 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6758 | 2024.11.14 04:51:29.533163 [ 250 ] {88563e8c-076d-4516-b71b-ab9fa403b7cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6759 | 2024.11.14 04:51:29.533253 [ 250 ] {88563e8c-076d-4516-b71b-ab9fa403b7cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6760 | 2024.11.14 04:51:29.533997 [ 250 ] {88563e8c-076d-4516-b71b-ab9fa403b7cd} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6761 | 2024.11.14 04:51:29.534049 [ 250 ] {88563e8c-076d-4516-b71b-ab9fa403b7cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6762 | 2024.11.14 04:51:29.534486 [ 250 ] {88563e8c-076d-4516-b71b-ab9fa403b7cd} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 6763 | 2024.11.14 04:51:29.534742 [ 250 ] {88563e8c-076d-4516-b71b-ab9fa403b7cd} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6764 | 2024.11.14 04:51:29.534995 [ 250 ] {88563e8c-076d-4516-b71b-ab9fa403b7cd} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001889 sec., 5293.806246691371 rows/sec., 431.67 KiB/sec. | ||
| 6765 | 2024.11.14 04:51:29.535202 [ 250 ] {88563e8c-076d-4516-b71b-ab9fa403b7cd} <Debug> TCPHandler: Processed in 0.002395569 sec. | ||
| 6766 | 2024.11.14 04:51:29.535462 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6767 | 2024.11.14 04:51:29.535676 [ 252 ] {2c5f749d-71fc-4611-bdb8-745ccbb1136b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6768 | 2024.11.14 04:51:29.535758 [ 252 ] {2c5f749d-71fc-4611-bdb8-745ccbb1136b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6769 | 2024.11.14 04:51:29.536614 [ 252 ] {2c5f749d-71fc-4611-bdb8-745ccbb1136b} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6770 | 2024.11.14 04:51:29.536665 [ 252 ] {2c5f749d-71fc-4611-bdb8-745ccbb1136b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6771 | 2024.11.14 04:51:29.537088 [ 252 ] {2c5f749d-71fc-4611-bdb8-745ccbb1136b} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 6772 | 2024.11.14 04:51:29.537341 [ 252 ] {2c5f749d-71fc-4611-bdb8-745ccbb1136b} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6773 | 2024.11.14 04:51:29.537570 [ 252 ] {2c5f749d-71fc-4611-bdb8-745ccbb1136b} <Debug> executeQuery: Read 61 rows, 4.74 KiB in 0.001952 sec., 31250 rows/sec., 2.37 MiB/sec. | ||
| 6774 | 2024.11.14 04:51:29.537632 [ 252 ] {2c5f749d-71fc-4611-bdb8-745ccbb1136b} <Debug> TCPHandler: Processed in 0.002317857 sec. | ||
| 6775 | 2024.11.14 04:51:29.537779 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6776 | 2024.11.14 04:51:29.537918 [ 250 ] {f198c6e6-8564-453f-8ff7-2bcb9e2dce0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6777 | 2024.11.14 04:51:29.537976 [ 250 ] {f198c6e6-8564-453f-8ff7-2bcb9e2dce0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6778 | 2024.11.14 04:51:29.538640 [ 250 ] {f198c6e6-8564-453f-8ff7-2bcb9e2dce0a} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6779 | 2024.11.14 04:51:29.538682 [ 250 ] {f198c6e6-8564-453f-8ff7-2bcb9e2dce0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6780 | 2024.11.14 04:51:29.539046 [ 250 ] {f198c6e6-8564-453f-8ff7-2bcb9e2dce0a} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6781 | 2024.11.14 04:51:29.539302 [ 250 ] {f198c6e6-8564-453f-8ff7-2bcb9e2dce0a} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6782 | 2024.11.14 04:51:29.539508 [ 250 ] {f198c6e6-8564-453f-8ff7-2bcb9e2dce0a} <Debug> executeQuery: Read 10 rows, 715.00 B in 0.001621 sec., 6169.031462060457 rows/sec., 430.75 KiB/sec. | ||
| 6783 | 2024.11.14 04:51:29.539558 [ 250 ] {f198c6e6-8564-453f-8ff7-2bcb9e2dce0a} <Debug> TCPHandler: Processed in 0.001847993 sec. | ||
| 6784 | 2024.11.14 04:51:29.539701 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6785 | 2024.11.14 04:51:29.539828 [ 252 ] {3a697c9f-cb2e-4397-bbb9-fffcde7567d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6786 | 2024.11.14 04:51:29.539880 [ 252 ] {3a697c9f-cb2e-4397-bbb9-fffcde7567d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6787 | 2024.11.14 04:51:29.540496 [ 252 ] {3a697c9f-cb2e-4397-bbb9-fffcde7567d5} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6788 | 2024.11.14 04:51:29.540537 [ 252 ] {3a697c9f-cb2e-4397-bbb9-fffcde7567d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6789 | 2024.11.14 04:51:29.540906 [ 252 ] {3a697c9f-cb2e-4397-bbb9-fffcde7567d5} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 6790 | 2024.11.14 04:51:29.541154 [ 252 ] {3a697c9f-cb2e-4397-bbb9-fffcde7567d5} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6791 | 2024.11.14 04:51:29.541380 [ 252 ] {3a697c9f-cb2e-4397-bbb9-fffcde7567d5} <Debug> executeQuery: Read 74 rows, 5.93 KiB in 0.001581 sec., 46805.819101834284 rows/sec., 3.66 MiB/sec. | ||
| 6792 | 2024.11.14 04:51:29.541442 [ 252 ] {3a697c9f-cb2e-4397-bbb9-fffcde7567d5} <Debug> TCPHandler: Processed in 0.001800302 sec. | ||
| 6793 | 2024.11.14 04:51:29.541573 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6794 | 2024.11.14 04:51:29.541689 [ 250 ] {61d03ea9-18c1-4bd5-a5a0-41a70e6378b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6795 | 2024.11.14 04:51:29.541744 [ 250 ] {61d03ea9-18c1-4bd5-a5a0-41a70e6378b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6796 | 2024.11.14 04:51:29.542309 [ 250 ] {61d03ea9-18c1-4bd5-a5a0-41a70e6378b4} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6797 | 2024.11.14 04:51:29.542349 [ 250 ] {61d03ea9-18c1-4bd5-a5a0-41a70e6378b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6798 | 2024.11.14 04:51:29.542837 [ 250 ] {61d03ea9-18c1-4bd5-a5a0-41a70e6378b4} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6799 | 2024.11.14 04:51:29.543109 [ 250 ] {61d03ea9-18c1-4bd5-a5a0-41a70e6378b4} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6800 | 2024.11.14 04:51:29.543278 [ 75 ] {} <Debug> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6801 | 2024.11.14 04:51:29.543341 [ 250 ] {61d03ea9-18c1-4bd5-a5a0-41a70e6378b4} <Debug> executeQuery: Read 155 rows, 11.05 KiB in 0.001673 sec., 92647.93783622235 rows/sec., 6.45 MiB/sec. | ||
| 6802 | 2024.11.14 04:51:29.543358 [ 75 ] {} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6803 | 2024.11.14 04:51:29.543423 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6804 | 2024.11.14 04:51:29.543472 [ 250 ] {61d03ea9-18c1-4bd5-a5a0-41a70e6378b4} <Debug> TCPHandler: Processed in 0.001956577 sec. | ||
| 6805 | 2024.11.14 04:51:29.543803 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6806 | 2024.11.14 04:51:29.543821 [ 198 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::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 | ||
| 6807 | 2024.11.14 04:51:29.544394 [ 252 ] {8e451a29-f3b5-4d69-9c49-c3a8cb05652e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6808 | 2024.11.14 04:51:29.544489 [ 198 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6809 | 2024.11.14 04:51:29.544620 [ 198 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 11505 rows starting from the beginning of the part | ||
| 6810 | 2024.11.14 04:51:29.544738 [ 252 ] {8e451a29-f3b5-4d69-9c49-c3a8cb05652e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6811 | 2024.11.14 04:51:29.545065 [ 198 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::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 | ||
| 6812 | 2024.11.14 04:51:29.545473 [ 198 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 140 rows starting from the beginning of the part | ||
| 6813 | 2024.11.14 04:51:29.545845 [ 198 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 160 rows starting from the beginning of the part | ||
| 6814 | 2024.11.14 04:51:29.546100 [ 198 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 237 rows starting from the beginning of the part | ||
| 6815 | 2024.11.14 04:51:29.546357 [ 198 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 155 rows starting from the beginning of the part | ||
| 6816 | 2024.11.14 04:51:29.547206 [ 252 ] {8e451a29-f3b5-4d69-9c49-c3a8cb05652e} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6817 | 2024.11.14 04:51:29.547278 [ 252 ] {8e451a29-f3b5-4d69-9c49-c3a8cb05652e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6818 | 2024.11.14 04:51:29.547996 [ 252 ] {8e451a29-f3b5-4d69-9c49-c3a8cb05652e} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6819 | 2024.11.14 04:51:29.549635 [ 252 ] {8e451a29-f3b5-4d69-9c49-c3a8cb05652e} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6820 | 2024.11.14 04:51:29.549842 [ 75 ] {} <Debug> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6821 | 2024.11.14 04:51:29.549897 [ 75 ] {} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6822 | 2024.11.14 04:51:29.549913 [ 252 ] {8e451a29-f3b5-4d69-9c49-c3a8cb05652e} <Debug> executeQuery: Read 56 rows, 3.86 KiB in 0.005796 sec., 9661.835748792271 rows/sec., 665.87 KiB/sec. | ||
| 6823 | 2024.11.14 04:51:29.549937 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6824 | 2024.11.14 04:51:29.550376 [ 252 ] {8e451a29-f3b5-4d69-9c49-c3a8cb05652e} <Debug> TCPHandler: Processed in 0.006796046 sec. | ||
| 6825 | 2024.11.14 04:51:29.550809 [ 197 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::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 | ||
| 6826 | 2024.11.14 04:51:29.551059 [ 197 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6827 | 2024.11.14 04:51:29.551098 [ 197 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2752 rows starting from the beginning of the part | ||
| 6828 | 2024.11.14 04:51:29.551268 [ 197 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::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 | ||
| 6829 | 2024.11.14 04:51:29.551557 [ 197 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 52 rows starting from the beginning of the part | ||
| 6830 | 2024.11.14 04:51:29.551952 [ 197 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 60 rows starting from the beginning of the part | ||
| 6831 | 2024.11.14 04:51:29.552270 [ 194 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12434 rows, containing 5 columns (5 merged, 0 gathered) in 0.008735913 sec., 1423320.0353529162 rows/sec., 96.56 MiB/sec. | ||
| 6832 | 2024.11.14 04:51:29.552294 [ 197 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 82 rows starting from the beginning of the part | ||
| 6833 | 2024.11.14 04:51:29.552444 [ 197 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 56 rows starting from the beginning of the part | ||
| 6834 | 2024.11.14 04:51:29.552732 [ 194 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6835 | 2024.11.14 04:51:29.553515 [ 194 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6836 | 2024.11.14 04:51:29.553689 [ 194 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6837 | 2024.11.14 04:51:29.553819 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.31 MiB. | ||
| 6838 | 2024.11.14 04:51:29.554764 [ 203 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3084 rows, containing 4 columns (4 merged, 0 gathered) in 0.004521511 sec., 682072.8734266046 rows/sec., 44.58 MiB/sec. | ||
| 6839 | 2024.11.14 04:51:29.555053 [ 188 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6840 | 2024.11.14 04:51:29.555373 [ 188 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_56_11} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6841 | 2024.11.14 04:51:29.555459 [ 188 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_56_11} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6842 | 2024.11.14 04:51:29.555551 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. | ||
| 6843 | 2024.11.14 04:51:34.533455 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6844 | 2024.11.14 04:51:34.533694 [ 250 ] {93807792-c22a-4330-9f7a-9eaa1387a0b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6845 | 2024.11.14 04:51:34.533790 [ 250 ] {93807792-c22a-4330-9f7a-9eaa1387a0b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6846 | 2024.11.14 04:51:34.534581 [ 250 ] {93807792-c22a-4330-9f7a-9eaa1387a0b0} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6847 | 2024.11.14 04:51:34.534634 [ 250 ] {93807792-c22a-4330-9f7a-9eaa1387a0b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6848 | 2024.11.14 04:51:34.535081 [ 250 ] {93807792-c22a-4330-9f7a-9eaa1387a0b0} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 6849 | 2024.11.14 04:51:34.535332 [ 250 ] {93807792-c22a-4330-9f7a-9eaa1387a0b0} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6850 | 2024.11.14 04:51:34.535626 [ 250 ] {93807792-c22a-4330-9f7a-9eaa1387a0b0} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001988 sec., 28169.01408450704 rows/sec., 2.15 MiB/sec. | ||
| 6851 | 2024.11.14 04:51:34.535767 [ 250 ] {93807792-c22a-4330-9f7a-9eaa1387a0b0} <Debug> TCPHandler: Processed in 0.002444331 sec. | ||
| 6852 | 2024.11.14 04:51:34.536100 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6853 | 2024.11.14 04:51:34.536310 [ 252 ] {77280ef6-92e0-43c2-9166-a4a34808353a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6854 | 2024.11.14 04:51:34.536391 [ 252 ] {77280ef6-92e0-43c2-9166-a4a34808353a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6855 | 2024.11.14 04:51:34.537187 [ 252 ] {77280ef6-92e0-43c2-9166-a4a34808353a} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6856 | 2024.11.14 04:51:34.537234 [ 252 ] {77280ef6-92e0-43c2-9166-a4a34808353a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6857 | 2024.11.14 04:51:34.537665 [ 252 ] {77280ef6-92e0-43c2-9166-a4a34808353a} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 6858 | 2024.11.14 04:51:34.537919 [ 252 ] {77280ef6-92e0-43c2-9166-a4a34808353a} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6859 | 2024.11.14 04:51:34.538164 [ 252 ] {77280ef6-92e0-43c2-9166-a4a34808353a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00191 sec., 33507.85340314136 rows/sec., 2.62 MiB/sec. | ||
| 6860 | 2024.11.14 04:51:34.538228 [ 252 ] {77280ef6-92e0-43c2-9166-a4a34808353a} <Debug> TCPHandler: Processed in 0.002299586 sec. | ||
| 6861 | 2024.11.14 04:51:34.538456 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6862 | 2024.11.14 04:51:34.538704 [ 250 ] {c6e3476a-a0ee-47df-a98c-20a02ebb0165} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6863 | 2024.11.14 04:51:34.538784 [ 250 ] {c6e3476a-a0ee-47df-a98c-20a02ebb0165} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6864 | 2024.11.14 04:51:34.539377 [ 250 ] {c6e3476a-a0ee-47df-a98c-20a02ebb0165} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6865 | 2024.11.14 04:51:34.539417 [ 250 ] {c6e3476a-a0ee-47df-a98c-20a02ebb0165} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6866 | 2024.11.14 04:51:34.539827 [ 250 ] {c6e3476a-a0ee-47df-a98c-20a02ebb0165} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 6867 | 2024.11.14 04:51:34.540072 [ 250 ] {c6e3476a-a0ee-47df-a98c-20a02ebb0165} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6868 | 2024.11.14 04:51:34.540322 [ 250 ] {c6e3476a-a0ee-47df-a98c-20a02ebb0165} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001676 sec., 95465.3937947494 rows/sec., 6.65 MiB/sec. | ||
| 6869 | 2024.11.14 04:51:34.540392 [ 250 ] {c6e3476a-a0ee-47df-a98c-20a02ebb0165} <Debug> TCPHandler: Processed in 0.00205092 sec. | ||
| 6870 | 2024.11.14 04:51:34.540625 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6871 | 2024.11.14 04:51:34.540827 [ 252 ] {f9361cdc-8cb9-43e2-95d8-aa8195116f0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6872 | 2024.11.14 04:51:34.540889 [ 252 ] {f9361cdc-8cb9-43e2-95d8-aa8195116f0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6873 | 2024.11.14 04:51:34.541496 [ 252 ] {f9361cdc-8cb9-43e2-95d8-aa8195116f0f} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6874 | 2024.11.14 04:51:34.541545 [ 252 ] {f9361cdc-8cb9-43e2-95d8-aa8195116f0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6875 | 2024.11.14 04:51:34.541950 [ 252 ] {f9361cdc-8cb9-43e2-95d8-aa8195116f0f} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 6876 | 2024.11.14 04:51:34.542198 [ 252 ] {f9361cdc-8cb9-43e2-95d8-aa8195116f0f} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6877 | 2024.11.14 04:51:34.542412 [ 252 ] {f9361cdc-8cb9-43e2-95d8-aa8195116f0f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001622 sec., 36991.368680641186 rows/sec., 2.49 MiB/sec. | ||
| 6878 | 2024.11.14 04:51:34.542464 [ 252 ] {f9361cdc-8cb9-43e2-95d8-aa8195116f0f} <Debug> TCPHandler: Processed in 0.001982797 sec. | ||
| 6879 | 2024.11.14 04:51:36.313261 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51389, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6880 | 2024.11.14 04:51:36.577702 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58038, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6881 | 2024.11.14 04:51:36.653166 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48155, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6882 | 2024.11.14 04:51:36.657527 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45079, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6883 | 2024.11.14 04:51:36.785856 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63391, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6884 | 2024.11.14 04:51:36.788089 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65323, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6885 | 2024.11.14 04:51:36.825487 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36674, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6886 | 2024.11.14 04:51:36.841964 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49316, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6887 | 2024.11.14 04:51:38.292098 [ 42 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6888 | 2024.11.14 04:51:38.292166 [ 42 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6889 | 2024.11.14 04:51:38.550642 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 976 | ||
| 6890 | 2024.11.14 04:51:38.553837 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6891 | 2024.11.14 04:51:38.553878 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6892 | 2024.11.14 04:51:38.555300 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6893 | 2024.11.14 04:51:38.555615 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6894 | 2024.11.14 04:51:38.556089 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 976 | ||
| 6895 | 2024.11.14 04:51:39.539257 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6896 | 2024.11.14 04:51:39.539460 [ 250 ] {2de43491-13ed-4ed9-9822-e00120c54892} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6897 | 2024.11.14 04:51:39.539529 [ 250 ] {2de43491-13ed-4ed9-9822-e00120c54892} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6898 | 2024.11.14 04:51:39.540278 [ 250 ] {2de43491-13ed-4ed9-9822-e00120c54892} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6899 | 2024.11.14 04:51:39.540321 [ 250 ] {2de43491-13ed-4ed9-9822-e00120c54892} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6900 | 2024.11.14 04:51:39.540757 [ 250 ] {2de43491-13ed-4ed9-9822-e00120c54892} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6901 | 2024.11.14 04:51:39.541014 [ 250 ] {2de43491-13ed-4ed9-9822-e00120c54892} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6902 | 2024.11.14 04:51:39.541269 [ 250 ] {2de43491-13ed-4ed9-9822-e00120c54892} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001854 sec., 7551.240560949299 rows/sec., 543.59 KiB/sec. | ||
| 6903 | 2024.11.14 04:51:39.541378 [ 250 ] {2de43491-13ed-4ed9-9822-e00120c54892} <Debug> TCPHandler: Processed in 0.002246785 sec. | ||
| 6904 | 2024.11.14 04:51:39.541710 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6905 | 2024.11.14 04:51:39.541916 [ 252 ] {c2f0cdc7-cdb7-4560-bec0-2929278cd1a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6906 | 2024.11.14 04:51:39.541986 [ 252 ] {c2f0cdc7-cdb7-4560-bec0-2929278cd1a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6907 | 2024.11.14 04:51:39.542862 [ 252 ] {c2f0cdc7-cdb7-4560-bec0-2929278cd1a9} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6908 | 2024.11.14 04:51:39.542909 [ 252 ] {c2f0cdc7-cdb7-4560-bec0-2929278cd1a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6909 | 2024.11.14 04:51:39.543353 [ 252 ] {c2f0cdc7-cdb7-4560-bec0-2929278cd1a9} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 6910 | 2024.11.14 04:51:39.543596 [ 252 ] {c2f0cdc7-cdb7-4560-bec0-2929278cd1a9} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6911 | 2024.11.14 04:51:39.543789 [ 57 ] {} <Debug> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 6912 | 2024.11.14 04:51:39.543845 [ 252 ] {c2f0cdc7-cdb7-4560-bec0-2929278cd1a9} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.001975 sec., 144303.79746835443 rows/sec., 12.73 MiB/sec. | ||
| 6913 | 2024.11.14 04:51:39.543868 [ 57 ] {} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6914 | 2024.11.14 04:51:39.543928 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6915 | 2024.11.14 04:51:39.543960 [ 252 ] {c2f0cdc7-cdb7-4560-bec0-2929278cd1a9} <Debug> TCPHandler: Processed in 0.00242616 sec. | ||
| 6916 | 2024.11.14 04:51:39.544295 [ 193 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::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 | ||
| 6917 | 2024.11.14 04:51:39.544287 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6918 | 2024.11.14 04:51:39.544777 [ 193 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6919 | 2024.11.14 04:51:39.544823 [ 250 ] {bc3ed917-10a2-4bb2-9160-a9fccf9aaf49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6920 | 2024.11.14 04:51:39.544891 [ 193 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1434 rows starting from the beginning of the part | ||
| 6921 | 2024.11.14 04:51:39.545027 [ 250 ] {bc3ed917-10a2-4bb2-9160-a9fccf9aaf49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6922 | 2024.11.14 04:51:39.545331 [ 193 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::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 | ||
| 6923 | 2024.11.14 04:51:39.545675 [ 193 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 285 rows starting from the beginning of the part | ||
| 6924 | 2024.11.14 04:51:39.546182 [ 193 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 61 rows starting from the beginning of the part | ||
| 6925 | 2024.11.14 04:51:39.546551 [ 193 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::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 | ||
| 6926 | 2024.11.14 04:51:39.546843 [ 193 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 285 rows starting from the beginning of the part | ||
| 6927 | 2024.11.14 04:51:39.547722 [ 250 ] {bc3ed917-10a2-4bb2-9160-a9fccf9aaf49} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6928 | 2024.11.14 04:51:39.547789 [ 250 ] {bc3ed917-10a2-4bb2-9160-a9fccf9aaf49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6929 | 2024.11.14 04:51:39.548724 [ 250 ] {bc3ed917-10a2-4bb2-9160-a9fccf9aaf49} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6930 | 2024.11.14 04:51:39.549260 [ 250 ] {bc3ed917-10a2-4bb2-9160-a9fccf9aaf49} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6931 | 2024.11.14 04:51:39.549630 [ 250 ] {bc3ed917-10a2-4bb2-9160-a9fccf9aaf49} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.005006 sec., 9588.493807431083 rows/sec., 706.96 KiB/sec. | ||
| 6932 | 2024.11.14 04:51:39.550160 [ 250 ] {bc3ed917-10a2-4bb2-9160-a9fccf9aaf49} <Debug> TCPHandler: Processed in 0.006051916 sec. | ||
| 6933 | 2024.11.14 04:51:39.550646 [ 193 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2177 rows, containing 5 columns (5 merged, 0 gathered) in 0.006639492 sec., 327886.53107798006 rows/sec., 28.83 MiB/sec. | ||
| 6934 | 2024.11.14 04:51:39.550687 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6935 | 2024.11.14 04:51:39.550840 [ 252 ] {000639ea-1751-4282-a4be-6fc146f5ac7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6936 | 2024.11.14 04:51:39.550899 [ 193 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 6937 | 2024.11.14 04:51:39.550918 [ 252 ] {000639ea-1751-4282-a4be-6fc146f5ac7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6938 | 2024.11.14 04:51:39.551520 [ 193 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_61_12} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6939 | 2024.11.14 04:51:39.551712 [ 193 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_61_12} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 6940 | 2024.11.14 04:51:39.551822 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 6941 | 2024.11.14 04:51:39.552063 [ 252 ] {000639ea-1751-4282-a4be-6fc146f5ac7d} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6942 | 2024.11.14 04:51:39.552107 [ 252 ] {000639ea-1751-4282-a4be-6fc146f5ac7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6943 | 2024.11.14 04:51:39.552464 [ 252 ] {000639ea-1751-4282-a4be-6fc146f5ac7d} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6944 | 2024.11.14 04:51:39.552700 [ 252 ] {000639ea-1751-4282-a4be-6fc146f5ac7d} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6945 | 2024.11.14 04:51:39.552951 [ 252 ] {000639ea-1751-4282-a4be-6fc146f5ac7d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002151 sec., 6508.600650860065 rows/sec., 455.82 KiB/sec. | ||
| 6946 | 2024.11.14 04:51:39.553155 [ 252 ] {000639ea-1751-4282-a4be-6fc146f5ac7d} <Debug> TCPHandler: Processed in 0.002832682 sec. | ||
| 6947 | 2024.11.14 04:51:39.553345 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6948 | 2024.11.14 04:51:39.553486 [ 250 ] {aa4c02e9-ca10-4c73-9426-aaa184f8568e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6949 | 2024.11.14 04:51:39.553543 [ 250 ] {aa4c02e9-ca10-4c73-9426-aaa184f8568e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6950 | 2024.11.14 04:51:39.554176 [ 250 ] {aa4c02e9-ca10-4c73-9426-aaa184f8568e} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6951 | 2024.11.14 04:51:39.554216 [ 250 ] {aa4c02e9-ca10-4c73-9426-aaa184f8568e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6952 | 2024.11.14 04:51:39.554567 [ 250 ] {aa4c02e9-ca10-4c73-9426-aaa184f8568e} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6953 | 2024.11.14 04:51:39.554808 [ 250 ] {aa4c02e9-ca10-4c73-9426-aaa184f8568e} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6954 | 2024.11.14 04:51:39.555160 [ 250 ] {aa4c02e9-ca10-4c73-9426-aaa184f8568e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001685 sec., 7715.133531157269 rows/sec., 481.04 KiB/sec. | ||
| 6955 | 2024.11.14 04:51:39.555284 [ 250 ] {aa4c02e9-ca10-4c73-9426-aaa184f8568e} <Debug> TCPHandler: Processed in 0.002009648 sec. | ||
| 6956 | 2024.11.14 04:51:39.555448 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6957 | 2024.11.14 04:51:39.555566 [ 252 ] {580812db-372c-4582-9aed-1f7fccd8be12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6958 | 2024.11.14 04:51:39.555615 [ 252 ] {580812db-372c-4582-9aed-1f7fccd8be12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6959 | 2024.11.14 04:51:39.556367 [ 252 ] {580812db-372c-4582-9aed-1f7fccd8be12} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6960 | 2024.11.14 04:51:39.556405 [ 252 ] {580812db-372c-4582-9aed-1f7fccd8be12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6961 | 2024.11.14 04:51:39.556789 [ 252 ] {580812db-372c-4582-9aed-1f7fccd8be12} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 6962 | 2024.11.14 04:51:39.557038 [ 252 ] {580812db-372c-4582-9aed-1f7fccd8be12} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6963 | 2024.11.14 04:51:39.557204 [ 57 ] {} <Debug> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 6964 | 2024.11.14 04:51:39.557251 [ 57 ] {} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6965 | 2024.11.14 04:51:39.557270 [ 252 ] {580812db-372c-4582-9aed-1f7fccd8be12} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001723 sec., 245502.03134068486 rows/sec., 17.55 MiB/sec. | ||
| 6966 | 2024.11.14 04:51:39.557286 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6967 | 2024.11.14 04:51:39.557426 [ 252 ] {580812db-372c-4582-9aed-1f7fccd8be12} <Debug> TCPHandler: Processed in 0.002035449 sec. | ||
| 6968 | 2024.11.14 04:51:39.557527 [ 203 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::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 | ||
| 6969 | 2024.11.14 04:51:39.557604 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6970 | 2024.11.14 04:51:39.557777 [ 203 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6971 | 2024.11.14 04:51:39.557817 [ 250 ] {6e5da830-37a8-4d23-a6dc-58ae6fa2a629} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6972 | 2024.11.14 04:51:39.557845 [ 203 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 915 rows starting from the beginning of the part | ||
| 6973 | 2024.11.14 04:51:39.557926 [ 250 ] {6e5da830-37a8-4d23-a6dc-58ae6fa2a629} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6974 | 2024.11.14 04:51:39.558122 [ 203 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::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 | ||
| 6975 | 2024.11.14 04:51:39.558598 [ 203 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 423 rows starting from the beginning of the part | ||
| 6976 | 2024.11.14 04:51:39.559018 [ 203 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 74 rows starting from the beginning of the part | ||
| 6977 | 2024.11.14 04:51:39.559419 [ 203 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::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 | ||
| 6978 | 2024.11.14 04:51:39.559651 [ 203 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 423 rows starting from the beginning of the part | ||
| 6979 | 2024.11.14 04:51:39.560638 [ 250 ] {6e5da830-37a8-4d23-a6dc-58ae6fa2a629} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6980 | 2024.11.14 04:51:39.560717 [ 250 ] {6e5da830-37a8-4d23-a6dc-58ae6fa2a629} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6981 | 2024.11.14 04:51:39.561726 [ 250 ] {6e5da830-37a8-4d23-a6dc-58ae6fa2a629} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6982 | 2024.11.14 04:51:39.562177 [ 250 ] {6e5da830-37a8-4d23-a6dc-58ae6fa2a629} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6983 | 2024.11.14 04:51:39.562703 [ 250 ] {6e5da830-37a8-4d23-a6dc-58ae6fa2a629} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004911 sec., 1221.7470983506416 rows/sec., 63.83 KiB/sec. | ||
| 6984 | 2024.11.14 04:51:39.563169 [ 250 ] {6e5da830-37a8-4d23-a6dc-58ae6fa2a629} <Debug> TCPHandler: Processed in 0.005618323 sec. | ||
| 6985 | 2024.11.14 04:51:39.563541 [ 203 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1963 rows, containing 5 columns (5 merged, 0 gathered) in 0.006130498 sec., 320202.3718138396 rows/sec., 24.52 MiB/sec. | ||
| 6986 | 2024.11.14 04:51:39.563591 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6987 | 2024.11.14 04:51:39.563750 [ 203 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 6988 | 2024.11.14 04:51:39.563782 [ 252 ] {7b885b41-ac9e-47e5-b24b-1a6eeb45337b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6989 | 2024.11.14 04:51:39.563876 [ 252 ] {7b885b41-ac9e-47e5-b24b-1a6eeb45337b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6990 | 2024.11.14 04:51:39.564365 [ 203 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_61_12} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6991 | 2024.11.14 04:51:39.564506 [ 203 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_61_12} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 6992 | 2024.11.14 04:51:39.564633 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 6993 | 2024.11.14 04:51:39.564906 [ 252 ] {7b885b41-ac9e-47e5-b24b-1a6eeb45337b} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6994 | 2024.11.14 04:51:39.564951 [ 252 ] {7b885b41-ac9e-47e5-b24b-1a6eeb45337b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 6995 | 2024.11.14 04:51:39.565349 [ 252 ] {7b885b41-ac9e-47e5-b24b-1a6eeb45337b} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 6996 | 2024.11.14 04:51:39.565588 [ 252 ] {7b885b41-ac9e-47e5-b24b-1a6eeb45337b} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6997 | 2024.11.14 04:51:39.565825 [ 252 ] {7b885b41-ac9e-47e5-b24b-1a6eeb45337b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002106 sec., 112535.61253561254 rows/sec., 7.54 MiB/sec. | ||
| 6998 | 2024.11.14 04:51:39.565916 [ 252 ] {7b885b41-ac9e-47e5-b24b-1a6eeb45337b} <Debug> TCPHandler: Processed in 0.002590955 sec. | ||
| 6999 | 2024.11.14 04:51:39.566212 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7000 | 2024.11.14 04:51:39.566431 [ 250 ] {4d077d88-75c0-4b99-b2c5-9e1e041a4be5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7001 | 2024.11.14 04:51:39.566524 [ 250 ] {4d077d88-75c0-4b99-b2c5-9e1e041a4be5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7002 | 2024.11.14 04:51:39.567200 [ 250 ] {4d077d88-75c0-4b99-b2c5-9e1e041a4be5} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7003 | 2024.11.14 04:51:39.567240 [ 250 ] {4d077d88-75c0-4b99-b2c5-9e1e041a4be5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 7004 | 2024.11.14 04:51:39.567602 [ 250 ] {4d077d88-75c0-4b99-b2c5-9e1e041a4be5} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 7005 | 2024.11.14 04:51:39.567842 [ 250 ] {4d077d88-75c0-4b99-b2c5-9e1e041a4be5} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7006 | 2024.11.14 04:51:39.568117 [ 250 ] {4d077d88-75c0-4b99-b2c5-9e1e041a4be5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001731 sec., 577.7007510109763 rows/sec., 38.93 KiB/sec. | ||
| 7007 | 2024.11.14 04:51:39.568259 [ 250 ] {4d077d88-75c0-4b99-b2c5-9e1e041a4be5} <Debug> TCPHandler: Processed in 0.002220154 sec. | ||
| 7008 | 2024.11.14 04:51:39.568509 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7009 | 2024.11.14 04:51:39.568657 [ 252 ] {60bb9703-8bc9-44eb-a8d0-18c8608ddcfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7010 | 2024.11.14 04:51:39.568749 [ 252 ] {60bb9703-8bc9-44eb-a8d0-18c8608ddcfa} <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 | ||
| 7011 | 2024.11.14 04:51:39.569957 [ 252 ] {60bb9703-8bc9-44eb-a8d0-18c8608ddcfa} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7012 | 2024.11.14 04:51:39.569995 [ 252 ] {60bb9703-8bc9-44eb-a8d0-18c8608ddcfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 7013 | 2024.11.14 04:51:39.570653 [ 252 ] {60bb9703-8bc9-44eb-a8d0-18c8608ddcfa} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7014 | 2024.11.14 04:51:39.570898 [ 252 ] {60bb9703-8bc9-44eb-a8d0-18c8608ddcfa} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7015 | 2024.11.14 04:51:39.571162 [ 252 ] {60bb9703-8bc9-44eb-a8d0-18c8608ddcfa} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002529 sec., 16211.941478845394 rows/sec., 29.05 MiB/sec. | ||
| 7016 | 2024.11.14 04:51:39.571325 [ 252 ] {60bb9703-8bc9-44eb-a8d0-18c8608ddcfa} <Debug> TCPHandler: Processed in 0.002950615 sec. | ||
| 7017 | 2024.11.14 04:51:39.571535 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7018 | 2024.11.14 04:51:39.571753 [ 250 ] {eb4a30ea-3490-492f-8211-a77fc79ab536} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7019 | 2024.11.14 04:51:39.571846 [ 250 ] {eb4a30ea-3490-492f-8211-a77fc79ab536} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7020 | 2024.11.14 04:51:39.572362 [ 250 ] {eb4a30ea-3490-492f-8211-a77fc79ab536} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7021 | 2024.11.14 04:51:39.572401 [ 250 ] {eb4a30ea-3490-492f-8211-a77fc79ab536} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 7022 | 2024.11.14 04:51:39.572778 [ 250 ] {eb4a30ea-3490-492f-8211-a77fc79ab536} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7023 | 2024.11.14 04:51:39.573032 [ 250 ] {eb4a30ea-3490-492f-8211-a77fc79ab536} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7024 | 2024.11.14 04:51:39.573256 [ 250 ] {eb4a30ea-3490-492f-8211-a77fc79ab536} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001557 sec., 52665.38214515093 rows/sec., 3.34 MiB/sec. | ||
| 7025 | 2024.11.14 04:51:39.573308 [ 250 ] {eb4a30ea-3490-492f-8211-a77fc79ab536} <Debug> TCPHandler: Processed in 0.001882375 sec. | ||
| 7026 | 2024.11.14 04:51:39.705440 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:57303, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7027 | 2024.11.14 04:51:39.873520 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:42583, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7028 | 2024.11.14 04:51:40.240154 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:37560, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7029 | 2024.11.14 04:51:40.344199 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:37814, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7030 | 2024.11.14 04:51:40.435648 [ 63 ] {} <Debug> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 7031 | 2024.11.14 04:51:40.435694 [ 63 ] {} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7032 | 2024.11.14 04:51:40.435718 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 7033 | 2024.11.14 04:51:40.435931 [ 192 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::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 | ||
| 7034 | 2024.11.14 04:51:40.436105 [ 192 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7035 | 2024.11.14 04:51:40.436148 [ 192 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 18 rows starting from the beginning of the part | ||
| 7036 | 2024.11.14 04:51:40.436238 [ 192 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 10 rows starting from the beginning of the part | ||
| 7037 | 2024.11.14 04:51:40.436352 [ 192 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 4 rows starting from the beginning of the part | ||
| 7038 | 2024.11.14 04:51:40.436668 [ 192 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part | ||
| 7039 | 2024.11.14 04:51:40.436844 [ 192 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 10 rows starting from the beginning of the part | ||
| 7040 | 2024.11.14 04:51:40.437780 [ 189 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 5 columns (5 merged, 0 gathered) in 0.001970827 sec., 23340.45555495231 rows/sec., 1.95 MiB/sec. | ||
| 7041 | 2024.11.14 04:51:40.437938 [ 200 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 7042 | 2024.11.14 04:51:40.438227 [ 200 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_13_3} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7043 | 2024.11.14 04:51:40.438306 [ 200 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_13_3} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 7044 | 2024.11.14 04:51:40.438383 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 7045 | 2024.11.14 04:51:40.447833 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:65392, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7046 | 2024.11.14 04:51:40.459193 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:55497, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7047 | 2024.11.14 04:51:40.494900 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:45838, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7048 | 2024.11.14 04:51:40.495195 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:57524, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7049 | 2024.11.14 04:51:40.496517 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:53494, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7050 | 2024.11.14 04:51:40.638733 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:42494, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7051 | 2024.11.14 04:51:40.655098 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:49573, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7052 | 2024.11.14 04:51:40.664440 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:37958, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7053 | 2024.11.14 04:51:40.666716 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:49784, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7054 | 2024.11.14 04:51:40.718537 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:61620, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7055 | 2024.11.14 04:51:40.749930 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:58053, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7056 | 2024.11.14 04:51:40.802537 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:44207, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7057 | 2024.11.14 04:51:41.349380 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:60203, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7058 | 2024.11.14 04:51:41.757162 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:47279, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7059 | 2024.11.14 04:51:41.898903 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:63448, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7060 | 2024.11.14 04:51:41.996511 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:53808, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7061 | 2024.11.14 04:51:42.102229 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:50520, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7062 | 2024.11.14 04:51:42.207527 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:44697, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7063 | 2024.11.14 04:51:42.215853 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:58171, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7064 | 2024.11.14 04:51:42.243240 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:40044, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7065 | 2024.11.14 04:51:44.530678 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7066 | 2024.11.14 04:51:44.530877 [ 250 ] {c942676c-d4f3-4f95-b13a-7c767464d355} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7067 | 2024.11.14 04:51:44.530949 [ 250 ] {c942676c-d4f3-4f95-b13a-7c767464d355} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7068 | 2024.11.14 04:51:44.531718 [ 250 ] {c942676c-d4f3-4f95-b13a-7c767464d355} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7069 | 2024.11.14 04:51:44.531767 [ 250 ] {c942676c-d4f3-4f95-b13a-7c767464d355} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 7070 | 2024.11.14 04:51:44.532196 [ 250 ] {c942676c-d4f3-4f95-b13a-7c767464d355} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7071 | 2024.11.14 04:51:44.532438 [ 250 ] {c942676c-d4f3-4f95-b13a-7c767464d355} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7072 | 2024.11.14 04:51:44.532666 [ 250 ] {c942676c-d4f3-4f95-b13a-7c767464d355} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001841 sec., 30418.250950570342 rows/sec., 2.32 MiB/sec. | ||
| 7073 | 2024.11.14 04:51:44.532722 [ 250 ] {c942676c-d4f3-4f95-b13a-7c767464d355} <Debug> TCPHandler: Processed in 0.002170443 sec. | ||
| 7074 | 2024.11.14 04:51:44.532999 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7075 | 2024.11.14 04:51:44.533208 [ 252 ] {7071f131-8695-4e9a-93ed-2146c136298f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7076 | 2024.11.14 04:51:44.533292 [ 252 ] {7071f131-8695-4e9a-93ed-2146c136298f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7077 | 2024.11.14 04:51:44.534145 [ 252 ] {7071f131-8695-4e9a-93ed-2146c136298f} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7078 | 2024.11.14 04:51:44.534194 [ 252 ] {7071f131-8695-4e9a-93ed-2146c136298f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 7079 | 2024.11.14 04:51:44.534617 [ 252 ] {7071f131-8695-4e9a-93ed-2146c136298f} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7080 | 2024.11.14 04:51:44.534870 [ 252 ] {7071f131-8695-4e9a-93ed-2146c136298f} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7081 | 2024.11.14 04:51:44.535097 [ 252 ] {7071f131-8695-4e9a-93ed-2146c136298f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001946 sec., 32887.9753340185 rows/sec., 2.57 MiB/sec. | ||
| 7082 | 2024.11.14 04:51:44.535160 [ 252 ] {7071f131-8695-4e9a-93ed-2146c136298f} <Debug> TCPHandler: Processed in 0.002303516 sec. | ||
| 7083 | 2024.11.14 04:51:44.535319 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7084 | 2024.11.14 04:51:44.535456 [ 250 ] {66dce38a-3467-422d-b554-a00f8f6b46ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7085 | 2024.11.14 04:51:44.535517 [ 250 ] {66dce38a-3467-422d-b554-a00f8f6b46ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7086 | 2024.11.14 04:51:44.536160 [ 250 ] {66dce38a-3467-422d-b554-a00f8f6b46ba} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7087 | 2024.11.14 04:51:44.536200 [ 250 ] {66dce38a-3467-422d-b554-a00f8f6b46ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 7088 | 2024.11.14 04:51:44.536585 [ 250 ] {66dce38a-3467-422d-b554-a00f8f6b46ba} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7089 | 2024.11.14 04:51:44.536821 [ 250 ] {66dce38a-3467-422d-b554-a00f8f6b46ba} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7090 | 2024.11.14 04:51:44.537036 [ 250 ] {66dce38a-3467-422d-b554-a00f8f6b46ba} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001611 sec., 79453.75543140907 rows/sec., 5.53 MiB/sec. | ||
| 7091 | 2024.11.14 04:51:44.537087 [ 250 ] {66dce38a-3467-422d-b554-a00f8f6b46ba} <Debug> TCPHandler: Processed in 0.001832393 sec. | ||
| 7092 | 2024.11.14 04:51:44.537236 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7093 | 2024.11.14 04:51:44.537380 [ 252 ] {e4303326-9ddd-4a66-bd1f-7387abc9bceb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7094 | 2024.11.14 04:51:44.537443 [ 252 ] {e4303326-9ddd-4a66-bd1f-7387abc9bceb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7095 | 2024.11.14 04:51:44.538034 [ 252 ] {e4303326-9ddd-4a66-bd1f-7387abc9bceb} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7096 | 2024.11.14 04:51:44.538076 [ 252 ] {e4303326-9ddd-4a66-bd1f-7387abc9bceb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 7097 | 2024.11.14 04:51:44.538470 [ 252 ] {e4303326-9ddd-4a66-bd1f-7387abc9bceb} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7098 | 2024.11.14 04:51:44.538701 [ 252 ] {e4303326-9ddd-4a66-bd1f-7387abc9bceb} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7099 | 2024.11.14 04:51:44.538915 [ 252 ] {e4303326-9ddd-4a66-bd1f-7387abc9bceb} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.00157 sec., 30573.248407643314 rows/sec., 2.06 MiB/sec. | ||
| 7100 | 2024.11.14 04:51:44.538968 [ 252 ] {e4303326-9ddd-4a66-bd1f-7387abc9bceb} <Debug> TCPHandler: Processed in 0.001799382 sec. | ||
| 7101 | 2024.11.14 04:51:48.557188 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1006 | ||
| 7102 | 2024.11.14 04:51:48.559993 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7103 | 2024.11.14 04:51:48.560037 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 7104 | 2024.11.14 04:51:48.561479 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 7105 | 2024.11.14 04:51:48.561780 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7106 | 2024.11.14 04:51:48.562278 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1006 | ||
| 7107 | 2024.11.14 04:51:49.533230 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7108 | 2024.11.14 04:51:49.533479 [ 250 ] {20f41c79-0740-4165-a558-2930869b6297} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7109 | 2024.11.14 04:51:49.533560 [ 250 ] {20f41c79-0740-4165-a558-2930869b6297} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7110 | 2024.11.14 04:51:49.534475 [ 250 ] {20f41c79-0740-4165-a558-2930869b6297} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7111 | 2024.11.14 04:51:49.534526 [ 250 ] {20f41c79-0740-4165-a558-2930869b6297} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 7112 | 2024.11.14 04:51:49.534969 [ 250 ] {20f41c79-0740-4165-a558-2930869b6297} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7113 | 2024.11.14 04:51:49.535236 [ 250 ] {20f41c79-0740-4165-a558-2930869b6297} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7114 | 2024.11.14 04:51:49.535472 [ 250 ] {20f41c79-0740-4165-a558-2930869b6297} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002054 sec., 27263.87536514119 rows/sec., 2.08 MiB/sec. | ||
| 7115 | 2024.11.14 04:51:49.535529 [ 250 ] {20f41c79-0740-4165-a558-2930869b6297} <Debug> TCPHandler: Processed in 0.00244343 sec. | ||
| 7116 | 2024.11.14 04:51:49.535801 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7117 | 2024.11.14 04:51:49.536012 [ 252 ] {56363dc0-76dd-432d-bcd2-f7f926063a18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7118 | 2024.11.14 04:51:49.536093 [ 252 ] {56363dc0-76dd-432d-bcd2-f7f926063a18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7119 | 2024.11.14 04:51:49.536866 [ 252 ] {56363dc0-76dd-432d-bcd2-f7f926063a18} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7120 | 2024.11.14 04:51:49.536914 [ 252 ] {56363dc0-76dd-432d-bcd2-f7f926063a18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 7121 | 2024.11.14 04:51:49.537343 [ 252 ] {56363dc0-76dd-432d-bcd2-f7f926063a18} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7122 | 2024.11.14 04:51:49.537602 [ 252 ] {56363dc0-76dd-432d-bcd2-f7f926063a18} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7123 | 2024.11.14 04:51:49.537826 [ 252 ] {56363dc0-76dd-432d-bcd2-f7f926063a18} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001872 sec., 34188.03418803419 rows/sec., 2.67 MiB/sec. | ||
| 7124 | 2024.11.14 04:51:49.537882 [ 252 ] {56363dc0-76dd-432d-bcd2-f7f926063a18} <Debug> TCPHandler: Processed in 0.002225665 sec. | ||
| 7125 | 2024.11.14 04:51:49.538050 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7126 | 2024.11.14 04:51:49.538188 [ 250 ] {4b5d2ae0-2534-4970-b503-d8e404a01aee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7127 | 2024.11.14 04:51:49.538250 [ 250 ] {4b5d2ae0-2534-4970-b503-d8e404a01aee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7128 | 2024.11.14 04:51:49.538937 [ 250 ] {4b5d2ae0-2534-4970-b503-d8e404a01aee} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7129 | 2024.11.14 04:51:49.538984 [ 250 ] {4b5d2ae0-2534-4970-b503-d8e404a01aee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 7130 | 2024.11.14 04:51:49.539422 [ 250 ] {4b5d2ae0-2534-4970-b503-d8e404a01aee} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7131 | 2024.11.14 04:51:49.539667 [ 250 ] {4b5d2ae0-2534-4970-b503-d8e404a01aee} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7132 | 2024.11.14 04:51:49.539898 [ 250 ] {4b5d2ae0-2534-4970-b503-d8e404a01aee} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001737 sec., 92112.83822682787 rows/sec., 6.42 MiB/sec. | ||
| 7133 | 2024.11.14 04:51:49.539991 [ 250 ] {4b5d2ae0-2534-4970-b503-d8e404a01aee} <Debug> TCPHandler: Processed in 0.002008828 sec. | ||
| 7134 | 2024.11.14 04:51:49.540188 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7135 | 2024.11.14 04:51:49.540353 [ 252 ] {8862cdfd-6e84-4000-a7c5-fda6431b0144} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7136 | 2024.11.14 04:51:49.540415 [ 252 ] {8862cdfd-6e84-4000-a7c5-fda6431b0144} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7137 | 2024.11.14 04:51:49.541018 [ 252 ] {8862cdfd-6e84-4000-a7c5-fda6431b0144} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7138 | 2024.11.14 04:51:49.541064 [ 252 ] {8862cdfd-6e84-4000-a7c5-fda6431b0144} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 7139 | 2024.11.14 04:51:49.541473 [ 252 ] {8862cdfd-6e84-4000-a7c5-fda6431b0144} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7140 | 2024.11.14 04:51:49.541714 [ 252 ] {8862cdfd-6e84-4000-a7c5-fda6431b0144} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7141 | 2024.11.14 04:51:49.541920 [ 252 ] {8862cdfd-6e84-4000-a7c5-fda6431b0144} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.0016 sec., 37500 rows/sec., 2.53 MiB/sec. | ||
| 7142 | 2024.11.14 04:51:49.541970 [ 252 ] {8862cdfd-6e84-4000-a7c5-fda6431b0144} <Debug> TCPHandler: Processed in 0.001891145 sec. | ||
| 7143 | 2024.11.14 04:51:53.292416 [ 106 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7144 | 2024.11.14 04:51:53.292467 [ 106 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7145 | 2024.11.14 04:51:54.539760 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7146 | 2024.11.14 04:51:54.540081 [ 250 ] {c07f2fb9-a21e-4749-8534-fde6e85b147a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7147 | 2024.11.14 04:51:54.540195 [ 250 ] {c07f2fb9-a21e-4749-8534-fde6e85b147a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7148 | 2024.11.14 04:51:54.541033 [ 250 ] {c07f2fb9-a21e-4749-8534-fde6e85b147a} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7149 | 2024.11.14 04:51:54.541074 [ 250 ] {c07f2fb9-a21e-4749-8534-fde6e85b147a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 7150 | 2024.11.14 04:51:54.541503 [ 250 ] {c07f2fb9-a21e-4749-8534-fde6e85b147a} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 7151 | 2024.11.14 04:51:54.541762 [ 250 ] {c07f2fb9-a21e-4749-8534-fde6e85b147a} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7152 | 2024.11.14 04:51:54.541992 [ 250 ] {c07f2fb9-a21e-4749-8534-fde6e85b147a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001992 sec., 7028.112449799198 rows/sec., 505.93 KiB/sec. | ||
| 7153 | 2024.11.14 04:51:54.542105 [ 250 ] {c07f2fb9-a21e-4749-8534-fde6e85b147a} <Debug> TCPHandler: Processed in 0.002523643 sec. | ||
| 7154 | 2024.11.14 04:51:54.542415 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7155 | 2024.11.14 04:51:54.542626 [ 252 ] {df371303-db3f-4929-b33b-a0d395af50a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7156 | 2024.11.14 04:51:54.542709 [ 252 ] {df371303-db3f-4929-b33b-a0d395af50a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7157 | 2024.11.14 04:51:54.543677 [ 252 ] {df371303-db3f-4929-b33b-a0d395af50a1} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7158 | 2024.11.14 04:51:54.543727 [ 252 ] {df371303-db3f-4929-b33b-a0d395af50a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 7159 | 2024.11.14 04:51:54.544205 [ 252 ] {df371303-db3f-4929-b33b-a0d395af50a1} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7160 | 2024.11.14 04:51:54.544452 [ 252 ] {df371303-db3f-4929-b33b-a0d395af50a1} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7161 | 2024.11.14 04:51:54.544682 [ 252 ] {df371303-db3f-4929-b33b-a0d395af50a1} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.002113 sec., 134879.31850449598 rows/sec., 11.90 MiB/sec. | ||
| 7162 | 2024.11.14 04:51:54.544757 [ 252 ] {df371303-db3f-4929-b33b-a0d395af50a1} <Debug> TCPHandler: Processed in 0.002487182 sec. | ||
| 7163 | 2024.11.14 04:51:54.544985 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7164 | 2024.11.14 04:51:54.545146 [ 250 ] {45f254b4-e2d0-4852-a564-342266b1dac2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7165 | 2024.11.14 04:51:54.545203 [ 250 ] {45f254b4-e2d0-4852-a564-342266b1dac2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7166 | 2024.11.14 04:51:54.545836 [ 250 ] {45f254b4-e2d0-4852-a564-342266b1dac2} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7167 | 2024.11.14 04:51:54.545876 [ 250 ] {45f254b4-e2d0-4852-a564-342266b1dac2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 7168 | 2024.11.14 04:51:54.546267 [ 250 ] {45f254b4-e2d0-4852-a564-342266b1dac2} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7169 | 2024.11.14 04:51:54.546514 [ 250 ] {45f254b4-e2d0-4852-a564-342266b1dac2} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7170 | 2024.11.14 04:51:54.546728 [ 250 ] {45f254b4-e2d0-4852-a564-342266b1dac2} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001614 sec., 29739.776951672862 rows/sec., 2.14 MiB/sec. | ||
| 7171 | 2024.11.14 04:51:54.546780 [ 250 ] {45f254b4-e2d0-4852-a564-342266b1dac2} <Debug> TCPHandler: Processed in 0.001942667 sec. | ||
| 7172 | 2024.11.14 04:51:54.546933 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7173 | 2024.11.14 04:51:54.547057 [ 252 ] {a11d5f23-a680-4534-a19b-58272767217c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7174 | 2024.11.14 04:51:54.547110 [ 252 ] {a11d5f23-a680-4534-a19b-58272767217c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7175 | 2024.11.14 04:51:54.547718 [ 252 ] {a11d5f23-a680-4534-a19b-58272767217c} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7176 | 2024.11.14 04:51:54.547759 [ 252 ] {a11d5f23-a680-4534-a19b-58272767217c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 7177 | 2024.11.14 04:51:54.548120 [ 252 ] {a11d5f23-a680-4534-a19b-58272767217c} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 7178 | 2024.11.14 04:51:54.548351 [ 252 ] {a11d5f23-a680-4534-a19b-58272767217c} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7179 | 2024.11.14 04:51:54.548632 [ 252 ] {a11d5f23-a680-4534-a19b-58272767217c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001596 sec., 8771.929824561405 rows/sec., 614.33 KiB/sec. | ||
| 7180 | 2024.11.14 04:51:54.548845 [ 252 ] {a11d5f23-a680-4534-a19b-58272767217c} <Debug> TCPHandler: Processed in 0.001965266 sec. | ||
| 7181 | 2024.11.14 04:51:54.549098 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7182 | 2024.11.14 04:51:54.549319 [ 250 ] {9a138fa5-a2ac-4a18-a952-7766f74250a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7183 | 2024.11.14 04:51:54.549410 [ 250 ] {9a138fa5-a2ac-4a18-a952-7766f74250a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7184 | 2024.11.14 04:51:54.549999 [ 250 ] {9a138fa5-a2ac-4a18-a952-7766f74250a0} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7185 | 2024.11.14 04:51:54.550038 [ 250 ] {9a138fa5-a2ac-4a18-a952-7766f74250a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 7186 | 2024.11.14 04:51:54.550381 [ 250 ] {9a138fa5-a2ac-4a18-a952-7766f74250a0} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 7187 | 2024.11.14 04:51:54.550616 [ 250 ] {9a138fa5-a2ac-4a18-a952-7766f74250a0} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7188 | 2024.11.14 04:51:54.550820 [ 250 ] {9a138fa5-a2ac-4a18-a952-7766f74250a0} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001555 sec., 8360.128617363343 rows/sec., 521.25 KiB/sec. | ||
| 7189 | 2024.11.14 04:51:54.550871 [ 250 ] {9a138fa5-a2ac-4a18-a952-7766f74250a0} <Debug> TCPHandler: Processed in 0.001882264 sec. | ||
| 7190 | 2024.11.14 04:51:54.551016 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7191 | 2024.11.14 04:51:54.551155 [ 252 ] {86f0423d-f76e-44e5-8839-405e09535e27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7192 | 2024.11.14 04:51:54.551213 [ 252 ] {86f0423d-f76e-44e5-8839-405e09535e27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7193 | 2024.11.14 04:51:54.551996 [ 252 ] {86f0423d-f76e-44e5-8839-405e09535e27} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7194 | 2024.11.14 04:51:54.552036 [ 252 ] {86f0423d-f76e-44e5-8839-405e09535e27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 7195 | 2024.11.14 04:51:54.552414 [ 252 ] {86f0423d-f76e-44e5-8839-405e09535e27} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7196 | 2024.11.14 04:51:54.552646 [ 252 ] {86f0423d-f76e-44e5-8839-405e09535e27} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7197 | 2024.11.14 04:51:54.552867 [ 252 ] {86f0423d-f76e-44e5-8839-405e09535e27} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001739 sec., 243243.24324324323 rows/sec., 17.39 MiB/sec. | ||
| 7198 | 2024.11.14 04:51:54.552957 [ 252 ] {86f0423d-f76e-44e5-8839-405e09535e27} <Debug> TCPHandler: Processed in 0.002007738 sec. | ||
| 7199 | 2024.11.14 04:51:54.553209 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7200 | 2024.11.14 04:51:54.553427 [ 250 ] {0bb605ae-d0b2-4ec1-b024-685d69ca43c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7201 | 2024.11.14 04:51:54.553497 [ 250 ] {0bb605ae-d0b2-4ec1-b024-685d69ca43c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7202 | 2024.11.14 04:51:54.553978 [ 250 ] {0bb605ae-d0b2-4ec1-b024-685d69ca43c6} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7203 | 2024.11.14 04:51:54.554021 [ 250 ] {0bb605ae-d0b2-4ec1-b024-685d69ca43c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 7204 | 2024.11.14 04:51:54.554389 [ 250 ] {0bb605ae-d0b2-4ec1-b024-685d69ca43c6} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 7205 | 2024.11.14 04:51:54.554629 [ 250 ] {0bb605ae-d0b2-4ec1-b024-685d69ca43c6} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7206 | 2024.11.14 04:51:54.554909 [ 250 ] {0bb605ae-d0b2-4ec1-b024-685d69ca43c6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001517 sec., 3955.174686882004 rows/sec., 206.64 KiB/sec. | ||
| 7207 | 2024.11.14 04:51:54.555095 [ 250 ] {0bb605ae-d0b2-4ec1-b024-685d69ca43c6} <Debug> TCPHandler: Processed in 0.002030958 sec. | ||
| 7208 | 2024.11.14 04:51:54.555245 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7209 | 2024.11.14 04:51:54.555364 [ 252 ] {4f849507-9c96-4488-895d-0389c791ac22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7210 | 2024.11.14 04:51:54.555419 [ 252 ] {4f849507-9c96-4488-895d-0389c791ac22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7211 | 2024.11.14 04:51:54.556135 [ 252 ] {4f849507-9c96-4488-895d-0389c791ac22} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7212 | 2024.11.14 04:51:54.556180 [ 252 ] {4f849507-9c96-4488-895d-0389c791ac22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 7213 | 2024.11.14 04:51:54.556599 [ 252 ] {4f849507-9c96-4488-895d-0389c791ac22} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7214 | 2024.11.14 04:51:54.556852 [ 252 ] {4f849507-9c96-4488-895d-0389c791ac22} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7215 | 2024.11.14 04:51:54.557015 [ 107 ] {} <Debug> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7216 | 2024.11.14 04:51:54.557075 [ 252 ] {4f849507-9c96-4488-895d-0389c791ac22} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001737 sec., 136442.14162348877 rows/sec., 9.15 MiB/sec. | ||
| 7217 | 2024.11.14 04:51:54.557115 [ 107 ] {} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7218 | 2024.11.14 04:51:54.557192 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 7219 | 2024.11.14 04:51:54.557196 [ 252 ] {4f849507-9c96-4488-895d-0389c791ac22} <Debug> TCPHandler: Processed in 0.002005688 sec. | ||
| 7220 | 2024.11.14 04:51:54.557458 [ 196 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::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 | ||
| 7221 | 2024.11.14 04:51:54.557475 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7222 | 2024.11.14 04:51:54.557887 [ 250 ] {e55773ad-ef1b-46dc-96a9-dce35a700e64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7223 | 2024.11.14 04:51:54.557974 [ 196 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7224 | 2024.11.14 04:51:54.558098 [ 250 ] {e55773ad-ef1b-46dc-96a9-dce35a700e64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7225 | 2024.11.14 04:51:54.558201 [ 196 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_56_11, total 12434 rows starting from the beginning of the part | ||
| 7226 | 2024.11.14 04:51:54.558776 [ 196 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 160 rows starting from the beginning of the part | ||
| 7227 | 2024.11.14 04:51:54.559194 [ 196 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 237 rows starting from the beginning of the part | ||
| 7228 | 2024.11.14 04:51:54.559644 [ 196 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 128 rows starting from the beginning of the part | ||
| 7229 | 2024.11.14 04:51:54.560126 [ 196 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::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 | ||
| 7230 | 2024.11.14 04:51:54.560479 [ 196 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::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 | ||
| 7231 | 2024.11.14 04:51:54.561324 [ 250 ] {e55773ad-ef1b-46dc-96a9-dce35a700e64} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7232 | 2024.11.14 04:51:54.561391 [ 250 ] {e55773ad-ef1b-46dc-96a9-dce35a700e64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 7233 | 2024.11.14 04:51:54.562226 [ 250 ] {e55773ad-ef1b-46dc-96a9-dce35a700e64} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 7234 | 2024.11.14 04:51:54.562630 [ 250 ] {e55773ad-ef1b-46dc-96a9-dce35a700e64} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7235 | 2024.11.14 04:51:54.563188 [ 250 ] {e55773ad-ef1b-46dc-96a9-dce35a700e64} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005426 sec., 184.29782528566162 rows/sec., 12.42 KiB/sec. | ||
| 7236 | 2024.11.14 04:51:54.563501 [ 250 ] {e55773ad-ef1b-46dc-96a9-dce35a700e64} <Debug> TCPHandler: Processed in 0.00619108 sec. | ||
| 7237 | 2024.11.14 04:51:54.563721 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7238 | 2024.11.14 04:51:54.563902 [ 252 ] {c4caa25c-6bb0-49dd-8494-cfdb30fe1977} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7239 | 2024.11.14 04:51:54.564042 [ 252 ] {c4caa25c-6bb0-49dd-8494-cfdb30fe1977} <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 | ||
| 7240 | 2024.11.14 04:51:54.565465 [ 252 ] {c4caa25c-6bb0-49dd-8494-cfdb30fe1977} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7241 | 2024.11.14 04:51:54.565505 [ 252 ] {c4caa25c-6bb0-49dd-8494-cfdb30fe1977} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 7242 | 2024.11.14 04:51:54.566427 [ 196 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13356 rows, containing 5 columns (5 merged, 0 gathered) in 0.009137605 sec., 1461652.1506456013 rows/sec., 99.20 MiB/sec. | ||
| 7243 | 2024.11.14 04:51:54.566438 [ 252 ] {c4caa25c-6bb0-49dd-8494-cfdb30fe1977} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7244 | 2024.11.14 04:51:54.566734 [ 252 ] {c4caa25c-6bb0-49dd-8494-cfdb30fe1977} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7245 | 2024.11.14 04:51:54.566966 [ 107 ] {} <Debug> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 | ||
| 7246 | 2024.11.14 04:51:54.567011 [ 199 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7247 | 2024.11.14 04:51:54.567065 [ 107 ] {} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7248 | 2024.11.14 04:51:54.567150 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 7249 | 2024.11.14 04:51:54.567314 [ 252 ] {c4caa25c-6bb0-49dd-8494-cfdb30fe1977} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.003433 sec., 11942.907078357122 rows/sec., 21.40 MiB/sec. | ||
| 7250 | 2024.11.14 04:51:54.567841 [ 189 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_25_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full | ||
| 7251 | 2024.11.14 04:51:54.567987 [ 252 ] {c4caa25c-6bb0-49dd-8494-cfdb30fe1977} <Debug> TCPHandler: Processed in 0.004355566 sec. | ||
| 7252 | 2024.11.14 04:51:54.568046 [ 199 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7253 | 2024.11.14 04:51:54.568366 [ 199 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7254 | 2024.11.14 04:51:54.568497 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7255 | 2024.11.14 04:51:54.568603 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.53 MiB. | ||
| 7256 | 2024.11.14 04:51:54.568852 [ 250 ] {358266c9-a89b-44e6-86bf-18296b2646b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7257 | 2024.11.14 04:51:54.569002 [ 250 ] {358266c9-a89b-44e6-86bf-18296b2646b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7258 | 2024.11.14 04:51:54.569025 [ 189 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7259 | 2024.11.14 04:51:54.569282 [ 189 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 650 rows starting from the beginning of the part | ||
| 7260 | 2024.11.14 04:51:54.570180 [ 189 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 41 rows starting from the beginning of the part | ||
| 7261 | 2024.11.14 04:51:54.570844 [ 189 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 41 rows starting from the beginning of the part | ||
| 7262 | 2024.11.14 04:51:54.571406 [ 250 ] {358266c9-a89b-44e6-86bf-18296b2646b2} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7263 | 2024.11.14 04:51:54.571511 [ 250 ] {358266c9-a89b-44e6-86bf-18296b2646b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 7264 | 2024.11.14 04:51:54.571524 [ 189 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 41 rows starting from the beginning of the part | ||
| 7265 | 2024.11.14 04:51:54.572228 [ 189 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 41 rows starting from the beginning of the part | ||
| 7266 | 2024.11.14 04:51:54.572947 [ 189 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 41 rows starting from the beginning of the part | ||
| 7267 | 2024.11.14 04:51:54.573056 [ 250 ] {358266c9-a89b-44e6-86bf-18296b2646b2} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7268 | 2024.11.14 04:51:54.573928 [ 250 ] {358266c9-a89b-44e6-86bf-18296b2646b2} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7269 | 2024.11.14 04:51:54.574226 [ 107 ] {} <Debug> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7270 | 2024.11.14 04:51:54.574322 [ 107 ] {} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7271 | 2024.11.14 04:51:54.574396 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 7272 | 2024.11.14 04:51:54.574473 [ 250 ] {358266c9-a89b-44e6-86bf-18296b2646b2} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005712 sec., 14355.742296918766 rows/sec., 933.65 KiB/sec. | ||
| 7273 | 2024.11.14 04:51:54.574776 [ 250 ] {358266c9-a89b-44e6-86bf-18296b2646b2} <Debug> TCPHandler: Processed in 0.006666423 sec. | ||
| 7274 | 2024.11.14 04:51:54.574914 [ 195 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::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 | ||
| 7275 | 2024.11.14 04:51:54.575385 [ 195 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7276 | 2024.11.14 04:51:54.575476 [ 195 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3084 rows starting from the beginning of the part | ||
| 7277 | 2024.11.14 04:51:54.575717 [ 195 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 60 rows starting from the beginning of the part | ||
| 7278 | 2024.11.14 04:51:54.575834 [ 195 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 82 rows starting from the beginning of the part | ||
| 7279 | 2024.11.14 04:51:54.575943 [ 195 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 48 rows starting from the beginning of the part | ||
| 7280 | 2024.11.14 04:51:54.576172 [ 195 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::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 | ||
| 7281 | 2024.11.14 04:51:54.576440 [ 195 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::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 | ||
| 7282 | 2024.11.14 04:51:54.580706 [ 199 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3416 rows, containing 4 columns (4 merged, 0 gathered) in 0.006161488 sec., 554411.5317598606 rows/sec., 36.24 MiB/sec. | ||
| 7283 | 2024.11.14 04:51:54.581764 [ 191 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7284 | 2024.11.14 04:51:54.582098 [ 191 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_61_12} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7285 | 2024.11.14 04:51:54.582172 [ 191 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_61_12} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7286 | 2024.11.14 04:51:54.582244 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. | ||
| 7287 | 2024.11.14 04:51:54.588046 [ 199 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 855 rows, containing 19 columns (19 merged, 0 gathered) in 0.02068692 sec., 41330.4638873259 rows/sec., 74.06 MiB/sec. | ||
| 7288 | 2024.11.14 04:51:54.589054 [ 199 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) | ||
| 7289 | 2024.11.14 04:51:54.589458 [ 199 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_25_5} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7290 | 2024.11.14 04:51:54.589537 [ 199 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_25_5} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 | ||
| 7291 | 2024.11.14 04:51:54.589676 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.78 MiB. | ||
| 7292 | 2024.11.14 04:51:55.000213 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 168.24 MiB, peak 175.95 MiB, free memory in arenas 0.00 B, will set to 171.00 MiB (RSS), difference: 2.77 MiB | ||
| 7293 | 2024.11.14 04:51:58.563403 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1036 | ||
| 7294 | 2024.11.14 04:51:58.566348 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7295 | 2024.11.14 04:51:58.566395 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 7296 | 2024.11.14 04:51:58.567873 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 7297 | 2024.11.14 04:51:58.568188 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7298 | 2024.11.14 04:51:58.568703 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1036 | ||
| 7299 | 2024.11.14 04:51:59.532221 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7300 | 2024.11.14 04:51:59.532450 [ 250 ] {3a82e9fc-4cdb-4c41-9771-759efeb5f8bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7301 | 2024.11.14 04:51:59.532533 [ 250 ] {3a82e9fc-4cdb-4c41-9771-759efeb5f8bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7302 | 2024.11.14 04:51:59.533271 [ 250 ] {3a82e9fc-4cdb-4c41-9771-759efeb5f8bf} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7303 | 2024.11.14 04:51:59.533321 [ 250 ] {3a82e9fc-4cdb-4c41-9771-759efeb5f8bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 7304 | 2024.11.14 04:51:59.533755 [ 250 ] {3a82e9fc-4cdb-4c41-9771-759efeb5f8bf} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 7305 | 2024.11.14 04:51:59.534015 [ 250 ] {3a82e9fc-4cdb-4c41-9771-759efeb5f8bf} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7306 | 2024.11.14 04:51:59.534266 [ 250 ] {3a82e9fc-4cdb-4c41-9771-759efeb5f8bf} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001874 sec., 2134.4717182497334 rows/sec., 174.05 KiB/sec. | ||
| 7307 | 2024.11.14 04:51:59.534323 [ 250 ] {3a82e9fc-4cdb-4c41-9771-759efeb5f8bf} <Debug> TCPHandler: Processed in 0.002240465 sec. | ||
| 7308 | 2024.11.14 04:51:59.534593 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7309 | 2024.11.14 04:51:59.534806 [ 252 ] {8945d2b1-377b-4e30-a632-e9af89340014} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7310 | 2024.11.14 04:51:59.534887 [ 252 ] {8945d2b1-377b-4e30-a632-e9af89340014} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7311 | 2024.11.14 04:51:59.535743 [ 252 ] {8945d2b1-377b-4e30-a632-e9af89340014} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7312 | 2024.11.14 04:51:59.535792 [ 252 ] {8945d2b1-377b-4e30-a632-e9af89340014} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 7313 | 2024.11.14 04:51:59.536235 [ 252 ] {8945d2b1-377b-4e30-a632-e9af89340014} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 7314 | 2024.11.14 04:51:59.536494 [ 252 ] {8945d2b1-377b-4e30-a632-e9af89340014} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7315 | 2024.11.14 04:51:59.536786 [ 252 ] {8945d2b1-377b-4e30-a632-e9af89340014} <Debug> executeQuery: Read 58 rows, 4.52 KiB in 0.002032 sec., 28543.307086614175 rows/sec., 2.17 MiB/sec. | ||
| 7316 | 2024.11.14 04:51:59.536899 [ 252 ] {8945d2b1-377b-4e30-a632-e9af89340014} <Debug> TCPHandler: Processed in 0.002445251 sec. | ||
| 7317 | 2024.11.14 04:51:59.537132 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7318 | 2024.11.14 04:51:59.537282 [ 250 ] {db372f52-eb46-4873-9e36-d87ed7f01c4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7319 | 2024.11.14 04:51:59.537331 [ 250 ] {db372f52-eb46-4873-9e36-d87ed7f01c4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7320 | 2024.11.14 04:51:59.537885 [ 250 ] {db372f52-eb46-4873-9e36-d87ed7f01c4c} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7321 | 2024.11.14 04:51:59.537924 [ 250 ] {db372f52-eb46-4873-9e36-d87ed7f01c4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 7322 | 2024.11.14 04:51:59.538280 [ 250 ] {db372f52-eb46-4873-9e36-d87ed7f01c4c} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7323 | 2024.11.14 04:51:59.538530 [ 250 ] {db372f52-eb46-4873-9e36-d87ed7f01c4c} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7324 | 2024.11.14 04:51:59.538786 [ 250 ] {db372f52-eb46-4873-9e36-d87ed7f01c4c} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001521 sec., 2629.8487836949375 rows/sec., 183.63 KiB/sec. | ||
| 7325 | 2024.11.14 04:51:59.538876 [ 250 ] {db372f52-eb46-4873-9e36-d87ed7f01c4c} <Debug> TCPHandler: Processed in 0.001863214 sec. | ||
| 7326 | 2024.11.14 04:51:59.539119 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7327 | 2024.11.14 04:51:59.539359 [ 252 ] {c9090f46-7e56-42d5-a005-ecff945726b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7328 | 2024.11.14 04:51:59.539421 [ 252 ] {c9090f46-7e56-42d5-a005-ecff945726b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7329 | 2024.11.14 04:51:59.540058 [ 252 ] {c9090f46-7e56-42d5-a005-ecff945726b9} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7330 | 2024.11.14 04:51:59.540099 [ 252 ] {c9090f46-7e56-42d5-a005-ecff945726b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 7331 | 2024.11.14 04:51:59.540466 [ 252 ] {c9090f46-7e56-42d5-a005-ecff945726b9} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 7332 | 2024.11.14 04:51:59.540719 [ 252 ] {c9090f46-7e56-42d5-a005-ecff945726b9} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7333 | 2024.11.14 04:51:59.540936 [ 252 ] {c9090f46-7e56-42d5-a005-ecff945726b9} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001632 sec., 41666.666666666664 rows/sec., 3.26 MiB/sec. | ||
| 7334 | 2024.11.14 04:51:59.540990 [ 252 ] {c9090f46-7e56-42d5-a005-ecff945726b9} <Debug> TCPHandler: Processed in 0.002033069 sec. | ||
| 7335 | 2024.11.14 04:51:59.541156 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7336 | 2024.11.14 04:51:59.541295 [ 250 ] {ede0dad0-8e41-4426-9ce5-bb5cb0073695} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7337 | 2024.11.14 04:51:59.541355 [ 250 ] {ede0dad0-8e41-4426-9ce5-bb5cb0073695} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7338 | 2024.11.14 04:51:59.541968 [ 250 ] {ede0dad0-8e41-4426-9ce5-bb5cb0073695} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7339 | 2024.11.14 04:51:59.542007 [ 250 ] {ede0dad0-8e41-4426-9ce5-bb5cb0073695} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 7340 | 2024.11.14 04:51:59.542405 [ 250 ] {ede0dad0-8e41-4426-9ce5-bb5cb0073695} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7341 | 2024.11.14 04:51:59.542643 [ 250 ] {ede0dad0-8e41-4426-9ce5-bb5cb0073695} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7342 | 2024.11.14 04:51:59.542846 [ 250 ] {ede0dad0-8e41-4426-9ce5-bb5cb0073695} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001582 sec., 102402.02275600506 rows/sec., 7.13 MiB/sec. | ||
| 7343 | 2024.11.14 04:51:59.542896 [ 250 ] {ede0dad0-8e41-4426-9ce5-bb5cb0073695} <Debug> TCPHandler: Processed in 0.001809773 sec. | ||
| 7344 | 2024.11.14 04:51:59.543084 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7345 | 2024.11.14 04:51:59.543235 [ 252 ] {017881ac-9680-4f86-a5f7-8f670632aa31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7346 | 2024.11.14 04:51:59.543297 [ 252 ] {017881ac-9680-4f86-a5f7-8f670632aa31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7347 | 2024.11.14 04:51:59.543853 [ 252 ] {017881ac-9680-4f86-a5f7-8f670632aa31} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7348 | 2024.11.14 04:51:59.543893 [ 252 ] {017881ac-9680-4f86-a5f7-8f670632aa31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 7349 | 2024.11.14 04:51:59.544284 [ 252 ] {017881ac-9680-4f86-a5f7-8f670632aa31} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7350 | 2024.11.14 04:51:59.544525 [ 252 ] {017881ac-9680-4f86-a5f7-8f670632aa31} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7351 | 2024.11.14 04:51:59.544730 [ 252 ] {017881ac-9680-4f86-a5f7-8f670632aa31} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001528 sec., 39267.01570680628 rows/sec., 2.65 MiB/sec. | ||
| 7352 | 2024.11.14 04:51:59.544781 [ 252 ] {017881ac-9680-4f86-a5f7-8f670632aa31} <Debug> TCPHandler: Processed in 0.001766132 sec. | ||
| 7353 | 2024.11.14 04:52:04.532377 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7354 | 2024.11.14 04:52:04.532604 [ 250 ] {9aaaf954-af72-45e8-a76a-8c7020dd3342} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7355 | 2024.11.14 04:52:04.532687 [ 250 ] {9aaaf954-af72-45e8-a76a-8c7020dd3342} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7356 | 2024.11.14 04:52:04.533451 [ 250 ] {9aaaf954-af72-45e8-a76a-8c7020dd3342} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7357 | 2024.11.14 04:52:04.533502 [ 250 ] {9aaaf954-af72-45e8-a76a-8c7020dd3342} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 7358 | 2024.11.14 04:52:04.533966 [ 250 ] {9aaaf954-af72-45e8-a76a-8c7020dd3342} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 7359 | 2024.11.14 04:52:04.534227 [ 250 ] {9aaaf954-af72-45e8-a76a-8c7020dd3342} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7360 | 2024.11.14 04:52:04.534455 [ 97 ] {} <Debug> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 7361 | 2024.11.14 04:52:04.534470 [ 250 ] {9aaaf954-af72-45e8-a76a-8c7020dd3342} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001909 sec., 29334.73022524882 rows/sec., 2.24 MiB/sec. | ||
| 7362 | 2024.11.14 04:52:04.534587 [ 97 ] {} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7363 | 2024.11.14 04:52:04.534656 [ 250 ] {9aaaf954-af72-45e8-a76a-8c7020dd3342} <Debug> TCPHandler: Processed in 0.002407509 sec. | ||
| 7364 | 2024.11.14 04:52:04.534676 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 7365 | 2024.11.14 04:52:04.534888 [ 190 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::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 | ||
| 7366 | 2024.11.14 04:52:04.534977 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7367 | 2024.11.14 04:52:04.535067 [ 190 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7368 | 2024.11.14 04:52:04.535121 [ 190 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1434 rows starting from the beginning of the part | ||
| 7369 | 2024.11.14 04:52:04.535356 [ 190 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::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 | ||
| 7370 | 2024.11.14 04:52:04.535372 [ 252 ] {6173f528-6601-434b-8704-4c6651f8ebaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7371 | 2024.11.14 04:52:04.535659 [ 190 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 56 rows starting from the beginning of the part | ||
| 7372 | 2024.11.14 04:52:04.535668 [ 252 ] {6173f528-6601-434b-8704-4c6651f8ebaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7373 | 2024.11.14 04:52:04.535972 [ 190 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 285 rows starting from the beginning of the part | ||
| 7374 | 2024.11.14 04:52:04.536307 [ 190 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 58 rows starting from the beginning of the part | ||
| 7375 | 2024.11.14 04:52:04.536590 [ 190 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 56 rows starting from the beginning of the part | ||
| 7376 | 2024.11.14 04:52:04.538503 [ 252 ] {6173f528-6601-434b-8704-4c6651f8ebaa} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7377 | 2024.11.14 04:52:04.538589 [ 252 ] {6173f528-6601-434b-8704-4c6651f8ebaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 7378 | 2024.11.14 04:52:04.539458 [ 252 ] {6173f528-6601-434b-8704-4c6651f8ebaa} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 7379 | 2024.11.14 04:52:04.539827 [ 190 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1945 rows, containing 5 columns (5 merged, 0 gathered) in 0.005016035 sec., 387756.4650166914 rows/sec., 33.78 MiB/sec. | ||
| 7380 | 2024.11.14 04:52:04.539949 [ 252 ] {6173f528-6601-434b-8704-4c6651f8ebaa} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7381 | 2024.11.14 04:52:04.540091 [ 190 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 7382 | 2024.11.14 04:52:04.540356 [ 97 ] {} <Debug> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 7383 | 2024.11.14 04:52:04.540475 [ 252 ] {6173f528-6601-434b-8704-4c6651f8ebaa} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005265 sec., 12155.745489078823 rows/sec., 971.55 KiB/sec. | ||
| 7384 | 2024.11.14 04:52:04.540498 [ 97 ] {} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7385 | 2024.11.14 04:52:04.540705 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 7386 | 2024.11.14 04:52:04.540729 [ 252 ] {6173f528-6601-434b-8704-4c6651f8ebaa} <Debug> TCPHandler: Processed in 0.005929432 sec. | ||
| 7387 | 2024.11.14 04:52:04.540981 [ 190 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_66_13} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7388 | 2024.11.14 04:52:04.541050 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7389 | 2024.11.14 04:52:04.541263 [ 197 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::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 | ||
| 7390 | 2024.11.14 04:52:04.541290 [ 190 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_66_13} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 7391 | 2024.11.14 04:52:04.541402 [ 250 ] {40741550-0ff3-4e30-a412-f1900cae8154} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7392 | 2024.11.14 04:52:04.541515 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
| 7393 | 2024.11.14 04:52:04.541625 [ 250 ] {40741550-0ff3-4e30-a412-f1900cae8154} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7394 | 2024.11.14 04:52:04.541662 [ 197 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7395 | 2024.11.14 04:52:04.541767 [ 197 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 915 rows starting from the beginning of the part | ||
| 7396 | 2024.11.14 04:52:04.542110 [ 197 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::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 | ||
| 7397 | 2024.11.14 04:52:04.542465 [ 197 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 64 rows starting from the beginning of the part | ||
| 7398 | 2024.11.14 04:52:04.542817 [ 197 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 423 rows starting from the beginning of the part | ||
| 7399 | 2024.11.14 04:52:04.543205 [ 197 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 68 rows starting from the beginning of the part | ||
| 7400 | 2024.11.14 04:52:04.543513 [ 197 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 64 rows starting from the beginning of the part | ||
| 7401 | 2024.11.14 04:52:04.544344 [ 250 ] {40741550-0ff3-4e30-a412-f1900cae8154} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7402 | 2024.11.14 04:52:04.544435 [ 250 ] {40741550-0ff3-4e30-a412-f1900cae8154} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 7403 | 2024.11.14 04:52:04.545472 [ 250 ] {40741550-0ff3-4e30-a412-f1900cae8154} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7404 | 2024.11.14 04:52:04.545950 [ 250 ] {40741550-0ff3-4e30-a412-f1900cae8154} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7405 | 2024.11.14 04:52:04.546550 [ 250 ] {40741550-0ff3-4e30-a412-f1900cae8154} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00521 sec., 30710.172744721687 rows/sec., 2.14 MiB/sec. | ||
| 7406 | 2024.11.14 04:52:04.547053 [ 250 ] {40741550-0ff3-4e30-a412-f1900cae8154} <Debug> TCPHandler: Processed in 0.006170259 sec. | ||
| 7407 | 2024.11.14 04:52:04.547082 [ 197 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1598 rows, containing 5 columns (5 merged, 0 gathered) in 0.006188639 sec., 258215.0938194973 rows/sec., 19.91 MiB/sec. | ||
| 7408 | 2024.11.14 04:52:04.547359 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7409 | 2024.11.14 04:52:04.547461 [ 197 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 7410 | 2024.11.14 04:52:04.547644 [ 252 ] {a1f06b7d-b2ef-4cd6-961e-60b62af65160} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7411 | 2024.11.14 04:52:04.547725 [ 252 ] {a1f06b7d-b2ef-4cd6-961e-60b62af65160} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7412 | 2024.11.14 04:52:04.548076 [ 197 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_66_13} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7413 | 2024.11.14 04:52:04.548262 [ 197 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_66_13} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 7414 | 2024.11.14 04:52:04.548395 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
| 7415 | 2024.11.14 04:52:04.548626 [ 252 ] {a1f06b7d-b2ef-4cd6-961e-60b62af65160} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7416 | 2024.11.14 04:52:04.548670 [ 252 ] {a1f06b7d-b2ef-4cd6-961e-60b62af65160} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 7417 | 2024.11.14 04:52:04.549051 [ 252 ] {a1f06b7d-b2ef-4cd6-961e-60b62af65160} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7418 | 2024.11.14 04:52:04.549303 [ 252 ] {a1f06b7d-b2ef-4cd6-961e-60b62af65160} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7419 | 2024.11.14 04:52:04.549522 [ 252 ] {a1f06b7d-b2ef-4cd6-961e-60b62af65160} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001961 sec., 30596.634370219275 rows/sec., 2.06 MiB/sec. | ||
| 7420 | 2024.11.14 04:52:04.549577 [ 252 ] {a1f06b7d-b2ef-4cd6-961e-60b62af65160} <Debug> TCPHandler: Processed in 0.002403319 sec. | ||
| 7421 | 2024.11.14 04:52:06.326445 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56982, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7422 | 2024.11.14 04:52:06.597919 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44411, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7423 | 2024.11.14 04:52:06.671352 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49727, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7424 | 2024.11.14 04:52:06.674703 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44461, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7425 | 2024.11.14 04:52:06.790025 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62626, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7426 | 2024.11.14 04:52:06.795282 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61142, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7427 | 2024.11.14 04:52:06.826537 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36904, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7428 | 2024.11.14 04:52:06.848803 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43081, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7429 | 2024.11.14 04:52:08.292497 [ 95 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7430 | 2024.11.14 04:52:08.292554 [ 95 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7431 | 2024.11.14 04:52:08.308899 [ 95 ] {} <Debug> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 7432 | 2024.11.14 04:52:08.308952 [ 95 ] {} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7433 | 2024.11.14 04:52:08.308980 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 7434 | 2024.11.14 04:52:08.309203 [ 198 ] {932d2d65-5723-4816-ad96-f39624c15824::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 | ||
| 7435 | 2024.11.14 04:52:08.309409 [ 198 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7436 | 2024.11.14 04:52:08.309445 [ 198 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 242 rows starting from the beginning of the part | ||
| 7437 | 2024.11.14 04:52:08.309526 [ 198 ] {932d2d65-5723-4816-ad96-f39624c15824::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 | ||
| 7438 | 2024.11.14 04:52:08.309762 [ 198 ] {932d2d65-5723-4816-ad96-f39624c15824::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 | ||
| 7439 | 2024.11.14 04:52:08.309999 [ 198 ] {932d2d65-5723-4816-ad96-f39624c15824::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 | ||
| 7440 | 2024.11.14 04:52:08.310169 [ 198 ] {932d2d65-5723-4816-ad96-f39624c15824::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 | ||
| 7441 | 2024.11.14 04:52:08.311298 [ 188 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.002236255 sec., 133258.50585018256 rows/sec., 9.55 MiB/sec. | ||
| 7442 | 2024.11.14 04:52:08.311527 [ 203 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 7443 | 2024.11.14 04:52:08.311918 [ 203 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_21_5} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7444 | 2024.11.14 04:52:08.312008 [ 203 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_21_5} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 7445 | 2024.11.14 04:52:08.312113 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 7446 | 2024.11.14 04:52:08.569797 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1056 | ||
| 7447 | 2024.11.14 04:52:08.572436 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7448 | 2024.11.14 04:52:08.572483 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 7449 | 2024.11.14 04:52:08.573875 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7450 | 2024.11.14 04:52:08.574195 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7451 | 2024.11.14 04:52:08.574764 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1056 | ||
| 7452 | 2024.11.14 04:52:09.001696 [ 244 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001319368 sec. | ||
| 7453 | 2024.11.14 04:52:09.539661 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7454 | 2024.11.14 04:52:09.539875 [ 250 ] {d48dea75-01c1-47bd-aec1-c5127b79b6e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7455 | 2024.11.14 04:52:09.539957 [ 250 ] {d48dea75-01c1-47bd-aec1-c5127b79b6e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7456 | 2024.11.14 04:52:09.540698 [ 250 ] {d48dea75-01c1-47bd-aec1-c5127b79b6e1} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7457 | 2024.11.14 04:52:09.540747 [ 250 ] {d48dea75-01c1-47bd-aec1-c5127b79b6e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 7458 | 2024.11.14 04:52:09.541186 [ 250 ] {d48dea75-01c1-47bd-aec1-c5127b79b6e1} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 7459 | 2024.11.14 04:52:09.541453 [ 250 ] {d48dea75-01c1-47bd-aec1-c5127b79b6e1} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7460 | 2024.11.14 04:52:09.541605 [ 94 ] {} <Debug> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 7461 | 2024.11.14 04:52:09.541647 [ 94 ] {} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7462 | 2024.11.14 04:52:09.541658 [ 250 ] {d48dea75-01c1-47bd-aec1-c5127b79b6e1} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001842 sec., 7600.43431053203 rows/sec., 547.13 KiB/sec. | ||
| 7463 | 2024.11.14 04:52:09.541672 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 7464 | 2024.11.14 04:52:09.541763 [ 250 ] {d48dea75-01c1-47bd-aec1-c5127b79b6e1} <Debug> TCPHandler: Processed in 0.002233685 sec. | ||
| 7465 | 2024.11.14 04:52:09.542039 [ 188 ] {adfe2738-319a-45e4-a148-b79a83474972::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 | ||
| 7466 | 2024.11.14 04:52:09.542126 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7467 | 2024.11.14 04:52:09.542315 [ 188 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7468 | 2024.11.14 04:52:09.542354 [ 252 ] {10c99d7f-0c34-4910-a5e7-93a79fab009f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7469 | 2024.11.14 04:52:09.542360 [ 188 ] {adfe2738-319a-45e4-a148-b79a83474972::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 | ||
| 7470 | 2024.11.14 04:52:09.542438 [ 252 ] {10c99d7f-0c34-4910-a5e7-93a79fab009f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7471 | 2024.11.14 04:52:09.542493 [ 188 ] {adfe2738-319a-45e4-a148-b79a83474972::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 | ||
| 7472 | 2024.11.14 04:52:09.542981 [ 188 ] {adfe2738-319a-45e4-a148-b79a83474972::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 | ||
| 7473 | 2024.11.14 04:52:09.543175 [ 188 ] {adfe2738-319a-45e4-a148-b79a83474972::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 | ||
| 7474 | 2024.11.14 04:52:09.543544 [ 188 ] {adfe2738-319a-45e4-a148-b79a83474972::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 | ||
| 7475 | 2024.11.14 04:52:09.544856 [ 252 ] {10c99d7f-0c34-4910-a5e7-93a79fab009f} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7476 | 2024.11.14 04:52:09.544909 [ 252 ] {10c99d7f-0c34-4910-a5e7-93a79fab009f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 7477 | 2024.11.14 04:52:09.545187 [ 203 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003392468 sec., 20633.94555232356 rows/sec., 1.53 MiB/sec. | ||
| 7478 | 2024.11.14 04:52:09.545479 [ 203 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 7479 | 2024.11.14 04:52:09.545591 [ 252 ] {10c99d7f-0c34-4910-a5e7-93a79fab009f} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 7480 | 2024.11.14 04:52:09.546127 [ 252 ] {10c99d7f-0c34-4910-a5e7-93a79fab009f} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7481 | 2024.11.14 04:52:09.546153 [ 203 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_21_5} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7482 | 2024.11.14 04:52:09.546416 [ 203 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_21_5} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 7483 | 2024.11.14 04:52:09.546574 [ 252 ] {10c99d7f-0c34-4910-a5e7-93a79fab009f} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.004263 sec., 66854.32793807177 rows/sec., 5.90 MiB/sec. | ||
| 7484 | 2024.11.14 04:52:09.546725 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7485 | 2024.11.14 04:52:09.546913 [ 252 ] {10c99d7f-0c34-4910-a5e7-93a79fab009f} <Debug> TCPHandler: Processed in 0.004993954 sec. | ||
| 7486 | 2024.11.14 04:52:09.547135 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7487 | 2024.11.14 04:52:09.547255 [ 250 ] {36de5ea9-0ed5-41df-a1bd-21268ebbf0b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7488 | 2024.11.14 04:52:09.547305 [ 250 ] {36de5ea9-0ed5-41df-a1bd-21268ebbf0b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7489 | 2024.11.14 04:52:09.547912 [ 250 ] {36de5ea9-0ed5-41df-a1bd-21268ebbf0b4} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7490 | 2024.11.14 04:52:09.547952 [ 250 ] {36de5ea9-0ed5-41df-a1bd-21268ebbf0b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 7491 | 2024.11.14 04:52:09.548313 [ 250 ] {36de5ea9-0ed5-41df-a1bd-21268ebbf0b4} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7492 | 2024.11.14 04:52:09.548550 [ 250 ] {36de5ea9-0ed5-41df-a1bd-21268ebbf0b4} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7493 | 2024.11.14 04:52:09.548677 [ 94 ] {} <Debug> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78) (MergerMutator): Selected 6 parts from all_1_34_7 to all_39_39_0 | ||
| 7494 | 2024.11.14 04:52:09.548718 [ 94 ] {} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7495 | 2024.11.14 04:52:09.548729 [ 250 ] {36de5ea9-0ed5-41df-a1bd-21268ebbf0b4} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001497 sec., 32064.128256513024 rows/sec., 2.31 MiB/sec. | ||
| 7496 | 2024.11.14 04:52:09.548748 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 7497 | 2024.11.14 04:52:09.548809 [ 250 ] {36de5ea9-0ed5-41df-a1bd-21268ebbf0b4} <Debug> TCPHandler: Processed in 0.001750261 sec. | ||
| 7498 | 2024.11.14 04:52:09.549148 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7499 | 2024.11.14 04:52:09.549144 [ 203 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_39_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_34_7 to all_39_39_0 into Compact with storage Full | ||
| 7500 | 2024.11.14 04:52:09.549577 [ 252 ] {fb366df8-42b7-4d4f-9eae-06f0aa76b29d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7501 | 2024.11.14 04:52:09.549718 [ 203 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_39_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7502 | 2024.11.14 04:52:09.549728 [ 252 ] {fb366df8-42b7-4d4f-9eae-06f0aa76b29d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7503 | 2024.11.14 04:52:09.549800 [ 203 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_34_7, total 66 rows starting from the beginning of the part | ||
| 7504 | 2024.11.14 04:52:09.550158 [ 203 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 10 rows starting from the beginning of the part | ||
| 7505 | 2024.11.14 04:52:09.550553 [ 203 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 48 rows starting from the beginning of the part | ||
| 7506 | 2024.11.14 04:52:09.550962 [ 203 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 48 rows starting from the beginning of the part | ||
| 7507 | 2024.11.14 04:52:09.551321 [ 203 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 4 rows starting from the beginning of the part | ||
| 7508 | 2024.11.14 04:52:09.551657 [ 203 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 48 rows starting from the beginning of the part | ||
| 7509 | 2024.11.14 04:52:09.552691 [ 252 ] {fb366df8-42b7-4d4f-9eae-06f0aa76b29d} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7510 | 2024.11.14 04:52:09.552770 [ 252 ] {fb366df8-42b7-4d4f-9eae-06f0aa76b29d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 7511 | 2024.11.14 04:52:09.553817 [ 252 ] {fb366df8-42b7-4d4f-9eae-06f0aa76b29d} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7512 | 2024.11.14 04:52:09.554470 [ 252 ] {fb366df8-42b7-4d4f-9eae-06f0aa76b29d} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7513 | 2024.11.14 04:52:09.554554 [ 203 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_39_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 224 rows, containing 5 columns (5 merged, 0 gathered) in 0.005720576 sec., 39156.89608878547 rows/sec., 2.95 MiB/sec. | ||
| 7514 | 2024.11.14 04:52:09.554807 [ 203 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_39_8} <Trace> MergedBlockOutputStream: filled checksums all_1_39_8 (state Temporary) | ||
| 7515 | 2024.11.14 04:52:09.555093 [ 252 ] {fb366df8-42b7-4d4f-9eae-06f0aa76b29d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005647 sec., 2479.192491588454 rows/sec., 173.63 KiB/sec. | ||
| 7516 | 2024.11.14 04:52:09.555438 [ 252 ] {fb366df8-42b7-4d4f-9eae-06f0aa76b29d} <Debug> TCPHandler: Processed in 0.006497728 sec. | ||
| 7517 | 2024.11.14 04:52:09.555679 [ 203 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_39_8} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_merge_all_1_39_8 to all_1_39_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7518 | 2024.11.14 04:52:09.555790 [ 203 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_39_8} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78) (MergerMutator): Merged 6 parts: [all_1_34_7, all_39_39_0] -> all_1_39_8 | ||
| 7519 | 2024.11.14 04:52:09.555817 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7520 | 2024.11.14 04:52:09.555935 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 7521 | 2024.11.14 04:52:09.556052 [ 250 ] {05ef7bdd-c207-47e3-bcc0-f5d910dd9f39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7522 | 2024.11.14 04:52:09.556112 [ 250 ] {05ef7bdd-c207-47e3-bcc0-f5d910dd9f39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7523 | 2024.11.14 04:52:09.556782 [ 250 ] {05ef7bdd-c207-47e3-bcc0-f5d910dd9f39} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7524 | 2024.11.14 04:52:09.556829 [ 250 ] {05ef7bdd-c207-47e3-bcc0-f5d910dd9f39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 7525 | 2024.11.14 04:52:09.557191 [ 250 ] {05ef7bdd-c207-47e3-bcc0-f5d910dd9f39} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 7526 | 2024.11.14 04:52:09.557428 [ 250 ] {05ef7bdd-c207-47e3-bcc0-f5d910dd9f39} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7527 | 2024.11.14 04:52:09.557548 [ 94 ] {} <Debug> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 7528 | 2024.11.14 04:52:09.557585 [ 94 ] {} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7529 | 2024.11.14 04:52:09.557604 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 7530 | 2024.11.14 04:52:09.557624 [ 250 ] {05ef7bdd-c207-47e3-bcc0-f5d910dd9f39} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.0016 sec., 8125 rows/sec., 506.59 KiB/sec. | ||
| 7531 | 2024.11.14 04:52:09.557837 [ 250 ] {05ef7bdd-c207-47e3-bcc0-f5d910dd9f39} <Debug> TCPHandler: Processed in 0.002201343 sec. | ||
| 7532 | 2024.11.14 04:52:09.557869 [ 193 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::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 | ||
| 7533 | 2024.11.14 04:52:09.558020 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7534 | 2024.11.14 04:52:09.558230 [ 193 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7535 | 2024.11.14 04:52:09.558286 [ 252 ] {93608b80-8ba0-43d9-9b2a-00896a069a04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7536 | 2024.11.14 04:52:09.558331 [ 193 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::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 | ||
| 7537 | 2024.11.14 04:52:09.558383 [ 252 ] {93608b80-8ba0-43d9-9b2a-00896a069a04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7538 | 2024.11.14 04:52:09.558868 [ 193 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::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 | ||
| 7539 | 2024.11.14 04:52:09.559201 [ 193 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::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 | ||
| 7540 | 2024.11.14 04:52:09.559542 [ 193 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::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 | ||
| 7541 | 2024.11.14 04:52:09.559860 [ 193 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::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 | ||
| 7542 | 2024.11.14 04:52:09.561337 [ 252 ] {93608b80-8ba0-43d9-9b2a-00896a069a04} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7543 | 2024.11.14 04:52:09.561409 [ 252 ] {93608b80-8ba0-43d9-9b2a-00896a069a04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 7544 | 2024.11.14 04:52:09.562205 [ 192 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004520731 sec., 14378.205648599751 rows/sec., 952.64 KiB/sec. | ||
| 7545 | 2024.11.14 04:52:09.562315 [ 252 ] {93608b80-8ba0-43d9-9b2a-00896a069a04} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 7546 | 2024.11.14 04:52:09.562332 [ 192 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 7547 | 2024.11.14 04:52:09.562616 [ 252 ] {93608b80-8ba0-43d9-9b2a-00896a069a04} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7548 | 2024.11.14 04:52:09.562678 [ 192 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_21_5} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7549 | 2024.11.14 04:52:09.562883 [ 192 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_21_5} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 7550 | 2024.11.14 04:52:09.562933 [ 252 ] {93608b80-8ba0-43d9-9b2a-00896a069a04} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.00471 sec., 89808.91719745223 rows/sec., 6.42 MiB/sec. | ||
| 7551 | 2024.11.14 04:52:09.562984 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 7552 | 2024.11.14 04:52:09.563033 [ 252 ] {93608b80-8ba0-43d9-9b2a-00896a069a04} <Debug> TCPHandler: Processed in 0.005104228 sec. | ||
| 7553 | 2024.11.14 04:52:09.563258 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7554 | 2024.11.14 04:52:09.563466 [ 250 ] {e68fd210-5d0b-4a99-a607-394878bedeb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7555 | 2024.11.14 04:52:09.563550 [ 250 ] {e68fd210-5d0b-4a99-a607-394878bedeb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7556 | 2024.11.14 04:52:09.564195 [ 250 ] {e68fd210-5d0b-4a99-a607-394878bedeb6} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7557 | 2024.11.14 04:52:09.564232 [ 250 ] {e68fd210-5d0b-4a99-a607-394878bedeb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 7558 | 2024.11.14 04:52:09.564596 [ 250 ] {e68fd210-5d0b-4a99-a607-394878bedeb6} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 7559 | 2024.11.14 04:52:09.564844 [ 250 ] {e68fd210-5d0b-4a99-a607-394878bedeb6} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7560 | 2024.11.14 04:52:09.565074 [ 250 ] {e68fd210-5d0b-4a99-a607-394878bedeb6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001654 sec., 3627.569528415961 rows/sec., 189.53 KiB/sec. | ||
| 7561 | 2024.11.14 04:52:09.565284 [ 250 ] {e68fd210-5d0b-4a99-a607-394878bedeb6} <Debug> TCPHandler: Processed in 0.002120351 sec. | ||
| 7562 | 2024.11.14 04:52:09.565490 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7563 | 2024.11.14 04:52:09.565627 [ 252 ] {ea27e502-30c4-42b2-b198-c6a7d5933c67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7564 | 2024.11.14 04:52:09.565689 [ 252 ] {ea27e502-30c4-42b2-b198-c6a7d5933c67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7565 | 2024.11.14 04:52:09.566311 [ 252 ] {ea27e502-30c4-42b2-b198-c6a7d5933c67} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7566 | 2024.11.14 04:52:09.566349 [ 252 ] {ea27e502-30c4-42b2-b198-c6a7d5933c67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 7567 | 2024.11.14 04:52:09.566743 [ 252 ] {ea27e502-30c4-42b2-b198-c6a7d5933c67} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7568 | 2024.11.14 04:52:09.566977 [ 252 ] {ea27e502-30c4-42b2-b198-c6a7d5933c67} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7569 | 2024.11.14 04:52:09.567207 [ 252 ] {ea27e502-30c4-42b2-b198-c6a7d5933c67} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001611 sec., 147113.59404096834 rows/sec., 9.86 MiB/sec. | ||
| 7570 | 2024.11.14 04:52:09.567257 [ 252 ] {ea27e502-30c4-42b2-b198-c6a7d5933c67} <Debug> TCPHandler: Processed in 0.001867774 sec. | ||
| 7571 | 2024.11.14 04:52:09.567456 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7572 | 2024.11.14 04:52:09.567676 [ 250 ] {48861878-effa-4247-b240-5ad8260f7a0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7573 | 2024.11.14 04:52:09.567771 [ 250 ] {48861878-effa-4247-b240-5ad8260f7a0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7574 | 2024.11.14 04:52:09.568343 [ 250 ] {48861878-effa-4247-b240-5ad8260f7a0c} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7575 | 2024.11.14 04:52:09.568378 [ 250 ] {48861878-effa-4247-b240-5ad8260f7a0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 7576 | 2024.11.14 04:52:09.568730 [ 250 ] {48861878-effa-4247-b240-5ad8260f7a0c} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 7577 | 2024.11.14 04:52:09.568972 [ 250 ] {48861878-effa-4247-b240-5ad8260f7a0c} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7578 | 2024.11.14 04:52:09.569194 [ 250 ] {48861878-effa-4247-b240-5ad8260f7a0c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001572 sec., 636.1323155216285 rows/sec., 42.86 KiB/sec. | ||
| 7579 | 2024.11.14 04:52:09.569404 [ 250 ] {48861878-effa-4247-b240-5ad8260f7a0c} <Debug> TCPHandler: Processed in 0.00205629 sec. | ||
| 7580 | 2024.11.14 04:52:09.569579 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7581 | 2024.11.14 04:52:09.569695 [ 252 ] {bce2e449-cd6c-41b9-b3b5-590336e82e2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7582 | 2024.11.14 04:52:09.569777 [ 252 ] {bce2e449-cd6c-41b9-b3b5-590336e82e2a} <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 | ||
| 7583 | 2024.11.14 04:52:09.570918 [ 252 ] {bce2e449-cd6c-41b9-b3b5-590336e82e2a} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7584 | 2024.11.14 04:52:09.570957 [ 252 ] {bce2e449-cd6c-41b9-b3b5-590336e82e2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 7585 | 2024.11.14 04:52:09.571602 [ 252 ] {bce2e449-cd6c-41b9-b3b5-590336e82e2a} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7586 | 2024.11.14 04:52:09.571848 [ 252 ] {bce2e449-cd6c-41b9-b3b5-590336e82e2a} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7587 | 2024.11.14 04:52:09.572040 [ 252 ] {bce2e449-cd6c-41b9-b3b5-590336e82e2a} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.00237 sec., 17299.57805907173 rows/sec., 31.00 MiB/sec. | ||
| 7588 | 2024.11.14 04:52:09.572128 [ 252 ] {bce2e449-cd6c-41b9-b3b5-590336e82e2a} <Debug> TCPHandler: Processed in 0.002606855 sec. | ||
| 7589 | 2024.11.14 04:52:09.572272 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7590 | 2024.11.14 04:52:09.572388 [ 250 ] {57e5a1ba-6f9b-4840-8a3a-7b9c8f2bf8c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7591 | 2024.11.14 04:52:09.572437 [ 250 ] {57e5a1ba-6f9b-4840-8a3a-7b9c8f2bf8c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7592 | 2024.11.14 04:52:09.572927 [ 250 ] {57e5a1ba-6f9b-4840-8a3a-7b9c8f2bf8c9} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7593 | 2024.11.14 04:52:09.572965 [ 250 ] {57e5a1ba-6f9b-4840-8a3a-7b9c8f2bf8c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 7594 | 2024.11.14 04:52:09.573330 [ 250 ] {57e5a1ba-6f9b-4840-8a3a-7b9c8f2bf8c9} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7595 | 2024.11.14 04:52:09.573565 [ 250 ] {57e5a1ba-6f9b-4840-8a3a-7b9c8f2bf8c9} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7596 | 2024.11.14 04:52:09.573816 [ 250 ] {57e5a1ba-6f9b-4840-8a3a-7b9c8f2bf8c9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001439 sec., 56984.01667824879 rows/sec., 3.62 MiB/sec. | ||
| 7597 | 2024.11.14 04:52:09.573881 [ 250 ] {57e5a1ba-6f9b-4840-8a3a-7b9c8f2bf8c9} <Debug> TCPHandler: Processed in 0.001656368 sec. | ||
| 7598 | 2024.11.14 04:52:09.717348 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:33412, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7599 | 2024.11.14 04:52:09.886209 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:58693, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7600 | 2024.11.14 04:52:10.252949 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:53071, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7601 | 2024.11.14 04:52:10.358342 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:35169, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7602 | 2024.11.14 04:52:10.460225 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:48830, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7603 | 2024.11.14 04:52:10.464601 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:45651, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7604 | 2024.11.14 04:52:10.503183 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:37187, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7605 | 2024.11.14 04:52:10.511525 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:39311, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7606 | 2024.11.14 04:52:10.515972 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:50143, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7607 | 2024.11.14 04:52:10.641717 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:44792, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7608 | 2024.11.14 04:52:10.658026 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:44906, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7609 | 2024.11.14 04:52:10.668428 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:53547, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7610 | 2024.11.14 04:52:10.671706 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:43173, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7611 | 2024.11.14 04:52:10.735404 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:37783, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7612 | 2024.11.14 04:52:10.751694 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:41567, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7613 | 2024.11.14 04:52:10.821565 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:53593, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7614 | 2024.11.14 04:52:11.354175 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:51722, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7615 | 2024.11.14 04:52:11.763547 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:37985, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7616 | 2024.11.14 04:52:11.901477 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:38551, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7617 | 2024.11.14 04:52:12.000179 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:62500, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7618 | 2024.11.14 04:52:12.115865 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:52517, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7619 | 2024.11.14 04:52:12.227614 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:47001, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7620 | 2024.11.14 04:52:12.234978 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:47871, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7621 | 2024.11.14 04:52:12.256245 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:36250, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7622 | 2024.11.14 04:52:14.530955 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7623 | 2024.11.14 04:52:14.531217 [ 250 ] {94024550-28e5-464c-8f15-e2b3367728ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7624 | 2024.11.14 04:52:14.531333 [ 250 ] {94024550-28e5-464c-8f15-e2b3367728ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7625 | 2024.11.14 04:52:14.532366 [ 250 ] {94024550-28e5-464c-8f15-e2b3367728ee} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7626 | 2024.11.14 04:52:14.532415 [ 250 ] {94024550-28e5-464c-8f15-e2b3367728ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 7627 | 2024.11.14 04:52:14.532822 [ 250 ] {94024550-28e5-464c-8f15-e2b3367728ee} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 7628 | 2024.11.14 04:52:14.533081 [ 250 ] {94024550-28e5-464c-8f15-e2b3367728ee} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7629 | 2024.11.14 04:52:14.533357 [ 250 ] {94024550-28e5-464c-8f15-e2b3367728ee} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002209 sec., 1810.7741059302853 rows/sec., 147.66 KiB/sec. | ||
| 7630 | 2024.11.14 04:52:14.533455 [ 250 ] {94024550-28e5-464c-8f15-e2b3367728ee} <Debug> TCPHandler: Processed in 0.002631836 sec. | ||
| 7631 | 2024.11.14 04:52:14.533845 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7632 | 2024.11.14 04:52:14.534119 [ 252 ] {3bd72352-5ef9-4833-9d95-7e870d0fa271} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7633 | 2024.11.14 04:52:14.534200 [ 252 ] {3bd72352-5ef9-4833-9d95-7e870d0fa271} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7634 | 2024.11.14 04:52:14.534963 [ 252 ] {3bd72352-5ef9-4833-9d95-7e870d0fa271} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7635 | 2024.11.14 04:52:14.535005 [ 252 ] {3bd72352-5ef9-4833-9d95-7e870d0fa271} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 7636 | 2024.11.14 04:52:14.535432 [ 252 ] {3bd72352-5ef9-4833-9d95-7e870d0fa271} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 7637 | 2024.11.14 04:52:14.535692 [ 252 ] {3bd72352-5ef9-4833-9d95-7e870d0fa271} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7638 | 2024.11.14 04:52:14.535915 [ 252 ] {3bd72352-5ef9-4833-9d95-7e870d0fa271} <Debug> executeQuery: Read 58 rows, 4.52 KiB in 0.001868 sec., 31049.250535331903 rows/sec., 2.37 MiB/sec. | ||
| 7639 | 2024.11.14 04:52:14.536030 [ 252 ] {3bd72352-5ef9-4833-9d95-7e870d0fa271} <Debug> TCPHandler: Processed in 0.002402559 sec. | ||
| 7640 | 2024.11.14 04:52:14.536228 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7641 | 2024.11.14 04:52:14.536366 [ 250 ] {91c2249b-18c2-41e6-8d9f-86a79c010709} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7642 | 2024.11.14 04:52:14.536424 [ 250 ] {91c2249b-18c2-41e6-8d9f-86a79c010709} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7643 | 2024.11.14 04:52:14.537091 [ 250 ] {91c2249b-18c2-41e6-8d9f-86a79c010709} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7644 | 2024.11.14 04:52:14.537132 [ 250 ] {91c2249b-18c2-41e6-8d9f-86a79c010709} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 7645 | 2024.11.14 04:52:14.537476 [ 250 ] {91c2249b-18c2-41e6-8d9f-86a79c010709} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7646 | 2024.11.14 04:52:14.537709 [ 250 ] {91c2249b-18c2-41e6-8d9f-86a79c010709} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7647 | 2024.11.14 04:52:14.537955 [ 250 ] {91c2249b-18c2-41e6-8d9f-86a79c010709} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001607 sec., 2489.1101431238335 rows/sec., 173.80 KiB/sec. | ||
| 7648 | 2024.11.14 04:52:14.538156 [ 250 ] {91c2249b-18c2-41e6-8d9f-86a79c010709} <Debug> TCPHandler: Processed in 0.002003198 sec. | ||
| 7649 | 2024.11.14 04:52:14.538379 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7650 | 2024.11.14 04:52:14.538512 [ 252 ] {3108b3a3-84f6-4dd2-a959-2a8fa5c66a33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7651 | 2024.11.14 04:52:14.538567 [ 252 ] {3108b3a3-84f6-4dd2-a959-2a8fa5c66a33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7652 | 2024.11.14 04:52:14.539172 [ 252 ] {3108b3a3-84f6-4dd2-a959-2a8fa5c66a33} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7653 | 2024.11.14 04:52:14.539210 [ 252 ] {3108b3a3-84f6-4dd2-a959-2a8fa5c66a33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 7654 | 2024.11.14 04:52:14.539572 [ 252 ] {3108b3a3-84f6-4dd2-a959-2a8fa5c66a33} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 7655 | 2024.11.14 04:52:14.539806 [ 252 ] {3108b3a3-84f6-4dd2-a959-2a8fa5c66a33} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7656 | 2024.11.14 04:52:14.539987 [ 252 ] {3108b3a3-84f6-4dd2-a959-2a8fa5c66a33} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001503 sec., 45242.84763805722 rows/sec., 3.54 MiB/sec. | ||
| 7657 | 2024.11.14 04:52:14.540039 [ 252 ] {3108b3a3-84f6-4dd2-a959-2a8fa5c66a33} <Debug> TCPHandler: Processed in 0.001775422 sec. | ||
| 7658 | 2024.11.14 04:52:14.540192 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7659 | 2024.11.14 04:52:14.540329 [ 250 ] {286a8d05-6f36-43f1-9bed-0b6f45a6473e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7660 | 2024.11.14 04:52:14.540390 [ 250 ] {286a8d05-6f36-43f1-9bed-0b6f45a6473e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7661 | 2024.11.14 04:52:14.541041 [ 250 ] {286a8d05-6f36-43f1-9bed-0b6f45a6473e} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7662 | 2024.11.14 04:52:14.541086 [ 250 ] {286a8d05-6f36-43f1-9bed-0b6f45a6473e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 7663 | 2024.11.14 04:52:14.541475 [ 250 ] {286a8d05-6f36-43f1-9bed-0b6f45a6473e} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 7664 | 2024.11.14 04:52:14.541712 [ 250 ] {286a8d05-6f36-43f1-9bed-0b6f45a6473e} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7665 | 2024.11.14 04:52:14.541928 [ 250 ] {286a8d05-6f36-43f1-9bed-0b6f45a6473e} <Debug> executeQuery: Read 130 rows, 9.27 KiB in 0.00162 sec., 80246.91358024692 rows/sec., 5.59 MiB/sec. | ||
| 7666 | 2024.11.14 04:52:14.542025 [ 250 ] {286a8d05-6f36-43f1-9bed-0b6f45a6473e} <Debug> TCPHandler: Processed in 0.001900575 sec. | ||
| 7667 | 2024.11.14 04:52:14.542208 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7668 | 2024.11.14 04:52:14.542354 [ 252 ] {53394401-95aa-4ef1-9a0e-330069b54078} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7669 | 2024.11.14 04:52:14.542414 [ 252 ] {53394401-95aa-4ef1-9a0e-330069b54078} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7670 | 2024.11.14 04:52:14.542981 [ 252 ] {53394401-95aa-4ef1-9a0e-330069b54078} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7671 | 2024.11.14 04:52:14.543026 [ 252 ] {53394401-95aa-4ef1-9a0e-330069b54078} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 7672 | 2024.11.14 04:52:14.543404 [ 252 ] {53394401-95aa-4ef1-9a0e-330069b54078} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 7673 | 2024.11.14 04:52:14.543636 [ 252 ] {53394401-95aa-4ef1-9a0e-330069b54078} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7674 | 2024.11.14 04:52:14.543850 [ 252 ] {53394401-95aa-4ef1-9a0e-330069b54078} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001527 sec., 31434.18467583497 rows/sec., 2.12 MiB/sec. | ||
| 7675 | 2024.11.14 04:52:14.543903 [ 252 ] {53394401-95aa-4ef1-9a0e-330069b54078} <Debug> TCPHandler: Processed in 0.001788241 sec. | ||
| 7676 | 2024.11.14 04:52:18.575856 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1090 | ||
| 7677 | 2024.11.14 04:52:18.578747 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7678 | 2024.11.14 04:52:18.578794 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 7679 | 2024.11.14 04:52:18.580191 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7680 | 2024.11.14 04:52:18.580505 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7681 | 2024.11.14 04:52:18.580689 [ 82 ] {} <Debug> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7682 | 2024.11.14 04:52:18.580754 [ 82 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7683 | 2024.11.14 04:52:18.580801 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 7684 | 2024.11.14 04:52:18.581348 [ 187 ] {517a6315-c66d-488d-99aa-0fdeb396e457::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 | ||
| 7685 | 2024.11.14 04:52:18.582688 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1090 | ||
| 7686 | 2024.11.14 04:52:18.583704 [ 187 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7687 | 2024.11.14 04:52:18.583879 [ 187 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 956 rows starting from the beginning of the part | ||
| 7688 | 2024.11.14 04:52:18.584483 [ 187 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 20 rows starting from the beginning of the part | ||
| 7689 | 2024.11.14 04:52:18.585064 [ 187 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 30 rows starting from the beginning of the part | ||
| 7690 | 2024.11.14 04:52:18.585613 [ 187 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 30 rows starting from the beginning of the part | ||
| 7691 | 2024.11.14 04:52:18.586126 [ 187 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 20 rows starting from the beginning of the part | ||
| 7692 | 2024.11.14 04:52:18.586619 [ 187 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 34 rows starting from the beginning of the part | ||
| 7693 | 2024.11.14 04:52:18.594627 [ 192 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1090 rows, containing 72 columns (72 merged, 0 gathered) in 0.013686237 sec., 79642.05208487913 rows/sec., 63.82 MiB/sec. | ||
| 7694 | 2024.11.14 04:52:18.596110 [ 193 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7695 | 2024.11.14 04:52:18.596937 [ 193 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_36_7} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7696 | 2024.11.14 04:52:18.597029 [ 193 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_36_7} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7697 | 2024.11.14 04:52:18.597337 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.57 MiB. | ||
| 7698 | 2024.11.14 04:52:19.532120 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7699 | 2024.11.14 04:52:19.532346 [ 250 ] {43938b0f-006b-47c4-a270-46c7688ef71e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7700 | 2024.11.14 04:52:19.532428 [ 250 ] {43938b0f-006b-47c4-a270-46c7688ef71e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7701 | 2024.11.14 04:52:19.533291 [ 250 ] {43938b0f-006b-47c4-a270-46c7688ef71e} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7702 | 2024.11.14 04:52:19.533340 [ 250 ] {43938b0f-006b-47c4-a270-46c7688ef71e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 7703 | 2024.11.14 04:52:19.533768 [ 250 ] {43938b0f-006b-47c4-a270-46c7688ef71e} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 7704 | 2024.11.14 04:52:19.534025 [ 250 ] {43938b0f-006b-47c4-a270-46c7688ef71e} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7705 | 2024.11.14 04:52:19.534293 [ 250 ] {43938b0f-006b-47c4-a270-46c7688ef71e} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002001 sec., 27986.006996501746 rows/sec., 2.14 MiB/sec. | ||
| 7706 | 2024.11.14 04:52:19.534368 [ 250 ] {43938b0f-006b-47c4-a270-46c7688ef71e} <Debug> TCPHandler: Processed in 0.002384879 sec. | ||
| 7707 | 2024.11.14 04:52:19.534691 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7708 | 2024.11.14 04:52:19.534900 [ 252 ] {351145cf-d193-43b6-aea4-379d756c2e90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7709 | 2024.11.14 04:52:19.534980 [ 252 ] {351145cf-d193-43b6-aea4-379d756c2e90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7710 | 2024.11.14 04:52:19.535770 [ 252 ] {351145cf-d193-43b6-aea4-379d756c2e90} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7711 | 2024.11.14 04:52:19.535816 [ 252 ] {351145cf-d193-43b6-aea4-379d756c2e90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 7712 | 2024.11.14 04:52:19.536244 [ 252 ] {351145cf-d193-43b6-aea4-379d756c2e90} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 7713 | 2024.11.14 04:52:19.536505 [ 252 ] {351145cf-d193-43b6-aea4-379d756c2e90} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7714 | 2024.11.14 04:52:19.536743 [ 252 ] {351145cf-d193-43b6-aea4-379d756c2e90} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001899 sec., 33701.94839389152 rows/sec., 2.63 MiB/sec. | ||
| 7715 | 2024.11.14 04:52:19.536808 [ 252 ] {351145cf-d193-43b6-aea4-379d756c2e90} <Debug> TCPHandler: Processed in 0.002304397 sec. | ||
| 7716 | 2024.11.14 04:52:19.536979 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7717 | 2024.11.14 04:52:19.537118 [ 250 ] {23ce2c2c-e3b5-4cfe-b541-911bd85a597f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7718 | 2024.11.14 04:52:19.537180 [ 250 ] {23ce2c2c-e3b5-4cfe-b541-911bd85a597f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7719 | 2024.11.14 04:52:19.537792 [ 250 ] {23ce2c2c-e3b5-4cfe-b541-911bd85a597f} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7720 | 2024.11.14 04:52:19.537831 [ 250 ] {23ce2c2c-e3b5-4cfe-b541-911bd85a597f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 7721 | 2024.11.14 04:52:19.538222 [ 250 ] {23ce2c2c-e3b5-4cfe-b541-911bd85a597f} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 7722 | 2024.11.14 04:52:19.538475 [ 250 ] {23ce2c2c-e3b5-4cfe-b541-911bd85a597f} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7723 | 2024.11.14 04:52:19.538652 [ 81 ] {} <Debug> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 7724 | 2024.11.14 04:52:19.538712 [ 250 ] {23ce2c2c-e3b5-4cfe-b541-911bd85a597f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001618 sec., 98887.51545117429 rows/sec., 6.89 MiB/sec. | ||
| 7725 | 2024.11.14 04:52:19.538739 [ 81 ] {} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7726 | 2024.11.14 04:52:19.538823 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 7727 | 2024.11.14 04:52:19.538830 [ 250 ] {23ce2c2c-e3b5-4cfe-b541-911bd85a597f} <Debug> TCPHandler: Processed in 0.001916965 sec. | ||
| 7728 | 2024.11.14 04:52:19.539143 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7729 | 2024.11.14 04:52:19.539194 [ 191 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::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 | ||
| 7730 | 2024.11.14 04:52:19.539503 [ 252 ] {e3a42e7d-be3e-4a71-b9db-dca23153f227} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7731 | 2024.11.14 04:52:19.539696 [ 252 ] {e3a42e7d-be3e-4a71-b9db-dca23153f227} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7732 | 2024.11.14 04:52:19.539970 [ 191 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7733 | 2024.11.14 04:52:19.540170 [ 191 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_61_12, total 13356 rows starting from the beginning of the part | ||
| 7734 | 2024.11.14 04:52:19.540731 [ 191 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 162 rows starting from the beginning of the part | ||
| 7735 | 2024.11.14 04:52:19.541220 [ 191 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 160 rows starting from the beginning of the part | ||
| 7736 | 2024.11.14 04:52:19.541620 [ 191 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 237 rows starting from the beginning of the part | ||
| 7737 | 2024.11.14 04:52:19.541773 [ 191 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 130 rows starting from the beginning of the part | ||
| 7738 | 2024.11.14 04:52:19.542080 [ 191 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 160 rows starting from the beginning of the part | ||
| 7739 | 2024.11.14 04:52:19.542826 [ 252 ] {e3a42e7d-be3e-4a71-b9db-dca23153f227} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7740 | 2024.11.14 04:52:19.542885 [ 252 ] {e3a42e7d-be3e-4a71-b9db-dca23153f227} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 7741 | 2024.11.14 04:52:19.543618 [ 252 ] {e3a42e7d-be3e-4a71-b9db-dca23153f227} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 7742 | 2024.11.14 04:52:19.543940 [ 252 ] {e3a42e7d-be3e-4a71-b9db-dca23153f227} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7743 | 2024.11.14 04:52:19.544167 [ 81 ] {} <Debug> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 7744 | 2024.11.14 04:52:19.544333 [ 81 ] {} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7745 | 2024.11.14 04:52:19.544430 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 7746 | 2024.11.14 04:52:19.544518 [ 252 ] {e3a42e7d-be3e-4a71-b9db-dca23153f227} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005095 sec., 11776.251226692837 rows/sec., 812.68 KiB/sec. | ||
| 7747 | 2024.11.14 04:52:19.544870 [ 252 ] {e3a42e7d-be3e-4a71-b9db-dca23153f227} <Debug> TCPHandler: Processed in 0.005897611 sec. | ||
| 7748 | 2024.11.14 04:52:19.545032 [ 192 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::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 | ||
| 7749 | 2024.11.14 04:52:19.545348 [ 192 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7750 | 2024.11.14 04:52:19.545428 [ 192 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3416 rows starting from the beginning of the part | ||
| 7751 | 2024.11.14 04:52:19.545757 [ 192 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::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 | ||
| 7752 | 2024.11.14 04:52:19.545963 [ 192 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 60 rows starting from the beginning of the part | ||
| 7753 | 2024.11.14 04:52:19.546172 [ 192 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 82 rows starting from the beginning of the part | ||
| 7754 | 2024.11.14 04:52:19.546405 [ 192 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 48 rows starting from the beginning of the part | ||
| 7755 | 2024.11.14 04:52:19.546506 [ 192 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 60 rows starting from the beginning of the part | ||
| 7756 | 2024.11.14 04:52:19.548748 [ 193 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14205 rows, containing 5 columns (5 merged, 0 gathered) in 0.009802324 sec., 1449146.141262011 rows/sec., 98.45 MiB/sec. | ||
| 7757 | 2024.11.14 04:52:19.549197 [ 196 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3726 rows, containing 4 columns (4 merged, 0 gathered) in 0.004597913 sec., 810367.6602841332 rows/sec., 53.04 MiB/sec. | ||
| 7758 | 2024.11.14 04:52:19.549287 [ 195 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 7759 | 2024.11.14 04:52:19.549504 [ 196 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 7760 | 2024.11.14 04:52:19.549786 [ 195 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7761 | 2024.11.14 04:52:19.549930 [ 195 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 7762 | 2024.11.14 04:52:19.549999 [ 196 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_66_13} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7763 | 2024.11.14 04:52:19.550105 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.70 MiB. | ||
| 7764 | 2024.11.14 04:52:19.550185 [ 196 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_66_13} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 7765 | 2024.11.14 04:52:19.550273 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. | ||
| 7766 | 2024.11.14 04:52:20.028095 [ 80 ] {} <Debug> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 7767 | 2024.11.14 04:52:20.028161 [ 80 ] {} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7768 | 2024.11.14 04:52:20.028187 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 7769 | 2024.11.14 04:52:20.028470 [ 193 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::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 | ||
| 7770 | 2024.11.14 04:52:20.028736 [ 193 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7771 | 2024.11.14 04:52:20.028801 [ 193 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 17 rows starting from the beginning of the part | ||
| 7772 | 2024.11.14 04:52:20.028937 [ 193 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part | ||
| 7773 | 2024.11.14 04:52:20.029123 [ 193 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part | ||
| 7774 | 2024.11.14 04:52:20.029390 [ 193 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part | ||
| 7775 | 2024.11.14 04:52:20.029486 [ 193 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part | ||
| 7776 | 2024.11.14 04:52:20.030542 [ 199 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21 rows, containing 4 columns (4 merged, 0 gathered) in 0.002260496 sec., 9289.996531734629 rows/sec., 625.99 KiB/sec. | ||
| 7777 | 2024.11.14 04:52:20.030742 [ 199 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 7778 | 2024.11.14 04:52:20.031129 [ 199 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_21_5} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7779 | 2024.11.14 04:52:20.031228 [ 199 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_21_5} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 7780 | 2024.11.14 04:52:20.031328 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 7781 | 2024.11.14 04:52:21.499268 [ 79 ] {} <Debug> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 7782 | 2024.11.14 04:52:21.499340 [ 79 ] {} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7783 | 2024.11.14 04:52:21.499362 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 7784 | 2024.11.14 04:52:21.499512 [ 197 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::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 | ||
| 7785 | 2024.11.14 04:52:21.499679 [ 197 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7786 | 2024.11.14 04:52:21.499720 [ 197 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 102 rows starting from the beginning of the part | ||
| 7787 | 2024.11.14 04:52:21.499797 [ 197 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part | ||
| 7788 | 2024.11.14 04:52:21.500020 [ 197 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part | ||
| 7789 | 2024.11.14 04:52:21.500295 [ 197 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part | ||
| 7790 | 2024.11.14 04:52:21.500435 [ 197 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part | ||
| 7791 | 2024.11.14 04:52:21.501501 [ 194 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 4 columns (4 merged, 0 gathered) in 0.00206257 sec., 61088.83577284649 rows/sec., 3.12 MiB/sec. | ||
| 7792 | 2024.11.14 04:52:21.501687 [ 194 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 7793 | 2024.11.14 04:52:21.502034 [ 194 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_21_5} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7794 | 2024.11.14 04:52:21.502128 [ 194 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_21_5} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 7795 | 2024.11.14 04:52:21.502230 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 7796 | 2024.11.14 04:52:23.292599 [ 78 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7797 | 2024.11.14 04:52:23.292655 [ 78 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7798 | 2024.11.14 04:52:24.538586 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7799 | 2024.11.14 04:52:24.538813 [ 250 ] {1ce422bb-e958-4b87-a6f9-f999a5beaaaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7800 | 2024.11.14 04:52:24.538899 [ 250 ] {1ce422bb-e958-4b87-a6f9-f999a5beaaaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7801 | 2024.11.14 04:52:24.539708 [ 250 ] {1ce422bb-e958-4b87-a6f9-f999a5beaaaa} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7802 | 2024.11.14 04:52:24.539753 [ 250 ] {1ce422bb-e958-4b87-a6f9-f999a5beaaaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 7803 | 2024.11.14 04:52:24.540179 [ 250 ] {1ce422bb-e958-4b87-a6f9-f999a5beaaaa} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7804 | 2024.11.14 04:52:24.540426 [ 250 ] {1ce422bb-e958-4b87-a6f9-f999a5beaaaa} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7805 | 2024.11.14 04:52:24.540656 [ 250 ] {1ce422bb-e958-4b87-a6f9-f999a5beaaaa} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001904 sec., 7352.941176470588 rows/sec., 529.31 KiB/sec. | ||
| 7806 | 2024.11.14 04:52:24.540714 [ 250 ] {1ce422bb-e958-4b87-a6f9-f999a5beaaaa} <Debug> TCPHandler: Processed in 0.002261805 sec. | ||
| 7807 | 2024.11.14 04:52:24.540990 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7808 | 2024.11.14 04:52:24.541204 [ 252 ] {e59d88f0-b08c-4cb3-86e6-6b5fee6febee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7809 | 2024.11.14 04:52:24.541289 [ 252 ] {e59d88f0-b08c-4cb3-86e6-6b5fee6febee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7810 | 2024.11.14 04:52:24.542210 [ 252 ] {e59d88f0-b08c-4cb3-86e6-6b5fee6febee} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7811 | 2024.11.14 04:52:24.542260 [ 252 ] {e59d88f0-b08c-4cb3-86e6-6b5fee6febee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 7812 | 2024.11.14 04:52:24.542771 [ 252 ] {e59d88f0-b08c-4cb3-86e6-6b5fee6febee} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 7813 | 2024.11.14 04:52:24.543033 [ 252 ] {e59d88f0-b08c-4cb3-86e6-6b5fee6febee} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7814 | 2024.11.14 04:52:24.543305 [ 252 ] {e59d88f0-b08c-4cb3-86e6-6b5fee6febee} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.002149 sec., 132619.8231735691 rows/sec., 11.70 MiB/sec. | ||
| 7815 | 2024.11.14 04:52:24.543396 [ 252 ] {e59d88f0-b08c-4cb3-86e6-6b5fee6febee} <Debug> TCPHandler: Processed in 0.002548164 sec. | ||
| 7816 | 2024.11.14 04:52:24.543794 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7817 | 2024.11.14 04:52:24.544111 [ 250 ] {f191d66e-2ed7-4bd0-b7d4-160e48213ef7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7818 | 2024.11.14 04:52:24.544199 [ 250 ] {f191d66e-2ed7-4bd0-b7d4-160e48213ef7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7819 | 2024.11.14 04:52:24.544924 [ 250 ] {f191d66e-2ed7-4bd0-b7d4-160e48213ef7} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7820 | 2024.11.14 04:52:24.544964 [ 250 ] {f191d66e-2ed7-4bd0-b7d4-160e48213ef7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 7821 | 2024.11.14 04:52:24.545317 [ 250 ] {f191d66e-2ed7-4bd0-b7d4-160e48213ef7} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7822 | 2024.11.14 04:52:24.545558 [ 250 ] {f191d66e-2ed7-4bd0-b7d4-160e48213ef7} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7823 | 2024.11.14 04:52:24.545781 [ 250 ] {f191d66e-2ed7-4bd0-b7d4-160e48213ef7} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001726 sec., 27809.965237543453 rows/sec., 2.00 MiB/sec. | ||
| 7824 | 2024.11.14 04:52:24.545833 [ 250 ] {f191d66e-2ed7-4bd0-b7d4-160e48213ef7} <Debug> TCPHandler: Processed in 0.002249325 sec. | ||
| 7825 | 2024.11.14 04:52:24.545995 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7826 | 2024.11.14 04:52:24.546141 [ 252 ] {cbb1ec97-d3a2-4b08-91b4-dd2a76841331} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7827 | 2024.11.14 04:52:24.546202 [ 252 ] {cbb1ec97-d3a2-4b08-91b4-dd2a76841331} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7828 | 2024.11.14 04:52:24.546844 [ 252 ] {cbb1ec97-d3a2-4b08-91b4-dd2a76841331} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7829 | 2024.11.14 04:52:24.546885 [ 252 ] {cbb1ec97-d3a2-4b08-91b4-dd2a76841331} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 7830 | 2024.11.14 04:52:24.547248 [ 252 ] {cbb1ec97-d3a2-4b08-91b4-dd2a76841331} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7831 | 2024.11.14 04:52:24.547500 [ 252 ] {cbb1ec97-d3a2-4b08-91b4-dd2a76841331} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7832 | 2024.11.14 04:52:24.547743 [ 252 ] {cbb1ec97-d3a2-4b08-91b4-dd2a76841331} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001637 sec., 8552.22968845449 rows/sec., 598.94 KiB/sec. | ||
| 7833 | 2024.11.14 04:52:24.547797 [ 252 ] {cbb1ec97-d3a2-4b08-91b4-dd2a76841331} <Debug> TCPHandler: Processed in 0.001871834 sec. | ||
| 7834 | 2024.11.14 04:52:24.547951 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7835 | 2024.11.14 04:52:24.548088 [ 250 ] {56b3b54e-306b-493d-a38d-b4490d98c10c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7836 | 2024.11.14 04:52:24.548144 [ 250 ] {56b3b54e-306b-493d-a38d-b4490d98c10c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7837 | 2024.11.14 04:52:24.548761 [ 250 ] {56b3b54e-306b-493d-a38d-b4490d98c10c} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7838 | 2024.11.14 04:52:24.548800 [ 250 ] {56b3b54e-306b-493d-a38d-b4490d98c10c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 7839 | 2024.11.14 04:52:24.549154 [ 250 ] {56b3b54e-306b-493d-a38d-b4490d98c10c} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7840 | 2024.11.14 04:52:24.549405 [ 250 ] {56b3b54e-306b-493d-a38d-b4490d98c10c} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7841 | 2024.11.14 04:52:24.549650 [ 250 ] {56b3b54e-306b-493d-a38d-b4490d98c10c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001593 sec., 8160.703075957314 rows/sec., 508.82 KiB/sec. | ||
| 7842 | 2024.11.14 04:52:24.549861 [ 250 ] {56b3b54e-306b-493d-a38d-b4490d98c10c} <Debug> TCPHandler: Processed in 0.001976467 sec. | ||
| 7843 | 2024.11.14 04:52:24.550038 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7844 | 2024.11.14 04:52:24.550179 [ 252 ] {d2d09eeb-03b8-415c-8525-fd6d689f3534} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7845 | 2024.11.14 04:52:24.550238 [ 252 ] {d2d09eeb-03b8-415c-8525-fd6d689f3534} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7846 | 2024.11.14 04:52:24.551011 [ 252 ] {d2d09eeb-03b8-415c-8525-fd6d689f3534} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7847 | 2024.11.14 04:52:24.551052 [ 252 ] {d2d09eeb-03b8-415c-8525-fd6d689f3534} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 7848 | 2024.11.14 04:52:24.551439 [ 252 ] {d2d09eeb-03b8-415c-8525-fd6d689f3534} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 7849 | 2024.11.14 04:52:24.551678 [ 252 ] {d2d09eeb-03b8-415c-8525-fd6d689f3534} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7850 | 2024.11.14 04:52:24.551923 [ 252 ] {d2d09eeb-03b8-415c-8525-fd6d689f3534} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001777 sec., 238041.64321890828 rows/sec., 17.02 MiB/sec. | ||
| 7851 | 2024.11.14 04:52:24.551977 [ 252 ] {d2d09eeb-03b8-415c-8525-fd6d689f3534} <Debug> TCPHandler: Processed in 0.002007958 sec. | ||
| 7852 | 2024.11.14 04:52:24.552126 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7853 | 2024.11.14 04:52:24.552262 [ 250 ] {c4b60eaf-e10f-4050-819d-0d5c1a4db2af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7854 | 2024.11.14 04:52:24.552320 [ 250 ] {c4b60eaf-e10f-4050-819d-0d5c1a4db2af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7855 | 2024.11.14 04:52:24.552816 [ 250 ] {c4b60eaf-e10f-4050-819d-0d5c1a4db2af} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7856 | 2024.11.14 04:52:24.552855 [ 250 ] {c4b60eaf-e10f-4050-819d-0d5c1a4db2af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 7857 | 2024.11.14 04:52:24.553210 [ 250 ] {c4b60eaf-e10f-4050-819d-0d5c1a4db2af} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7858 | 2024.11.14 04:52:24.553442 [ 250 ] {c4b60eaf-e10f-4050-819d-0d5c1a4db2af} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7859 | 2024.11.14 04:52:24.553694 [ 250 ] {c4b60eaf-e10f-4050-819d-0d5c1a4db2af} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001452 sec., 4132.231404958678 rows/sec., 215.89 KiB/sec. | ||
| 7860 | 2024.11.14 04:52:24.553771 [ 250 ] {c4b60eaf-e10f-4050-819d-0d5c1a4db2af} <Debug> TCPHandler: Processed in 0.001712199 sec. | ||
| 7861 | 2024.11.14 04:52:24.554006 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7862 | 2024.11.14 04:52:24.554180 [ 252 ] {d709ef7f-bb0d-405e-ae35-12fb47d88ec6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7863 | 2024.11.14 04:52:24.554244 [ 252 ] {d709ef7f-bb0d-405e-ae35-12fb47d88ec6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7864 | 2024.11.14 04:52:24.554868 [ 252 ] {d709ef7f-bb0d-405e-ae35-12fb47d88ec6} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7865 | 2024.11.14 04:52:24.554907 [ 252 ] {d709ef7f-bb0d-405e-ae35-12fb47d88ec6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 7866 | 2024.11.14 04:52:24.555308 [ 252 ] {d709ef7f-bb0d-405e-ae35-12fb47d88ec6} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 7867 | 2024.11.14 04:52:24.555547 [ 252 ] {d709ef7f-bb0d-405e-ae35-12fb47d88ec6} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7868 | 2024.11.14 04:52:24.555754 [ 252 ] {d709ef7f-bb0d-405e-ae35-12fb47d88ec6} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001605 sec., 147663.55140186916 rows/sec., 9.90 MiB/sec. | ||
| 7869 | 2024.11.14 04:52:24.555805 [ 252 ] {d709ef7f-bb0d-405e-ae35-12fb47d88ec6} <Debug> TCPHandler: Processed in 0.001947406 sec. | ||
| 7870 | 2024.11.14 04:52:24.555961 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7871 | 2024.11.14 04:52:24.556097 [ 250 ] {4cf81cb5-82c1-4c3d-b2ba-18c1811339ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7872 | 2024.11.14 04:52:24.556158 [ 250 ] {4cf81cb5-82c1-4c3d-b2ba-18c1811339ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7873 | 2024.11.14 04:52:24.556655 [ 250 ] {4cf81cb5-82c1-4c3d-b2ba-18c1811339ab} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7874 | 2024.11.14 04:52:24.556692 [ 250 ] {4cf81cb5-82c1-4c3d-b2ba-18c1811339ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 7875 | 2024.11.14 04:52:24.557044 [ 250 ] {4cf81cb5-82c1-4c3d-b2ba-18c1811339ab} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7876 | 2024.11.14 04:52:24.557279 [ 250 ] {4cf81cb5-82c1-4c3d-b2ba-18c1811339ab} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7877 | 2024.11.14 04:52:24.557534 [ 250 ] {4cf81cb5-82c1-4c3d-b2ba-18c1811339ab} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001466 sec., 682.1282401091405 rows/sec., 45.96 KiB/sec. | ||
| 7878 | 2024.11.14 04:52:24.557749 [ 250 ] {4cf81cb5-82c1-4c3d-b2ba-18c1811339ab} <Debug> TCPHandler: Processed in 0.001849603 sec. | ||
| 7879 | 2024.11.14 04:52:24.557930 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7880 | 2024.11.14 04:52:24.558068 [ 252 ] {db7a57b1-79bd-435e-bf2c-7a6b47bf9d83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7881 | 2024.11.14 04:52:24.558167 [ 252 ] {db7a57b1-79bd-435e-bf2c-7a6b47bf9d83} <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 | ||
| 7882 | 2024.11.14 04:52:24.559394 [ 252 ] {db7a57b1-79bd-435e-bf2c-7a6b47bf9d83} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7883 | 2024.11.14 04:52:24.559434 [ 252 ] {db7a57b1-79bd-435e-bf2c-7a6b47bf9d83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 7884 | 2024.11.14 04:52:24.560179 [ 252 ] {db7a57b1-79bd-435e-bf2c-7a6b47bf9d83} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7885 | 2024.11.14 04:52:24.560437 [ 252 ] {db7a57b1-79bd-435e-bf2c-7a6b47bf9d83} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7886 | 2024.11.14 04:52:24.560674 [ 252 ] {db7a57b1-79bd-435e-bf2c-7a6b47bf9d83} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002636 sec., 15553.869499241275 rows/sec., 27.87 MiB/sec. | ||
| 7887 | 2024.11.14 04:52:24.560764 [ 252 ] {db7a57b1-79bd-435e-bf2c-7a6b47bf9d83} <Debug> TCPHandler: Processed in 0.002906274 sec. | ||
| 7888 | 2024.11.14 04:52:24.560916 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7889 | 2024.11.14 04:52:24.561061 [ 250 ] {5f311c51-5b3e-4201-99f7-db2351dc699e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7890 | 2024.11.14 04:52:24.561121 [ 250 ] {5f311c51-5b3e-4201-99f7-db2351dc699e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7891 | 2024.11.14 04:52:24.561651 [ 250 ] {5f311c51-5b3e-4201-99f7-db2351dc699e} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7892 | 2024.11.14 04:52:24.561690 [ 250 ] {5f311c51-5b3e-4201-99f7-db2351dc699e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 7893 | 2024.11.14 04:52:24.562064 [ 250 ] {5f311c51-5b3e-4201-99f7-db2351dc699e} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 7894 | 2024.11.14 04:52:24.562304 [ 250 ] {5f311c51-5b3e-4201-99f7-db2351dc699e} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7895 | 2024.11.14 04:52:24.562505 [ 250 ] {5f311c51-5b3e-4201-99f7-db2351dc699e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001477 sec., 55517.94177386595 rows/sec., 3.53 MiB/sec. | ||
| 7896 | 2024.11.14 04:52:24.562553 [ 250 ] {5f311c51-5b3e-4201-99f7-db2351dc699e} <Debug> TCPHandler: Processed in 0.0017029 sec. | ||
| 7897 | 2024.11.14 04:52:28.583928 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1120 | ||
| 7898 | 2024.11.14 04:52:28.586726 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7899 | 2024.11.14 04:52:28.586772 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 7900 | 2024.11.14 04:52:28.588240 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7901 | 2024.11.14 04:52:28.588556 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7902 | 2024.11.14 04:52:28.589061 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1120 | ||
| 7903 | 2024.11.14 04:52:29.530847 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7904 | 2024.11.14 04:52:29.531064 [ 250 ] {c4a8c2e9-827d-4a76-8423-73981f3bfdda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7905 | 2024.11.14 04:52:29.531143 [ 250 ] {c4a8c2e9-827d-4a76-8423-73981f3bfdda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7906 | 2024.11.14 04:52:29.531927 [ 250 ] {c4a8c2e9-827d-4a76-8423-73981f3bfdda} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7907 | 2024.11.14 04:52:29.531968 [ 250 ] {c4a8c2e9-827d-4a76-8423-73981f3bfdda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 7908 | 2024.11.14 04:52:29.532390 [ 250 ] {c4a8c2e9-827d-4a76-8423-73981f3bfdda} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 7909 | 2024.11.14 04:52:29.532650 [ 250 ] {c4a8c2e9-827d-4a76-8423-73981f3bfdda} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7910 | 2024.11.14 04:52:29.532904 [ 250 ] {c4a8c2e9-827d-4a76-8423-73981f3bfdda} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001884 sec., 5307.855626326964 rows/sec., 432.82 KiB/sec. | ||
| 7911 | 2024.11.14 04:52:29.533058 [ 250 ] {c4a8c2e9-827d-4a76-8423-73981f3bfdda} <Debug> TCPHandler: Processed in 0.002342248 sec. | ||
| 7912 | 2024.11.14 04:52:29.533362 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7913 | 2024.11.14 04:52:29.533574 [ 252 ] {2419dbe7-727b-4330-a3fb-c5e2d10aaf11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7914 | 2024.11.14 04:52:29.533652 [ 252 ] {2419dbe7-727b-4330-a3fb-c5e2d10aaf11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7915 | 2024.11.14 04:52:29.534407 [ 252 ] {2419dbe7-727b-4330-a3fb-c5e2d10aaf11} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7916 | 2024.11.14 04:52:29.534453 [ 252 ] {2419dbe7-727b-4330-a3fb-c5e2d10aaf11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 7917 | 2024.11.14 04:52:29.534891 [ 252 ] {2419dbe7-727b-4330-a3fb-c5e2d10aaf11} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 7918 | 2024.11.14 04:52:29.535146 [ 252 ] {2419dbe7-727b-4330-a3fb-c5e2d10aaf11} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7919 | 2024.11.14 04:52:29.535322 [ 69 ] {} <Debug> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 7920 | 2024.11.14 04:52:29.535392 [ 252 ] {2419dbe7-727b-4330-a3fb-c5e2d10aaf11} <Debug> executeQuery: Read 61 rows, 4.74 KiB in 0.001873 sec., 32568.072610784835 rows/sec., 2.47 MiB/sec. | ||
| 7921 | 2024.11.14 04:52:29.535404 [ 69 ] {} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7922 | 2024.11.14 04:52:29.535477 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 7923 | 2024.11.14 04:52:29.535509 [ 252 ] {2419dbe7-727b-4330-a3fb-c5e2d10aaf11} <Debug> TCPHandler: Processed in 0.002301247 sec. | ||
| 7924 | 2024.11.14 04:52:29.535715 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7925 | 2024.11.14 04:52:29.535724 [ 190 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::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 | ||
| 7926 | 2024.11.14 04:52:29.535884 [ 250 ] {f329c8d0-55c4-4047-b333-55a55b23d45c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7927 | 2024.11.14 04:52:29.535903 [ 190 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7928 | 2024.11.14 04:52:29.535957 [ 190 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1434 rows starting from the beginning of the part | ||
| 7929 | 2024.11.14 04:52:29.535959 [ 250 ] {f329c8d0-55c4-4047-b333-55a55b23d45c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7930 | 2024.11.14 04:52:29.536225 [ 190 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 285 rows starting from the beginning of the part | ||
| 7931 | 2024.11.14 04:52:29.536609 [ 190 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 58 rows starting from the beginning of the part | ||
| 7932 | 2024.11.14 04:52:29.537035 [ 190 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::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 | ||
| 7933 | 2024.11.14 04:52:29.537441 [ 190 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 285 rows starting from the beginning of the part | ||
| 7934 | 2024.11.14 04:52:29.537789 [ 190 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 61 rows starting from the beginning of the part | ||
| 7935 | 2024.11.14 04:52:29.538577 [ 250 ] {f329c8d0-55c4-4047-b333-55a55b23d45c} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7936 | 2024.11.14 04:52:29.538620 [ 250 ] {f329c8d0-55c4-4047-b333-55a55b23d45c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 7937 | 2024.11.14 04:52:29.539113 [ 250 ] {f329c8d0-55c4-4047-b333-55a55b23d45c} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 7938 | 2024.11.14 04:52:29.539411 [ 250 ] {f329c8d0-55c4-4047-b333-55a55b23d45c} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7939 | 2024.11.14 04:52:29.539675 [ 250 ] {f329c8d0-55c4-4047-b333-55a55b23d45c} <Debug> executeQuery: Read 10 rows, 715.00 B in 0.003832 sec., 2609.603340292276 rows/sec., 182.21 KiB/sec. | ||
| 7940 | 2024.11.14 04:52:29.539783 [ 250 ] {f329c8d0-55c4-4047-b333-55a55b23d45c} <Debug> TCPHandler: Processed in 0.004160851 sec. | ||
| 7941 | 2024.11.14 04:52:29.539965 [ 190 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2179 rows, containing 5 columns (5 merged, 0 gathered) in 0.004381327 sec., 497337.9069857146 rows/sec., 43.73 MiB/sec. | ||
| 7942 | 2024.11.14 04:52:29.540013 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7943 | 2024.11.14 04:52:29.540195 [ 190 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 7944 | 2024.11.14 04:52:29.540203 [ 252 ] {f42fc829-c08f-4c26-99bd-d26a1bcd7c1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7945 | 2024.11.14 04:52:29.540304 [ 252 ] {f42fc829-c08f-4c26-99bd-d26a1bcd7c1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7946 | 2024.11.14 04:52:29.540688 [ 190 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_71_14} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7947 | 2024.11.14 04:52:29.540963 [ 190 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_71_14} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 7948 | 2024.11.14 04:52:29.541126 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 7949 | 2024.11.14 04:52:29.541453 [ 252 ] {f42fc829-c08f-4c26-99bd-d26a1bcd7c1f} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7950 | 2024.11.14 04:52:29.541496 [ 252 ] {f42fc829-c08f-4c26-99bd-d26a1bcd7c1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 7951 | 2024.11.14 04:52:29.541870 [ 252 ] {f42fc829-c08f-4c26-99bd-d26a1bcd7c1f} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 7952 | 2024.11.14 04:52:29.542107 [ 252 ] {f42fc829-c08f-4c26-99bd-d26a1bcd7c1f} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7953 | 2024.11.14 04:52:29.542275 [ 69 ] {} <Debug> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 7954 | 2024.11.14 04:52:29.542332 [ 69 ] {} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7955 | 2024.11.14 04:52:29.542348 [ 252 ] {f42fc829-c08f-4c26-99bd-d26a1bcd7c1f} <Debug> executeQuery: Read 74 rows, 5.93 KiB in 0.002195 sec., 33712.98405466971 rows/sec., 2.64 MiB/sec. | ||
| 7956 | 2024.11.14 04:52:29.542366 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 7957 | 2024.11.14 04:52:29.542525 [ 252 ] {f42fc829-c08f-4c26-99bd-d26a1bcd7c1f} <Debug> TCPHandler: Processed in 0.002624486 sec. | ||
| 7958 | 2024.11.14 04:52:29.542609 [ 198 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::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 | ||
| 7959 | 2024.11.14 04:52:29.542705 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7960 | 2024.11.14 04:52:29.542764 [ 198 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7961 | 2024.11.14 04:52:29.542812 [ 198 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 915 rows starting from the beginning of the part | ||
| 7962 | 2024.11.14 04:52:29.542850 [ 250 ] {eeabc7e9-d9dd-463f-8ec6-6676eb6e6b31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7963 | 2024.11.14 04:52:29.543011 [ 250 ] {eeabc7e9-d9dd-463f-8ec6-6676eb6e6b31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7964 | 2024.11.14 04:52:29.543027 [ 198 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 423 rows starting from the beginning of the part | ||
| 7965 | 2024.11.14 04:52:29.543456 [ 198 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 68 rows starting from the beginning of the part | ||
| 7966 | 2024.11.14 04:52:29.543805 [ 198 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::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 | ||
| 7967 | 2024.11.14 04:52:29.544118 [ 198 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 423 rows starting from the beginning of the part | ||
| 7968 | 2024.11.14 04:52:29.544477 [ 198 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 74 rows starting from the beginning of the part | ||
| 7969 | 2024.11.14 04:52:29.545349 [ 250 ] {eeabc7e9-d9dd-463f-8ec6-6676eb6e6b31} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7970 | 2024.11.14 04:52:29.545395 [ 250 ] {eeabc7e9-d9dd-463f-8ec6-6676eb6e6b31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 7971 | 2024.11.14 04:52:29.546030 [ 250 ] {eeabc7e9-d9dd-463f-8ec6-6676eb6e6b31} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 7972 | 2024.11.14 04:52:29.546382 [ 250 ] {eeabc7e9-d9dd-463f-8ec6-6676eb6e6b31} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7973 | 2024.11.14 04:52:29.546392 [ 198 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1967 rows, containing 5 columns (5 merged, 0 gathered) in 0.003920863 sec., 501675.2689395166 rows/sec., 38.42 MiB/sec. | ||
| 7974 | 2024.11.14 04:52:29.546623 [ 198 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 7975 | 2024.11.14 04:52:29.546799 [ 250 ] {eeabc7e9-d9dd-463f-8ec6-6676eb6e6b31} <Debug> executeQuery: Read 133 rows, 9.48 KiB in 0.003963 sec., 33560.43401463537 rows/sec., 2.34 MiB/sec. | ||
| 7976 | 2024.11.14 04:52:29.546957 [ 250 ] {eeabc7e9-d9dd-463f-8ec6-6676eb6e6b31} <Debug> TCPHandler: Processed in 0.004297004 sec. | ||
| 7977 | 2024.11.14 04:52:29.547344 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7978 | 2024.11.14 04:52:29.547648 [ 198 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_71_14} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7979 | 2024.11.14 04:52:29.547829 [ 252 ] {9b3481ca-bb70-41a3-b746-46c63d0df91a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7980 | 2024.11.14 04:52:29.547964 [ 198 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_71_14} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 7981 | 2024.11.14 04:52:29.548036 [ 252 ] {9b3481ca-bb70-41a3-b746-46c63d0df91a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7982 | 2024.11.14 04:52:29.548224 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 7983 | 2024.11.14 04:52:29.549051 [ 252 ] {9b3481ca-bb70-41a3-b746-46c63d0df91a} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7984 | 2024.11.14 04:52:29.549094 [ 252 ] {9b3481ca-bb70-41a3-b746-46c63d0df91a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 7985 | 2024.11.14 04:52:29.549480 [ 252 ] {9b3481ca-bb70-41a3-b746-46c63d0df91a} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 7986 | 2024.11.14 04:52:29.549726 [ 252 ] {9b3481ca-bb70-41a3-b746-46c63d0df91a} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7987 | 2024.11.14 04:52:29.549931 [ 252 ] {9b3481ca-bb70-41a3-b746-46c63d0df91a} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.002297 sec., 20896.821941663038 rows/sec., 1.41 MiB/sec. | ||
| 7988 | 2024.11.14 04:52:29.549981 [ 252 ] {9b3481ca-bb70-41a3-b746-46c63d0df91a} <Debug> TCPHandler: Processed in 0.002878403 sec. | ||
| 7989 | 2024.11.14 04:52:34.532295 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7990 | 2024.11.14 04:52:34.532508 [ 250 ] {dc358209-03db-45eb-9237-07e5fd02f5a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7991 | 2024.11.14 04:52:34.532591 [ 250 ] {dc358209-03db-45eb-9237-07e5fd02f5a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7992 | 2024.11.14 04:52:34.533365 [ 250 ] {dc358209-03db-45eb-9237-07e5fd02f5a4} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7993 | 2024.11.14 04:52:34.533417 [ 250 ] {dc358209-03db-45eb-9237-07e5fd02f5a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 7994 | 2024.11.14 04:52:34.533857 [ 250 ] {dc358209-03db-45eb-9237-07e5fd02f5a4} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 7995 | 2024.11.14 04:52:34.534124 [ 250 ] {dc358209-03db-45eb-9237-07e5fd02f5a4} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7996 | 2024.11.14 04:52:34.534356 [ 250 ] {dc358209-03db-45eb-9237-07e5fd02f5a4} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.0019 sec., 29473.684210526317 rows/sec., 2.25 MiB/sec. | ||
| 7997 | 2024.11.14 04:52:34.534481 [ 250 ] {dc358209-03db-45eb-9237-07e5fd02f5a4} <Debug> TCPHandler: Processed in 0.002309497 sec. | ||
| 7998 | 2024.11.14 04:52:34.534784 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7999 | 2024.11.14 04:52:34.534973 [ 252 ] {0e5e85f3-8f73-4950-8c53-c5ca3842e777} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8000 | 2024.11.14 04:52:34.535049 [ 252 ] {0e5e85f3-8f73-4950-8c53-c5ca3842e777} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8001 | 2024.11.14 04:52:34.535878 [ 252 ] {0e5e85f3-8f73-4950-8c53-c5ca3842e777} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8002 | 2024.11.14 04:52:34.535932 [ 252 ] {0e5e85f3-8f73-4950-8c53-c5ca3842e777} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 8003 | 2024.11.14 04:52:34.536397 [ 252 ] {0e5e85f3-8f73-4950-8c53-c5ca3842e777} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 8004 | 2024.11.14 04:52:34.536652 [ 252 ] {0e5e85f3-8f73-4950-8c53-c5ca3842e777} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8005 | 2024.11.14 04:52:34.536907 [ 252 ] {0e5e85f3-8f73-4950-8c53-c5ca3842e777} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001986 sec., 32225.579053373618 rows/sec., 2.52 MiB/sec. | ||
| 8006 | 2024.11.14 04:52:34.536976 [ 252 ] {0e5e85f3-8f73-4950-8c53-c5ca3842e777} <Debug> TCPHandler: Processed in 0.002357418 sec. | ||
| 8007 | 2024.11.14 04:52:34.537137 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8008 | 2024.11.14 04:52:34.537258 [ 250 ] {36199dd3-464a-4951-b759-cf3294f8f0f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8009 | 2024.11.14 04:52:34.537311 [ 250 ] {36199dd3-464a-4951-b759-cf3294f8f0f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8010 | 2024.11.14 04:52:34.537909 [ 250 ] {36199dd3-464a-4951-b759-cf3294f8f0f1} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8011 | 2024.11.14 04:52:34.537950 [ 250 ] {36199dd3-464a-4951-b759-cf3294f8f0f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 8012 | 2024.11.14 04:52:34.538352 [ 250 ] {36199dd3-464a-4951-b759-cf3294f8f0f1} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8013 | 2024.11.14 04:52:34.538600 [ 250 ] {36199dd3-464a-4951-b759-cf3294f8f0f1} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8014 | 2024.11.14 04:52:34.538824 [ 250 ] {36199dd3-464a-4951-b759-cf3294f8f0f1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001592 sec., 100502.51256281407 rows/sec., 7.00 MiB/sec. | ||
| 8015 | 2024.11.14 04:52:34.538875 [ 250 ] {36199dd3-464a-4951-b759-cf3294f8f0f1} <Debug> TCPHandler: Processed in 0.001794792 sec. | ||
| 8016 | 2024.11.14 04:52:34.539089 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8017 | 2024.11.14 04:52:34.539239 [ 252 ] {5af56b9e-b921-4fa3-889f-984bcac7e941} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8018 | 2024.11.14 04:52:34.539306 [ 252 ] {5af56b9e-b921-4fa3-889f-984bcac7e941} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8019 | 2024.11.14 04:52:34.539912 [ 252 ] {5af56b9e-b921-4fa3-889f-984bcac7e941} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8020 | 2024.11.14 04:52:34.539955 [ 252 ] {5af56b9e-b921-4fa3-889f-984bcac7e941} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 8021 | 2024.11.14 04:52:34.540356 [ 252 ] {5af56b9e-b921-4fa3-889f-984bcac7e941} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8022 | 2024.11.14 04:52:34.540602 [ 252 ] {5af56b9e-b921-4fa3-889f-984bcac7e941} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8023 | 2024.11.14 04:52:34.540842 [ 252 ] {5af56b9e-b921-4fa3-889f-984bcac7e941} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001636 sec., 36674.81662591687 rows/sec., 2.47 MiB/sec. | ||
| 8024 | 2024.11.14 04:52:34.540934 [ 252 ] {5af56b9e-b921-4fa3-889f-984bcac7e941} <Debug> TCPHandler: Processed in 0.001928416 sec. | ||
| 8025 | 2024.11.14 04:52:36.330902 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52437, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8026 | 2024.11.14 04:52:36.607386 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40410, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8027 | 2024.11.14 04:52:36.690814 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40881, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8028 | 2024.11.14 04:52:36.696135 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38310, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8029 | 2024.11.14 04:52:36.794506 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65252, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8030 | 2024.11.14 04:52:36.808802 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55503, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8031 | 2024.11.14 04:52:36.834137 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48753, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8032 | 2024.11.14 04:52:36.858449 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33076, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8033 | 2024.11.14 04:52:38.292893 [ 59 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8034 | 2024.11.14 04:52:38.292953 [ 59 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8035 | 2024.11.14 04:52:38.590130 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1140 | ||
| 8036 | 2024.11.14 04:52:38.592736 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8037 | 2024.11.14 04:52:38.592784 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 8038 | 2024.11.14 04:52:38.594208 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 8039 | 2024.11.14 04:52:38.594514 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8040 | 2024.11.14 04:52:38.595028 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1140 | ||
| 8041 | 2024.11.14 04:52:39.538649 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8042 | 2024.11.14 04:52:39.538879 [ 250 ] {f3f9ace5-c1f4-4fcd-8249-132c45a3bd12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8043 | 2024.11.14 04:52:39.538953 [ 250 ] {f3f9ace5-c1f4-4fcd-8249-132c45a3bd12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8044 | 2024.11.14 04:52:39.539693 [ 250 ] {f3f9ace5-c1f4-4fcd-8249-132c45a3bd12} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8045 | 2024.11.14 04:52:39.539734 [ 250 ] {f3f9ace5-c1f4-4fcd-8249-132c45a3bd12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 8046 | 2024.11.14 04:52:39.540172 [ 250 ] {f3f9ace5-c1f4-4fcd-8249-132c45a3bd12} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 8047 | 2024.11.14 04:52:39.540441 [ 250 ] {f3f9ace5-c1f4-4fcd-8249-132c45a3bd12} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8048 | 2024.11.14 04:52:39.540666 [ 250 ] {f3f9ace5-c1f4-4fcd-8249-132c45a3bd12} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001836 sec., 7625.272331154684 rows/sec., 548.92 KiB/sec. | ||
| 8049 | 2024.11.14 04:52:39.540800 [ 250 ] {f3f9ace5-c1f4-4fcd-8249-132c45a3bd12} <Debug> TCPHandler: Processed in 0.002282256 sec. | ||
| 8050 | 2024.11.14 04:52:39.541164 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8051 | 2024.11.14 04:52:39.541388 [ 252 ] {11c0cc1d-7628-4857-8317-80497ea4fb09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8052 | 2024.11.14 04:52:39.541476 [ 252 ] {11c0cc1d-7628-4857-8317-80497ea4fb09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8053 | 2024.11.14 04:52:39.542547 [ 252 ] {11c0cc1d-7628-4857-8317-80497ea4fb09} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8054 | 2024.11.14 04:52:39.542607 [ 252 ] {11c0cc1d-7628-4857-8317-80497ea4fb09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 8055 | 2024.11.14 04:52:39.543152 [ 252 ] {11c0cc1d-7628-4857-8317-80497ea4fb09} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 8056 | 2024.11.14 04:52:39.543411 [ 252 ] {11c0cc1d-7628-4857-8317-80497ea4fb09} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8057 | 2024.11.14 04:52:39.543666 [ 252 ] {11c0cc1d-7628-4857-8317-80497ea4fb09} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.002337 sec., 121951.21951219512 rows/sec., 10.76 MiB/sec. | ||
| 8058 | 2024.11.14 04:52:39.543753 [ 252 ] {11c0cc1d-7628-4857-8317-80497ea4fb09} <Debug> TCPHandler: Processed in 0.002789131 sec. | ||
| 8059 | 2024.11.14 04:52:39.543935 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8060 | 2024.11.14 04:52:39.544083 [ 250 ] {8c3f93f3-5ae6-4a23-83c4-0d752ad50f81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8061 | 2024.11.14 04:52:39.544165 [ 250 ] {8c3f93f3-5ae6-4a23-83c4-0d752ad50f81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8062 | 2024.11.14 04:52:39.544889 [ 250 ] {8c3f93f3-5ae6-4a23-83c4-0d752ad50f81} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8063 | 2024.11.14 04:52:39.544927 [ 250 ] {8c3f93f3-5ae6-4a23-83c4-0d752ad50f81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 8064 | 2024.11.14 04:52:39.545290 [ 250 ] {8c3f93f3-5ae6-4a23-83c4-0d752ad50f81} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8065 | 2024.11.14 04:52:39.545534 [ 250 ] {8c3f93f3-5ae6-4a23-83c4-0d752ad50f81} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8066 | 2024.11.14 04:52:39.545713 [ 250 ] {8c3f93f3-5ae6-4a23-83c4-0d752ad50f81} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001663 sec., 28863.499699338547 rows/sec., 2.08 MiB/sec. | ||
| 8067 | 2024.11.14 04:52:39.545764 [ 250 ] {8c3f93f3-5ae6-4a23-83c4-0d752ad50f81} <Debug> TCPHandler: Processed in 0.001896425 sec. | ||
| 8068 | 2024.11.14 04:52:39.545952 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8069 | 2024.11.14 04:52:39.546107 [ 252 ] {1148f32d-7a0f-4ce7-8230-fa1dd1d5b94b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8070 | 2024.11.14 04:52:39.546161 [ 252 ] {1148f32d-7a0f-4ce7-8230-fa1dd1d5b94b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8071 | 2024.11.14 04:52:39.546780 [ 252 ] {1148f32d-7a0f-4ce7-8230-fa1dd1d5b94b} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8072 | 2024.11.14 04:52:39.546823 [ 252 ] {1148f32d-7a0f-4ce7-8230-fa1dd1d5b94b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 8073 | 2024.11.14 04:52:39.547189 [ 252 ] {1148f32d-7a0f-4ce7-8230-fa1dd1d5b94b} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 8074 | 2024.11.14 04:52:39.547425 [ 252 ] {1148f32d-7a0f-4ce7-8230-fa1dd1d5b94b} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8075 | 2024.11.14 04:52:39.547681 [ 252 ] {1148f32d-7a0f-4ce7-8230-fa1dd1d5b94b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001603 sec., 8733.624454148472 rows/sec., 611.65 KiB/sec. | ||
| 8076 | 2024.11.14 04:52:39.547881 [ 252 ] {1148f32d-7a0f-4ce7-8230-fa1dd1d5b94b} <Debug> TCPHandler: Processed in 0.001984857 sec. | ||
| 8077 | 2024.11.14 04:52:39.548075 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8078 | 2024.11.14 04:52:39.548192 [ 250 ] {6179b958-581b-45f5-b54f-4af05579a374} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8079 | 2024.11.14 04:52:39.548240 [ 250 ] {6179b958-581b-45f5-b54f-4af05579a374} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8080 | 2024.11.14 04:52:39.548828 [ 250 ] {6179b958-581b-45f5-b54f-4af05579a374} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8081 | 2024.11.14 04:52:39.548866 [ 250 ] {6179b958-581b-45f5-b54f-4af05579a374} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 8082 | 2024.11.14 04:52:39.549220 [ 250 ] {6179b958-581b-45f5-b54f-4af05579a374} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 8083 | 2024.11.14 04:52:39.549460 [ 250 ] {6179b958-581b-45f5-b54f-4af05579a374} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8084 | 2024.11.14 04:52:39.549672 [ 250 ] {6179b958-581b-45f5-b54f-4af05579a374} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001502 sec., 8655.126498002663 rows/sec., 539.65 KiB/sec. | ||
| 8085 | 2024.11.14 04:52:39.549898 [ 250 ] {6179b958-581b-45f5-b54f-4af05579a374} <Debug> TCPHandler: Processed in 0.001877705 sec. | ||
| 8086 | 2024.11.14 04:52:39.550083 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8087 | 2024.11.14 04:52:39.550229 [ 252 ] {c4bff76e-933e-43af-99ef-71576388ea18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8088 | 2024.11.14 04:52:39.550290 [ 252 ] {c4bff76e-933e-43af-99ef-71576388ea18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8089 | 2024.11.14 04:52:39.551114 [ 252 ] {c4bff76e-933e-43af-99ef-71576388ea18} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8090 | 2024.11.14 04:52:39.551157 [ 252 ] {c4bff76e-933e-43af-99ef-71576388ea18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 8091 | 2024.11.14 04:52:39.551557 [ 252 ] {c4bff76e-933e-43af-99ef-71576388ea18} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 8092 | 2024.11.14 04:52:39.551808 [ 252 ] {c4bff76e-933e-43af-99ef-71576388ea18} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8093 | 2024.11.14 04:52:39.552051 [ 252 ] {c4bff76e-933e-43af-99ef-71576388ea18} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001854 sec., 228155.33980582524 rows/sec., 16.31 MiB/sec. | ||
| 8094 | 2024.11.14 04:52:39.552137 [ 252 ] {c4bff76e-933e-43af-99ef-71576388ea18} <Debug> TCPHandler: Processed in 0.002126102 sec. | ||
| 8095 | 2024.11.14 04:52:39.552362 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8096 | 2024.11.14 04:52:39.552546 [ 250 ] {521359aa-8d4e-4e5b-a725-820abcd19377} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8097 | 2024.11.14 04:52:39.552605 [ 250 ] {521359aa-8d4e-4e5b-a725-820abcd19377} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8098 | 2024.11.14 04:52:39.553138 [ 250 ] {521359aa-8d4e-4e5b-a725-820abcd19377} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8099 | 2024.11.14 04:52:39.553176 [ 250 ] {521359aa-8d4e-4e5b-a725-820abcd19377} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 8100 | 2024.11.14 04:52:39.553545 [ 250 ] {521359aa-8d4e-4e5b-a725-820abcd19377} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 8101 | 2024.11.14 04:52:39.553799 [ 250 ] {521359aa-8d4e-4e5b-a725-820abcd19377} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8102 | 2024.11.14 04:52:39.554008 [ 250 ] {521359aa-8d4e-4e5b-a725-820abcd19377} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001491 sec., 4024.144869215292 rows/sec., 210.25 KiB/sec. | ||
| 8103 | 2024.11.14 04:52:39.554210 [ 250 ] {521359aa-8d4e-4e5b-a725-820abcd19377} <Debug> TCPHandler: Processed in 0.001967656 sec. | ||
| 8104 | 2024.11.14 04:52:39.554387 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8105 | 2024.11.14 04:52:39.554507 [ 252 ] {e0a92344-b2ee-4c5e-8b20-47b3ba95b619} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8106 | 2024.11.14 04:52:39.554561 [ 252 ] {e0a92344-b2ee-4c5e-8b20-47b3ba95b619} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8107 | 2024.11.14 04:52:39.555162 [ 252 ] {e0a92344-b2ee-4c5e-8b20-47b3ba95b619} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8108 | 2024.11.14 04:52:39.555203 [ 252 ] {e0a92344-b2ee-4c5e-8b20-47b3ba95b619} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 8109 | 2024.11.14 04:52:39.555596 [ 252 ] {e0a92344-b2ee-4c5e-8b20-47b3ba95b619} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8110 | 2024.11.14 04:52:39.555938 [ 252 ] {e0a92344-b2ee-4c5e-8b20-47b3ba95b619} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8111 | 2024.11.14 04:52:39.556192 [ 252 ] {e0a92344-b2ee-4c5e-8b20-47b3ba95b619} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001709 sec., 138677.58923346986 rows/sec., 9.30 MiB/sec. | ||
| 8112 | 2024.11.14 04:52:39.556256 [ 252 ] {e0a92344-b2ee-4c5e-8b20-47b3ba95b619} <Debug> TCPHandler: Processed in 0.001927786 sec. | ||
| 8113 | 2024.11.14 04:52:39.556435 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8114 | 2024.11.14 04:52:39.556575 [ 250 ] {87339a52-6f3f-4239-a134-28731c7c979f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8115 | 2024.11.14 04:52:39.556637 [ 250 ] {87339a52-6f3f-4239-a134-28731c7c979f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8116 | 2024.11.14 04:52:39.557155 [ 250 ] {87339a52-6f3f-4239-a134-28731c7c979f} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8117 | 2024.11.14 04:52:39.557191 [ 250 ] {87339a52-6f3f-4239-a134-28731c7c979f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 8118 | 2024.11.14 04:52:39.557560 [ 250 ] {87339a52-6f3f-4239-a134-28731c7c979f} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 8119 | 2024.11.14 04:52:39.557802 [ 250 ] {87339a52-6f3f-4239-a134-28731c7c979f} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8120 | 2024.11.14 04:52:39.557976 [ 250 ] {87339a52-6f3f-4239-a134-28731c7c979f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001434 sec., 697.350069735007 rows/sec., 46.99 KiB/sec. | ||
| 8121 | 2024.11.14 04:52:39.558023 [ 250 ] {87339a52-6f3f-4239-a134-28731c7c979f} <Debug> TCPHandler: Processed in 0.001656158 sec. | ||
| 8122 | 2024.11.14 04:52:39.558185 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8123 | 2024.11.14 04:52:39.558308 [ 252 ] {cef6b009-c5d4-4493-ae16-457034877bd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8124 | 2024.11.14 04:52:39.558392 [ 252 ] {cef6b009-c5d4-4493-ae16-457034877bd7} <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 | ||
| 8125 | 2024.11.14 04:52:39.559535 [ 252 ] {cef6b009-c5d4-4493-ae16-457034877bd7} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8126 | 2024.11.14 04:52:39.559575 [ 252 ] {cef6b009-c5d4-4493-ae16-457034877bd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 8127 | 2024.11.14 04:52:39.560235 [ 252 ] {cef6b009-c5d4-4493-ae16-457034877bd7} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8128 | 2024.11.14 04:52:39.560492 [ 252 ] {cef6b009-c5d4-4493-ae16-457034877bd7} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8129 | 2024.11.14 04:52:39.560742 [ 252 ] {cef6b009-c5d4-4493-ae16-457034877bd7} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.00246 sec., 16666.666666666668 rows/sec., 29.87 MiB/sec. | ||
| 8130 | 2024.11.14 04:52:39.560830 [ 252 ] {cef6b009-c5d4-4493-ae16-457034877bd7} <Debug> TCPHandler: Processed in 0.002706318 sec. | ||
| 8131 | 2024.11.14 04:52:39.561058 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8132 | 2024.11.14 04:52:39.561279 [ 250 ] {67c75cba-8d22-4572-9325-d62fb62af3de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8133 | 2024.11.14 04:52:39.561367 [ 250 ] {67c75cba-8d22-4572-9325-d62fb62af3de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8134 | 2024.11.14 04:52:39.562104 [ 250 ] {67c75cba-8d22-4572-9325-d62fb62af3de} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8135 | 2024.11.14 04:52:39.562142 [ 250 ] {67c75cba-8d22-4572-9325-d62fb62af3de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 8136 | 2024.11.14 04:52:39.562513 [ 250 ] {67c75cba-8d22-4572-9325-d62fb62af3de} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8137 | 2024.11.14 04:52:39.562755 [ 250 ] {67c75cba-8d22-4572-9325-d62fb62af3de} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8138 | 2024.11.14 04:52:39.562937 [ 250 ] {67c75cba-8d22-4572-9325-d62fb62af3de} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001711 sec., 47925.18994739918 rows/sec., 3.04 MiB/sec. | ||
| 8139 | 2024.11.14 04:52:39.562985 [ 250 ] {67c75cba-8d22-4572-9325-d62fb62af3de} <Debug> TCPHandler: Processed in 0.002035469 sec. | ||
| 8140 | 2024.11.14 04:52:39.721929 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:64583, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8141 | 2024.11.14 04:52:39.893719 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:49557, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8142 | 2024.11.14 04:52:40.272788 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:45266, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8143 | 2024.11.14 04:52:40.365811 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:34684, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8144 | 2024.11.14 04:52:40.469612 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:58186, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8145 | 2024.11.14 04:52:40.471875 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:40634, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8146 | 2024.11.14 04:52:40.513286 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:35831, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8147 | 2024.11.14 04:52:40.522933 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:35217, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8148 | 2024.11.14 04:52:40.533373 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:43598, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8149 | 2024.11.14 04:52:40.644600 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:53706, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8150 | 2024.11.14 04:52:40.667905 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:56676, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8151 | 2024.11.14 04:52:40.677272 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:39290, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8152 | 2024.11.14 04:52:40.677289 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:35736, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8153 | 2024.11.14 04:52:40.752988 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:40466, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8154 | 2024.11.14 04:52:40.756316 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:49152, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8155 | 2024.11.14 04:52:40.835185 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:50231, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8156 | 2024.11.14 04:52:41.362871 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:36488, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8157 | 2024.11.14 04:52:41.768719 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:54626, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8158 | 2024.11.14 04:52:41.913575 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:45582, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8159 | 2024.11.14 04:52:42.020363 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:40578, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8160 | 2024.11.14 04:52:42.129577 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:62174, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8161 | 2024.11.14 04:52:42.232311 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:47639, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8162 | 2024.11.14 04:52:42.241734 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:58828, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8163 | 2024.11.14 04:52:42.276150 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:62504, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8164 | 2024.11.14 04:52:44.530924 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8165 | 2024.11.14 04:52:44.531139 [ 250 ] {0662f023-ef61-4f44-a498-3c1696824162} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8166 | 2024.11.14 04:52:44.531218 [ 250 ] {0662f023-ef61-4f44-a498-3c1696824162} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8167 | 2024.11.14 04:52:44.532087 [ 250 ] {0662f023-ef61-4f44-a498-3c1696824162} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8168 | 2024.11.14 04:52:44.532136 [ 250 ] {0662f023-ef61-4f44-a498-3c1696824162} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 8169 | 2024.11.14 04:52:44.532569 [ 250 ] {0662f023-ef61-4f44-a498-3c1696824162} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8170 | 2024.11.14 04:52:44.532829 [ 250 ] {0662f023-ef61-4f44-a498-3c1696824162} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8171 | 2024.11.14 04:52:44.533077 [ 250 ] {0662f023-ef61-4f44-a498-3c1696824162} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001996 sec., 28056.112224448898 rows/sec., 2.14 MiB/sec. | ||
| 8172 | 2024.11.14 04:52:44.533166 [ 250 ] {0662f023-ef61-4f44-a498-3c1696824162} <Debug> TCPHandler: Processed in 0.002369189 sec. | ||
| 8173 | 2024.11.14 04:52:44.533469 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8174 | 2024.11.14 04:52:44.533675 [ 252 ] {925ffffa-9676-417d-b638-c335b294019e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8175 | 2024.11.14 04:52:44.533755 [ 252 ] {925ffffa-9676-417d-b638-c335b294019e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8176 | 2024.11.14 04:52:44.534535 [ 252 ] {925ffffa-9676-417d-b638-c335b294019e} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8177 | 2024.11.14 04:52:44.534574 [ 252 ] {925ffffa-9676-417d-b638-c335b294019e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 8178 | 2024.11.14 04:52:44.535015 [ 252 ] {925ffffa-9676-417d-b638-c335b294019e} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8179 | 2024.11.14 04:52:44.535270 [ 252 ] {925ffffa-9676-417d-b638-c335b294019e} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8180 | 2024.11.14 04:52:44.535502 [ 252 ] {925ffffa-9676-417d-b638-c335b294019e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001873 sec., 34169.78109983983 rows/sec., 2.67 MiB/sec. | ||
| 8181 | 2024.11.14 04:52:44.535562 [ 252 ] {925ffffa-9676-417d-b638-c335b294019e} <Debug> TCPHandler: Processed in 0.002266656 sec. | ||
| 8182 | 2024.11.14 04:52:44.535806 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8183 | 2024.11.14 04:52:44.535969 [ 250 ] {0905f149-2ef2-450f-a93d-350f060a6085} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8184 | 2024.11.14 04:52:44.536023 [ 250 ] {0905f149-2ef2-450f-a93d-350f060a6085} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8185 | 2024.11.14 04:52:44.536582 [ 250 ] {0905f149-2ef2-450f-a93d-350f060a6085} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8186 | 2024.11.14 04:52:44.536622 [ 250 ] {0905f149-2ef2-450f-a93d-350f060a6085} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 8187 | 2024.11.14 04:52:44.537040 [ 250 ] {0905f149-2ef2-450f-a93d-350f060a6085} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 8188 | 2024.11.14 04:52:44.537289 [ 250 ] {0905f149-2ef2-450f-a93d-350f060a6085} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8189 | 2024.11.14 04:52:44.537456 [ 52 ] {} <Debug> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 8190 | 2024.11.14 04:52:44.537517 [ 52 ] {} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8191 | 2024.11.14 04:52:44.537528 [ 250 ] {0905f149-2ef2-450f-a93d-350f060a6085} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001574 sec., 81321.47395171536 rows/sec., 5.66 MiB/sec. | ||
| 8192 | 2024.11.14 04:52:44.537546 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 8193 | 2024.11.14 04:52:44.537707 [ 250 ] {0905f149-2ef2-450f-a93d-350f060a6085} <Debug> TCPHandler: Processed in 0.002021398 sec. | ||
| 8194 | 2024.11.14 04:52:44.537853 [ 188 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::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 | ||
| 8195 | 2024.11.14 04:52:44.538016 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8196 | 2024.11.14 04:52:44.538261 [ 188 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8197 | 2024.11.14 04:52:44.538351 [ 188 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_66_13, total 14205 rows starting from the beginning of the part | ||
| 8198 | 2024.11.14 04:52:44.538365 [ 252 ] {b02e837f-da3f-46ca-a6f3-43edd16aa09a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8199 | 2024.11.14 04:52:44.538559 [ 252 ] {b02e837f-da3f-46ca-a6f3-43edd16aa09a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8200 | 2024.11.14 04:52:44.538688 [ 188 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 237 rows starting from the beginning of the part | ||
| 8201 | 2024.11.14 04:52:44.538939 [ 188 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 133 rows starting from the beginning of the part | ||
| 8202 | 2024.11.14 04:52:44.539164 [ 188 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::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 | ||
| 8203 | 2024.11.14 04:52:44.539411 [ 188 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 237 rows starting from the beginning of the part | ||
| 8204 | 2024.11.14 04:52:44.539638 [ 188 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::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 | ||
| 8205 | 2024.11.14 04:52:44.540152 [ 252 ] {b02e837f-da3f-46ca-a6f3-43edd16aa09a} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8206 | 2024.11.14 04:52:44.540199 [ 252 ] {b02e837f-da3f-46ca-a6f3-43edd16aa09a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 8207 | 2024.11.14 04:52:44.540633 [ 252 ] {b02e837f-da3f-46ca-a6f3-43edd16aa09a} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 8208 | 2024.11.14 04:52:44.540912 [ 252 ] {b02e837f-da3f-46ca-a6f3-43edd16aa09a} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8209 | 2024.11.14 04:52:44.541094 [ 52 ] {} <Debug> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 8210 | 2024.11.14 04:52:44.541167 [ 52 ] {} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8211 | 2024.11.14 04:52:44.541216 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 8212 | 2024.11.14 04:52:44.541275 [ 252 ] {b02e837f-da3f-46ca-a6f3-43edd16aa09a} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.003008 sec., 15957.44680851064 rows/sec., 1.08 MiB/sec. | ||
| 8213 | 2024.11.14 04:52:44.541526 [ 252 ] {b02e837f-da3f-46ca-a6f3-43edd16aa09a} <Debug> TCPHandler: Processed in 0.003664516 sec. | ||
| 8214 | 2024.11.14 04:52:44.541535 [ 200 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::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 | ||
| 8215 | 2024.11.14 04:52:44.541738 [ 200 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8216 | 2024.11.14 04:52:44.541770 [ 200 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3726 rows starting from the beginning of the part | ||
| 8217 | 2024.11.14 04:52:44.541851 [ 200 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 82 rows starting from the beginning of the part | ||
| 8218 | 2024.11.14 04:52:44.541982 [ 200 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 48 rows starting from the beginning of the part | ||
| 8219 | 2024.11.14 04:52:44.542050 [ 200 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::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 | ||
| 8220 | 2024.11.14 04:52:44.542293 [ 200 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 82 rows starting from the beginning of the part | ||
| 8221 | 2024.11.14 04:52:44.542507 [ 200 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::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 | ||
| 8222 | 2024.11.14 04:52:44.544607 [ 187 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15100 rows, containing 5 columns (5 merged, 0 gathered) in 0.006924271 sec., 2180734.9827873576 rows/sec., 148.19 MiB/sec. | ||
| 8223 | 2024.11.14 04:52:44.544761 [ 195 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4046 rows, containing 4 columns (4 merged, 0 gathered) in 0.00345926 sec., 1169614.310575094 rows/sec., 76.55 MiB/sec. | ||
| 8224 | 2024.11.14 04:52:44.545192 [ 187 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 8225 | 2024.11.14 04:52:44.545199 [ 196 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 8226 | 2024.11.14 04:52:44.545864 [ 196 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_71_14} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8227 | 2024.11.14 04:52:44.545883 [ 187 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8228 | 2024.11.14 04:52:44.546026 [ 196 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_71_14} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 8229 | 2024.11.14 04:52:44.546057 [ 187 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 8230 | 2024.11.14 04:52:44.546159 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.90 MiB. | ||
| 8231 | 2024.11.14 04:52:44.546277 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.77 MiB. | ||
| 8232 | 2024.11.14 04:52:48.596061 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1170 | ||
| 8233 | 2024.11.14 04:52:48.599470 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8234 | 2024.11.14 04:52:48.599517 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 8235 | 2024.11.14 04:52:48.600994 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 8236 | 2024.11.14 04:52:48.601298 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8237 | 2024.11.14 04:52:48.602574 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1170 | ||
| 8238 | 2024.11.14 04:52:49.532681 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8239 | 2024.11.14 04:52:49.532909 [ 250 ] {344483da-37af-4f64-ba91-835729241ab7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8240 | 2024.11.14 04:52:49.532989 [ 250 ] {344483da-37af-4f64-ba91-835729241ab7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8241 | 2024.11.14 04:52:49.533762 [ 250 ] {344483da-37af-4f64-ba91-835729241ab7} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8242 | 2024.11.14 04:52:49.533815 [ 250 ] {344483da-37af-4f64-ba91-835729241ab7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 8243 | 2024.11.14 04:52:49.534247 [ 250 ] {344483da-37af-4f64-ba91-835729241ab7} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 8244 | 2024.11.14 04:52:49.534503 [ 250 ] {344483da-37af-4f64-ba91-835729241ab7} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8245 | 2024.11.14 04:52:49.534747 [ 250 ] {344483da-37af-4f64-ba91-835729241ab7} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001895 sec., 29551.451187335093 rows/sec., 2.26 MiB/sec. | ||
| 8246 | 2024.11.14 04:52:49.534806 [ 250 ] {344483da-37af-4f64-ba91-835729241ab7} <Debug> TCPHandler: Processed in 0.002267326 sec. | ||
| 8247 | 2024.11.14 04:52:49.535071 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8248 | 2024.11.14 04:52:49.535280 [ 252 ] {18cfebf8-10d8-4a23-8999-75b7c230bf86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8249 | 2024.11.14 04:52:49.535361 [ 252 ] {18cfebf8-10d8-4a23-8999-75b7c230bf86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8250 | 2024.11.14 04:52:49.536233 [ 252 ] {18cfebf8-10d8-4a23-8999-75b7c230bf86} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8251 | 2024.11.14 04:52:49.536286 [ 252 ] {18cfebf8-10d8-4a23-8999-75b7c230bf86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 8252 | 2024.11.14 04:52:49.536806 [ 252 ] {18cfebf8-10d8-4a23-8999-75b7c230bf86} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 8253 | 2024.11.14 04:52:49.537139 [ 252 ] {18cfebf8-10d8-4a23-8999-75b7c230bf86} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8254 | 2024.11.14 04:52:49.537399 [ 252 ] {18cfebf8-10d8-4a23-8999-75b7c230bf86} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002175 sec., 29425.28735632184 rows/sec., 2.30 MiB/sec. | ||
| 8255 | 2024.11.14 04:52:49.537486 [ 252 ] {18cfebf8-10d8-4a23-8999-75b7c230bf86} <Debug> TCPHandler: Processed in 0.002560804 sec. | ||
| 8256 | 2024.11.14 04:52:49.537811 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8257 | 2024.11.14 04:52:49.537949 [ 250 ] {78c84120-f88e-4cef-81ed-980411732b49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8258 | 2024.11.14 04:52:49.538015 [ 250 ] {78c84120-f88e-4cef-81ed-980411732b49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8259 | 2024.11.14 04:52:49.539735 [ 250 ] {78c84120-f88e-4cef-81ed-980411732b49} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8260 | 2024.11.14 04:52:49.539779 [ 250 ] {78c84120-f88e-4cef-81ed-980411732b49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 8261 | 2024.11.14 04:52:49.540195 [ 250 ] {78c84120-f88e-4cef-81ed-980411732b49} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 8262 | 2024.11.14 04:52:49.540437 [ 250 ] {78c84120-f88e-4cef-81ed-980411732b49} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8263 | 2024.11.14 04:52:49.540657 [ 250 ] {78c84120-f88e-4cef-81ed-980411732b49} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002743 sec., 58330.295297119934 rows/sec., 4.06 MiB/sec. | ||
| 8264 | 2024.11.14 04:52:49.540711 [ 250 ] {78c84120-f88e-4cef-81ed-980411732b49} <Debug> TCPHandler: Processed in 0.002967866 sec. | ||
| 8265 | 2024.11.14 04:52:49.540913 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8266 | 2024.11.14 04:52:49.541053 [ 252 ] {152ee64f-b5e1-481b-8f7d-efef5234f8da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8267 | 2024.11.14 04:52:49.541111 [ 252 ] {152ee64f-b5e1-481b-8f7d-efef5234f8da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8268 | 2024.11.14 04:52:49.541647 [ 252 ] {152ee64f-b5e1-481b-8f7d-efef5234f8da} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8269 | 2024.11.14 04:52:49.541689 [ 252 ] {152ee64f-b5e1-481b-8f7d-efef5234f8da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 8270 | 2024.11.14 04:52:49.542087 [ 252 ] {152ee64f-b5e1-481b-8f7d-efef5234f8da} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 8271 | 2024.11.14 04:52:49.542347 [ 252 ] {152ee64f-b5e1-481b-8f7d-efef5234f8da} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8272 | 2024.11.14 04:52:49.542562 [ 252 ] {152ee64f-b5e1-481b-8f7d-efef5234f8da} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001543 sec., 38885.28839922229 rows/sec., 2.62 MiB/sec. | ||
| 8273 | 2024.11.14 04:52:49.542615 [ 252 ] {152ee64f-b5e1-481b-8f7d-efef5234f8da} <Debug> TCPHandler: Processed in 0.001766161 sec. | ||
| 8274 | 2024.11.14 04:52:50.374159 [ 48 ] {} <Debug> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78) (MergerMutator): Selected 5 parts from all_1_39_8 to all_43_43_0 | ||
| 8275 | 2024.11.14 04:52:50.374221 [ 48 ] {} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8276 | 2024.11.14 04:52:50.374242 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 8277 | 2024.11.14 04:52:50.374435 [ 195 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_43_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_39_8 to all_43_43_0 into Compact with storage Full | ||
| 8278 | 2024.11.14 04:52:50.374706 [ 195 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_43_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8279 | 2024.11.14 04:52:50.374750 [ 195 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_43_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_39_8, total 66 rows starting from the beginning of the part | ||
| 8280 | 2024.11.14 04:52:50.374856 [ 195 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_43_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 4 rows starting from the beginning of the part | ||
| 8281 | 2024.11.14 04:52:50.374951 [ 195 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_43_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 48 rows starting from the beginning of the part | ||
| 8282 | 2024.11.14 04:52:50.375248 [ 195 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_43_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 10 rows starting from the beginning of the part | ||
| 8283 | 2024.11.14 04:52:50.375333 [ 195 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_43_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 48 rows starting from the beginning of the part | ||
| 8284 | 2024.11.14 04:52:50.376251 [ 203 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_43_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 176 rows, containing 5 columns (5 merged, 0 gathered) in 0.001935826 sec., 90917.2621919532 rows/sec., 6.83 MiB/sec. | ||
| 8285 | 2024.11.14 04:52:50.376380 [ 203 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_43_9} <Trace> MergedBlockOutputStream: filled checksums all_1_43_9 (state Temporary) | ||
| 8286 | 2024.11.14 04:52:50.376672 [ 203 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_43_9} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_merge_all_1_43_9 to all_1_43_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8287 | 2024.11.14 04:52:50.376758 [ 203 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_43_9} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78) (MergerMutator): Merged 5 parts: [all_1_39_8, all_43_43_0] -> all_1_43_9 | ||
| 8288 | 2024.11.14 04:52:50.376834 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 8289 | 2024.11.14 04:52:53.293015 [ 46 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8290 | 2024.11.14 04:52:53.293086 [ 46 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8291 | 2024.11.14 04:52:54.539560 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8292 | 2024.11.14 04:52:54.539786 [ 250 ] {9df44290-e8ad-474a-af2b-c3e94e9c6dfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8293 | 2024.11.14 04:52:54.539864 [ 250 ] {9df44290-e8ad-474a-af2b-c3e94e9c6dfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8294 | 2024.11.14 04:52:54.540717 [ 250 ] {9df44290-e8ad-474a-af2b-c3e94e9c6dfa} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8295 | 2024.11.14 04:52:54.540758 [ 250 ] {9df44290-e8ad-474a-af2b-c3e94e9c6dfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 8296 | 2024.11.14 04:52:54.541184 [ 250 ] {9df44290-e8ad-474a-af2b-c3e94e9c6dfa} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 8297 | 2024.11.14 04:52:54.541439 [ 250 ] {9df44290-e8ad-474a-af2b-c3e94e9c6dfa} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8298 | 2024.11.14 04:52:54.541670 [ 250 ] {9df44290-e8ad-474a-af2b-c3e94e9c6dfa} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001934 sec., 7238.8831437435365 rows/sec., 521.10 KiB/sec. | ||
| 8299 | 2024.11.14 04:52:54.541847 [ 250 ] {9df44290-e8ad-474a-af2b-c3e94e9c6dfa} <Debug> TCPHandler: Processed in 0.00242315 sec. | ||
| 8300 | 2024.11.14 04:52:54.542151 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8301 | 2024.11.14 04:52:54.542362 [ 252 ] {dfc59981-635a-4279-bd45-d33e06fa7332} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8302 | 2024.11.14 04:52:54.542436 [ 252 ] {dfc59981-635a-4279-bd45-d33e06fa7332} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8303 | 2024.11.14 04:52:54.543328 [ 252 ] {dfc59981-635a-4279-bd45-d33e06fa7332} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8304 | 2024.11.14 04:52:54.543376 [ 252 ] {dfc59981-635a-4279-bd45-d33e06fa7332} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 8305 | 2024.11.14 04:52:54.543821 [ 252 ] {dfc59981-635a-4279-bd45-d33e06fa7332} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 8306 | 2024.11.14 04:52:54.544067 [ 252 ] {dfc59981-635a-4279-bd45-d33e06fa7332} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8307 | 2024.11.14 04:52:54.544272 [ 46 ] {} <Debug> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 8308 | 2024.11.14 04:52:54.544347 [ 252 ] {dfc59981-635a-4279-bd45-d33e06fa7332} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.002031 sec., 140324.96307237816 rows/sec., 12.38 MiB/sec. | ||
| 8309 | 2024.11.14 04:52:54.544377 [ 46 ] {} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8310 | 2024.11.14 04:52:54.544478 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 8311 | 2024.11.14 04:52:54.544484 [ 252 ] {dfc59981-635a-4279-bd45-d33e06fa7332} <Debug> TCPHandler: Processed in 0.002480451 sec. | ||
| 8312 | 2024.11.14 04:52:54.544849 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8313 | 2024.11.14 04:52:54.544881 [ 195 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 8314 | 2024.11.14 04:52:54.545494 [ 195 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8315 | 2024.11.14 04:52:54.545523 [ 250 ] {50479ccc-a413-4a31-a245-3049d2b57783} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8316 | 2024.11.14 04:52:54.545645 [ 195 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1434 rows starting from the beginning of the part | ||
| 8317 | 2024.11.14 04:52:54.545703 [ 250 ] {50479ccc-a413-4a31-a245-3049d2b57783} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8318 | 2024.11.14 04:52:54.546046 [ 195 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 56 rows starting from the beginning of the part | ||
| 8319 | 2024.11.14 04:52:54.546568 [ 195 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 285 rows starting from the beginning of the part | ||
| 8320 | 2024.11.14 04:52:54.546981 [ 195 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 56 rows starting from the beginning of the part | ||
| 8321 | 2024.11.14 04:52:54.547380 [ 195 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 56 rows starting from the beginning of the part | ||
| 8322 | 2024.11.14 04:52:54.547731 [ 195 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 285 rows starting from the beginning of the part | ||
| 8323 | 2024.11.14 04:52:54.549109 [ 250 ] {50479ccc-a413-4a31-a245-3049d2b57783} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8324 | 2024.11.14 04:52:54.549192 [ 250 ] {50479ccc-a413-4a31-a245-3049d2b57783} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 8325 | 2024.11.14 04:52:54.550248 [ 250 ] {50479ccc-a413-4a31-a245-3049d2b57783} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8326 | 2024.11.14 04:52:54.550646 [ 250 ] {50479ccc-a413-4a31-a245-3049d2b57783} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8327 | 2024.11.14 04:52:54.551158 [ 187 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2172 rows, containing 5 columns (5 merged, 0 gathered) in 0.006532589 sec., 332486.85934474063 rows/sec., 29.25 MiB/sec. | ||
| 8328 | 2024.11.14 04:52:54.551187 [ 250 ] {50479ccc-a413-4a31-a245-3049d2b57783} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.005833 sec., 8229.041659523402 rows/sec., 606.73 KiB/sec. | ||
| 8329 | 2024.11.14 04:52:54.551305 [ 250 ] {50479ccc-a413-4a31-a245-3049d2b57783} <Debug> TCPHandler: Processed in 0.006675504 sec. | ||
| 8330 | 2024.11.14 04:52:54.551483 [ 192 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 8331 | 2024.11.14 04:52:54.551506 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8332 | 2024.11.14 04:52:54.551662 [ 252 ] {ace55aab-f9ee-479e-83dc-3a39ee3995d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8333 | 2024.11.14 04:52:54.551737 [ 252 ] {ace55aab-f9ee-479e-83dc-3a39ee3995d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8334 | 2024.11.14 04:52:54.551912 [ 192 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_76_15} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8335 | 2024.11.14 04:52:54.552060 [ 192 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_76_15} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 8336 | 2024.11.14 04:52:54.552203 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 8337 | 2024.11.14 04:52:54.552584 [ 252 ] {ace55aab-f9ee-479e-83dc-3a39ee3995d3} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8338 | 2024.11.14 04:52:54.552623 [ 252 ] {ace55aab-f9ee-479e-83dc-3a39ee3995d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 8339 | 2024.11.14 04:52:54.552972 [ 252 ] {ace55aab-f9ee-479e-83dc-3a39ee3995d3} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 8340 | 2024.11.14 04:52:54.553206 [ 252 ] {ace55aab-f9ee-479e-83dc-3a39ee3995d3} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8341 | 2024.11.14 04:52:54.553474 [ 252 ] {ace55aab-f9ee-479e-83dc-3a39ee3995d3} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001848 sec., 7575.757575757576 rows/sec., 530.56 KiB/sec. | ||
| 8342 | 2024.11.14 04:52:54.553684 [ 252 ] {ace55aab-f9ee-479e-83dc-3a39ee3995d3} <Debug> TCPHandler: Processed in 0.002253635 sec. | ||
| 8343 | 2024.11.14 04:52:54.553939 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8344 | 2024.11.14 04:52:54.554159 [ 250 ] {d1e114e0-6286-4169-bc57-b44559d4cad6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8345 | 2024.11.14 04:52:54.554246 [ 250 ] {d1e114e0-6286-4169-bc57-b44559d4cad6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8346 | 2024.11.14 04:52:54.554891 [ 250 ] {d1e114e0-6286-4169-bc57-b44559d4cad6} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8347 | 2024.11.14 04:52:54.554930 [ 250 ] {d1e114e0-6286-4169-bc57-b44559d4cad6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 8348 | 2024.11.14 04:52:54.555286 [ 250 ] {d1e114e0-6286-4169-bc57-b44559d4cad6} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 8349 | 2024.11.14 04:52:54.555535 [ 250 ] {d1e114e0-6286-4169-bc57-b44559d4cad6} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8350 | 2024.11.14 04:52:54.555748 [ 250 ] {d1e114e0-6286-4169-bc57-b44559d4cad6} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001644 sec., 7907.542579075425 rows/sec., 493.03 KiB/sec. | ||
| 8351 | 2024.11.14 04:52:54.555801 [ 250 ] {d1e114e0-6286-4169-bc57-b44559d4cad6} <Debug> TCPHandler: Processed in 0.001999678 sec. | ||
| 8352 | 2024.11.14 04:52:54.555951 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8353 | 2024.11.14 04:52:54.556090 [ 252 ] {884502dd-c669-4f85-a1cd-6778975fb72e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8354 | 2024.11.14 04:52:54.556146 [ 252 ] {884502dd-c669-4f85-a1cd-6778975fb72e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8355 | 2024.11.14 04:52:54.556938 [ 252 ] {884502dd-c669-4f85-a1cd-6778975fb72e} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8356 | 2024.11.14 04:52:54.556977 [ 252 ] {884502dd-c669-4f85-a1cd-6778975fb72e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 8357 | 2024.11.14 04:52:54.557357 [ 252 ] {884502dd-c669-4f85-a1cd-6778975fb72e} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 8358 | 2024.11.14 04:52:54.557597 [ 252 ] {884502dd-c669-4f85-a1cd-6778975fb72e} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8359 | 2024.11.14 04:52:54.557764 [ 45 ] {} <Debug> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 8360 | 2024.11.14 04:52:54.557832 [ 252 ] {884502dd-c669-4f85-a1cd-6778975fb72e} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001771 sec., 238848.1084133258 rows/sec., 17.07 MiB/sec. | ||
| 8361 | 2024.11.14 04:52:54.557858 [ 45 ] {} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8362 | 2024.11.14 04:52:54.557923 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 8363 | 2024.11.14 04:52:54.557944 [ 252 ] {884502dd-c669-4f85-a1cd-6778975fb72e} <Debug> TCPHandler: Processed in 0.00205923 sec. | ||
| 8364 | 2024.11.14 04:52:54.558189 [ 191 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 8365 | 2024.11.14 04:52:54.558266 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8366 | 2024.11.14 04:52:54.558371 [ 191 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8367 | 2024.11.14 04:52:54.558411 [ 191 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 915 rows starting from the beginning of the part | ||
| 8368 | 2024.11.14 04:52:54.558647 [ 250 ] {28abc1c3-55ad-4052-b98a-7a865f2f4642} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8369 | 2024.11.14 04:52:54.558682 [ 191 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 64 rows starting from the beginning of the part | ||
| 8370 | 2024.11.14 04:52:54.558851 [ 250 ] {28abc1c3-55ad-4052-b98a-7a865f2f4642} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8371 | 2024.11.14 04:52:54.558957 [ 191 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 423 rows starting from the beginning of the part | ||
| 8372 | 2024.11.14 04:52:54.559410 [ 191 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 64 rows starting from the beginning of the part | ||
| 8373 | 2024.11.14 04:52:54.559775 [ 191 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 64 rows starting from the beginning of the part | ||
| 8374 | 2024.11.14 04:52:54.560237 [ 191 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 423 rows starting from the beginning of the part | ||
| 8375 | 2024.11.14 04:52:54.561287 [ 250 ] {28abc1c3-55ad-4052-b98a-7a865f2f4642} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8376 | 2024.11.14 04:52:54.561351 [ 250 ] {28abc1c3-55ad-4052-b98a-7a865f2f4642} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 8377 | 2024.11.14 04:52:54.562404 [ 250 ] {28abc1c3-55ad-4052-b98a-7a865f2f4642} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 8378 | 2024.11.14 04:52:54.562776 [ 250 ] {28abc1c3-55ad-4052-b98a-7a865f2f4642} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8379 | 2024.11.14 04:52:54.563403 [ 250 ] {28abc1c3-55ad-4052-b98a-7a865f2f4642} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004888 sec., 1227.495908346972 rows/sec., 64.13 KiB/sec. | ||
| 8380 | 2024.11.14 04:52:54.563758 [ 250 ] {28abc1c3-55ad-4052-b98a-7a865f2f4642} <Debug> TCPHandler: Processed in 0.005689815 sec. | ||
| 8381 | 2024.11.14 04:52:54.563781 [ 192 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1953 rows, containing 5 columns (5 merged, 0 gathered) in 0.005752016 sec., 339533.1306449773 rows/sec., 25.99 MiB/sec. | ||
| 8382 | 2024.11.14 04:52:54.564007 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8383 | 2024.11.14 04:52:54.564113 [ 192 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 8384 | 2024.11.14 04:52:54.564163 [ 252 ] {846063fa-b687-467b-a231-862875460778} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8385 | 2024.11.14 04:52:54.564227 [ 252 ] {846063fa-b687-467b-a231-862875460778} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8386 | 2024.11.14 04:52:54.564490 [ 192 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_76_15} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8387 | 2024.11.14 04:52:54.564585 [ 192 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_76_15} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 8388 | 2024.11.14 04:52:54.564674 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 8389 | 2024.11.14 04:52:54.564921 [ 252 ] {846063fa-b687-467b-a231-862875460778} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8390 | 2024.11.14 04:52:54.564959 [ 252 ] {846063fa-b687-467b-a231-862875460778} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 8391 | 2024.11.14 04:52:54.565341 [ 252 ] {846063fa-b687-467b-a231-862875460778} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 8392 | 2024.11.14 04:52:54.565577 [ 252 ] {846063fa-b687-467b-a231-862875460778} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8393 | 2024.11.14 04:52:54.565782 [ 252 ] {846063fa-b687-467b-a231-862875460778} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001656 sec., 143115.9420289855 rows/sec., 9.59 MiB/sec. | ||
| 8394 | 2024.11.14 04:52:54.565836 [ 252 ] {846063fa-b687-467b-a231-862875460778} <Debug> TCPHandler: Processed in 0.001950177 sec. | ||
| 8395 | 2024.11.14 04:52:54.565994 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8396 | 2024.11.14 04:52:54.566133 [ 250 ] {77a43e6d-8ec0-4c3d-b726-ba13c775aaf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8397 | 2024.11.14 04:52:54.566192 [ 250 ] {77a43e6d-8ec0-4c3d-b726-ba13c775aaf3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8398 | 2024.11.14 04:52:54.566673 [ 250 ] {77a43e6d-8ec0-4c3d-b726-ba13c775aaf3} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8399 | 2024.11.14 04:52:54.566714 [ 250 ] {77a43e6d-8ec0-4c3d-b726-ba13c775aaf3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 8400 | 2024.11.14 04:52:54.567071 [ 250 ] {77a43e6d-8ec0-4c3d-b726-ba13c775aaf3} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 8401 | 2024.11.14 04:52:54.567316 [ 250 ] {77a43e6d-8ec0-4c3d-b726-ba13c775aaf3} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8402 | 2024.11.14 04:52:54.567572 [ 250 ] {77a43e6d-8ec0-4c3d-b726-ba13c775aaf3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001458 sec., 685.8710562414266 rows/sec., 46.22 KiB/sec. | ||
| 8403 | 2024.11.14 04:52:54.567646 [ 250 ] {77a43e6d-8ec0-4c3d-b726-ba13c775aaf3} <Debug> TCPHandler: Processed in 0.001717309 sec. | ||
| 8404 | 2024.11.14 04:52:54.567897 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8405 | 2024.11.14 04:52:54.568099 [ 252 ] {32781cc0-71b3-4e0f-93f8-868fc7dd3a9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8406 | 2024.11.14 04:52:54.568190 [ 252 ] {32781cc0-71b3-4e0f-93f8-868fc7dd3a9f} <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 | ||
| 8407 | 2024.11.14 04:52:54.569407 [ 252 ] {32781cc0-71b3-4e0f-93f8-868fc7dd3a9f} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8408 | 2024.11.14 04:52:54.569446 [ 252 ] {32781cc0-71b3-4e0f-93f8-868fc7dd3a9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 8409 | 2024.11.14 04:52:54.570111 [ 252 ] {32781cc0-71b3-4e0f-93f8-868fc7dd3a9f} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8410 | 2024.11.14 04:52:54.570365 [ 252 ] {32781cc0-71b3-4e0f-93f8-868fc7dd3a9f} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8411 | 2024.11.14 04:52:54.570656 [ 252 ] {32781cc0-71b3-4e0f-93f8-868fc7dd3a9f} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002586 sec., 15854.60170146945 rows/sec., 28.41 MiB/sec. | ||
| 8412 | 2024.11.14 04:52:54.571085 [ 252 ] {32781cc0-71b3-4e0f-93f8-868fc7dd3a9f} <Debug> TCPHandler: Processed in 0.003347267 sec. | ||
| 8413 | 2024.11.14 04:52:54.571300 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8414 | 2024.11.14 04:52:54.571525 [ 250 ] {b05ee9e5-57a2-483e-817d-35708e5388b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8415 | 2024.11.14 04:52:54.571624 [ 250 ] {b05ee9e5-57a2-483e-817d-35708e5388b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8416 | 2024.11.14 04:52:54.572448 [ 250 ] {b05ee9e5-57a2-483e-817d-35708e5388b4} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8417 | 2024.11.14 04:52:54.572488 [ 250 ] {b05ee9e5-57a2-483e-817d-35708e5388b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 8418 | 2024.11.14 04:52:54.572856 [ 250 ] {b05ee9e5-57a2-483e-817d-35708e5388b4} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 8419 | 2024.11.14 04:52:54.573104 [ 250 ] {b05ee9e5-57a2-483e-817d-35708e5388b4} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8420 | 2024.11.14 04:52:54.573314 [ 250 ] {b05ee9e5-57a2-483e-817d-35708e5388b4} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001846 sec., 44420.368364030335 rows/sec., 2.82 MiB/sec. | ||
| 8421 | 2024.11.14 04:52:54.573363 [ 250 ] {b05ee9e5-57a2-483e-817d-35708e5388b4} <Debug> TCPHandler: Processed in 0.002174893 sec. | ||
| 8422 | 2024.11.14 04:52:58.603635 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1200 | ||
| 8423 | 2024.11.14 04:52:58.606478 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8424 | 2024.11.14 04:52:58.606521 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 8425 | 2024.11.14 04:52:58.607912 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 8426 | 2024.11.14 04:52:58.608218 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8427 | 2024.11.14 04:52:58.609490 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1200 | ||
| 8428 | 2024.11.14 04:52:59.532310 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8429 | 2024.11.14 04:52:59.532606 [ 250 ] {46edc103-9569-4af1-978e-ccace94ff9ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8430 | 2024.11.14 04:52:59.532678 [ 250 ] {46edc103-9569-4af1-978e-ccace94ff9ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8431 | 2024.11.14 04:52:59.533423 [ 250 ] {46edc103-9569-4af1-978e-ccace94ff9ba} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8432 | 2024.11.14 04:52:59.533464 [ 250 ] {46edc103-9569-4af1-978e-ccace94ff9ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 8433 | 2024.11.14 04:52:59.533890 [ 250 ] {46edc103-9569-4af1-978e-ccace94ff9ba} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 8434 | 2024.11.14 04:52:59.534138 [ 250 ] {46edc103-9569-4af1-978e-ccace94ff9ba} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8435 | 2024.11.14 04:52:59.534374 [ 250 ] {46edc103-9569-4af1-978e-ccace94ff9ba} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001815 sec., 2203.8567493112946 rows/sec., 179.71 KiB/sec. | ||
| 8436 | 2024.11.14 04:52:59.534525 [ 250 ] {46edc103-9569-4af1-978e-ccace94ff9ba} <Debug> TCPHandler: Processed in 0.002396319 sec. | ||
| 8437 | 2024.11.14 04:52:59.534820 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8438 | 2024.11.14 04:52:59.535024 [ 252 ] {c56e2881-2929-4b11-b03f-e9254991b381} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8439 | 2024.11.14 04:52:59.535103 [ 252 ] {c56e2881-2929-4b11-b03f-e9254991b381} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8440 | 2024.11.14 04:52:59.535899 [ 252 ] {c56e2881-2929-4b11-b03f-e9254991b381} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8441 | 2024.11.14 04:52:59.535944 [ 252 ] {c56e2881-2929-4b11-b03f-e9254991b381} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 8442 | 2024.11.14 04:52:59.536369 [ 252 ] {c56e2881-2929-4b11-b03f-e9254991b381} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 8443 | 2024.11.14 04:52:59.536633 [ 252 ] {c56e2881-2929-4b11-b03f-e9254991b381} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8444 | 2024.11.14 04:52:59.536860 [ 252 ] {c56e2881-2929-4b11-b03f-e9254991b381} <Debug> executeQuery: Read 58 rows, 4.52 KiB in 0.001891 sec., 30671.602326811208 rows/sec., 2.34 MiB/sec. | ||
| 8445 | 2024.11.14 04:52:59.536920 [ 252 ] {c56e2881-2929-4b11-b03f-e9254991b381} <Debug> TCPHandler: Processed in 0.002238495 sec. | ||
| 8446 | 2024.11.14 04:52:59.537078 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8447 | 2024.11.14 04:52:59.537215 [ 250 ] {d0bee266-9bab-4f6a-b6fb-c0c3dad0e3fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8448 | 2024.11.14 04:52:59.537272 [ 250 ] {d0bee266-9bab-4f6a-b6fb-c0c3dad0e3fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8449 | 2024.11.14 04:52:59.537879 [ 250 ] {d0bee266-9bab-4f6a-b6fb-c0c3dad0e3fc} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8450 | 2024.11.14 04:52:59.537917 [ 250 ] {d0bee266-9bab-4f6a-b6fb-c0c3dad0e3fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 8451 | 2024.11.14 04:52:59.538267 [ 250 ] {d0bee266-9bab-4f6a-b6fb-c0c3dad0e3fc} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 8452 | 2024.11.14 04:52:59.538519 [ 250 ] {d0bee266-9bab-4f6a-b6fb-c0c3dad0e3fc} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8453 | 2024.11.14 04:52:59.538715 [ 250 ] {d0bee266-9bab-4f6a-b6fb-c0c3dad0e3fc} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001525 sec., 2622.950819672131 rows/sec., 183.15 KiB/sec. | ||
| 8454 | 2024.11.14 04:52:59.538812 [ 250 ] {d0bee266-9bab-4f6a-b6fb-c0c3dad0e3fc} <Debug> TCPHandler: Processed in 0.001802952 sec. | ||
| 8455 | 2024.11.14 04:52:59.539049 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8456 | 2024.11.14 04:52:59.539284 [ 252 ] {be21d8f2-b2fe-4608-ba5d-e68d1eb5c462} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8457 | 2024.11.14 04:52:59.539346 [ 252 ] {be21d8f2-b2fe-4608-ba5d-e68d1eb5c462} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8458 | 2024.11.14 04:52:59.539998 [ 252 ] {be21d8f2-b2fe-4608-ba5d-e68d1eb5c462} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8459 | 2024.11.14 04:52:59.540039 [ 252 ] {be21d8f2-b2fe-4608-ba5d-e68d1eb5c462} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 8460 | 2024.11.14 04:52:59.540408 [ 252 ] {be21d8f2-b2fe-4608-ba5d-e68d1eb5c462} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 8461 | 2024.11.14 04:52:59.540648 [ 252 ] {be21d8f2-b2fe-4608-ba5d-e68d1eb5c462} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8462 | 2024.11.14 04:52:59.540866 [ 252 ] {be21d8f2-b2fe-4608-ba5d-e68d1eb5c462} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.00163 sec., 41717.79141104295 rows/sec., 3.26 MiB/sec. | ||
| 8463 | 2024.11.14 04:52:59.540926 [ 252 ] {be21d8f2-b2fe-4608-ba5d-e68d1eb5c462} <Debug> TCPHandler: Processed in 0.002018168 sec. | ||
| 8464 | 2024.11.14 04:52:59.541129 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8465 | 2024.11.14 04:52:59.541288 [ 250 ] {bea6004a-7f1a-4213-a43a-f6bb17646f69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8466 | 2024.11.14 04:52:59.541350 [ 250 ] {bea6004a-7f1a-4213-a43a-f6bb17646f69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8467 | 2024.11.14 04:52:59.541977 [ 250 ] {bea6004a-7f1a-4213-a43a-f6bb17646f69} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8468 | 2024.11.14 04:52:59.542015 [ 250 ] {bea6004a-7f1a-4213-a43a-f6bb17646f69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 8469 | 2024.11.14 04:52:59.542415 [ 250 ] {bea6004a-7f1a-4213-a43a-f6bb17646f69} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8470 | 2024.11.14 04:52:59.542669 [ 250 ] {bea6004a-7f1a-4213-a43a-f6bb17646f69} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8471 | 2024.11.14 04:52:59.542902 [ 250 ] {bea6004a-7f1a-4213-a43a-f6bb17646f69} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001641 sec., 98720.29250457037 rows/sec., 6.87 MiB/sec. | ||
| 8472 | 2024.11.14 04:52:59.542995 [ 250 ] {bea6004a-7f1a-4213-a43a-f6bb17646f69} <Debug> TCPHandler: Processed in 0.001977058 sec. | ||
| 8473 | 2024.11.14 04:52:59.543206 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8474 | 2024.11.14 04:52:59.543399 [ 252 ] {1ca4a9a7-2723-4f1f-b7d4-1964f2457ba6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8475 | 2024.11.14 04:52:59.543455 [ 252 ] {1ca4a9a7-2723-4f1f-b7d4-1964f2457ba6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8476 | 2024.11.14 04:52:59.543969 [ 252 ] {1ca4a9a7-2723-4f1f-b7d4-1964f2457ba6} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8477 | 2024.11.14 04:52:59.544008 [ 252 ] {1ca4a9a7-2723-4f1f-b7d4-1964f2457ba6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 8478 | 2024.11.14 04:52:59.544394 [ 252 ] {1ca4a9a7-2723-4f1f-b7d4-1964f2457ba6} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8479 | 2024.11.14 04:52:59.544632 [ 252 ] {1ca4a9a7-2723-4f1f-b7d4-1964f2457ba6} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8480 | 2024.11.14 04:52:59.544830 [ 252 ] {1ca4a9a7-2723-4f1f-b7d4-1964f2457ba6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001465 sec., 40955.631399317404 rows/sec., 2.76 MiB/sec. | ||
| 8481 | 2024.11.14 04:52:59.544885 [ 252 ] {1ca4a9a7-2723-4f1f-b7d4-1964f2457ba6} <Debug> TCPHandler: Processed in 0.001795972 sec. | ||
| 8482 | 2024.11.14 04:53:04.531929 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8483 | 2024.11.14 04:53:04.532158 [ 250 ] {aad0f053-6d91-4e1c-8230-db37869b7331} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8484 | 2024.11.14 04:53:04.532242 [ 250 ] {aad0f053-6d91-4e1c-8230-db37869b7331} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8485 | 2024.11.14 04:53:04.533076 [ 250 ] {aad0f053-6d91-4e1c-8230-db37869b7331} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8486 | 2024.11.14 04:53:04.533127 [ 250 ] {aad0f053-6d91-4e1c-8230-db37869b7331} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 8487 | 2024.11.14 04:53:04.533570 [ 250 ] {aad0f053-6d91-4e1c-8230-db37869b7331} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 8488 | 2024.11.14 04:53:04.533824 [ 250 ] {aad0f053-6d91-4e1c-8230-db37869b7331} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8489 | 2024.11.14 04:53:04.534077 [ 250 ] {aad0f053-6d91-4e1c-8230-db37869b7331} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00198 sec., 28282.828282828283 rows/sec., 2.16 MiB/sec. | ||
| 8490 | 2024.11.14 04:53:04.534142 [ 250 ] {aad0f053-6d91-4e1c-8230-db37869b7331} <Debug> TCPHandler: Processed in 0.002352248 sec. | ||
| 8491 | 2024.11.14 04:53:04.534389 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8492 | 2024.11.14 04:53:04.534578 [ 252 ] {5264559b-7f06-4bd3-b8d3-eacfe0520a49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8493 | 2024.11.14 04:53:04.534651 [ 252 ] {5264559b-7f06-4bd3-b8d3-eacfe0520a49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8494 | 2024.11.14 04:53:04.535407 [ 252 ] {5264559b-7f06-4bd3-b8d3-eacfe0520a49} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8495 | 2024.11.14 04:53:04.535457 [ 252 ] {5264559b-7f06-4bd3-b8d3-eacfe0520a49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 8496 | 2024.11.14 04:53:04.535882 [ 252 ] {5264559b-7f06-4bd3-b8d3-eacfe0520a49} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 8497 | 2024.11.14 04:53:04.536125 [ 252 ] {5264559b-7f06-4bd3-b8d3-eacfe0520a49} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8498 | 2024.11.14 04:53:04.536370 [ 252 ] {5264559b-7f06-4bd3-b8d3-eacfe0520a49} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001838 sec., 34820.45701849837 rows/sec., 2.72 MiB/sec. | ||
| 8499 | 2024.11.14 04:53:04.536455 [ 252 ] {5264559b-7f06-4bd3-b8d3-eacfe0520a49} <Debug> TCPHandler: Processed in 0.002200914 sec. | ||
| 8500 | 2024.11.14 04:53:04.536771 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8501 | 2024.11.14 04:53:04.537022 [ 250 ] {a7e13adb-1869-4b33-8229-a3b6360b0a8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8502 | 2024.11.14 04:53:04.537123 [ 250 ] {a7e13adb-1869-4b33-8229-a3b6360b0a8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8503 | 2024.11.14 04:53:04.537939 [ 250 ] {a7e13adb-1869-4b33-8229-a3b6360b0a8e} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8504 | 2024.11.14 04:53:04.537982 [ 250 ] {a7e13adb-1869-4b33-8229-a3b6360b0a8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 8505 | 2024.11.14 04:53:04.538394 [ 250 ] {a7e13adb-1869-4b33-8229-a3b6360b0a8e} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 8506 | 2024.11.14 04:53:04.538643 [ 250 ] {a7e13adb-1869-4b33-8229-a3b6360b0a8e} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8507 | 2024.11.14 04:53:04.538911 [ 250 ] {a7e13adb-1869-4b33-8229-a3b6360b0a8e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001948 sec., 82135.52361396303 rows/sec., 5.72 MiB/sec. | ||
| 8508 | 2024.11.14 04:53:04.539008 [ 250 ] {a7e13adb-1869-4b33-8229-a3b6360b0a8e} <Debug> TCPHandler: Processed in 0.00242418 sec. | ||
| 8509 | 2024.11.14 04:53:04.539271 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8510 | 2024.11.14 04:53:04.539434 [ 252 ] {859f545b-4fa1-4745-94c4-eecae9f04c88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8511 | 2024.11.14 04:53:04.539500 [ 252 ] {859f545b-4fa1-4745-94c4-eecae9f04c88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8512 | 2024.11.14 04:53:04.540065 [ 252 ] {859f545b-4fa1-4745-94c4-eecae9f04c88} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8513 | 2024.11.14 04:53:04.540124 [ 252 ] {859f545b-4fa1-4745-94c4-eecae9f04c88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 8514 | 2024.11.14 04:53:04.540499 [ 252 ] {859f545b-4fa1-4745-94c4-eecae9f04c88} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 8515 | 2024.11.14 04:53:04.540727 [ 252 ] {859f545b-4fa1-4745-94c4-eecae9f04c88} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8516 | 2024.11.14 04:53:04.540976 [ 252 ] {859f545b-4fa1-4745-94c4-eecae9f04c88} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001566 sec., 38314.17624521073 rows/sec., 2.58 MiB/sec. | ||
| 8517 | 2024.11.14 04:53:04.541035 [ 252 ] {859f545b-4fa1-4745-94c4-eecae9f04c88} <Debug> TCPHandler: Processed in 0.001916965 sec. | ||
| 8518 | 2024.11.14 04:53:06.334494 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46059, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8519 | 2024.11.14 04:53:06.614962 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34811, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8520 | 2024.11.14 04:53:06.702270 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60564, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8521 | 2024.11.14 04:53:06.713549 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46305, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8522 | 2024.11.14 04:53:06.806907 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48963, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8523 | 2024.11.14 04:53:06.813281 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52415, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8524 | 2024.11.14 04:53:06.835632 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60182, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8525 | 2024.11.14 04:53:06.863885 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64302, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8526 | 2024.11.14 04:53:08.293153 [ 30 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8527 | 2024.11.14 04:53:08.293233 [ 30 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8528 | 2024.11.14 04:53:08.610550 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1220 | ||
| 8529 | 2024.11.14 04:53:08.613320 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8530 | 2024.11.14 04:53:08.613426 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 8531 | 2024.11.14 04:53:08.614821 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8532 | 2024.11.14 04:53:08.615143 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8533 | 2024.11.14 04:53:08.615333 [ 30 ] {} <Debug> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8534 | 2024.11.14 04:53:08.615402 [ 30 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8535 | 2024.11.14 04:53:08.615492 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 8536 | 2024.11.14 04:53:08.615886 [ 199 ] {517a6315-c66d-488d-99aa-0fdeb396e457::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 | ||
| 8537 | 2024.11.14 04:53:08.616271 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1220 | ||
| 8538 | 2024.11.14 04:53:08.616982 [ 199 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8539 | 2024.11.14 04:53:08.617167 [ 199 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1090 rows starting from the beginning of the part | ||
| 8540 | 2024.11.14 04:53:08.617678 [ 199 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 30 rows starting from the beginning of the part | ||
| 8541 | 2024.11.14 04:53:08.618157 [ 199 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 20 rows starting from the beginning of the part | ||
| 8542 | 2024.11.14 04:53:08.618732 [ 199 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 30 rows starting from the beginning of the part | ||
| 8543 | 2024.11.14 04:53:08.619254 [ 199 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 30 rows starting from the beginning of the part | ||
| 8544 | 2024.11.14 04:53:08.619763 [ 199 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 20 rows starting from the beginning of the part | ||
| 8545 | 2024.11.14 04:53:08.627344 [ 192 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1220 rows, containing 72 columns (72 merged, 0 gathered) in 0.011708149 sec., 104200.92877191775 rows/sec., 82.45 MiB/sec. | ||
| 8546 | 2024.11.14 04:53:08.628878 [ 193 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8547 | 2024.11.14 04:53:08.629693 [ 193 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_41_8} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8548 | 2024.11.14 04:53:08.629791 [ 193 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_41_8} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8549 | 2024.11.14 04:53:08.630088 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.88 MiB. | ||
| 8550 | 2024.11.14 04:53:08.630485 [ 30 ] {} <Debug> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 8551 | 2024.11.14 04:53:08.630529 [ 30 ] {} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8552 | 2024.11.14 04:53:08.630553 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 8553 | 2024.11.14 04:53:08.630695 [ 192 ] {932d2d65-5723-4816-ad96-f39624c15824::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 | ||
| 8554 | 2024.11.14 04:53:08.630888 [ 192 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8555 | 2024.11.14 04:53:08.630923 [ 192 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 242 rows starting from the beginning of the part | ||
| 8556 | 2024.11.14 04:53:08.631015 [ 192 ] {932d2d65-5723-4816-ad96-f39624c15824::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 | ||
| 8557 | 2024.11.14 04:53:08.631098 [ 192 ] {932d2d65-5723-4816-ad96-f39624c15824::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 | ||
| 8558 | 2024.11.14 04:53:08.631242 [ 192 ] {932d2d65-5723-4816-ad96-f39624c15824::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 | ||
| 8559 | 2024.11.14 04:53:08.631329 [ 192 ] {932d2d65-5723-4816-ad96-f39624c15824::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 | ||
| 8560 | 2024.11.14 04:53:08.632282 [ 194 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.001658838 sec., 179643.8229652323 rows/sec., 12.88 MiB/sec. | ||
| 8561 | 2024.11.14 04:53:08.632453 [ 194 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 8562 | 2024.11.14 04:53:08.632795 [ 194 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_25_6} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8563 | 2024.11.14 04:53:08.632877 [ 194 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_25_6} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 8564 | 2024.11.14 04:53:08.632966 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 8565 | 2024.11.14 04:53:09.538763 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8566 | 2024.11.14 04:53:09.538984 [ 250 ] {641641ed-164a-4e8f-bf83-1f5d9c5d38f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8567 | 2024.11.14 04:53:09.539069 [ 250 ] {641641ed-164a-4e8f-bf83-1f5d9c5d38f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8568 | 2024.11.14 04:53:09.539895 [ 250 ] {641641ed-164a-4e8f-bf83-1f5d9c5d38f8} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8569 | 2024.11.14 04:53:09.539951 [ 250 ] {641641ed-164a-4e8f-bf83-1f5d9c5d38f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 8570 | 2024.11.14 04:53:09.540411 [ 250 ] {641641ed-164a-4e8f-bf83-1f5d9c5d38f8} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 8571 | 2024.11.14 04:53:09.540694 [ 250 ] {641641ed-164a-4e8f-bf83-1f5d9c5d38f8} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8572 | 2024.11.14 04:53:09.540907 [ 28 ] {} <Debug> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 8573 | 2024.11.14 04:53:09.540973 [ 250 ] {641641ed-164a-4e8f-bf83-1f5d9c5d38f8} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002047 sec., 6839.276990718124 rows/sec., 492.34 KiB/sec. | ||
| 8574 | 2024.11.14 04:53:09.540998 [ 28 ] {} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8575 | 2024.11.14 04:53:09.541064 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 8576 | 2024.11.14 04:53:09.541112 [ 250 ] {641641ed-164a-4e8f-bf83-1f5d9c5d38f8} <Debug> TCPHandler: Processed in 0.002492462 sec. | ||
| 8577 | 2024.11.14 04:53:09.541387 [ 186 ] {adfe2738-319a-45e4-a148-b79a83474972::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 | ||
| 8578 | 2024.11.14 04:53:09.541552 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8579 | 2024.11.14 04:53:09.541788 [ 186 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8580 | 2024.11.14 04:53:09.541914 [ 186 ] {adfe2738-319a-45e4-a148-b79a83474972::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 | ||
| 8581 | 2024.11.14 04:53:09.542020 [ 252 ] {72ca5010-57d9-4cb6-b17c-d0b3a93e390c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8582 | 2024.11.14 04:53:09.542126 [ 186 ] {adfe2738-319a-45e4-a148-b79a83474972::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 | ||
| 8583 | 2024.11.14 04:53:09.542179 [ 252 ] {72ca5010-57d9-4cb6-b17c-d0b3a93e390c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8584 | 2024.11.14 04:53:09.542433 [ 186 ] {adfe2738-319a-45e4-a148-b79a83474972::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 | ||
| 8585 | 2024.11.14 04:53:09.542887 [ 186 ] {adfe2738-319a-45e4-a148-b79a83474972::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 | ||
| 8586 | 2024.11.14 04:53:09.543218 [ 186 ] {adfe2738-319a-45e4-a148-b79a83474972::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 | ||
| 8587 | 2024.11.14 04:53:09.545166 [ 252 ] {72ca5010-57d9-4cb6-b17c-d0b3a93e390c} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8588 | 2024.11.14 04:53:09.545243 [ 252 ] {72ca5010-57d9-4cb6-b17c-d0b3a93e390c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 8589 | 2024.11.14 04:53:09.545671 [ 193 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.00449451 sec., 15574.556514503249 rows/sec., 1.15 MiB/sec. | ||
| 8590 | 2024.11.14 04:53:09.545907 [ 198 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 8591 | 2024.11.14 04:53:09.546240 [ 252 ] {72ca5010-57d9-4cb6-b17c-d0b3a93e390c} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 8592 | 2024.11.14 04:53:09.546469 [ 198 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_25_6} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8593 | 2024.11.14 04:53:09.546599 [ 198 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_25_6} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 8594 | 2024.11.14 04:53:09.546707 [ 252 ] {72ca5010-57d9-4cb6-b17c-d0b3a93e390c} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8595 | 2024.11.14 04:53:09.546758 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 8596 | 2024.11.14 04:53:09.546979 [ 252 ] {72ca5010-57d9-4cb6-b17c-d0b3a93e390c} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.005055 sec., 56379.821958456974 rows/sec., 4.97 MiB/sec. | ||
| 8597 | 2024.11.14 04:53:09.547059 [ 252 ] {72ca5010-57d9-4cb6-b17c-d0b3a93e390c} <Debug> TCPHandler: Processed in 0.005775237 sec. | ||
| 8598 | 2024.11.14 04:53:09.547242 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8599 | 2024.11.14 04:53:09.547393 [ 250 ] {6082498f-0de5-4414-a6ae-f810bfd6a845} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8600 | 2024.11.14 04:53:09.547455 [ 250 ] {6082498f-0de5-4414-a6ae-f810bfd6a845} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8601 | 2024.11.14 04:53:09.548157 [ 250 ] {6082498f-0de5-4414-a6ae-f810bfd6a845} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8602 | 2024.11.14 04:53:09.548199 [ 250 ] {6082498f-0de5-4414-a6ae-f810bfd6a845} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 8603 | 2024.11.14 04:53:09.548584 [ 250 ] {6082498f-0de5-4414-a6ae-f810bfd6a845} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 8604 | 2024.11.14 04:53:09.548845 [ 250 ] {6082498f-0de5-4414-a6ae-f810bfd6a845} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8605 | 2024.11.14 04:53:09.549083 [ 250 ] {6082498f-0de5-4414-a6ae-f810bfd6a845} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001722 sec., 27874.564459930312 rows/sec., 2.01 MiB/sec. | ||
| 8606 | 2024.11.14 04:53:09.549161 [ 250 ] {6082498f-0de5-4414-a6ae-f810bfd6a845} <Debug> TCPHandler: Processed in 0.001982357 sec. | ||
| 8607 | 2024.11.14 04:53:09.549417 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8608 | 2024.11.14 04:53:09.549554 [ 252 ] {ac92dd0f-6866-46da-994e-c33b0c3fb64b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8609 | 2024.11.14 04:53:09.549610 [ 252 ] {ac92dd0f-6866-46da-994e-c33b0c3fb64b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8610 | 2024.11.14 04:53:09.550233 [ 252 ] {ac92dd0f-6866-46da-994e-c33b0c3fb64b} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8611 | 2024.11.14 04:53:09.550273 [ 252 ] {ac92dd0f-6866-46da-994e-c33b0c3fb64b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 8612 | 2024.11.14 04:53:09.550632 [ 252 ] {ac92dd0f-6866-46da-994e-c33b0c3fb64b} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8613 | 2024.11.14 04:53:09.550870 [ 252 ] {ac92dd0f-6866-46da-994e-c33b0c3fb64b} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8614 | 2024.11.14 04:53:09.551052 [ 252 ] {ac92dd0f-6866-46da-994e-c33b0c3fb64b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001529 sec., 9156.311314584696 rows/sec., 641.25 KiB/sec. | ||
| 8615 | 2024.11.14 04:53:09.551102 [ 252 ] {ac92dd0f-6866-46da-994e-c33b0c3fb64b} <Debug> TCPHandler: Processed in 0.001811982 sec. | ||
| 8616 | 2024.11.14 04:53:09.551270 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8617 | 2024.11.14 04:53:09.551395 [ 250 ] {78c91f1d-1d65-4ff6-9d41-7ef0fbb64d49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8618 | 2024.11.14 04:53:09.551443 [ 250 ] {78c91f1d-1d65-4ff6-9d41-7ef0fbb64d49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8619 | 2024.11.14 04:53:09.552025 [ 250 ] {78c91f1d-1d65-4ff6-9d41-7ef0fbb64d49} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8620 | 2024.11.14 04:53:09.552066 [ 250 ] {78c91f1d-1d65-4ff6-9d41-7ef0fbb64d49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 8621 | 2024.11.14 04:53:09.552441 [ 250 ] {78c91f1d-1d65-4ff6-9d41-7ef0fbb64d49} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 8622 | 2024.11.14 04:53:09.552688 [ 250 ] {78c91f1d-1d65-4ff6-9d41-7ef0fbb64d49} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8623 | 2024.11.14 04:53:09.552865 [ 28 ] {} <Debug> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 8624 | 2024.11.14 04:53:09.552918 [ 28 ] {} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8625 | 2024.11.14 04:53:09.552935 [ 250 ] {78c91f1d-1d65-4ff6-9d41-7ef0fbb64d49} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001562 sec., 8322.663252240716 rows/sec., 518.92 KiB/sec. | ||
| 8626 | 2024.11.14 04:53:09.552953 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 8627 | 2024.11.14 04:53:09.553080 [ 250 ] {78c91f1d-1d65-4ff6-9d41-7ef0fbb64d49} <Debug> TCPHandler: Processed in 0.001869294 sec. | ||
| 8628 | 2024.11.14 04:53:09.553142 [ 198 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::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 | ||
| 8629 | 2024.11.14 04:53:09.553289 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8630 | 2024.11.14 04:53:09.553292 [ 198 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8631 | 2024.11.14 04:53:09.553358 [ 198 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::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 | ||
| 8632 | 2024.11.14 04:53:09.553577 [ 252 ] {bb47548b-61d3-43d4-8574-99c37460bfc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8633 | 2024.11.14 04:53:09.553630 [ 198 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::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 | ||
| 8634 | 2024.11.14 04:53:09.553725 [ 252 ] {bb47548b-61d3-43d4-8574-99c37460bfc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8635 | 2024.11.14 04:53:09.553893 [ 198 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::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 | ||
| 8636 | 2024.11.14 04:53:09.554348 [ 198 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::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 | ||
| 8637 | 2024.11.14 04:53:09.554601 [ 198 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::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 | ||
| 8638 | 2024.11.14 04:53:09.556755 [ 252 ] {bb47548b-61d3-43d4-8574-99c37460bfc0} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8639 | 2024.11.14 04:53:09.556849 [ 252 ] {bb47548b-61d3-43d4-8574-99c37460bfc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 8640 | 2024.11.14 04:53:09.557123 [ 198 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004038497 sec., 16095.096764959835 rows/sec., 1.04 MiB/sec. | ||
| 8641 | 2024.11.14 04:53:09.557362 [ 193 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 8642 | 2024.11.14 04:53:09.557664 [ 252 ] {bb47548b-61d3-43d4-8574-99c37460bfc0} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 8643 | 2024.11.14 04:53:09.557933 [ 193 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_25_6} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8644 | 2024.11.14 04:53:09.558088 [ 252 ] {bb47548b-61d3-43d4-8574-99c37460bfc0} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8645 | 2024.11.14 04:53:09.558102 [ 193 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_25_6} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 8646 | 2024.11.14 04:53:09.558289 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 8647 | 2024.11.14 04:53:09.558430 [ 252 ] {bb47548b-61d3-43d4-8574-99c37460bfc0} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.004986 sec., 84837.5451263538 rows/sec., 6.06 MiB/sec. | ||
| 8648 | 2024.11.14 04:53:09.558499 [ 252 ] {bb47548b-61d3-43d4-8574-99c37460bfc0} <Debug> TCPHandler: Processed in 0.005304974 sec. | ||
| 8649 | 2024.11.14 04:53:09.558680 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8650 | 2024.11.14 04:53:09.558851 [ 250 ] {50e4f8bf-1da0-414d-8e5e-d60e5824c956} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8651 | 2024.11.14 04:53:09.558936 [ 250 ] {50e4f8bf-1da0-414d-8e5e-d60e5824c956} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8652 | 2024.11.14 04:53:09.559749 [ 250 ] {50e4f8bf-1da0-414d-8e5e-d60e5824c956} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8653 | 2024.11.14 04:53:09.559810 [ 250 ] {50e4f8bf-1da0-414d-8e5e-d60e5824c956} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 8654 | 2024.11.14 04:53:09.560203 [ 250 ] {50e4f8bf-1da0-414d-8e5e-d60e5824c956} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 8655 | 2024.11.14 04:53:09.560448 [ 250 ] {50e4f8bf-1da0-414d-8e5e-d60e5824c956} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8656 | 2024.11.14 04:53:09.560635 [ 250 ] {50e4f8bf-1da0-414d-8e5e-d60e5824c956} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001837 sec., 3266.19488296135 rows/sec., 170.65 KiB/sec. | ||
| 8657 | 2024.11.14 04:53:09.560682 [ 250 ] {50e4f8bf-1da0-414d-8e5e-d60e5824c956} <Debug> TCPHandler: Processed in 0.0020708 sec. | ||
| 8658 | 2024.11.14 04:53:09.560842 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8659 | 2024.11.14 04:53:09.560982 [ 252 ] {92127b86-a4f5-49de-a1af-2d7a1748a7cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8660 | 2024.11.14 04:53:09.561043 [ 252 ] {92127b86-a4f5-49de-a1af-2d7a1748a7cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8661 | 2024.11.14 04:53:09.561737 [ 252 ] {92127b86-a4f5-49de-a1af-2d7a1748a7cf} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8662 | 2024.11.14 04:53:09.561780 [ 252 ] {92127b86-a4f5-49de-a1af-2d7a1748a7cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 8663 | 2024.11.14 04:53:09.562174 [ 252 ] {92127b86-a4f5-49de-a1af-2d7a1748a7cf} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 8664 | 2024.11.14 04:53:09.562406 [ 252 ] {92127b86-a4f5-49de-a1af-2d7a1748a7cf} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8665 | 2024.11.14 04:53:09.562583 [ 26 ] {} <Debug> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 8666 | 2024.11.14 04:53:09.562638 [ 26 ] {} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8667 | 2024.11.14 04:53:09.562646 [ 252 ] {92127b86-a4f5-49de-a1af-2d7a1748a7cf} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001689 sec., 140319.71580817053 rows/sec., 9.41 MiB/sec. | ||
| 8668 | 2024.11.14 04:53:09.562676 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 8669 | 2024.11.14 04:53:09.562795 [ 252 ] {92127b86-a4f5-49de-a1af-2d7a1748a7cf} <Debug> TCPHandler: Processed in 0.002015859 sec. | ||
| 8670 | 2024.11.14 04:53:09.562928 [ 189 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 8671 | 2024.11.14 04:53:09.563049 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8672 | 2024.11.14 04:53:09.563148 [ 189 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8673 | 2024.11.14 04:53:09.563203 [ 189 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_71_14, total 15100 rows starting from the beginning of the part | ||
| 8674 | 2024.11.14 04:53:09.563527 [ 250 ] {8ca44ff2-a2b8-45e7-bca0-623b693864e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8675 | 2024.11.14 04:53:09.563542 [ 189 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 160 rows starting from the beginning of the part | ||
| 8676 | 2024.11.14 04:53:09.563814 [ 250 ] {8ca44ff2-a2b8-45e7-bca0-623b693864e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8677 | 2024.11.14 04:53:09.563876 [ 189 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 237 rows starting from the beginning of the part | ||
| 8678 | 2024.11.14 04:53:09.564235 [ 189 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 162 rows starting from the beginning of the part | ||
| 8679 | 2024.11.14 04:53:09.564603 [ 189 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 160 rows starting from the beginning of the part | ||
| 8680 | 2024.11.14 04:53:09.564981 [ 189 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 237 rows starting from the beginning of the part | ||
| 8681 | 2024.11.14 04:53:09.566117 [ 250 ] {8ca44ff2-a2b8-45e7-bca0-623b693864e5} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8682 | 2024.11.14 04:53:09.566173 [ 250 ] {8ca44ff2-a2b8-45e7-bca0-623b693864e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 8683 | 2024.11.14 04:53:09.566682 [ 250 ] {8ca44ff2-a2b8-45e7-bca0-623b693864e5} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 8684 | 2024.11.14 04:53:09.566998 [ 250 ] {8ca44ff2-a2b8-45e7-bca0-623b693864e5} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8685 | 2024.11.14 04:53:09.567644 [ 250 ] {8ca44ff2-a2b8-45e7-bca0-623b693864e5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004322 sec., 231.37436372049976 rows/sec., 15.59 KiB/sec. | ||
| 8686 | 2024.11.14 04:53:09.567909 [ 250 ] {8ca44ff2-a2b8-45e7-bca0-623b693864e5} <Debug> TCPHandler: Processed in 0.004989495 sec. | ||
| 8687 | 2024.11.14 04:53:09.568163 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8688 | 2024.11.14 04:53:09.568390 [ 252 ] {157a0fa4-7e45-484e-9036-fa1e3c4e742a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8689 | 2024.11.14 04:53:09.568615 [ 252 ] {157a0fa4-7e45-484e-9036-fa1e3c4e742a} <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 | ||
| 8690 | 2024.11.14 04:53:09.570370 [ 252 ] {157a0fa4-7e45-484e-9036-fa1e3c4e742a} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8691 | 2024.11.14 04:53:09.570413 [ 252 ] {157a0fa4-7e45-484e-9036-fa1e3c4e742a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 8692 | 2024.11.14 04:53:09.571407 [ 252 ] {157a0fa4-7e45-484e-9036-fa1e3c4e742a} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8693 | 2024.11.14 04:53:09.571719 [ 193 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16056 rows, containing 5 columns (5 merged, 0 gathered) in 0.008916278 sec., 1800751.3897615126 rows/sec., 122.41 MiB/sec. | ||
| 8694 | 2024.11.14 04:53:09.571886 [ 252 ] {157a0fa4-7e45-484e-9036-fa1e3c4e742a} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8695 | 2024.11.14 04:53:09.572119 [ 26 ] {} <Debug> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 | ||
| 8696 | 2024.11.14 04:53:09.572217 [ 252 ] {157a0fa4-7e45-484e-9036-fa1e3c4e742a} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.003897 sec., 10520.913523222993 rows/sec., 18.85 MiB/sec. | ||
| 8697 | 2024.11.14 04:53:09.572231 [ 26 ] {} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8698 | 2024.11.14 04:53:09.572334 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 8699 | 2024.11.14 04:53:09.572431 [ 200 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 8700 | 2024.11.14 04:53:09.573200 [ 252 ] {157a0fa4-7e45-484e-9036-fa1e3c4e742a} <Debug> TCPHandler: Processed in 0.005141839 sec. | ||
| 8701 | 2024.11.14 04:53:09.573214 [ 188 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_30_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_25_5 to all_30_30_0 into Compact with storage Full | ||
| 8702 | 2024.11.14 04:53:09.573652 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8703 | 2024.11.14 04:53:09.574000 [ 200 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8704 | 2024.11.14 04:53:09.574160 [ 250 ] {aa199ef7-eb12-4d44-bb03-b840ef30bb6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8705 | 2024.11.14 04:53:09.574377 [ 200 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 8706 | 2024.11.14 04:53:09.574410 [ 250 ] {aa199ef7-eb12-4d44-bb03-b840ef30bb6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8707 | 2024.11.14 04:53:09.574777 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.09 MiB. | ||
| 8708 | 2024.11.14 04:53:09.575265 [ 188 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8709 | 2024.11.14 04:53:09.575513 [ 188 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 855 rows starting from the beginning of the part | ||
| 8710 | 2024.11.14 04:53:09.576173 [ 188 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 41 rows starting from the beginning of the part | ||
| 8711 | 2024.11.14 04:53:09.576996 [ 188 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 41 rows starting from the beginning of the part | ||
| 8712 | 2024.11.14 04:53:09.577106 [ 250 ] {aa199ef7-eb12-4d44-bb03-b840ef30bb6d} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8713 | 2024.11.14 04:53:09.577205 [ 250 ] {aa199ef7-eb12-4d44-bb03-b840ef30bb6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 8714 | 2024.11.14 04:53:09.577641 [ 188 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 41 rows starting from the beginning of the part | ||
| 8715 | 2024.11.14 04:53:09.578353 [ 188 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 41 rows starting from the beginning of the part | ||
| 8716 | 2024.11.14 04:53:09.578577 [ 250 ] {aa199ef7-eb12-4d44-bb03-b840ef30bb6d} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 8717 | 2024.11.14 04:53:09.578891 [ 188 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 41 rows starting from the beginning of the part | ||
| 8718 | 2024.11.14 04:53:09.579347 [ 250 ] {aa199ef7-eb12-4d44-bb03-b840ef30bb6d} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8719 | 2024.11.14 04:53:09.579715 [ 26 ] {} <Debug> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 8720 | 2024.11.14 04:53:09.579830 [ 26 ] {} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8721 | 2024.11.14 04:53:09.579879 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 8722 | 2024.11.14 04:53:09.580091 [ 250 ] {aa199ef7-eb12-4d44-bb03-b840ef30bb6d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.006048 sec., 13558.201058201057 rows/sec., 881.78 KiB/sec. | ||
| 8723 | 2024.11.14 04:53:09.580638 [ 250 ] {aa199ef7-eb12-4d44-bb03-b840ef30bb6d} <Debug> TCPHandler: Processed in 0.007287411 sec. | ||
| 8724 | 2024.11.14 04:53:09.580728 [ 196 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 8725 | 2024.11.14 04:53:09.581243 [ 196 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8726 | 2024.11.14 04:53:09.581317 [ 196 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4046 rows starting from the beginning of the part | ||
| 8727 | 2024.11.14 04:53:09.581819 [ 196 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 60 rows starting from the beginning of the part | ||
| 8728 | 2024.11.14 04:53:09.582424 [ 196 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 82 rows starting from the beginning of the part | ||
| 8729 | 2024.11.14 04:53:09.582766 [ 196 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 60 rows starting from the beginning of the part | ||
| 8730 | 2024.11.14 04:53:09.582961 [ 196 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 60 rows starting from the beginning of the part | ||
| 8731 | 2024.11.14 04:53:09.583117 [ 196 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 82 rows starting from the beginning of the part | ||
| 8732 | 2024.11.14 04:53:09.585410 [ 203 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4390 rows, containing 4 columns (4 merged, 0 gathered) in 0.005379686 sec., 816032.757302192 rows/sec., 53.42 MiB/sec. | ||
| 8733 | 2024.11.14 04:53:09.586112 [ 187 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 8734 | 2024.11.14 04:53:09.586459 [ 187 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_76_15} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8735 | 2024.11.14 04:53:09.587056 [ 187 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_76_15} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 8736 | 2024.11.14 04:53:09.587166 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB. | ||
| 8737 | 2024.11.14 04:53:09.589682 [ 196 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 19 columns (19 merged, 0 gathered) in 0.017091175 sec., 62020.31165206605 rows/sec., 111.14 MiB/sec. | ||
| 8738 | 2024.11.14 04:53:09.590996 [ 191 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) | ||
| 8739 | 2024.11.14 04:53:09.591428 [ 191 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_30_6} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8740 | 2024.11.14 04:53:09.591511 [ 191 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_30_6} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 | ||
| 8741 | 2024.11.14 04:53:09.591664 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.50 MiB. | ||
| 8742 | 2024.11.14 04:53:09.726857 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:39780, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8743 | 2024.11.14 04:53:09.913851 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:64474, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8744 | 2024.11.14 04:53:10.001151 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 174.46 MiB, peak 185.07 MiB, free memory in arenas 0.00 B, will set to 177.67 MiB (RSS), difference: 3.21 MiB | ||
| 8745 | 2024.11.14 04:53:10.292977 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:62925, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8746 | 2024.11.14 04:53:10.368859 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:61661, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8747 | 2024.11.14 04:53:10.483304 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:35310, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8748 | 2024.11.14 04:53:10.484577 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:57377, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8749 | 2024.11.14 04:53:10.528038 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:37498, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8750 | 2024.11.14 04:53:10.533623 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:44319, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8751 | 2024.11.14 04:53:10.535923 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:58146, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8752 | 2024.11.14 04:53:10.655636 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:50140, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8753 | 2024.11.14 04:53:10.675898 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:61070, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8754 | 2024.11.14 04:53:10.680188 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:34138, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8755 | 2024.11.14 04:53:10.697667 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:60990, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8756 | 2024.11.14 04:53:10.754390 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:59870, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8757 | 2024.11.14 04:53:10.767807 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:45879, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8758 | 2024.11.14 04:53:10.845045 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:34099, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8759 | 2024.11.14 04:53:11.379417 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:47816, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8760 | 2024.11.14 04:53:11.780327 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:36852, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8761 | 2024.11.14 04:53:11.920144 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:48566, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8762 | 2024.11.14 04:53:12.026894 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:60883, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8763 | 2024.11.14 04:53:12.145647 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:47460, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8764 | 2024.11.14 04:53:12.239289 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:60603, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8765 | 2024.11.14 04:53:12.256916 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:38469, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8766 | 2024.11.14 04:53:12.288339 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:35364, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8767 | 2024.11.14 04:53:13.166620 [ 25 ] {} <Debug> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 8768 | 2024.11.14 04:53:13.166683 [ 25 ] {} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8769 | 2024.11.14 04:53:13.166704 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 8770 | 2024.11.14 04:53:13.166869 [ 187 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::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 | ||
| 8771 | 2024.11.14 04:53:13.167044 [ 187 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8772 | 2024.11.14 04:53:13.167088 [ 187 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 18 rows starting from the beginning of the part | ||
| 8773 | 2024.11.14 04:53:13.167181 [ 187 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 4 rows starting from the beginning of the part | ||
| 8774 | 2024.11.14 04:53:13.167442 [ 187 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 4 rows starting from the beginning of the part | ||
| 8775 | 2024.11.14 04:53:13.167611 [ 187 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 10 rows starting from the beginning of the part | ||
| 8776 | 2024.11.14 04:53:13.167821 [ 187 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 4 rows starting from the beginning of the part | ||
| 8777 | 2024.11.14 04:53:13.168824 [ 195 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 5 columns (5 merged, 0 gathered) in 0.002047059 sec., 19540.22820055504 rows/sec., 1.63 MiB/sec. | ||
| 8778 | 2024.11.14 04:53:13.168973 [ 195 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 8779 | 2024.11.14 04:53:13.169315 [ 195 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_17_4} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8780 | 2024.11.14 04:53:13.169418 [ 195 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_17_4} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 8781 | 2024.11.14 04:53:13.169507 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8782 | 2024.11.14 04:53:14.530936 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8783 | 2024.11.14 04:53:14.531161 [ 250 ] {da87d10f-8b26-4553-a204-ad70eca8c887} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8784 | 2024.11.14 04:53:14.531242 [ 250 ] {da87d10f-8b26-4553-a204-ad70eca8c887} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8785 | 2024.11.14 04:53:14.532042 [ 250 ] {da87d10f-8b26-4553-a204-ad70eca8c887} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8786 | 2024.11.14 04:53:14.532090 [ 250 ] {da87d10f-8b26-4553-a204-ad70eca8c887} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 8787 | 2024.11.14 04:53:14.532496 [ 250 ] {da87d10f-8b26-4553-a204-ad70eca8c887} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 8788 | 2024.11.14 04:53:14.532743 [ 250 ] {da87d10f-8b26-4553-a204-ad70eca8c887} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8789 | 2024.11.14 04:53:14.532966 [ 250 ] {da87d10f-8b26-4553-a204-ad70eca8c887} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001864 sec., 2145.922746781116 rows/sec., 174.98 KiB/sec. | ||
| 8790 | 2024.11.14 04:53:14.533022 [ 250 ] {da87d10f-8b26-4553-a204-ad70eca8c887} <Debug> TCPHandler: Processed in 0.002220794 sec. | ||
| 8791 | 2024.11.14 04:53:14.533302 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8792 | 2024.11.14 04:53:14.533511 [ 252 ] {cccc24ef-5301-4c5d-a771-150879cfe6f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8793 | 2024.11.14 04:53:14.533591 [ 252 ] {cccc24ef-5301-4c5d-a771-150879cfe6f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8794 | 2024.11.14 04:53:14.534398 [ 252 ] {cccc24ef-5301-4c5d-a771-150879cfe6f3} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8795 | 2024.11.14 04:53:14.534440 [ 252 ] {cccc24ef-5301-4c5d-a771-150879cfe6f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 8796 | 2024.11.14 04:53:14.534867 [ 252 ] {cccc24ef-5301-4c5d-a771-150879cfe6f3} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 8797 | 2024.11.14 04:53:14.535117 [ 252 ] {cccc24ef-5301-4c5d-a771-150879cfe6f3} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8798 | 2024.11.14 04:53:14.535325 [ 252 ] {cccc24ef-5301-4c5d-a771-150879cfe6f3} <Debug> executeQuery: Read 58 rows, 4.52 KiB in 0.001872 sec., 30982.905982905984 rows/sec., 2.36 MiB/sec. | ||
| 8799 | 2024.11.14 04:53:14.535387 [ 252 ] {cccc24ef-5301-4c5d-a771-150879cfe6f3} <Debug> TCPHandler: Processed in 0.002225315 sec. | ||
| 8800 | 2024.11.14 04:53:14.535535 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8801 | 2024.11.14 04:53:14.535670 [ 250 ] {46ce9df1-40fc-41c6-80e4-1e93d5459112} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8802 | 2024.11.14 04:53:14.535727 [ 250 ] {46ce9df1-40fc-41c6-80e4-1e93d5459112} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8803 | 2024.11.14 04:53:14.536318 [ 250 ] {46ce9df1-40fc-41c6-80e4-1e93d5459112} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8804 | 2024.11.14 04:53:14.536357 [ 250 ] {46ce9df1-40fc-41c6-80e4-1e93d5459112} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 8805 | 2024.11.14 04:53:14.536698 [ 250 ] {46ce9df1-40fc-41c6-80e4-1e93d5459112} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 8806 | 2024.11.14 04:53:14.536940 [ 250 ] {46ce9df1-40fc-41c6-80e4-1e93d5459112} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8807 | 2024.11.14 04:53:14.537168 [ 250 ] {46ce9df1-40fc-41c6-80e4-1e93d5459112} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001521 sec., 2629.8487836949375 rows/sec., 183.63 KiB/sec. | ||
| 8808 | 2024.11.14 04:53:14.537247 [ 250 ] {46ce9df1-40fc-41c6-80e4-1e93d5459112} <Debug> TCPHandler: Processed in 0.001777662 sec. | ||
| 8809 | 2024.11.14 04:53:14.537498 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8810 | 2024.11.14 04:53:14.537663 [ 252 ] {26fc4c83-30cf-413d-bb33-d9cc02a2b81d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8811 | 2024.11.14 04:53:14.537723 [ 252 ] {26fc4c83-30cf-413d-bb33-d9cc02a2b81d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8812 | 2024.11.14 04:53:14.538373 [ 252 ] {26fc4c83-30cf-413d-bb33-d9cc02a2b81d} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8813 | 2024.11.14 04:53:14.538412 [ 252 ] {26fc4c83-30cf-413d-bb33-d9cc02a2b81d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 8814 | 2024.11.14 04:53:14.538781 [ 252 ] {26fc4c83-30cf-413d-bb33-d9cc02a2b81d} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 8815 | 2024.11.14 04:53:14.539018 [ 252 ] {26fc4c83-30cf-413d-bb33-d9cc02a2b81d} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8816 | 2024.11.14 04:53:14.539199 [ 252 ] {26fc4c83-30cf-413d-bb33-d9cc02a2b81d} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001569 sec., 43339.70681963034 rows/sec., 3.39 MiB/sec. | ||
| 8817 | 2024.11.14 04:53:14.539252 [ 252 ] {26fc4c83-30cf-413d-bb33-d9cc02a2b81d} <Debug> TCPHandler: Processed in 0.001898935 sec. | ||
| 8818 | 2024.11.14 04:53:14.539435 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8819 | 2024.11.14 04:53:14.539572 [ 250 ] {fcbaec72-794a-437f-8342-5efd55225da8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8820 | 2024.11.14 04:53:14.539633 [ 250 ] {fcbaec72-794a-437f-8342-5efd55225da8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8821 | 2024.11.14 04:53:14.540221 [ 250 ] {fcbaec72-794a-437f-8342-5efd55225da8} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8822 | 2024.11.14 04:53:14.540261 [ 250 ] {fcbaec72-794a-437f-8342-5efd55225da8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 8823 | 2024.11.14 04:53:14.540646 [ 250 ] {fcbaec72-794a-437f-8342-5efd55225da8} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 8824 | 2024.11.14 04:53:14.540880 [ 250 ] {fcbaec72-794a-437f-8342-5efd55225da8} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8825 | 2024.11.14 04:53:14.541125 [ 250 ] {fcbaec72-794a-437f-8342-5efd55225da8} <Debug> executeQuery: Read 130 rows, 9.27 KiB in 0.001572 sec., 82697.2010178117 rows/sec., 5.76 MiB/sec. | ||
| 8826 | 2024.11.14 04:53:14.541181 [ 250 ] {fcbaec72-794a-437f-8342-5efd55225da8} <Debug> TCPHandler: Processed in 0.001814962 sec. | ||
| 8827 | 2024.11.14 04:53:14.541385 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8828 | 2024.11.14 04:53:14.541572 [ 252 ] {1159befd-9280-40f1-b85f-11d0e0bb32ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8829 | 2024.11.14 04:53:14.541632 [ 252 ] {1159befd-9280-40f1-b85f-11d0e0bb32ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8830 | 2024.11.14 04:53:14.542154 [ 252 ] {1159befd-9280-40f1-b85f-11d0e0bb32ae} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8831 | 2024.11.14 04:53:14.542190 [ 252 ] {1159befd-9280-40f1-b85f-11d0e0bb32ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 8832 | 2024.11.14 04:53:14.542563 [ 252 ] {1159befd-9280-40f1-b85f-11d0e0bb32ae} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 8833 | 2024.11.14 04:53:14.542795 [ 252 ] {1159befd-9280-40f1-b85f-11d0e0bb32ae} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8834 | 2024.11.14 04:53:14.542969 [ 252 ] {1159befd-9280-40f1-b85f-11d0e0bb32ae} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001438 sec., 33379.694019471484 rows/sec., 2.25 MiB/sec. | ||
| 8835 | 2024.11.14 04:53:14.543018 [ 252 ] {1159befd-9280-40f1-b85f-11d0e0bb32ae} <Debug> TCPHandler: Processed in 0.001755021 sec. | ||
| 8836 | 2024.11.14 04:53:18.617333 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1254 | ||
| 8837 | 2024.11.14 04:53:18.620320 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8838 | 2024.11.14 04:53:18.620372 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 8839 | 2024.11.14 04:53:18.621864 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8840 | 2024.11.14 04:53:18.622188 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8841 | 2024.11.14 04:53:18.623411 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1254 | ||
| 8842 | 2024.11.14 04:53:19.531905 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8843 | 2024.11.14 04:53:19.532119 [ 250 ] {ad890d0c-536f-4aae-bb2d-1dff7f1a2cb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8844 | 2024.11.14 04:53:19.532200 [ 250 ] {ad890d0c-536f-4aae-bb2d-1dff7f1a2cb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8845 | 2024.11.14 04:53:19.533074 [ 250 ] {ad890d0c-536f-4aae-bb2d-1dff7f1a2cb2} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8846 | 2024.11.14 04:53:19.533124 [ 250 ] {ad890d0c-536f-4aae-bb2d-1dff7f1a2cb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 8847 | 2024.11.14 04:53:19.533554 [ 250 ] {ad890d0c-536f-4aae-bb2d-1dff7f1a2cb2} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 8848 | 2024.11.14 04:53:19.533804 [ 250 ] {ad890d0c-536f-4aae-bb2d-1dff7f1a2cb2} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8849 | 2024.11.14 04:53:19.534013 [ 104 ] {} <Debug> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 8850 | 2024.11.14 04:53:19.534044 [ 250 ] {ad890d0c-536f-4aae-bb2d-1dff7f1a2cb2} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001984 sec., 28225.8064516129 rows/sec., 2.15 MiB/sec. | ||
| 8851 | 2024.11.14 04:53:19.534109 [ 104 ] {} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8852 | 2024.11.14 04:53:19.534190 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 8853 | 2024.11.14 04:53:19.534193 [ 250 ] {ad890d0c-536f-4aae-bb2d-1dff7f1a2cb2} <Debug> TCPHandler: Processed in 0.002429091 sec. | ||
| 8854 | 2024.11.14 04:53:19.534380 [ 196 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 8855 | 2024.11.14 04:53:19.534483 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8856 | 2024.11.14 04:53:19.534538 [ 196 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8857 | 2024.11.14 04:53:19.534581 [ 196 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1434 rows starting from the beginning of the part | ||
| 8858 | 2024.11.14 04:53:19.534702 [ 252 ] {06a98dd5-a15f-4e78-90df-ea7fb65e3552} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8859 | 2024.11.14 04:53:19.534722 [ 196 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 58 rows starting from the beginning of the part | ||
| 8860 | 2024.11.14 04:53:19.534810 [ 252 ] {06a98dd5-a15f-4e78-90df-ea7fb65e3552} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8861 | 2024.11.14 04:53:19.534906 [ 196 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 56 rows starting from the beginning of the part | ||
| 8862 | 2024.11.14 04:53:19.535134 [ 196 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 285 rows starting from the beginning of the part | ||
| 8863 | 2024.11.14 04:53:19.535288 [ 196 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 58 rows starting from the beginning of the part | ||
| 8864 | 2024.11.14 04:53:19.535519 [ 196 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 56 rows starting from the beginning of the part | ||
| 8865 | 2024.11.14 04:53:19.536413 [ 252 ] {06a98dd5-a15f-4e78-90df-ea7fb65e3552} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8866 | 2024.11.14 04:53:19.536460 [ 252 ] {06a98dd5-a15f-4e78-90df-ea7fb65e3552} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 8867 | 2024.11.14 04:53:19.537013 [ 252 ] {06a98dd5-a15f-4e78-90df-ea7fb65e3552} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 8868 | 2024.11.14 04:53:19.537361 [ 252 ] {06a98dd5-a15f-4e78-90df-ea7fb65e3552} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8869 | 2024.11.14 04:53:19.537368 [ 196 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1947 rows, containing 5 columns (5 merged, 0 gathered) in 0.003092219 sec., 629644.9248905075 rows/sec., 54.85 MiB/sec. | ||
| 8870 | 2024.11.14 04:53:19.537542 [ 104 ] {} <Debug> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 8871 | 2024.11.14 04:53:19.537608 [ 104 ] {} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8872 | 2024.11.14 04:53:19.537657 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 8873 | 2024.11.14 04:53:19.537717 [ 252 ] {06a98dd5-a15f-4e78-90df-ea7fb65e3552} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003074 sec., 20819.77878985036 rows/sec., 1.63 MiB/sec. | ||
| 8874 | 2024.11.14 04:53:19.537808 [ 195 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 8875 | 2024.11.14 04:53:19.538137 [ 191 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 8876 | 2024.11.14 04:53:19.538177 [ 252 ] {06a98dd5-a15f-4e78-90df-ea7fb65e3552} <Debug> TCPHandler: Processed in 0.003826231 sec. | ||
| 8877 | 2024.11.14 04:53:19.538493 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8878 | 2024.11.14 04:53:19.538782 [ 191 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8879 | 2024.11.14 04:53:19.538955 [ 191 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 915 rows starting from the beginning of the part | ||
| 8880 | 2024.11.14 04:53:19.538983 [ 250 ] {efaa27d7-63f3-4c90-a1be-78fa64083ff3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8881 | 2024.11.14 04:53:19.539080 [ 195 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_81_16} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8882 | 2024.11.14 04:53:19.539328 [ 250 ] {efaa27d7-63f3-4c90-a1be-78fa64083ff3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8883 | 2024.11.14 04:53:19.539503 [ 191 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 68 rows starting from the beginning of the part | ||
| 8884 | 2024.11.14 04:53:19.539591 [ 195 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_81_16} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 8885 | 2024.11.14 04:53:19.540173 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
| 8886 | 2024.11.14 04:53:19.540165 [ 191 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 64 rows starting from the beginning of the part | ||
| 8887 | 2024.11.14 04:53:19.540632 [ 191 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 423 rows starting from the beginning of the part | ||
| 8888 | 2024.11.14 04:53:19.541053 [ 191 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 68 rows starting from the beginning of the part | ||
| 8889 | 2024.11.14 04:53:19.541445 [ 191 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 64 rows starting from the beginning of the part | ||
| 8890 | 2024.11.14 04:53:19.543778 [ 250 ] {efaa27d7-63f3-4c90-a1be-78fa64083ff3} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8891 | 2024.11.14 04:53:19.543868 [ 250 ] {efaa27d7-63f3-4c90-a1be-78fa64083ff3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 8892 | 2024.11.14 04:53:19.544988 [ 250 ] {efaa27d7-63f3-4c90-a1be-78fa64083ff3} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 8893 | 2024.11.14 04:53:19.545538 [ 250 ] {efaa27d7-63f3-4c90-a1be-78fa64083ff3} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8894 | 2024.11.14 04:53:19.545624 [ 197 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1602 rows, containing 5 columns (5 merged, 0 gathered) in 0.007861788 sec., 203770.4400067771 rows/sec., 15.71 MiB/sec. | ||
| 8895 | 2024.11.14 04:53:19.545989 [ 250 ] {efaa27d7-63f3-4c90-a1be-78fa64083ff3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.007202 sec., 22216.051096917523 rows/sec., 1.55 MiB/sec. | ||
| 8896 | 2024.11.14 04:53:19.546080 [ 197 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 8897 | 2024.11.14 04:53:19.546317 [ 250 ] {efaa27d7-63f3-4c90-a1be-78fa64083ff3} <Debug> TCPHandler: Processed in 0.008001471 sec. | ||
| 8898 | 2024.11.14 04:53:19.546654 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8899 | 2024.11.14 04:53:19.547053 [ 252 ] {5c6c7b0e-f4c4-415f-a6fa-449d33a69e9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8900 | 2024.11.14 04:53:19.547164 [ 252 ] {5c6c7b0e-f4c4-415f-a6fa-449d33a69e9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8901 | 2024.11.14 04:53:19.547395 [ 197 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_81_16} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8902 | 2024.11.14 04:53:19.547631 [ 197 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_81_16} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 8903 | 2024.11.14 04:53:19.547754 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
| 8904 | 2024.11.14 04:53:19.548012 [ 252 ] {5c6c7b0e-f4c4-415f-a6fa-449d33a69e9b} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8905 | 2024.11.14 04:53:19.548056 [ 252 ] {5c6c7b0e-f4c4-415f-a6fa-449d33a69e9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 8906 | 2024.11.14 04:53:19.548452 [ 252 ] {5c6c7b0e-f4c4-415f-a6fa-449d33a69e9b} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 8907 | 2024.11.14 04:53:19.548698 [ 252 ] {5c6c7b0e-f4c4-415f-a6fa-449d33a69e9b} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8908 | 2024.11.14 04:53:19.548904 [ 252 ] {5c6c7b0e-f4c4-415f-a6fa-449d33a69e9b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002017 sec., 29747.149231531977 rows/sec., 2.00 MiB/sec. | ||
| 8909 | 2024.11.14 04:53:19.548965 [ 252 ] {5c6c7b0e-f4c4-415f-a6fa-449d33a69e9b} <Debug> TCPHandler: Processed in 0.002477551 sec. | ||
| 8910 | 2024.11.14 04:53:21.079013 [ 29 ] {} <Debug> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 8911 | 2024.11.14 04:53:21.079074 [ 29 ] {} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8912 | 2024.11.14 04:53:21.079095 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 8913 | 2024.11.14 04:53:21.079279 [ 197 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::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 | ||
| 8914 | 2024.11.14 04:53:21.079546 [ 197 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8915 | 2024.11.14 04:53:21.079589 [ 197 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 21 rows starting from the beginning of the part | ||
| 8916 | 2024.11.14 04:53:21.079679 [ 197 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part | ||
| 8917 | 2024.11.14 04:53:21.079918 [ 197 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part | ||
| 8918 | 2024.11.14 04:53:21.080116 [ 197 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part | ||
| 8919 | 2024.11.14 04:53:21.080350 [ 197 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part | ||
| 8920 | 2024.11.14 04:53:21.081432 [ 192 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25 rows, containing 4 columns (4 merged, 0 gathered) in 0.002266546 sec., 11029.9989499441 rows/sec., 743.23 KiB/sec. | ||
| 8921 | 2024.11.14 04:53:21.081631 [ 192 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 8922 | 2024.11.14 04:53:21.082030 [ 192 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_25_6} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8923 | 2024.11.14 04:53:21.082128 [ 192 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_25_6} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 8924 | 2024.11.14 04:53:21.082227 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. | ||
| 8925 | 2024.11.14 04:53:22.125787 [ 120 ] {} <Debug> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 8926 | 2024.11.14 04:53:22.125848 [ 120 ] {} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8927 | 2024.11.14 04:53:22.125869 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 8928 | 2024.11.14 04:53:22.126053 [ 192 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::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 | ||
| 8929 | 2024.11.14 04:53:22.126323 [ 192 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8930 | 2024.11.14 04:53:22.126365 [ 192 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 126 rows starting from the beginning of the part | ||
| 8931 | 2024.11.14 04:53:22.126449 [ 192 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part | ||
| 8932 | 2024.11.14 04:53:22.126617 [ 192 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part | ||
| 8933 | 2024.11.14 04:53:22.126934 [ 192 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part | ||
| 8934 | 2024.11.14 04:53:22.127155 [ 192 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part | ||
| 8935 | 2024.11.14 04:53:22.128242 [ 194 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 150 rows, containing 4 columns (4 merged, 0 gathered) in 0.002305447 sec., 65063.304426430106 rows/sec., 3.32 MiB/sec. | ||
| 8936 | 2024.11.14 04:53:22.128447 [ 193 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 8937 | 2024.11.14 04:53:22.128800 [ 193 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_25_6} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8938 | 2024.11.14 04:53:22.128884 [ 193 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_25_6} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 8939 | 2024.11.14 04:53:22.128980 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 8940 | 2024.11.14 04:53:23.293299 [ 139 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8941 | 2024.11.14 04:53:23.293377 [ 139 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8942 | 2024.11.14 04:53:24.538780 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8943 | 2024.11.14 04:53:24.538983 [ 250 ] {198ca306-7ac4-43bc-8a5c-4a2bb736d7b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8944 | 2024.11.14 04:53:24.539058 [ 250 ] {198ca306-7ac4-43bc-8a5c-4a2bb736d7b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8945 | 2024.11.14 04:53:24.539782 [ 250 ] {198ca306-7ac4-43bc-8a5c-4a2bb736d7b0} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8946 | 2024.11.14 04:53:24.539832 [ 250 ] {198ca306-7ac4-43bc-8a5c-4a2bb736d7b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 8947 | 2024.11.14 04:53:24.540267 [ 250 ] {198ca306-7ac4-43bc-8a5c-4a2bb736d7b0} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8948 | 2024.11.14 04:53:24.540518 [ 250 ] {198ca306-7ac4-43bc-8a5c-4a2bb736d7b0} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8949 | 2024.11.14 04:53:24.540810 [ 250 ] {198ca306-7ac4-43bc-8a5c-4a2bb736d7b0} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001879 sec., 7450.7716870675895 rows/sec., 536.36 KiB/sec. | ||
| 8950 | 2024.11.14 04:53:24.541031 [ 250 ] {198ca306-7ac4-43bc-8a5c-4a2bb736d7b0} <Debug> TCPHandler: Processed in 0.002376579 sec. | ||
| 8951 | 2024.11.14 04:53:24.541330 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8952 | 2024.11.14 04:53:24.541541 [ 252 ] {cc08e0a8-a17e-4dfa-898b-b9979911eb01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8953 | 2024.11.14 04:53:24.541626 [ 252 ] {cc08e0a8-a17e-4dfa-898b-b9979911eb01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8954 | 2024.11.14 04:53:24.542553 [ 252 ] {cc08e0a8-a17e-4dfa-898b-b9979911eb01} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8955 | 2024.11.14 04:53:24.542606 [ 252 ] {cc08e0a8-a17e-4dfa-898b-b9979911eb01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 8956 | 2024.11.14 04:53:24.543061 [ 252 ] {cc08e0a8-a17e-4dfa-898b-b9979911eb01} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 8957 | 2024.11.14 04:53:24.543313 [ 252 ] {cc08e0a8-a17e-4dfa-898b-b9979911eb01} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8958 | 2024.11.14 04:53:24.543550 [ 252 ] {cc08e0a8-a17e-4dfa-898b-b9979911eb01} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.002065 sec., 138014.52784503633 rows/sec., 12.18 MiB/sec. | ||
| 8959 | 2024.11.14 04:53:24.543616 [ 252 ] {cc08e0a8-a17e-4dfa-898b-b9979911eb01} <Debug> TCPHandler: Processed in 0.002459861 sec. | ||
| 8960 | 2024.11.14 04:53:24.543762 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8961 | 2024.11.14 04:53:24.543899 [ 250 ] {722208d0-6714-405a-bbbc-35d18621a5b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8962 | 2024.11.14 04:53:24.543956 [ 250 ] {722208d0-6714-405a-bbbc-35d18621a5b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8963 | 2024.11.14 04:53:24.544583 [ 250 ] {722208d0-6714-405a-bbbc-35d18621a5b8} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8964 | 2024.11.14 04:53:24.544623 [ 250 ] {722208d0-6714-405a-bbbc-35d18621a5b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 8965 | 2024.11.14 04:53:24.544980 [ 250 ] {722208d0-6714-405a-bbbc-35d18621a5b8} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 8966 | 2024.11.14 04:53:24.545218 [ 250 ] {722208d0-6714-405a-bbbc-35d18621a5b8} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8967 | 2024.11.14 04:53:24.545384 [ 139 ] {} <Debug> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78) (MergerMutator): Selected 6 parts from all_1_43_9 to all_48_48_0 | ||
| 8968 | 2024.11.14 04:53:24.545451 [ 250 ] {722208d0-6714-405a-bbbc-35d18621a5b8} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001576 sec., 30456.852791878173 rows/sec., 2.19 MiB/sec. | ||
| 8969 | 2024.11.14 04:53:24.545463 [ 139 ] {} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8970 | 2024.11.14 04:53:24.545544 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 8971 | 2024.11.14 04:53:24.545587 [ 250 ] {722208d0-6714-405a-bbbc-35d18621a5b8} <Debug> TCPHandler: Processed in 0.001888725 sec. | ||
| 8972 | 2024.11.14 04:53:24.545880 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8973 | 2024.11.14 04:53:24.545953 [ 192 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_48_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_43_9 to all_48_48_0 into Compact with storage Full | ||
| 8974 | 2024.11.14 04:53:24.546313 [ 252 ] {218411d1-d51c-4562-921a-487ebae7f568} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8975 | 2024.11.14 04:53:24.546453 [ 192 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_48_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8976 | 2024.11.14 04:53:24.546474 [ 252 ] {218411d1-d51c-4562-921a-487ebae7f568} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8977 | 2024.11.14 04:53:24.546593 [ 192 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_48_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_43_9, total 66 rows starting from the beginning of the part | ||
| 8978 | 2024.11.14 04:53:24.546997 [ 192 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_48_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 48 rows starting from the beginning of the part | ||
| 8979 | 2024.11.14 04:53:24.547526 [ 192 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_48_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 4 rows starting from the beginning of the part | ||
| 8980 | 2024.11.14 04:53:24.547942 [ 192 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_48_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 48 rows starting from the beginning of the part | ||
| 8981 | 2024.11.14 04:53:24.548387 [ 192 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_48_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 4 rows starting from the beginning of the part | ||
| 8982 | 2024.11.14 04:53:24.548753 [ 192 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_48_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 48 rows starting from the beginning of the part | ||
| 8983 | 2024.11.14 04:53:24.549617 [ 252 ] {218411d1-d51c-4562-921a-487ebae7f568} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8984 | 2024.11.14 04:53:24.549662 [ 252 ] {218411d1-d51c-4562-921a-487ebae7f568} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 8985 | 2024.11.14 04:53:24.550222 [ 252 ] {218411d1-d51c-4562-921a-487ebae7f568} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8986 | 2024.11.14 04:53:24.550418 [ 192 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_48_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 218 rows, containing 5 columns (5 merged, 0 gathered) in 0.004776498 sec., 45640.132163773545 rows/sec., 3.44 MiB/sec. | ||
| 8987 | 2024.11.14 04:53:24.550580 [ 252 ] {218411d1-d51c-4562-921a-487ebae7f568} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8988 | 2024.11.14 04:53:24.550630 [ 194 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_48_10} <Trace> MergedBlockOutputStream: filled checksums all_1_48_10 (state Temporary) | ||
| 8989 | 2024.11.14 04:53:24.550979 [ 252 ] {218411d1-d51c-4562-921a-487ebae7f568} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004821 sec., 2903.9618336444723 rows/sec., 203.37 KiB/sec. | ||
| 8990 | 2024.11.14 04:53:24.551146 [ 252 ] {218411d1-d51c-4562-921a-487ebae7f568} <Debug> TCPHandler: Processed in 0.005441037 sec. | ||
| 8991 | 2024.11.14 04:53:24.551292 [ 194 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_48_10} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_merge_all_1_48_10 to all_1_48_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8992 | 2024.11.14 04:53:24.551347 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8993 | 2024.11.14 04:53:24.551387 [ 194 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_48_10} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78) (MergerMutator): Merged 6 parts: [all_1_43_9, all_48_48_0] -> all_1_48_10 | ||
| 8994 | 2024.11.14 04:53:24.551501 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 8995 | 2024.11.14 04:53:24.551537 [ 250 ] {def57084-f764-4e21-b6dd-439f20e2da80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8996 | 2024.11.14 04:53:24.551595 [ 250 ] {def57084-f764-4e21-b6dd-439f20e2da80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8997 | 2024.11.14 04:53:24.552246 [ 250 ] {def57084-f764-4e21-b6dd-439f20e2da80} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8998 | 2024.11.14 04:53:24.552291 [ 250 ] {def57084-f764-4e21-b6dd-439f20e2da80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 8999 | 2024.11.14 04:53:24.552655 [ 250 ] {def57084-f764-4e21-b6dd-439f20e2da80} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 9000 | 2024.11.14 04:53:24.552898 [ 250 ] {def57084-f764-4e21-b6dd-439f20e2da80} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9001 | 2024.11.14 04:53:24.553159 [ 250 ] {def57084-f764-4e21-b6dd-439f20e2da80} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001664 sec., 7812.500000000001 rows/sec., 487.11 KiB/sec. | ||
| 9002 | 2024.11.14 04:53:24.553387 [ 250 ] {def57084-f764-4e21-b6dd-439f20e2da80} <Debug> TCPHandler: Processed in 0.002144192 sec. | ||
| 9003 | 2024.11.14 04:53:24.553587 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9004 | 2024.11.14 04:53:24.553728 [ 252 ] {93130c82-b6ad-42f7-ad64-f5e3a56fe363} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9005 | 2024.11.14 04:53:24.553786 [ 252 ] {93130c82-b6ad-42f7-ad64-f5e3a56fe363} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9006 | 2024.11.14 04:53:24.554575 [ 252 ] {93130c82-b6ad-42f7-ad64-f5e3a56fe363} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9007 | 2024.11.14 04:53:24.554615 [ 252 ] {93130c82-b6ad-42f7-ad64-f5e3a56fe363} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 9008 | 2024.11.14 04:53:24.555005 [ 252 ] {93130c82-b6ad-42f7-ad64-f5e3a56fe363} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 9009 | 2024.11.14 04:53:24.555247 [ 252 ] {93130c82-b6ad-42f7-ad64-f5e3a56fe363} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9010 | 2024.11.14 04:53:24.555533 [ 252 ] {93130c82-b6ad-42f7-ad64-f5e3a56fe363} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001835 sec., 230517.71117166211 rows/sec., 16.48 MiB/sec. | ||
| 9011 | 2024.11.14 04:53:24.555601 [ 252 ] {93130c82-b6ad-42f7-ad64-f5e3a56fe363} <Debug> TCPHandler: Processed in 0.002114671 sec. | ||
| 9012 | 2024.11.14 04:53:24.555755 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9013 | 2024.11.14 04:53:24.555894 [ 250 ] {1f8f926d-3af4-4b00-8467-60c0539937a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9014 | 2024.11.14 04:53:24.555954 [ 250 ] {1f8f926d-3af4-4b00-8467-60c0539937a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9015 | 2024.11.14 04:53:24.556469 [ 250 ] {1f8f926d-3af4-4b00-8467-60c0539937a6} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9016 | 2024.11.14 04:53:24.556509 [ 250 ] {1f8f926d-3af4-4b00-8467-60c0539937a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 9017 | 2024.11.14 04:53:24.556873 [ 250 ] {1f8f926d-3af4-4b00-8467-60c0539937a6} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 9018 | 2024.11.14 04:53:24.557111 [ 250 ] {1f8f926d-3af4-4b00-8467-60c0539937a6} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9019 | 2024.11.14 04:53:24.557322 [ 250 ] {1f8f926d-3af4-4b00-8467-60c0539937a6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001459 sec., 4112.40575736806 rows/sec., 214.86 KiB/sec. | ||
| 9020 | 2024.11.14 04:53:24.557373 [ 250 ] {1f8f926d-3af4-4b00-8467-60c0539937a6} <Debug> TCPHandler: Processed in 0.001683249 sec. | ||
| 9021 | 2024.11.14 04:53:24.557518 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9022 | 2024.11.14 04:53:24.557658 [ 252 ] {9be1138c-4574-48bd-886b-71c6993463be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9023 | 2024.11.14 04:53:24.557722 [ 252 ] {9be1138c-4574-48bd-886b-71c6993463be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9024 | 2024.11.14 04:53:24.558389 [ 252 ] {9be1138c-4574-48bd-886b-71c6993463be} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9025 | 2024.11.14 04:53:24.558430 [ 252 ] {9be1138c-4574-48bd-886b-71c6993463be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 9026 | 2024.11.14 04:53:24.558832 [ 252 ] {9be1138c-4574-48bd-886b-71c6993463be} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 9027 | 2024.11.14 04:53:24.559070 [ 252 ] {9be1138c-4574-48bd-886b-71c6993463be} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9028 | 2024.11.14 04:53:24.559309 [ 252 ] {9be1138c-4574-48bd-886b-71c6993463be} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00168 sec., 141071.42857142858 rows/sec., 9.46 MiB/sec. | ||
| 9029 | 2024.11.14 04:53:24.559393 [ 252 ] {9be1138c-4574-48bd-886b-71c6993463be} <Debug> TCPHandler: Processed in 0.001945546 sec. | ||
| 9030 | 2024.11.14 04:53:24.559611 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9031 | 2024.11.14 04:53:24.559891 [ 250 ] {0ae7ea13-3b27-45b5-9b90-caf67f8a76f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9032 | 2024.11.14 04:53:24.559955 [ 250 ] {0ae7ea13-3b27-45b5-9b90-caf67f8a76f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9033 | 2024.11.14 04:53:24.560468 [ 250 ] {0ae7ea13-3b27-45b5-9b90-caf67f8a76f4} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9034 | 2024.11.14 04:53:24.560508 [ 250 ] {0ae7ea13-3b27-45b5-9b90-caf67f8a76f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 9035 | 2024.11.14 04:53:24.560874 [ 250 ] {0ae7ea13-3b27-45b5-9b90-caf67f8a76f4} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 9036 | 2024.11.14 04:53:24.561112 [ 250 ] {0ae7ea13-3b27-45b5-9b90-caf67f8a76f4} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9037 | 2024.11.14 04:53:24.561395 [ 250 ] {0ae7ea13-3b27-45b5-9b90-caf67f8a76f4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001557 sec., 642.2607578676943 rows/sec., 43.28 KiB/sec. | ||
| 9038 | 2024.11.14 04:53:24.561608 [ 250 ] {0ae7ea13-3b27-45b5-9b90-caf67f8a76f4} <Debug> TCPHandler: Processed in 0.002124042 sec. | ||
| 9039 | 2024.11.14 04:53:24.561794 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9040 | 2024.11.14 04:53:24.561933 [ 252 ] {6c202fe7-5d90-4368-a4f3-39750b2852f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9041 | 2024.11.14 04:53:24.562025 [ 252 ] {6c202fe7-5d90-4368-a4f3-39750b2852f0} <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 | ||
| 9042 | 2024.11.14 04:53:24.563240 [ 252 ] {6c202fe7-5d90-4368-a4f3-39750b2852f0} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9043 | 2024.11.14 04:53:24.563280 [ 252 ] {6c202fe7-5d90-4368-a4f3-39750b2852f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 9044 | 2024.11.14 04:53:24.563931 [ 252 ] {6c202fe7-5d90-4368-a4f3-39750b2852f0} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9045 | 2024.11.14 04:53:24.564177 [ 252 ] {6c202fe7-5d90-4368-a4f3-39750b2852f0} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9046 | 2024.11.14 04:53:24.564504 [ 252 ] {6c202fe7-5d90-4368-a4f3-39750b2852f0} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002597 sec., 15787.447054293416 rows/sec., 28.29 MiB/sec. | ||
| 9047 | 2024.11.14 04:53:24.565125 [ 252 ] {6c202fe7-5d90-4368-a4f3-39750b2852f0} <Debug> TCPHandler: Processed in 0.003396718 sec. | ||
| 9048 | 2024.11.14 04:53:24.565404 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9049 | 2024.11.14 04:53:24.565624 [ 250 ] {a9be8131-ffab-448b-8fd9-69e5fc8ba0bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9050 | 2024.11.14 04:53:24.565716 [ 250 ] {a9be8131-ffab-448b-8fd9-69e5fc8ba0bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9051 | 2024.11.14 04:53:24.566435 [ 250 ] {a9be8131-ffab-448b-8fd9-69e5fc8ba0bf} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9052 | 2024.11.14 04:53:24.566475 [ 250 ] {a9be8131-ffab-448b-8fd9-69e5fc8ba0bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 9053 | 2024.11.14 04:53:24.566843 [ 250 ] {a9be8131-ffab-448b-8fd9-69e5fc8ba0bf} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 9054 | 2024.11.14 04:53:24.567082 [ 250 ] {a9be8131-ffab-448b-8fd9-69e5fc8ba0bf} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9055 | 2024.11.14 04:53:24.567304 [ 250 ] {a9be8131-ffab-448b-8fd9-69e5fc8ba0bf} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001735 sec., 47262.24783861671 rows/sec., 3.00 MiB/sec. | ||
| 9056 | 2024.11.14 04:53:24.567354 [ 250 ] {a9be8131-ffab-448b-8fd9-69e5fc8ba0bf} <Debug> TCPHandler: Processed in 0.00209202 sec. | ||
| 9057 | 2024.11.14 04:53:28.624479 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1284 | ||
| 9058 | 2024.11.14 04:53:28.627331 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9059 | 2024.11.14 04:53:28.627380 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 9060 | 2024.11.14 04:53:28.628822 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 9061 | 2024.11.14 04:53:28.629122 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9062 | 2024.11.14 04:53:28.630644 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1284 | ||
| 9063 | 2024.11.14 04:53:29.531054 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9064 | 2024.11.14 04:53:29.531261 [ 250 ] {96ac6917-d623-4a57-90c4-1a23bf03c7b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9065 | 2024.11.14 04:53:29.531339 [ 250 ] {96ac6917-d623-4a57-90c4-1a23bf03c7b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9066 | 2024.11.14 04:53:29.532068 [ 250 ] {96ac6917-d623-4a57-90c4-1a23bf03c7b6} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9067 | 2024.11.14 04:53:29.532109 [ 250 ] {96ac6917-d623-4a57-90c4-1a23bf03c7b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 9068 | 2024.11.14 04:53:29.532537 [ 250 ] {96ac6917-d623-4a57-90c4-1a23bf03c7b6} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 9069 | 2024.11.14 04:53:29.532786 [ 250 ] {96ac6917-d623-4a57-90c4-1a23bf03c7b6} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9070 | 2024.11.14 04:53:29.533031 [ 250 ] {96ac6917-d623-4a57-90c4-1a23bf03c7b6} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001821 sec., 5491.488193300384 rows/sec., 447.79 KiB/sec. | ||
| 9071 | 2024.11.14 04:53:29.533255 [ 250 ] {96ac6917-d623-4a57-90c4-1a23bf03c7b6} <Debug> TCPHandler: Processed in 0.002333997 sec. | ||
| 9072 | 2024.11.14 04:53:29.533535 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9073 | 2024.11.14 04:53:29.533716 [ 252 ] {dc580158-d374-4bcb-937a-86f3d14482ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9074 | 2024.11.14 04:53:29.533784 [ 252 ] {dc580158-d374-4bcb-937a-86f3d14482ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9075 | 2024.11.14 04:53:29.534507 [ 252 ] {dc580158-d374-4bcb-937a-86f3d14482ef} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9076 | 2024.11.14 04:53:29.534550 [ 252 ] {dc580158-d374-4bcb-937a-86f3d14482ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 9077 | 2024.11.14 04:53:29.534965 [ 252 ] {dc580158-d374-4bcb-937a-86f3d14482ef} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 9078 | 2024.11.14 04:53:29.535215 [ 252 ] {dc580158-d374-4bcb-937a-86f3d14482ef} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9079 | 2024.11.14 04:53:29.535440 [ 252 ] {dc580158-d374-4bcb-937a-86f3d14482ef} <Debug> executeQuery: Read 61 rows, 4.74 KiB in 0.001773 sec., 34404.96333897349 rows/sec., 2.61 MiB/sec. | ||
| 9080 | 2024.11.14 04:53:29.535495 [ 252 ] {dc580158-d374-4bcb-937a-86f3d14482ef} <Debug> TCPHandler: Processed in 0.0020913 sec. | ||
| 9081 | 2024.11.14 04:53:29.535657 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9082 | 2024.11.14 04:53:29.535796 [ 250 ] {3c9fc143-75af-4b32-9f3e-87e6629cde3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9083 | 2024.11.14 04:53:29.535854 [ 250 ] {3c9fc143-75af-4b32-9f3e-87e6629cde3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9084 | 2024.11.14 04:53:29.536501 [ 250 ] {3c9fc143-75af-4b32-9f3e-87e6629cde3c} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9085 | 2024.11.14 04:53:29.536538 [ 250 ] {3c9fc143-75af-4b32-9f3e-87e6629cde3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 9086 | 2024.11.14 04:53:29.536889 [ 250 ] {3c9fc143-75af-4b32-9f3e-87e6629cde3c} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 9087 | 2024.11.14 04:53:29.537136 [ 250 ] {3c9fc143-75af-4b32-9f3e-87e6629cde3c} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9088 | 2024.11.14 04:53:29.537314 [ 250 ] {3c9fc143-75af-4b32-9f3e-87e6629cde3c} <Debug> executeQuery: Read 10 rows, 715.00 B in 0.001548 sec., 6459.948320413437 rows/sec., 451.06 KiB/sec. | ||
| 9089 | 2024.11.14 04:53:29.537364 [ 250 ] {3c9fc143-75af-4b32-9f3e-87e6629cde3c} <Debug> TCPHandler: Processed in 0.001771642 sec. | ||
| 9090 | 2024.11.14 04:53:29.537522 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9091 | 2024.11.14 04:53:29.537662 [ 252 ] {5e050ce2-0893-4b91-ad72-31be1265a112} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9092 | 2024.11.14 04:53:29.537720 [ 252 ] {5e050ce2-0893-4b91-ad72-31be1265a112} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9093 | 2024.11.14 04:53:29.538430 [ 252 ] {5e050ce2-0893-4b91-ad72-31be1265a112} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9094 | 2024.11.14 04:53:29.538470 [ 252 ] {5e050ce2-0893-4b91-ad72-31be1265a112} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 9095 | 2024.11.14 04:53:29.538845 [ 252 ] {5e050ce2-0893-4b91-ad72-31be1265a112} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 9096 | 2024.11.14 04:53:29.539082 [ 252 ] {5e050ce2-0893-4b91-ad72-31be1265a112} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9097 | 2024.11.14 04:53:29.539325 [ 252 ] {5e050ce2-0893-4b91-ad72-31be1265a112} <Debug> executeQuery: Read 74 rows, 5.93 KiB in 0.001695 sec., 43657.81710914455 rows/sec., 3.42 MiB/sec. | ||
| 9098 | 2024.11.14 04:53:29.539430 [ 252 ] {5e050ce2-0893-4b91-ad72-31be1265a112} <Debug> TCPHandler: Processed in 0.001972487 sec. | ||
| 9099 | 2024.11.14 04:53:29.539636 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9100 | 2024.11.14 04:53:29.539839 [ 250 ] {1d8462f7-dbda-44c9-a839-f3b670b6975c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9101 | 2024.11.14 04:53:29.539900 [ 250 ] {1d8462f7-dbda-44c9-a839-f3b670b6975c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9102 | 2024.11.14 04:53:29.540523 [ 250 ] {1d8462f7-dbda-44c9-a839-f3b670b6975c} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9103 | 2024.11.14 04:53:29.540561 [ 250 ] {1d8462f7-dbda-44c9-a839-f3b670b6975c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 9104 | 2024.11.14 04:53:29.540949 [ 250 ] {1d8462f7-dbda-44c9-a839-f3b670b6975c} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 9105 | 2024.11.14 04:53:29.541187 [ 250 ] {1d8462f7-dbda-44c9-a839-f3b670b6975c} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9106 | 2024.11.14 04:53:29.541391 [ 250 ] {1d8462f7-dbda-44c9-a839-f3b670b6975c} <Debug> executeQuery: Read 133 rows, 9.48 KiB in 0.001579 sec., 84230.52564914503 rows/sec., 5.86 MiB/sec. | ||
| 9107 | 2024.11.14 04:53:29.541504 [ 250 ] {1d8462f7-dbda-44c9-a839-f3b670b6975c} <Debug> TCPHandler: Processed in 0.001988357 sec. | ||
| 9108 | 2024.11.14 04:53:29.541714 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9109 | 2024.11.14 04:53:29.541856 [ 252 ] {c1a203e5-0ddb-416b-b326-4cdf65b86f16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9110 | 2024.11.14 04:53:29.541917 [ 252 ] {c1a203e5-0ddb-416b-b326-4cdf65b86f16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9111 | 2024.11.14 04:53:29.542462 [ 252 ] {c1a203e5-0ddb-416b-b326-4cdf65b86f16} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9112 | 2024.11.14 04:53:29.542500 [ 252 ] {c1a203e5-0ddb-416b-b326-4cdf65b86f16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 9113 | 2024.11.14 04:53:29.542868 [ 252 ] {c1a203e5-0ddb-416b-b326-4cdf65b86f16} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 9114 | 2024.11.14 04:53:29.543100 [ 252 ] {c1a203e5-0ddb-416b-b326-4cdf65b86f16} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9115 | 2024.11.14 04:53:29.543330 [ 252 ] {c1a203e5-0ddb-416b-b326-4cdf65b86f16} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001501 sec., 31978.680879413725 rows/sec., 2.16 MiB/sec. | ||
| 9116 | 2024.11.14 04:53:29.543421 [ 252 ] {c1a203e5-0ddb-416b-b326-4cdf65b86f16} <Debug> TCPHandler: Processed in 0.001795642 sec. | ||
| 9117 | 2024.11.14 04:53:34.532047 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9118 | 2024.11.14 04:53:34.532277 [ 250 ] {a9c2f538-8304-4ee3-a098-3f9f0301ea3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9119 | 2024.11.14 04:53:34.532359 [ 250 ] {a9c2f538-8304-4ee3-a098-3f9f0301ea3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9120 | 2024.11.14 04:53:34.533134 [ 250 ] {a9c2f538-8304-4ee3-a098-3f9f0301ea3f} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9121 | 2024.11.14 04:53:34.533188 [ 250 ] {a9c2f538-8304-4ee3-a098-3f9f0301ea3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 9122 | 2024.11.14 04:53:34.533614 [ 250 ] {a9c2f538-8304-4ee3-a098-3f9f0301ea3f} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 9123 | 2024.11.14 04:53:34.533863 [ 250 ] {a9c2f538-8304-4ee3-a098-3f9f0301ea3f} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9124 | 2024.11.14 04:53:34.534133 [ 250 ] {a9c2f538-8304-4ee3-a098-3f9f0301ea3f} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001918 sec., 29197.080291970804 rows/sec., 2.23 MiB/sec. | ||
| 9125 | 2024.11.14 04:53:34.534203 [ 250 ] {a9c2f538-8304-4ee3-a098-3f9f0301ea3f} <Debug> TCPHandler: Processed in 0.002299226 sec. | ||
| 9126 | 2024.11.14 04:53:34.534484 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9127 | 2024.11.14 04:53:34.534700 [ 252 ] {cc39b413-d40c-42ac-b040-0d86e4b24673} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9128 | 2024.11.14 04:53:34.534784 [ 252 ] {cc39b413-d40c-42ac-b040-0d86e4b24673} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9129 | 2024.11.14 04:53:34.535652 [ 252 ] {cc39b413-d40c-42ac-b040-0d86e4b24673} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9130 | 2024.11.14 04:53:34.535704 [ 252 ] {cc39b413-d40c-42ac-b040-0d86e4b24673} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 9131 | 2024.11.14 04:53:34.536133 [ 252 ] {cc39b413-d40c-42ac-b040-0d86e4b24673} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 9132 | 2024.11.14 04:53:34.536387 [ 252 ] {cc39b413-d40c-42ac-b040-0d86e4b24673} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9133 | 2024.11.14 04:53:34.536641 [ 252 ] {cc39b413-d40c-42ac-b040-0d86e4b24673} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001998 sec., 32032.032032032028 rows/sec., 2.50 MiB/sec. | ||
| 9134 | 2024.11.14 04:53:34.536710 [ 252 ] {cc39b413-d40c-42ac-b040-0d86e4b24673} <Debug> TCPHandler: Processed in 0.002380509 sec. | ||
| 9135 | 2024.11.14 04:53:34.536868 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9136 | 2024.11.14 04:53:34.537030 [ 250 ] {eef437c1-0927-4768-9988-70e547523f76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9137 | 2024.11.14 04:53:34.537098 [ 250 ] {eef437c1-0927-4768-9988-70e547523f76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9138 | 2024.11.14 04:53:34.537712 [ 250 ] {eef437c1-0927-4768-9988-70e547523f76} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9139 | 2024.11.14 04:53:34.537754 [ 250 ] {eef437c1-0927-4768-9988-70e547523f76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 9140 | 2024.11.14 04:53:34.538153 [ 250 ] {eef437c1-0927-4768-9988-70e547523f76} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 9141 | 2024.11.14 04:53:34.538398 [ 250 ] {eef437c1-0927-4768-9988-70e547523f76} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9142 | 2024.11.14 04:53:34.538574 [ 147 ] {} <Debug> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 9143 | 2024.11.14 04:53:34.538636 [ 250 ] {eef437c1-0927-4768-9988-70e547523f76} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001654 sec., 96735.18742442563 rows/sec., 6.74 MiB/sec. | ||
| 9144 | 2024.11.14 04:53:34.538659 [ 147 ] {} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9145 | 2024.11.14 04:53:34.538724 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 9146 | 2024.11.14 04:53:34.538769 [ 250 ] {eef437c1-0927-4768-9988-70e547523f76} <Debug> TCPHandler: Processed in 0.001968827 sec. | ||
| 9147 | 2024.11.14 04:53:34.539078 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9148 | 2024.11.14 04:53:34.539086 [ 203 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 9149 | 2024.11.14 04:53:34.539439 [ 252 ] {6072b662-ec42-4e29-b2ad-9a4a045ca82e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9150 | 2024.11.14 04:53:34.539659 [ 203 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9151 | 2024.11.14 04:53:34.539703 [ 252 ] {6072b662-ec42-4e29-b2ad-9a4a045ca82e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9152 | 2024.11.14 04:53:34.539816 [ 203 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_76_15, total 16056 rows starting from the beginning of the part | ||
| 9153 | 2024.11.14 04:53:34.540475 [ 203 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 130 rows starting from the beginning of the part | ||
| 9154 | 2024.11.14 04:53:34.540833 [ 203 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 160 rows starting from the beginning of the part | ||
| 9155 | 2024.11.14 04:53:34.541279 [ 203 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 237 rows starting from the beginning of the part | ||
| 9156 | 2024.11.14 04:53:34.541806 [ 203 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 133 rows starting from the beginning of the part | ||
| 9157 | 2024.11.14 04:53:34.542289 [ 203 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 160 rows starting from the beginning of the part | ||
| 9158 | 2024.11.14 04:53:34.543460 [ 252 ] {6072b662-ec42-4e29-b2ad-9a4a045ca82e} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9159 | 2024.11.14 04:53:34.543528 [ 252 ] {6072b662-ec42-4e29-b2ad-9a4a045ca82e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 9160 | 2024.11.14 04:53:34.544204 [ 252 ] {6072b662-ec42-4e29-b2ad-9a4a045ca82e} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 9161 | 2024.11.14 04:53:34.544598 [ 252 ] {6072b662-ec42-4e29-b2ad-9a4a045ca82e} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9162 | 2024.11.14 04:53:34.544777 [ 147 ] {} <Debug> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 9163 | 2024.11.14 04:53:34.544875 [ 147 ] {} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9164 | 2024.11.14 04:53:34.544956 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 9165 | 2024.11.14 04:53:34.545088 [ 252 ] {6072b662-ec42-4e29-b2ad-9a4a045ca82e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005784 sec., 10373.443983402489 rows/sec., 715.88 KiB/sec. | ||
| 9166 | 2024.11.14 04:53:34.545628 [ 199 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 9167 | 2024.11.14 04:53:34.545642 [ 252 ] {6072b662-ec42-4e29-b2ad-9a4a045ca82e} <Debug> TCPHandler: Processed in 0.006745835 sec. | ||
| 9168 | 2024.11.14 04:53:34.546285 [ 199 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9169 | 2024.11.14 04:53:34.546379 [ 199 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4390 rows starting from the beginning of the part | ||
| 9170 | 2024.11.14 04:53:34.546755 [ 199 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 48 rows starting from the beginning of the part | ||
| 9171 | 2024.11.14 04:53:34.547158 [ 199 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 60 rows starting from the beginning of the part | ||
| 9172 | 2024.11.14 04:53:34.547347 [ 199 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 82 rows starting from the beginning of the part | ||
| 9173 | 2024.11.14 04:53:34.547513 [ 199 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 48 rows starting from the beginning of the part | ||
| 9174 | 2024.11.14 04:53:34.547752 [ 199 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 60 rows starting from the beginning of the part | ||
| 9175 | 2024.11.14 04:53:34.550354 [ 199 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4688 rows, containing 4 columns (4 merged, 0 gathered) in 0.005279103 sec., 888029.6520071686 rows/sec., 58.18 MiB/sec. | ||
| 9176 | 2024.11.14 04:53:34.550788 [ 186 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16876 rows, containing 5 columns (5 merged, 0 gathered) in 0.011959746 sec., 1411066.7567689146 rows/sec., 95.98 MiB/sec. | ||
| 9177 | 2024.11.14 04:53:34.550864 [ 200 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 9178 | 2024.11.14 04:53:34.551109 [ 186 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 9179 | 2024.11.14 04:53:34.551387 [ 200 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_81_16} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9180 | 2024.11.14 04:53:34.551512 [ 200 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_81_16} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 9181 | 2024.11.14 04:53:34.551688 [ 186 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9182 | 2024.11.14 04:53:34.551703 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. | ||
| 9183 | 2024.11.14 04:53:34.551819 [ 186 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 9184 | 2024.11.14 04:53:34.551919 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.65 MiB. | ||
| 9185 | 2024.11.14 04:53:36.350976 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42771, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9186 | 2024.11.14 04:53:36.620548 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37955, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9187 | 2024.11.14 04:53:36.715023 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40610, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9188 | 2024.11.14 04:53:36.722308 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43769, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9189 | 2024.11.14 04:53:36.816688 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50214, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9190 | 2024.11.14 04:53:36.818072 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44831, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9191 | 2024.11.14 04:53:36.851345 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55651, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9192 | 2024.11.14 04:53:36.875698 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57711, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9193 | 2024.11.14 04:53:38.293643 [ 144 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9194 | 2024.11.14 04:53:38.293694 [ 144 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9195 | 2024.11.14 04:53:38.631778 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1304 | ||
| 9196 | 2024.11.14 04:53:38.635531 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9197 | 2024.11.14 04:53:38.635594 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 9198 | 2024.11.14 04:53:38.637001 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 9199 | 2024.11.14 04:53:38.637323 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9200 | 2024.11.14 04:53:38.637896 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1304 | ||
| 9201 | 2024.11.14 04:53:39.538868 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9202 | 2024.11.14 04:53:39.539061 [ 250 ] {e47f9c93-87b3-47c9-8c50-fe8f8ff93a04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9203 | 2024.11.14 04:53:39.539137 [ 250 ] {e47f9c93-87b3-47c9-8c50-fe8f8ff93a04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9204 | 2024.11.14 04:53:39.539929 [ 250 ] {e47f9c93-87b3-47c9-8c50-fe8f8ff93a04} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9205 | 2024.11.14 04:53:39.539988 [ 250 ] {e47f9c93-87b3-47c9-8c50-fe8f8ff93a04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 9206 | 2024.11.14 04:53:39.540482 [ 250 ] {e47f9c93-87b3-47c9-8c50-fe8f8ff93a04} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 9207 | 2024.11.14 04:53:39.540753 [ 250 ] {e47f9c93-87b3-47c9-8c50-fe8f8ff93a04} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9208 | 2024.11.14 04:53:39.541045 [ 250 ] {e47f9c93-87b3-47c9-8c50-fe8f8ff93a04} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002038 sec., 6869.479882237488 rows/sec., 494.51 KiB/sec. | ||
| 9209 | 2024.11.14 04:53:39.541290 [ 250 ] {e47f9c93-87b3-47c9-8c50-fe8f8ff93a04} <Debug> TCPHandler: Processed in 0.002549004 sec. | ||
| 9210 | 2024.11.14 04:53:39.541607 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9211 | 2024.11.14 04:53:39.541799 [ 252 ] {76c18267-8061-4b10-8877-6bca506aa9c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9212 | 2024.11.14 04:53:39.541874 [ 252 ] {76c18267-8061-4b10-8877-6bca506aa9c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9213 | 2024.11.14 04:53:39.542793 [ 252 ] {76c18267-8061-4b10-8877-6bca506aa9c3} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9214 | 2024.11.14 04:53:39.542843 [ 252 ] {76c18267-8061-4b10-8877-6bca506aa9c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 9215 | 2024.11.14 04:53:39.543334 [ 252 ] {76c18267-8061-4b10-8877-6bca506aa9c3} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 9216 | 2024.11.14 04:53:39.543591 [ 252 ] {76c18267-8061-4b10-8877-6bca506aa9c3} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9217 | 2024.11.14 04:53:39.543852 [ 252 ] {76c18267-8061-4b10-8877-6bca506aa9c3} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.002104 sec., 135456.27376425857 rows/sec., 11.95 MiB/sec. | ||
| 9218 | 2024.11.14 04:53:39.543933 [ 252 ] {76c18267-8061-4b10-8877-6bca506aa9c3} <Debug> TCPHandler: Processed in 0.002462802 sec. | ||
| 9219 | 2024.11.14 04:53:39.544176 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9220 | 2024.11.14 04:53:39.544302 [ 250 ] {98018e02-d449-440f-804c-fdf50fed9230} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9221 | 2024.11.14 04:53:39.544357 [ 250 ] {98018e02-d449-440f-804c-fdf50fed9230} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9222 | 2024.11.14 04:53:39.544981 [ 250 ] {98018e02-d449-440f-804c-fdf50fed9230} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9223 | 2024.11.14 04:53:39.545023 [ 250 ] {98018e02-d449-440f-804c-fdf50fed9230} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 9224 | 2024.11.14 04:53:39.545378 [ 250 ] {98018e02-d449-440f-804c-fdf50fed9230} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 9225 | 2024.11.14 04:53:39.545624 [ 250 ] {98018e02-d449-440f-804c-fdf50fed9230} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9226 | 2024.11.14 04:53:39.545832 [ 250 ] {98018e02-d449-440f-804c-fdf50fed9230} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001561 sec., 30749.519538757206 rows/sec., 2.21 MiB/sec. | ||
| 9227 | 2024.11.14 04:53:39.545883 [ 250 ] {98018e02-d449-440f-804c-fdf50fed9230} <Debug> TCPHandler: Processed in 0.001803662 sec. | ||
| 9228 | 2024.11.14 04:53:39.546083 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9229 | 2024.11.14 04:53:39.546240 [ 252 ] {43ed6a7d-a709-47aa-ba84-d133239a3c4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9230 | 2024.11.14 04:53:39.546308 [ 252 ] {43ed6a7d-a709-47aa-ba84-d133239a3c4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9231 | 2024.11.14 04:53:39.546988 [ 252 ] {43ed6a7d-a709-47aa-ba84-d133239a3c4b} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9232 | 2024.11.14 04:53:39.547030 [ 252 ] {43ed6a7d-a709-47aa-ba84-d133239a3c4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 9233 | 2024.11.14 04:53:39.547395 [ 252 ] {43ed6a7d-a709-47aa-ba84-d133239a3c4b} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 9234 | 2024.11.14 04:53:39.547639 [ 252 ] {43ed6a7d-a709-47aa-ba84-d133239a3c4b} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9235 | 2024.11.14 04:53:39.547866 [ 252 ] {43ed6a7d-a709-47aa-ba84-d133239a3c4b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001665 sec., 8408.408408408408 rows/sec., 588.87 KiB/sec. | ||
| 9236 | 2024.11.14 04:53:39.547931 [ 252 ] {43ed6a7d-a709-47aa-ba84-d133239a3c4b} <Debug> TCPHandler: Processed in 0.001925075 sec. | ||
| 9237 | 2024.11.14 04:53:39.548097 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9238 | 2024.11.14 04:53:39.548223 [ 250 ] {abb32ca4-ff5c-458a-b4c0-c278ec53a812} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9239 | 2024.11.14 04:53:39.548273 [ 250 ] {abb32ca4-ff5c-458a-b4c0-c278ec53a812} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9240 | 2024.11.14 04:53:39.548859 [ 250 ] {abb32ca4-ff5c-458a-b4c0-c278ec53a812} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9241 | 2024.11.14 04:53:39.548899 [ 250 ] {abb32ca4-ff5c-458a-b4c0-c278ec53a812} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 9242 | 2024.11.14 04:53:39.549261 [ 250 ] {abb32ca4-ff5c-458a-b4c0-c278ec53a812} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 9243 | 2024.11.14 04:53:39.549511 [ 250 ] {abb32ca4-ff5c-458a-b4c0-c278ec53a812} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9244 | 2024.11.14 04:53:39.549757 [ 250 ] {abb32ca4-ff5c-458a-b4c0-c278ec53a812} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001548 sec., 8397.932816537468 rows/sec., 523.61 KiB/sec. | ||
| 9245 | 2024.11.14 04:53:39.549856 [ 250 ] {abb32ca4-ff5c-458a-b4c0-c278ec53a812} <Debug> TCPHandler: Processed in 0.001818393 sec. | ||
| 9246 | 2024.11.14 04:53:39.550088 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9247 | 2024.11.14 04:53:39.550213 [ 252 ] {6d91f33d-d978-4b84-8da7-322aa5f96296} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9248 | 2024.11.14 04:53:39.550263 [ 252 ] {6d91f33d-d978-4b84-8da7-322aa5f96296} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9249 | 2024.11.14 04:53:39.550981 [ 252 ] {6d91f33d-d978-4b84-8da7-322aa5f96296} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9250 | 2024.11.14 04:53:39.551021 [ 252 ] {6d91f33d-d978-4b84-8da7-322aa5f96296} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 9251 | 2024.11.14 04:53:39.551407 [ 252 ] {6d91f33d-d978-4b84-8da7-322aa5f96296} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 9252 | 2024.11.14 04:53:39.551641 [ 252 ] {6d91f33d-d978-4b84-8da7-322aa5f96296} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9253 | 2024.11.14 04:53:39.551856 [ 252 ] {6d91f33d-d978-4b84-8da7-322aa5f96296} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001669 sec., 253445.17675254645 rows/sec., 18.12 MiB/sec. | ||
| 9254 | 2024.11.14 04:53:39.551904 [ 252 ] {6d91f33d-d978-4b84-8da7-322aa5f96296} <Debug> TCPHandler: Processed in 0.001935656 sec. | ||
| 9255 | 2024.11.14 04:53:39.552059 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9256 | 2024.11.14 04:53:39.552203 [ 250 ] {fb3f9047-e610-4270-8113-e42d4dab25a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9257 | 2024.11.14 04:53:39.552262 [ 250 ] {fb3f9047-e610-4270-8113-e42d4dab25a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9258 | 2024.11.14 04:53:39.552795 [ 250 ] {fb3f9047-e610-4270-8113-e42d4dab25a4} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9259 | 2024.11.14 04:53:39.552832 [ 250 ] {fb3f9047-e610-4270-8113-e42d4dab25a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 9260 | 2024.11.14 04:53:39.553203 [ 250 ] {fb3f9047-e610-4270-8113-e42d4dab25a4} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 9261 | 2024.11.14 04:53:39.553449 [ 250 ] {fb3f9047-e610-4270-8113-e42d4dab25a4} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9262 | 2024.11.14 04:53:39.553662 [ 250 ] {fb3f9047-e610-4270-8113-e42d4dab25a4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001489 sec., 4029.550033579583 rows/sec., 210.53 KiB/sec. | ||
| 9263 | 2024.11.14 04:53:39.553710 [ 250 ] {fb3f9047-e610-4270-8113-e42d4dab25a4} <Debug> TCPHandler: Processed in 0.00172013 sec. | ||
| 9264 | 2024.11.14 04:53:39.553860 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9265 | 2024.11.14 04:53:39.553998 [ 252 ] {c09676e7-d3c0-47ea-94ce-fef78ba1f480} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9266 | 2024.11.14 04:53:39.554059 [ 252 ] {c09676e7-d3c0-47ea-94ce-fef78ba1f480} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9267 | 2024.11.14 04:53:39.554712 [ 252 ] {c09676e7-d3c0-47ea-94ce-fef78ba1f480} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9268 | 2024.11.14 04:53:39.554750 [ 252 ] {c09676e7-d3c0-47ea-94ce-fef78ba1f480} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 9269 | 2024.11.14 04:53:39.555136 [ 252 ] {c09676e7-d3c0-47ea-94ce-fef78ba1f480} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 9270 | 2024.11.14 04:53:39.555364 [ 252 ] {c09676e7-d3c0-47ea-94ce-fef78ba1f480} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9271 | 2024.11.14 04:53:39.555565 [ 252 ] {c09676e7-d3c0-47ea-94ce-fef78ba1f480} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001598 sec., 148310.38798498124 rows/sec., 9.94 MiB/sec. | ||
| 9272 | 2024.11.14 04:53:39.555615 [ 252 ] {c09676e7-d3c0-47ea-94ce-fef78ba1f480} <Debug> TCPHandler: Processed in 0.001824933 sec. | ||
| 9273 | 2024.11.14 04:53:39.555759 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9274 | 2024.11.14 04:53:39.555896 [ 250 ] {ddba223c-195f-43a3-964f-fea2ee7adb7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9275 | 2024.11.14 04:53:39.555956 [ 250 ] {ddba223c-195f-43a3-964f-fea2ee7adb7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9276 | 2024.11.14 04:53:39.556498 [ 250 ] {ddba223c-195f-43a3-964f-fea2ee7adb7a} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9277 | 2024.11.14 04:53:39.556545 [ 250 ] {ddba223c-195f-43a3-964f-fea2ee7adb7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 9278 | 2024.11.14 04:53:39.556919 [ 250 ] {ddba223c-195f-43a3-964f-fea2ee7adb7a} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 9279 | 2024.11.14 04:53:39.557155 [ 250 ] {ddba223c-195f-43a3-964f-fea2ee7adb7a} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9280 | 2024.11.14 04:53:39.557390 [ 250 ] {ddba223c-195f-43a3-964f-fea2ee7adb7a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001513 sec., 660.9385327164574 rows/sec., 44.54 KiB/sec. | ||
| 9281 | 2024.11.14 04:53:39.557512 [ 250 ] {ddba223c-195f-43a3-964f-fea2ee7adb7a} <Debug> TCPHandler: Processed in 0.001814823 sec. | ||
| 9282 | 2024.11.14 04:53:39.557694 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9283 | 2024.11.14 04:53:39.557809 [ 252 ] {f7f78bcf-f7ed-4d01-a7a8-511e9f52f39a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9284 | 2024.11.14 04:53:39.557883 [ 252 ] {f7f78bcf-f7ed-4d01-a7a8-511e9f52f39a} <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 | ||
| 9285 | 2024.11.14 04:53:39.559013 [ 252 ] {f7f78bcf-f7ed-4d01-a7a8-511e9f52f39a} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9286 | 2024.11.14 04:53:39.559050 [ 252 ] {f7f78bcf-f7ed-4d01-a7a8-511e9f52f39a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 9287 | 2024.11.14 04:53:39.559686 [ 252 ] {f7f78bcf-f7ed-4d01-a7a8-511e9f52f39a} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9288 | 2024.11.14 04:53:39.559927 [ 252 ] {f7f78bcf-f7ed-4d01-a7a8-511e9f52f39a} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9289 | 2024.11.14 04:53:39.560166 [ 252 ] {f7f78bcf-f7ed-4d01-a7a8-511e9f52f39a} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.00238 sec., 17226.89075630252 rows/sec., 30.87 MiB/sec. | ||
| 9290 | 2024.11.14 04:53:39.560256 [ 252 ] {f7f78bcf-f7ed-4d01-a7a8-511e9f52f39a} <Debug> TCPHandler: Processed in 0.002624796 sec. | ||
| 9291 | 2024.11.14 04:53:39.560406 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9292 | 2024.11.14 04:53:39.560542 [ 250 ] {b93c1126-a79b-4561-806d-702bebfe886f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9293 | 2024.11.14 04:53:39.560605 [ 250 ] {b93c1126-a79b-4561-806d-702bebfe886f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9294 | 2024.11.14 04:53:39.561173 [ 250 ] {b93c1126-a79b-4561-806d-702bebfe886f} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9295 | 2024.11.14 04:53:39.561219 [ 250 ] {b93c1126-a79b-4561-806d-702bebfe886f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 9296 | 2024.11.14 04:53:39.561651 [ 250 ] {b93c1126-a79b-4561-806d-702bebfe886f} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 9297 | 2024.11.14 04:53:39.561889 [ 250 ] {b93c1126-a79b-4561-806d-702bebfe886f} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9298 | 2024.11.14 04:53:39.562092 [ 250 ] {b93c1126-a79b-4561-806d-702bebfe886f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00158 sec., 51898.73417721519 rows/sec., 3.30 MiB/sec. | ||
| 9299 | 2024.11.14 04:53:39.562142 [ 250 ] {b93c1126-a79b-4561-806d-702bebfe886f} <Debug> TCPHandler: Processed in 0.001802752 sec. | ||
| 9300 | 2024.11.14 04:53:39.735029 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:42844, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9301 | 2024.11.14 04:53:39.927131 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:50710, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9302 | 2024.11.14 04:53:40.306136 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:59062, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9303 | 2024.11.14 04:53:40.383781 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:57767, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9304 | 2024.11.14 04:53:40.500478 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:52021, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9305 | 2024.11.14 04:53:40.501743 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:61738, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9306 | 2024.11.14 04:53:40.540003 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:46805, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9307 | 2024.11.14 04:53:40.546259 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:47842, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9308 | 2024.11.14 04:53:40.550715 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:58330, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9309 | 2024.11.14 04:53:40.659040 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:63958, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9310 | 2024.11.14 04:53:40.685401 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:47531, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9311 | 2024.11.14 04:53:40.697675 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:40480, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9312 | 2024.11.14 04:53:40.707171 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:57321, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9313 | 2024.11.14 04:53:40.762623 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:45922, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9314 | 2024.11.14 04:53:40.769959 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:58448, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9315 | 2024.11.14 04:53:40.863000 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:41904, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9316 | 2024.11.14 04:53:41.385750 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:33995, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9317 | 2024.11.14 04:53:41.792609 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:37910, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9318 | 2024.11.14 04:53:41.935324 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:57962, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9319 | 2024.11.14 04:53:42.029013 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:41220, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9320 | 2024.11.14 04:53:42.163917 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:51852, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9321 | 2024.11.14 04:53:42.244516 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:58297, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9322 | 2024.11.14 04:53:42.258389 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:48675, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9323 | 2024.11.14 04:53:42.293831 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:60651, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9324 | 2024.11.14 04:53:44.532009 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9325 | 2024.11.14 04:53:44.532237 [ 250 ] {369dfd92-15a4-43d3-a28c-39be2a09e154} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9326 | 2024.11.14 04:53:44.532323 [ 250 ] {369dfd92-15a4-43d3-a28c-39be2a09e154} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9327 | 2024.11.14 04:53:44.533124 [ 250 ] {369dfd92-15a4-43d3-a28c-39be2a09e154} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9328 | 2024.11.14 04:53:44.533178 [ 250 ] {369dfd92-15a4-43d3-a28c-39be2a09e154} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 9329 | 2024.11.14 04:53:44.533622 [ 250 ] {369dfd92-15a4-43d3-a28c-39be2a09e154} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 9330 | 2024.11.14 04:53:44.533876 [ 250 ] {369dfd92-15a4-43d3-a28c-39be2a09e154} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9331 | 2024.11.14 04:53:44.534086 [ 137 ] {} <Debug> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 9332 | 2024.11.14 04:53:44.534121 [ 250 ] {369dfd92-15a4-43d3-a28c-39be2a09e154} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00194 sec., 28865.979381443296 rows/sec., 2.20 MiB/sec. | ||
| 9333 | 2024.11.14 04:53:44.534179 [ 137 ] {} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9334 | 2024.11.14 04:53:44.534254 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 9335 | 2024.11.14 04:53:44.534265 [ 250 ] {369dfd92-15a4-43d3-a28c-39be2a09e154} <Debug> TCPHandler: Processed in 0.002395509 sec. | ||
| 9336 | 2024.11.14 04:53:44.534553 [ 200 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 9337 | 2024.11.14 04:53:44.534572 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9338 | 2024.11.14 04:53:44.535016 [ 252 ] {752e220b-1344-44c4-bd37-cbaa20d944b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9339 | 2024.11.14 04:53:44.535115 [ 200 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9340 | 2024.11.14 04:53:44.535199 [ 252 ] {752e220b-1344-44c4-bd37-cbaa20d944b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9341 | 2024.11.14 04:53:44.535223 [ 200 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1434 rows starting from the beginning of the part | ||
| 9342 | 2024.11.14 04:53:44.535660 [ 200 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 285 rows starting from the beginning of the part | ||
| 9343 | 2024.11.14 04:53:44.536137 [ 200 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 61 rows starting from the beginning of the part | ||
| 9344 | 2024.11.14 04:53:44.536621 [ 200 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 56 rows starting from the beginning of the part | ||
| 9345 | 2024.11.14 04:53:44.537162 [ 200 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 285 rows starting from the beginning of the part | ||
| 9346 | 2024.11.14 04:53:44.537689 [ 200 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 56 rows starting from the beginning of the part | ||
| 9347 | 2024.11.14 04:53:44.538897 [ 252 ] {752e220b-1344-44c4-bd37-cbaa20d944b1} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9348 | 2024.11.14 04:53:44.538949 [ 252 ] {752e220b-1344-44c4-bd37-cbaa20d944b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 9349 | 2024.11.14 04:53:44.539578 [ 252 ] {752e220b-1344-44c4-bd37-cbaa20d944b1} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 9350 | 2024.11.14 04:53:44.539872 [ 252 ] {752e220b-1344-44c4-bd37-cbaa20d944b1} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9351 | 2024.11.14 04:53:44.540091 [ 186 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2177 rows, containing 5 columns (5 merged, 0 gathered) in 0.005693025 sec., 382397.7586608174 rows/sec., 33.63 MiB/sec. | ||
| 9352 | 2024.11.14 04:53:44.540184 [ 138 ] {} <Debug> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 9353 | 2024.11.14 04:53:44.540268 [ 138 ] {} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9354 | 2024.11.14 04:53:44.540311 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 9355 | 2024.11.14 04:53:44.540320 [ 252 ] {752e220b-1344-44c4-bd37-cbaa20d944b1} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005448 sec., 11747.430249632893 rows/sec., 938.92 KiB/sec. | ||
| 9356 | 2024.11.14 04:53:44.540537 [ 186 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 9357 | 2024.11.14 04:53:44.540644 [ 252 ] {752e220b-1344-44c4-bd37-cbaa20d944b1} <Debug> TCPHandler: Processed in 0.006248741 sec. | ||
| 9358 | 2024.11.14 04:53:44.540775 [ 188 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 9359 | 2024.11.14 04:53:44.540944 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9360 | 2024.11.14 04:53:44.541133 [ 188 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9361 | 2024.11.14 04:53:44.541260 [ 188 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 915 rows starting from the beginning of the part | ||
| 9362 | 2024.11.14 04:53:44.541313 [ 250 ] {e4c4f563-162a-46e9-b08d-e15c8e2728e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9363 | 2024.11.14 04:53:44.541584 [ 250 ] {e4c4f563-162a-46e9-b08d-e15c8e2728e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9364 | 2024.11.14 04:53:44.541618 [ 186 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_86_17} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9365 | 2024.11.14 04:53:44.541840 [ 188 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 423 rows starting from the beginning of the part | ||
| 9366 | 2024.11.14 04:53:44.542005 [ 186 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_86_17} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 9367 | 2024.11.14 04:53:44.542398 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 9368 | 2024.11.14 04:53:44.542429 [ 188 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 74 rows starting from the beginning of the part | ||
| 9369 | 2024.11.14 04:53:44.542982 [ 188 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 64 rows starting from the beginning of the part | ||
| 9370 | 2024.11.14 04:53:44.543288 [ 188 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 423 rows starting from the beginning of the part | ||
| 9371 | 2024.11.14 04:53:44.543401 [ 188 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 64 rows starting from the beginning of the part | ||
| 9372 | 2024.11.14 04:53:44.544541 [ 250 ] {e4c4f563-162a-46e9-b08d-e15c8e2728e5} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9373 | 2024.11.14 04:53:44.544637 [ 250 ] {e4c4f563-162a-46e9-b08d-e15c8e2728e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 9374 | 2024.11.14 04:53:44.545681 [ 250 ] {e4c4f563-162a-46e9-b08d-e15c8e2728e5} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 9375 | 2024.11.14 04:53:44.546033 [ 250 ] {e4c4f563-162a-46e9-b08d-e15c8e2728e5} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9376 | 2024.11.14 04:53:44.546581 [ 250 ] {e4c4f563-162a-46e9-b08d-e15c8e2728e5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005393 sec., 29668.088262562578 rows/sec., 2.07 MiB/sec. | ||
| 9377 | 2024.11.14 04:53:44.546601 [ 186 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1963 rows, containing 5 columns (5 merged, 0 gathered) in 0.006162738 sec., 318527.2520103889 rows/sec., 24.39 MiB/sec. | ||
| 9378 | 2024.11.14 04:53:44.546677 [ 250 ] {e4c4f563-162a-46e9-b08d-e15c8e2728e5} <Debug> TCPHandler: Processed in 0.00589313 sec. | ||
| 9379 | 2024.11.14 04:53:44.546823 [ 186 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 9380 | 2024.11.14 04:53:44.546845 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9381 | 2024.11.14 04:53:44.547053 [ 252 ] {4fb097c1-5aa0-4560-b227-66e5edb48c70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9382 | 2024.11.14 04:53:44.547165 [ 252 ] {4fb097c1-5aa0-4560-b227-66e5edb48c70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9383 | 2024.11.14 04:53:44.547285 [ 186 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_86_17} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9384 | 2024.11.14 04:53:44.547537 [ 186 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_86_17} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 9385 | 2024.11.14 04:53:44.547747 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 9386 | 2024.11.14 04:53:44.548071 [ 252 ] {4fb097c1-5aa0-4560-b227-66e5edb48c70} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9387 | 2024.11.14 04:53:44.548117 [ 252 ] {4fb097c1-5aa0-4560-b227-66e5edb48c70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 9388 | 2024.11.14 04:53:44.548499 [ 252 ] {4fb097c1-5aa0-4560-b227-66e5edb48c70} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 9389 | 2024.11.14 04:53:44.548738 [ 252 ] {4fb097c1-5aa0-4560-b227-66e5edb48c70} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9390 | 2024.11.14 04:53:44.548955 [ 252 ] {4fb097c1-5aa0-4560-b227-66e5edb48c70} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001955 sec., 30690.537084398973 rows/sec., 2.07 MiB/sec. | ||
| 9391 | 2024.11.14 04:53:44.549009 [ 252 ] {4fb097c1-5aa0-4560-b227-66e5edb48c70} <Debug> TCPHandler: Processed in 0.002243225 sec. | ||
| 9392 | 2024.11.14 04:53:48.638932 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1334 | ||
| 9393 | 2024.11.14 04:53:48.641777 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9394 | 2024.11.14 04:53:48.641858 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 9395 | 2024.11.14 04:53:48.643230 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 9396 | 2024.11.14 04:53:48.643531 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9397 | 2024.11.14 04:53:48.644076 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1334 | ||
| 9398 | 2024.11.14 04:53:49.531402 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9399 | 2024.11.14 04:53:49.531611 [ 250 ] {8ba6fbcc-2812-4ea0-b0c1-3426d6cfa990} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9400 | 2024.11.14 04:53:49.531690 [ 250 ] {8ba6fbcc-2812-4ea0-b0c1-3426d6cfa990} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9401 | 2024.11.14 04:53:49.532479 [ 250 ] {8ba6fbcc-2812-4ea0-b0c1-3426d6cfa990} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9402 | 2024.11.14 04:53:49.532519 [ 250 ] {8ba6fbcc-2812-4ea0-b0c1-3426d6cfa990} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 9403 | 2024.11.14 04:53:49.532954 [ 250 ] {8ba6fbcc-2812-4ea0-b0c1-3426d6cfa990} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 9404 | 2024.11.14 04:53:49.533219 [ 250 ] {8ba6fbcc-2812-4ea0-b0c1-3426d6cfa990} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9405 | 2024.11.14 04:53:49.533414 [ 250 ] {8ba6fbcc-2812-4ea0-b0c1-3426d6cfa990} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001863 sec., 30059.044551798175 rows/sec., 2.29 MiB/sec. | ||
| 9406 | 2024.11.14 04:53:49.533469 [ 250 ] {8ba6fbcc-2812-4ea0-b0c1-3426d6cfa990} <Debug> TCPHandler: Processed in 0.002200033 sec. | ||
| 9407 | 2024.11.14 04:53:49.533725 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9408 | 2024.11.14 04:53:49.533913 [ 252 ] {1c2a7f9a-4d96-46f9-bcd8-2470c57cef99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9409 | 2024.11.14 04:53:49.533987 [ 252 ] {1c2a7f9a-4d96-46f9-bcd8-2470c57cef99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9410 | 2024.11.14 04:53:49.534746 [ 252 ] {1c2a7f9a-4d96-46f9-bcd8-2470c57cef99} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9411 | 2024.11.14 04:53:49.534794 [ 252 ] {1c2a7f9a-4d96-46f9-bcd8-2470c57cef99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 9412 | 2024.11.14 04:53:49.535305 [ 252 ] {1c2a7f9a-4d96-46f9-bcd8-2470c57cef99} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 9413 | 2024.11.14 04:53:49.535559 [ 252 ] {1c2a7f9a-4d96-46f9-bcd8-2470c57cef99} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9414 | 2024.11.14 04:53:49.535808 [ 252 ] {1c2a7f9a-4d96-46f9-bcd8-2470c57cef99} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001946 sec., 32887.9753340185 rows/sec., 2.57 MiB/sec. | ||
| 9415 | 2024.11.14 04:53:49.535917 [ 252 ] {1c2a7f9a-4d96-46f9-bcd8-2470c57cef99} <Debug> TCPHandler: Processed in 0.002325497 sec. | ||
| 9416 | 2024.11.14 04:53:49.536136 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9417 | 2024.11.14 04:53:49.536371 [ 250 ] {80363bab-8f47-490f-b556-6b6bf32322d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9418 | 2024.11.14 04:53:49.536433 [ 250 ] {80363bab-8f47-490f-b556-6b6bf32322d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9419 | 2024.11.14 04:53:49.537053 [ 250 ] {80363bab-8f47-490f-b556-6b6bf32322d2} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9420 | 2024.11.14 04:53:49.537090 [ 250 ] {80363bab-8f47-490f-b556-6b6bf32322d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 9421 | 2024.11.14 04:53:49.537486 [ 250 ] {80363bab-8f47-490f-b556-6b6bf32322d2} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 9422 | 2024.11.14 04:53:49.537734 [ 250 ] {80363bab-8f47-490f-b556-6b6bf32322d2} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9423 | 2024.11.14 04:53:49.537907 [ 250 ] {80363bab-8f47-490f-b556-6b6bf32322d2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001584 sec., 101010.10101010102 rows/sec., 7.04 MiB/sec. | ||
| 9424 | 2024.11.14 04:53:49.537957 [ 250 ] {80363bab-8f47-490f-b556-6b6bf32322d2} <Debug> TCPHandler: Processed in 0.001950466 sec. | ||
| 9425 | 2024.11.14 04:53:49.538119 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9426 | 2024.11.14 04:53:49.538274 [ 252 ] {03bd6caf-17b3-4098-ba11-0096cdba41e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9427 | 2024.11.14 04:53:49.538338 [ 252 ] {03bd6caf-17b3-4098-ba11-0096cdba41e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9428 | 2024.11.14 04:53:49.538970 [ 252 ] {03bd6caf-17b3-4098-ba11-0096cdba41e3} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9429 | 2024.11.14 04:53:49.539012 [ 252 ] {03bd6caf-17b3-4098-ba11-0096cdba41e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 9430 | 2024.11.14 04:53:49.539431 [ 252 ] {03bd6caf-17b3-4098-ba11-0096cdba41e3} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 9431 | 2024.11.14 04:53:49.539685 [ 252 ] {03bd6caf-17b3-4098-ba11-0096cdba41e3} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9432 | 2024.11.14 04:53:49.539911 [ 252 ] {03bd6caf-17b3-4098-ba11-0096cdba41e3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001672 sec., 35885.16746411483 rows/sec., 2.42 MiB/sec. | ||
| 9433 | 2024.11.14 04:53:49.539978 [ 252 ] {03bd6caf-17b3-4098-ba11-0096cdba41e3} <Debug> TCPHandler: Processed in 0.001928386 sec. | ||
| 9434 | 2024.11.14 04:53:53.293740 [ 132 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9435 | 2024.11.14 04:53:53.293794 [ 132 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9436 | 2024.11.14 04:53:54.537507 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9437 | 2024.11.14 04:53:54.537734 [ 250 ] {3045376c-52df-43e0-883d-1dc774fead52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9438 | 2024.11.14 04:53:54.537815 [ 250 ] {3045376c-52df-43e0-883d-1dc774fead52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9439 | 2024.11.14 04:53:54.538557 [ 250 ] {3045376c-52df-43e0-883d-1dc774fead52} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9440 | 2024.11.14 04:53:54.538607 [ 250 ] {3045376c-52df-43e0-883d-1dc774fead52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 9441 | 2024.11.14 04:53:54.539044 [ 250 ] {3045376c-52df-43e0-883d-1dc774fead52} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 9442 | 2024.11.14 04:53:54.539324 [ 250 ] {3045376c-52df-43e0-883d-1dc774fead52} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9443 | 2024.11.14 04:53:54.539588 [ 250 ] {3045376c-52df-43e0-883d-1dc774fead52} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001901 sec., 7364.544976328249 rows/sec., 530.15 KiB/sec. | ||
| 9444 | 2024.11.14 04:53:54.539698 [ 250 ] {3045376c-52df-43e0-883d-1dc774fead52} <Debug> TCPHandler: Processed in 0.002329587 sec. | ||
| 9445 | 2024.11.14 04:53:54.539998 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9446 | 2024.11.14 04:53:54.540205 [ 252 ] {a41d0aeb-b6b7-4dfc-9b26-11013aa83437} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9447 | 2024.11.14 04:53:54.540286 [ 252 ] {a41d0aeb-b6b7-4dfc-9b26-11013aa83437} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9448 | 2024.11.14 04:53:54.541252 [ 252 ] {a41d0aeb-b6b7-4dfc-9b26-11013aa83437} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9449 | 2024.11.14 04:53:54.541295 [ 252 ] {a41d0aeb-b6b7-4dfc-9b26-11013aa83437} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 9450 | 2024.11.14 04:53:54.541755 [ 252 ] {a41d0aeb-b6b7-4dfc-9b26-11013aa83437} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 9451 | 2024.11.14 04:53:54.542009 [ 252 ] {a41d0aeb-b6b7-4dfc-9b26-11013aa83437} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9452 | 2024.11.14 04:53:54.542231 [ 252 ] {a41d0aeb-b6b7-4dfc-9b26-11013aa83437} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.002082 sec., 136887.60806916427 rows/sec., 12.08 MiB/sec. | ||
| 9453 | 2024.11.14 04:53:54.542299 [ 252 ] {a41d0aeb-b6b7-4dfc-9b26-11013aa83437} <Debug> TCPHandler: Processed in 0.002478111 sec. | ||
| 9454 | 2024.11.14 04:53:54.542444 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9455 | 2024.11.14 04:53:54.542582 [ 250 ] {5ed600b1-ec90-4b71-aeb5-6cd337862f73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9456 | 2024.11.14 04:53:54.542638 [ 250 ] {5ed600b1-ec90-4b71-aeb5-6cd337862f73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9457 | 2024.11.14 04:53:54.543280 [ 250 ] {5ed600b1-ec90-4b71-aeb5-6cd337862f73} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9458 | 2024.11.14 04:53:54.543320 [ 250 ] {5ed600b1-ec90-4b71-aeb5-6cd337862f73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 9459 | 2024.11.14 04:53:54.543673 [ 250 ] {5ed600b1-ec90-4b71-aeb5-6cd337862f73} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 9460 | 2024.11.14 04:53:54.543921 [ 250 ] {5ed600b1-ec90-4b71-aeb5-6cd337862f73} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9461 | 2024.11.14 04:53:54.544165 [ 250 ] {5ed600b1-ec90-4b71-aeb5-6cd337862f73} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001602 sec., 29962.546816479404 rows/sec., 2.16 MiB/sec. | ||
| 9462 | 2024.11.14 04:53:54.544225 [ 250 ] {5ed600b1-ec90-4b71-aeb5-6cd337862f73} <Debug> TCPHandler: Processed in 0.001847253 sec. | ||
| 9463 | 2024.11.14 04:53:54.544533 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9464 | 2024.11.14 04:53:54.544718 [ 252 ] {4d0db4bd-6c33-4fe8-8417-45f647695a08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9465 | 2024.11.14 04:53:54.544781 [ 252 ] {4d0db4bd-6c33-4fe8-8417-45f647695a08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9466 | 2024.11.14 04:53:54.545418 [ 252 ] {4d0db4bd-6c33-4fe8-8417-45f647695a08} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9467 | 2024.11.14 04:53:54.545458 [ 252 ] {4d0db4bd-6c33-4fe8-8417-45f647695a08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 9468 | 2024.11.14 04:53:54.545821 [ 252 ] {4d0db4bd-6c33-4fe8-8417-45f647695a08} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 9469 | 2024.11.14 04:53:54.546065 [ 252 ] {4d0db4bd-6c33-4fe8-8417-45f647695a08} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9470 | 2024.11.14 04:53:54.546279 [ 252 ] {4d0db4bd-6c33-4fe8-8417-45f647695a08} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001595 sec., 8777.42946708464 rows/sec., 614.71 KiB/sec. | ||
| 9471 | 2024.11.14 04:53:54.546334 [ 252 ] {4d0db4bd-6c33-4fe8-8417-45f647695a08} <Debug> TCPHandler: Processed in 0.002021788 sec. | ||
| 9472 | 2024.11.14 04:53:54.546474 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9473 | 2024.11.14 04:53:54.546611 [ 250 ] {8ccab952-7284-495c-bd95-54887dad3147} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9474 | 2024.11.14 04:53:54.546665 [ 250 ] {8ccab952-7284-495c-bd95-54887dad3147} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9475 | 2024.11.14 04:53:54.547290 [ 250 ] {8ccab952-7284-495c-bd95-54887dad3147} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9476 | 2024.11.14 04:53:54.547329 [ 250 ] {8ccab952-7284-495c-bd95-54887dad3147} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 9477 | 2024.11.14 04:53:54.547677 [ 250 ] {8ccab952-7284-495c-bd95-54887dad3147} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 9478 | 2024.11.14 04:53:54.547914 [ 250 ] {8ccab952-7284-495c-bd95-54887dad3147} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9479 | 2024.11.14 04:53:54.548162 [ 250 ] {8ccab952-7284-495c-bd95-54887dad3147} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001575 sec., 8253.968253968254 rows/sec., 514.63 KiB/sec. | ||
| 9480 | 2024.11.14 04:53:54.548364 [ 250 ] {8ccab952-7284-495c-bd95-54887dad3147} <Debug> TCPHandler: Processed in 0.001952467 sec. | ||
| 9481 | 2024.11.14 04:53:54.548558 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9482 | 2024.11.14 04:53:54.548694 [ 252 ] {843addd4-c242-4c38-9ba3-a87d0ff5e732} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9483 | 2024.11.14 04:53:54.548749 [ 252 ] {843addd4-c242-4c38-9ba3-a87d0ff5e732} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9484 | 2024.11.14 04:53:54.549499 [ 252 ] {843addd4-c242-4c38-9ba3-a87d0ff5e732} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9485 | 2024.11.14 04:53:54.549538 [ 252 ] {843addd4-c242-4c38-9ba3-a87d0ff5e732} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 9486 | 2024.11.14 04:53:54.549968 [ 252 ] {843addd4-c242-4c38-9ba3-a87d0ff5e732} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 9487 | 2024.11.14 04:53:54.550240 [ 252 ] {843addd4-c242-4c38-9ba3-a87d0ff5e732} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9488 | 2024.11.14 04:53:54.550499 [ 252 ] {843addd4-c242-4c38-9ba3-a87d0ff5e732} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001833 sec., 230769.23076923078 rows/sec., 16.50 MiB/sec. | ||
| 9489 | 2024.11.14 04:53:54.550572 [ 252 ] {843addd4-c242-4c38-9ba3-a87d0ff5e732} <Debug> TCPHandler: Processed in 0.002114491 sec. | ||
| 9490 | 2024.11.14 04:53:54.550778 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9491 | 2024.11.14 04:53:54.551074 [ 250 ] {b4669d5a-7d52-4c1b-89f9-bb33549303cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9492 | 2024.11.14 04:53:54.551146 [ 250 ] {b4669d5a-7d52-4c1b-89f9-bb33549303cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9493 | 2024.11.14 04:53:54.551633 [ 250 ] {b4669d5a-7d52-4c1b-89f9-bb33549303cf} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9494 | 2024.11.14 04:53:54.551673 [ 250 ] {b4669d5a-7d52-4c1b-89f9-bb33549303cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 9495 | 2024.11.14 04:53:54.552050 [ 250 ] {b4669d5a-7d52-4c1b-89f9-bb33549303cf} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 9496 | 2024.11.14 04:53:54.552288 [ 250 ] {b4669d5a-7d52-4c1b-89f9-bb33549303cf} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9497 | 2024.11.14 04:53:54.552501 [ 250 ] {b4669d5a-7d52-4c1b-89f9-bb33549303cf} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001516 sec., 3957.78364116095 rows/sec., 206.78 KiB/sec. | ||
| 9498 | 2024.11.14 04:53:54.552551 [ 250 ] {b4669d5a-7d52-4c1b-89f9-bb33549303cf} <Debug> TCPHandler: Processed in 0.001890864 sec. | ||
| 9499 | 2024.11.14 04:53:54.552691 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9500 | 2024.11.14 04:53:54.552810 [ 252 ] {0359f707-8ff2-4fe4-9295-4129f2e1846c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9501 | 2024.11.14 04:53:54.552863 [ 252 ] {0359f707-8ff2-4fe4-9295-4129f2e1846c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9502 | 2024.11.14 04:53:54.553443 [ 252 ] {0359f707-8ff2-4fe4-9295-4129f2e1846c} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9503 | 2024.11.14 04:53:54.553481 [ 252 ] {0359f707-8ff2-4fe4-9295-4129f2e1846c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 9504 | 2024.11.14 04:53:54.553865 [ 252 ] {0359f707-8ff2-4fe4-9295-4129f2e1846c} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 9505 | 2024.11.14 04:53:54.554095 [ 252 ] {0359f707-8ff2-4fe4-9295-4129f2e1846c} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9506 | 2024.11.14 04:53:54.554319 [ 252 ] {0359f707-8ff2-4fe4-9295-4129f2e1846c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001535 sec., 154397.39413680782 rows/sec., 10.35 MiB/sec. | ||
| 9507 | 2024.11.14 04:53:54.554368 [ 252 ] {0359f707-8ff2-4fe4-9295-4129f2e1846c} <Debug> TCPHandler: Processed in 0.00173794 sec. | ||
| 9508 | 2024.11.14 04:53:54.554512 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9509 | 2024.11.14 04:53:54.554650 [ 250 ] {9f43d20c-7854-4875-a815-9793088a2d9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9510 | 2024.11.14 04:53:54.554712 [ 250 ] {9f43d20c-7854-4875-a815-9793088a2d9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9511 | 2024.11.14 04:53:54.555227 [ 250 ] {9f43d20c-7854-4875-a815-9793088a2d9d} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9512 | 2024.11.14 04:53:54.555266 [ 250 ] {9f43d20c-7854-4875-a815-9793088a2d9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 9513 | 2024.11.14 04:53:54.555617 [ 250 ] {9f43d20c-7854-4875-a815-9793088a2d9d} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 9514 | 2024.11.14 04:53:54.555846 [ 250 ] {9f43d20c-7854-4875-a815-9793088a2d9d} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9515 | 2024.11.14 04:53:54.556049 [ 250 ] {9f43d20c-7854-4875-a815-9793088a2d9d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001429 sec., 699.7900629811057 rows/sec., 47.15 KiB/sec. | ||
| 9516 | 2024.11.14 04:53:54.556099 [ 250 ] {9f43d20c-7854-4875-a815-9793088a2d9d} <Debug> TCPHandler: Processed in 0.001654088 sec. | ||
| 9517 | 2024.11.14 04:53:54.556245 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9518 | 2024.11.14 04:53:54.556382 [ 252 ] {a4ad804b-0011-45fc-b783-0209cddf3db3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9519 | 2024.11.14 04:53:54.556476 [ 252 ] {a4ad804b-0011-45fc-b783-0209cddf3db3} <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 | ||
| 9520 | 2024.11.14 04:53:54.557729 [ 252 ] {a4ad804b-0011-45fc-b783-0209cddf3db3} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9521 | 2024.11.14 04:53:54.557768 [ 252 ] {a4ad804b-0011-45fc-b783-0209cddf3db3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 9522 | 2024.11.14 04:53:54.558419 [ 252 ] {a4ad804b-0011-45fc-b783-0209cddf3db3} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9523 | 2024.11.14 04:53:54.558671 [ 252 ] {a4ad804b-0011-45fc-b783-0209cddf3db3} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9524 | 2024.11.14 04:53:54.558926 [ 252 ] {a4ad804b-0011-45fc-b783-0209cddf3db3} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002573 sec., 15934.706568208316 rows/sec., 28.55 MiB/sec. | ||
| 9525 | 2024.11.14 04:53:54.559173 [ 252 ] {a4ad804b-0011-45fc-b783-0209cddf3db3} <Debug> TCPHandler: Processed in 0.002995987 sec. | ||
| 9526 | 2024.11.14 04:53:54.559393 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9527 | 2024.11.14 04:53:54.559612 [ 250 ] {58a2dd20-3eb2-4acc-a3d3-ee146a3232a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9528 | 2024.11.14 04:53:54.559704 [ 250 ] {58a2dd20-3eb2-4acc-a3d3-ee146a3232a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9529 | 2024.11.14 04:53:54.560392 [ 250 ] {58a2dd20-3eb2-4acc-a3d3-ee146a3232a5} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9530 | 2024.11.14 04:53:54.560431 [ 250 ] {58a2dd20-3eb2-4acc-a3d3-ee146a3232a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 9531 | 2024.11.14 04:53:54.560789 [ 250 ] {58a2dd20-3eb2-4acc-a3d3-ee146a3232a5} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 9532 | 2024.11.14 04:53:54.561021 [ 250 ] {58a2dd20-3eb2-4acc-a3d3-ee146a3232a5} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9533 | 2024.11.14 04:53:54.561240 [ 250 ] {58a2dd20-3eb2-4acc-a3d3-ee146a3232a5} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001683 sec., 48722.51931075461 rows/sec., 3.09 MiB/sec. | ||
| 9534 | 2024.11.14 04:53:54.561290 [ 250 ] {58a2dd20-3eb2-4acc-a3d3-ee146a3232a5} <Debug> TCPHandler: Processed in 0.002005169 sec. | ||
| 9535 | 2024.11.14 04:53:58.645192 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1364 | ||
| 9536 | 2024.11.14 04:53:58.648741 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9537 | 2024.11.14 04:53:58.648800 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 9538 | 2024.11.14 04:53:58.650190 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 9539 | 2024.11.14 04:53:58.650510 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9540 | 2024.11.14 04:53:58.650751 [ 128 ] {} <Debug> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 9541 | 2024.11.14 04:53:58.650874 [ 128 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9542 | 2024.11.14 04:53:58.650945 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 9543 | 2024.11.14 04:53:58.651442 [ 187 ] {517a6315-c66d-488d-99aa-0fdeb396e457::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 | ||
| 9544 | 2024.11.14 04:53:58.652041 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1364 | ||
| 9545 | 2024.11.14 04:53:58.652541 [ 187 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9546 | 2024.11.14 04:53:58.652730 [ 187 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1220 rows starting from the beginning of the part | ||
| 9547 | 2024.11.14 04:53:58.653344 [ 187 ] {517a6315-c66d-488d-99aa-0fdeb396e457::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 | ||
| 9548 | 2024.11.14 04:53:58.653899 [ 187 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 30 rows starting from the beginning of the part | ||
| 9549 | 2024.11.14 04:53:58.654348 [ 187 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 20 rows starting from the beginning of the part | ||
| 9550 | 2024.11.14 04:53:58.654775 [ 187 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 30 rows starting from the beginning of the part | ||
| 9551 | 2024.11.14 04:53:58.655198 [ 187 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 30 rows starting from the beginning of the part | ||
| 9552 | 2024.11.14 04:53:58.662916 [ 196 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1364 rows, containing 72 columns (72 merged, 0 gathered) in 0.01176683 sec., 115919.07081176493 rows/sec., 90.69 MiB/sec. | ||
| 9553 | 2024.11.14 04:53:58.664474 [ 190 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 9554 | 2024.11.14 04:53:58.665249 [ 190 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_46_9} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9555 | 2024.11.14 04:53:58.665331 [ 190 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_46_9} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 9556 | 2024.11.14 04:53:58.665631 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.90 MiB. | ||
| 9557 | 2024.11.14 04:53:59.529768 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9558 | 2024.11.14 04:53:59.529962 [ 250 ] {547dfdec-979a-4b9f-bd63-1ffa242cecf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9559 | 2024.11.14 04:53:59.530041 [ 250 ] {547dfdec-979a-4b9f-bd63-1ffa242cecf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9560 | 2024.11.14 04:53:59.530771 [ 250 ] {547dfdec-979a-4b9f-bd63-1ffa242cecf2} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9561 | 2024.11.14 04:53:59.530825 [ 250 ] {547dfdec-979a-4b9f-bd63-1ffa242cecf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 9562 | 2024.11.14 04:53:59.531259 [ 250 ] {547dfdec-979a-4b9f-bd63-1ffa242cecf2} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 9563 | 2024.11.14 04:53:59.531522 [ 250 ] {547dfdec-979a-4b9f-bd63-1ffa242cecf2} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9564 | 2024.11.14 04:53:59.531777 [ 250 ] {547dfdec-979a-4b9f-bd63-1ffa242cecf2} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001858 sec., 2152.8525296017224 rows/sec., 175.55 KiB/sec. | ||
| 9565 | 2024.11.14 04:53:59.531910 [ 250 ] {547dfdec-979a-4b9f-bd63-1ffa242cecf2} <Debug> TCPHandler: Processed in 0.002264146 sec. | ||
| 9566 | 2024.11.14 04:53:59.532222 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9567 | 2024.11.14 04:53:59.532434 [ 252 ] {3032e8ac-53e7-4475-96c6-82387ae31256} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9568 | 2024.11.14 04:53:59.532516 [ 252 ] {3032e8ac-53e7-4475-96c6-82387ae31256} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9569 | 2024.11.14 04:53:59.533356 [ 252 ] {3032e8ac-53e7-4475-96c6-82387ae31256} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9570 | 2024.11.14 04:53:59.533402 [ 252 ] {3032e8ac-53e7-4475-96c6-82387ae31256} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 9571 | 2024.11.14 04:53:59.533848 [ 252 ] {3032e8ac-53e7-4475-96c6-82387ae31256} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 9572 | 2024.11.14 04:53:59.534119 [ 252 ] {3032e8ac-53e7-4475-96c6-82387ae31256} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9573 | 2024.11.14 04:53:59.534336 [ 252 ] {3032e8ac-53e7-4475-96c6-82387ae31256} <Debug> executeQuery: Read 58 rows, 4.52 KiB in 0.001956 sec., 29652.351738241312 rows/sec., 2.26 MiB/sec. | ||
| 9574 | 2024.11.14 04:53:59.534445 [ 252 ] {3032e8ac-53e7-4475-96c6-82387ae31256} <Debug> TCPHandler: Processed in 0.0023819 sec. | ||
| 9575 | 2024.11.14 04:53:59.534647 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9576 | 2024.11.14 04:53:59.534967 [ 250 ] {53e80b23-bb85-4d02-bfd6-3adcd721d1a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9577 | 2024.11.14 04:53:59.535063 [ 250 ] {53e80b23-bb85-4d02-bfd6-3adcd721d1a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9578 | 2024.11.14 04:53:59.535664 [ 250 ] {53e80b23-bb85-4d02-bfd6-3adcd721d1a4} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9579 | 2024.11.14 04:53:59.535707 [ 250 ] {53e80b23-bb85-4d02-bfd6-3adcd721d1a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 9580 | 2024.11.14 04:53:59.536074 [ 250 ] {53e80b23-bb85-4d02-bfd6-3adcd721d1a4} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 9581 | 2024.11.14 04:53:59.536333 [ 250 ] {53e80b23-bb85-4d02-bfd6-3adcd721d1a4} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9582 | 2024.11.14 04:53:59.536558 [ 250 ] {53e80b23-bb85-4d02-bfd6-3adcd721d1a4} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001717 sec., 2329.6447291788004 rows/sec., 162.67 KiB/sec. | ||
| 9583 | 2024.11.14 04:53:59.536616 [ 250 ] {53e80b23-bb85-4d02-bfd6-3adcd721d1a4} <Debug> TCPHandler: Processed in 0.00207857 sec. | ||
| 9584 | 2024.11.14 04:53:59.536790 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9585 | 2024.11.14 04:53:59.536939 [ 252 ] {b1d630ac-8edf-4352-928f-9af758d12d2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9586 | 2024.11.14 04:53:59.537001 [ 252 ] {b1d630ac-8edf-4352-928f-9af758d12d2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9587 | 2024.11.14 04:53:59.537650 [ 252 ] {b1d630ac-8edf-4352-928f-9af758d12d2d} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9588 | 2024.11.14 04:53:59.537689 [ 252 ] {b1d630ac-8edf-4352-928f-9af758d12d2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 9589 | 2024.11.14 04:53:59.538064 [ 252 ] {b1d630ac-8edf-4352-928f-9af758d12d2d} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 9590 | 2024.11.14 04:53:59.538314 [ 252 ] {b1d630ac-8edf-4352-928f-9af758d12d2d} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9591 | 2024.11.14 04:53:59.538505 [ 252 ] {b1d630ac-8edf-4352-928f-9af758d12d2d} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001602 sec., 42446.94132334582 rows/sec., 3.32 MiB/sec. | ||
| 9592 | 2024.11.14 04:53:59.538565 [ 252 ] {b1d630ac-8edf-4352-928f-9af758d12d2d} <Debug> TCPHandler: Processed in 0.001849214 sec. | ||
| 9593 | 2024.11.14 04:53:59.538711 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9594 | 2024.11.14 04:53:59.538844 [ 250 ] {1dd08d3b-2a91-49b0-900e-784a5e2123ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9595 | 2024.11.14 04:53:59.538901 [ 250 ] {1dd08d3b-2a91-49b0-900e-784a5e2123ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9596 | 2024.11.14 04:53:59.539475 [ 250 ] {1dd08d3b-2a91-49b0-900e-784a5e2123ff} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9597 | 2024.11.14 04:53:59.539516 [ 250 ] {1dd08d3b-2a91-49b0-900e-784a5e2123ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 9598 | 2024.11.14 04:53:59.539926 [ 250 ] {1dd08d3b-2a91-49b0-900e-784a5e2123ff} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 9599 | 2024.11.14 04:53:59.540185 [ 250 ] {1dd08d3b-2a91-49b0-900e-784a5e2123ff} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9600 | 2024.11.14 04:53:59.540379 [ 124 ] {} <Debug> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 9601 | 2024.11.14 04:53:59.540453 [ 124 ] {} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9602 | 2024.11.14 04:53:59.540449 [ 250 ] {1dd08d3b-2a91-49b0-900e-784a5e2123ff} <Debug> executeQuery: Read 130 rows, 9.27 KiB in 0.001627 sec., 79901.65949600491 rows/sec., 5.56 MiB/sec. | ||
| 9603 | 2024.11.14 04:53:59.540489 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 9604 | 2024.11.14 04:53:59.540637 [ 250 ] {1dd08d3b-2a91-49b0-900e-784a5e2123ff} <Debug> TCPHandler: Processed in 0.001979338 sec. | ||
| 9605 | 2024.11.14 04:53:59.540765 [ 191 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 9606 | 2024.11.14 04:53:59.540863 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9607 | 2024.11.14 04:53:59.541080 [ 191 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9608 | 2024.11.14 04:53:59.541113 [ 252 ] {4d308639-c14a-49e6-929c-0160a97c3bc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9609 | 2024.11.14 04:53:59.541148 [ 191 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_81_16, total 16876 rows starting from the beginning of the part | ||
| 9610 | 2024.11.14 04:53:59.541226 [ 252 ] {4d308639-c14a-49e6-929c-0160a97c3bc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9611 | 2024.11.14 04:53:59.541402 [ 191 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 237 rows starting from the beginning of the part | ||
| 9612 | 2024.11.14 04:53:59.541835 [ 191 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 160 rows starting from the beginning of the part | ||
| 9613 | 2024.11.14 04:53:59.542236 [ 191 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 160 rows starting from the beginning of the part | ||
| 9614 | 2024.11.14 04:53:59.542476 [ 191 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 237 rows starting from the beginning of the part | ||
| 9615 | 2024.11.14 04:53:59.542773 [ 191 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 130 rows starting from the beginning of the part | ||
| 9616 | 2024.11.14 04:53:59.543637 [ 252 ] {4d308639-c14a-49e6-929c-0160a97c3bc4} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9617 | 2024.11.14 04:53:59.543696 [ 252 ] {4d308639-c14a-49e6-929c-0160a97c3bc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 9618 | 2024.11.14 04:53:59.544433 [ 252 ] {4d308639-c14a-49e6-929c-0160a97c3bc4} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 9619 | 2024.11.14 04:53:59.544741 [ 252 ] {4d308639-c14a-49e6-929c-0160a97c3bc4} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9620 | 2024.11.14 04:53:59.545011 [ 124 ] {} <Debug> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 9621 | 2024.11.14 04:53:59.545111 [ 124 ] {} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9622 | 2024.11.14 04:53:59.545185 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 9623 | 2024.11.14 04:53:59.545397 [ 252 ] {4d308639-c14a-49e6-929c-0160a97c3bc4} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.004306 sec., 11147.23641430562 rows/sec., 769.28 KiB/sec. | ||
| 9624 | 2024.11.14 04:53:59.545671 [ 190 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 9625 | 2024.11.14 04:53:59.545832 [ 252 ] {4d308639-c14a-49e6-929c-0160a97c3bc4} <Debug> TCPHandler: Processed in 0.005080077 sec. | ||
| 9626 | 2024.11.14 04:53:59.546173 [ 190 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9627 | 2024.11.14 04:53:59.546273 [ 190 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4688 rows starting from the beginning of the part | ||
| 9628 | 2024.11.14 04:53:59.546625 [ 190 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 82 rows starting from the beginning of the part | ||
| 9629 | 2024.11.14 04:53:59.546855 [ 190 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 60 rows starting from the beginning of the part | ||
| 9630 | 2024.11.14 04:53:59.547060 [ 190 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 60 rows starting from the beginning of the part | ||
| 9631 | 2024.11.14 04:53:59.547234 [ 190 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 82 rows starting from the beginning of the part | ||
| 9632 | 2024.11.14 04:53:59.547396 [ 190 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 48 rows starting from the beginning of the part | ||
| 9633 | 2024.11.14 04:53:59.555043 [ 197 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17800 rows, containing 5 columns (5 merged, 0 gathered) in 0.014397677 sec., 1236310.5520425274 rows/sec., 84.11 MiB/sec. | ||
| 9634 | 2024.11.14 04:53:59.555130 [ 194 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5020 rows, containing 4 columns (4 merged, 0 gathered) in 0.009790933 sec., 512719.26791859366 rows/sec., 33.59 MiB/sec. | ||
| 9635 | 2024.11.14 04:53:59.555446 [ 193 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 9636 | 2024.11.14 04:53:59.555683 [ 192 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 9637 | 2024.11.14 04:53:59.556150 [ 193 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9638 | 2024.11.14 04:53:59.556201 [ 192 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_86_17} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9639 | 2024.11.14 04:53:59.556363 [ 193 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 9640 | 2024.11.14 04:53:59.556369 [ 192 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_86_17} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 9641 | 2024.11.14 04:53:59.556603 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB. | ||
| 9642 | 2024.11.14 04:53:59.556680 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. | ||
| 9643 | 2024.11.14 04:54:04.531883 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9644 | 2024.11.14 04:54:04.532112 [ 250 ] {c4ebdec6-e550-42ef-bb2a-161520208b85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9645 | 2024.11.14 04:54:04.532195 [ 250 ] {c4ebdec6-e550-42ef-bb2a-161520208b85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9646 | 2024.11.14 04:54:04.532977 [ 250 ] {c4ebdec6-e550-42ef-bb2a-161520208b85} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9647 | 2024.11.14 04:54:04.533031 [ 250 ] {c4ebdec6-e550-42ef-bb2a-161520208b85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 9648 | 2024.11.14 04:54:04.533459 [ 250 ] {c4ebdec6-e550-42ef-bb2a-161520208b85} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 9649 | 2024.11.14 04:54:04.533721 [ 250 ] {c4ebdec6-e550-42ef-bb2a-161520208b85} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9650 | 2024.11.14 04:54:04.533999 [ 250 ] {c4ebdec6-e550-42ef-bb2a-161520208b85} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001948 sec., 28747.433264887062 rows/sec., 2.19 MiB/sec. | ||
| 9651 | 2024.11.14 04:54:04.534075 [ 250 ] {c4ebdec6-e550-42ef-bb2a-161520208b85} <Debug> TCPHandler: Processed in 0.002333187 sec. | ||
| 9652 | 2024.11.14 04:54:04.534416 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9653 | 2024.11.14 04:54:04.534633 [ 252 ] {8f148658-9e3b-4d66-ba2a-afb7f088b24f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9654 | 2024.11.14 04:54:04.534713 [ 252 ] {8f148658-9e3b-4d66-ba2a-afb7f088b24f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9655 | 2024.11.14 04:54:04.535570 [ 252 ] {8f148658-9e3b-4d66-ba2a-afb7f088b24f} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9656 | 2024.11.14 04:54:04.535621 [ 252 ] {8f148658-9e3b-4d66-ba2a-afb7f088b24f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 9657 | 2024.11.14 04:54:04.536056 [ 252 ] {8f148658-9e3b-4d66-ba2a-afb7f088b24f} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 9658 | 2024.11.14 04:54:04.536312 [ 252 ] {8f148658-9e3b-4d66-ba2a-afb7f088b24f} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9659 | 2024.11.14 04:54:04.536599 [ 252 ] {8f148658-9e3b-4d66-ba2a-afb7f088b24f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002021 sec., 31667.49134092034 rows/sec., 2.47 MiB/sec. | ||
| 9660 | 2024.11.14 04:54:04.536722 [ 252 ] {8f148658-9e3b-4d66-ba2a-afb7f088b24f} <Debug> TCPHandler: Processed in 0.002516603 sec. | ||
| 9661 | 2024.11.14 04:54:04.537019 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9662 | 2024.11.14 04:54:04.537334 [ 250 ] {5e350576-b2af-4590-ab50-4347cde9d8c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9663 | 2024.11.14 04:54:04.537428 [ 250 ] {5e350576-b2af-4590-ab50-4347cde9d8c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9664 | 2024.11.14 04:54:04.538008 [ 250 ] {5e350576-b2af-4590-ab50-4347cde9d8c5} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9665 | 2024.11.14 04:54:04.538048 [ 250 ] {5e350576-b2af-4590-ab50-4347cde9d8c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 9666 | 2024.11.14 04:54:04.538459 [ 250 ] {5e350576-b2af-4590-ab50-4347cde9d8c5} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 9667 | 2024.11.14 04:54:04.538703 [ 250 ] {5e350576-b2af-4590-ab50-4347cde9d8c5} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9668 | 2024.11.14 04:54:04.538916 [ 250 ] {5e350576-b2af-4590-ab50-4347cde9d8c5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001638 sec., 97680.09768009768 rows/sec., 6.80 MiB/sec. | ||
| 9669 | 2024.11.14 04:54:04.538966 [ 250 ] {5e350576-b2af-4590-ab50-4347cde9d8c5} <Debug> TCPHandler: Processed in 0.002131062 sec. | ||
| 9670 | 2024.11.14 04:54:04.539116 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9671 | 2024.11.14 04:54:04.539264 [ 252 ] {7fb49470-7aa5-4acc-867d-5548ccedeb0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9672 | 2024.11.14 04:54:04.539326 [ 252 ] {7fb49470-7aa5-4acc-867d-5548ccedeb0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9673 | 2024.11.14 04:54:04.539921 [ 252 ] {7fb49470-7aa5-4acc-867d-5548ccedeb0e} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9674 | 2024.11.14 04:54:04.539968 [ 252 ] {7fb49470-7aa5-4acc-867d-5548ccedeb0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 9675 | 2024.11.14 04:54:04.540420 [ 252 ] {7fb49470-7aa5-4acc-867d-5548ccedeb0e} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 9676 | 2024.11.14 04:54:04.540659 [ 252 ] {7fb49470-7aa5-4acc-867d-5548ccedeb0e} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9677 | 2024.11.14 04:54:04.540901 [ 252 ] {7fb49470-7aa5-4acc-867d-5548ccedeb0e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001673 sec., 35863.717872086076 rows/sec., 2.42 MiB/sec. | ||
| 9678 | 2024.11.14 04:54:04.541003 [ 252 ] {7fb49470-7aa5-4acc-867d-5548ccedeb0e} <Debug> TCPHandler: Processed in 0.001956407 sec. | ||
| 9679 | 2024.11.14 04:54:06.370667 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34800, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9680 | 2024.11.14 04:54:06.627213 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48342, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9681 | 2024.11.14 04:54:06.723780 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58212, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9682 | 2024.11.14 04:54:06.723978 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40462, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9683 | 2024.11.14 04:54:06.822436 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58825, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9684 | 2024.11.14 04:54:06.832802 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61532, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9685 | 2024.11.14 04:54:06.858071 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55277, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9686 | 2024.11.14 04:54:06.877410 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48557, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9687 | 2024.11.14 04:54:07.272471 [ 118 ] {} <Debug> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 9688 | 2024.11.14 04:54:07.272585 [ 118 ] {} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9689 | 2024.11.14 04:54:07.272632 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 9690 | 2024.11.14 04:54:07.272914 [ 194 ] {932d2d65-5723-4816-ad96-f39624c15824::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 | ||
| 9691 | 2024.11.14 04:54:07.273402 [ 194 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9692 | 2024.11.14 04:54:07.273490 [ 194 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 242 rows starting from the beginning of the part | ||
| 9693 | 2024.11.14 04:54:07.273578 [ 194 ] {932d2d65-5723-4816-ad96-f39624c15824::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 | ||
| 9694 | 2024.11.14 04:54:07.273828 [ 194 ] {932d2d65-5723-4816-ad96-f39624c15824::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 | ||
| 9695 | 2024.11.14 04:54:07.274058 [ 194 ] {932d2d65-5723-4816-ad96-f39624c15824::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 | ||
| 9696 | 2024.11.14 04:54:07.274294 [ 194 ] {932d2d65-5723-4816-ad96-f39624c15824::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 | ||
| 9697 | 2024.11.14 04:54:07.275433 [ 192 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.002693898 sec., 110620.37241202153 rows/sec., 7.93 MiB/sec. | ||
| 9698 | 2024.11.14 04:54:07.275599 [ 198 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 9699 | 2024.11.14 04:54:07.275888 [ 198 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_29_7} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9700 | 2024.11.14 04:54:07.275966 [ 198 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_29_7} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 9701 | 2024.11.14 04:54:07.276039 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 9702 | 2024.11.14 04:54:08.293855 [ 117 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9703 | 2024.11.14 04:54:08.293914 [ 117 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9704 | 2024.11.14 04:54:08.653117 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1384 | ||
| 9705 | 2024.11.14 04:54:08.655706 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9706 | 2024.11.14 04:54:08.655752 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 9707 | 2024.11.14 04:54:08.657151 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 9708 | 2024.11.14 04:54:08.657447 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9709 | 2024.11.14 04:54:08.657950 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1384 | ||
| 9710 | 2024.11.14 04:54:09.002318 [ 244 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000940377 sec. | ||
| 9711 | 2024.11.14 04:54:09.538537 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9712 | 2024.11.14 04:54:09.538749 [ 250 ] {c8c88b5d-6bb7-4c0f-b398-a8eb0c1c4c68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9713 | 2024.11.14 04:54:09.538838 [ 250 ] {c8c88b5d-6bb7-4c0f-b398-a8eb0c1c4c68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9714 | 2024.11.14 04:54:09.539654 [ 250 ] {c8c88b5d-6bb7-4c0f-b398-a8eb0c1c4c68} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9715 | 2024.11.14 04:54:09.539705 [ 250 ] {c8c88b5d-6bb7-4c0f-b398-a8eb0c1c4c68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 9716 | 2024.11.14 04:54:09.540147 [ 250 ] {c8c88b5d-6bb7-4c0f-b398-a8eb0c1c4c68} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 9717 | 2024.11.14 04:54:09.540406 [ 250 ] {c8c88b5d-6bb7-4c0f-b398-a8eb0c1c4c68} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9718 | 2024.11.14 04:54:09.540595 [ 117 ] {} <Debug> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 9719 | 2024.11.14 04:54:09.540671 [ 250 ] {c8c88b5d-6bb7-4c0f-b398-a8eb0c1c4c68} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001974 sec., 7092.198581560284 rows/sec., 510.54 KiB/sec. | ||
| 9720 | 2024.11.14 04:54:09.540675 [ 117 ] {} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9721 | 2024.11.14 04:54:09.540757 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 9722 | 2024.11.14 04:54:09.540811 [ 250 ] {c8c88b5d-6bb7-4c0f-b398-a8eb0c1c4c68} <Debug> TCPHandler: Processed in 0.00241348 sec. | ||
| 9723 | 2024.11.14 04:54:09.540935 [ 194 ] {adfe2738-319a-45e4-a148-b79a83474972::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 | ||
| 9724 | 2024.11.14 04:54:09.541046 [ 194 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9725 | 2024.11.14 04:54:09.541081 [ 194 ] {adfe2738-319a-45e4-a148-b79a83474972::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 | ||
| 9726 | 2024.11.14 04:54:09.541123 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9727 | 2024.11.14 04:54:09.541208 [ 194 ] {adfe2738-319a-45e4-a148-b79a83474972::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 | ||
| 9728 | 2024.11.14 04:54:09.541511 [ 194 ] {adfe2738-319a-45e4-a148-b79a83474972::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 | ||
| 9729 | 2024.11.14 04:54:09.541660 [ 252 ] {366ae1f9-dbc9-4a60-b3d3-f92c21324078} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9730 | 2024.11.14 04:54:09.541820 [ 194 ] {adfe2738-319a-45e4-a148-b79a83474972::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 | ||
| 9731 | 2024.11.14 04:54:09.541987 [ 252 ] {366ae1f9-dbc9-4a60-b3d3-f92c21324078} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9732 | 2024.11.14 04:54:09.542107 [ 194 ] {adfe2738-319a-45e4-a148-b79a83474972::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 | ||
| 9733 | 2024.11.14 04:54:09.544665 [ 194 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.00380777 sec., 18383.46328691071 rows/sec., 1.36 MiB/sec. | ||
| 9734 | 2024.11.14 04:54:09.544691 [ 252 ] {366ae1f9-dbc9-4a60-b3d3-f92c21324078} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9735 | 2024.11.14 04:54:09.544766 [ 252 ] {366ae1f9-dbc9-4a60-b3d3-f92c21324078} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 9736 | 2024.11.14 04:54:09.544826 [ 194 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 9737 | 2024.11.14 04:54:09.545449 [ 194 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_29_7} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9738 | 2024.11.14 04:54:09.545665 [ 194 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_29_7} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 9739 | 2024.11.14 04:54:09.545781 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 9740 | 2024.11.14 04:54:09.545786 [ 252 ] {366ae1f9-dbc9-4a60-b3d3-f92c21324078} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 9741 | 2024.11.14 04:54:09.546159 [ 252 ] {366ae1f9-dbc9-4a60-b3d3-f92c21324078} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9742 | 2024.11.14 04:54:09.546334 [ 116 ] {} <Debug> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 9743 | 2024.11.14 04:54:09.546377 [ 116 ] {} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9744 | 2024.11.14 04:54:09.546391 [ 252 ] {366ae1f9-dbc9-4a60-b3d3-f92c21324078} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.0049 sec., 58163.26530612245 rows/sec., 5.13 MiB/sec. | ||
| 9745 | 2024.11.14 04:54:09.546403 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 9746 | 2024.11.14 04:54:09.546517 [ 252 ] {366ae1f9-dbc9-4a60-b3d3-f92c21324078} <Debug> TCPHandler: Processed in 0.005552401 sec. | ||
| 9747 | 2024.11.14 04:54:09.546563 [ 192 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 9748 | 2024.11.14 04:54:09.546673 [ 192 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9749 | 2024.11.14 04:54:09.546698 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9750 | 2024.11.14 04:54:09.546720 [ 192 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1434 rows starting from the beginning of the part | ||
| 9751 | 2024.11.14 04:54:09.547035 [ 250 ] {204acaa3-8ea7-4f28-befb-667d1aa52970} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9752 | 2024.11.14 04:54:09.547057 [ 192 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 56 rows starting from the beginning of the part | ||
| 9753 | 2024.11.14 04:54:09.547155 [ 250 ] {204acaa3-8ea7-4f28-befb-667d1aa52970} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9754 | 2024.11.14 04:54:09.547393 [ 192 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 285 rows starting from the beginning of the part | ||
| 9755 | 2024.11.14 04:54:09.547734 [ 192 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 58 rows starting from the beginning of the part | ||
| 9756 | 2024.11.14 04:54:09.548110 [ 192 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 56 rows starting from the beginning of the part | ||
| 9757 | 2024.11.14 04:54:09.548514 [ 192 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 285 rows starting from the beginning of the part | ||
| 9758 | 2024.11.14 04:54:09.549665 [ 250 ] {204acaa3-8ea7-4f28-befb-667d1aa52970} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9759 | 2024.11.14 04:54:09.549727 [ 250 ] {204acaa3-8ea7-4f28-befb-667d1aa52970} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 9760 | 2024.11.14 04:54:09.550732 [ 250 ] {204acaa3-8ea7-4f28-befb-667d1aa52970} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 9761 | 2024.11.14 04:54:09.551116 [ 250 ] {204acaa3-8ea7-4f28-befb-667d1aa52970} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9762 | 2024.11.14 04:54:09.551410 [ 116 ] {} <Debug> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78) (MergerMutator): Selected 6 parts from all_1_48_10 to all_53_53_0 | ||
| 9763 | 2024.11.14 04:54:09.551532 [ 116 ] {} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9764 | 2024.11.14 04:54:09.551631 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 9765 | 2024.11.14 04:54:09.551872 [ 250 ] {204acaa3-8ea7-4f28-befb-667d1aa52970} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.004963 sec., 9671.569615152124 rows/sec., 713.09 KiB/sec. | ||
| 9766 | 2024.11.14 04:54:09.552133 [ 186 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_53_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_48_10 to all_53_53_0 into Compact with storage Full | ||
| 9767 | 2024.11.14 04:54:09.552168 [ 250 ] {204acaa3-8ea7-4f28-befb-667d1aa52970} <Debug> TCPHandler: Processed in 0.00554201 sec. | ||
| 9768 | 2024.11.14 04:54:09.552161 [ 189 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2174 rows, containing 5 columns (5 merged, 0 gathered) in 0.005678834 sec., 382825.0658497854 rows/sec., 33.67 MiB/sec. | ||
| 9769 | 2024.11.14 04:54:09.552425 [ 186 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_53_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9770 | 2024.11.14 04:54:09.552456 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9771 | 2024.11.14 04:54:09.552478 [ 186 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_53_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_48_10, total 66 rows starting from the beginning of the part | ||
| 9772 | 2024.11.14 04:54:09.552695 [ 189 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 9773 | 2024.11.14 04:54:09.552829 [ 186 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_53_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 10 rows starting from the beginning of the part | ||
| 9774 | 2024.11.14 04:54:09.552981 [ 252 ] {1d86a60d-c644-4fac-be1f-a8d91bbbf9e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9775 | 2024.11.14 04:54:09.553242 [ 186 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_53_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 48 rows starting from the beginning of the part | ||
| 9776 | 2024.11.14 04:54:09.553588 [ 186 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_53_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 48 rows starting from the beginning of the part | ||
| 9777 | 2024.11.14 04:54:09.553625 [ 252 ] {1d86a60d-c644-4fac-be1f-a8d91bbbf9e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9778 | 2024.11.14 04:54:09.554021 [ 186 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_53_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 4 rows starting from the beginning of the part | ||
| 9779 | 2024.11.14 04:54:09.554391 [ 186 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_53_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 48 rows starting from the beginning of the part | ||
| 9780 | 2024.11.14 04:54:09.554958 [ 189 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_91_18} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9781 | 2024.11.14 04:54:09.555432 [ 189 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_91_18} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 9782 | 2024.11.14 04:54:09.555807 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 9783 | 2024.11.14 04:54:09.556994 [ 252 ] {1d86a60d-c644-4fac-be1f-a8d91bbbf9e9} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9784 | 2024.11.14 04:54:09.557072 [ 252 ] {1d86a60d-c644-4fac-be1f-a8d91bbbf9e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 9785 | 2024.11.14 04:54:09.557670 [ 186 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_53_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 224 rows, containing 5 columns (5 merged, 0 gathered) in 0.00584986 sec., 38291.51466872711 rows/sec., 2.88 MiB/sec. | ||
| 9786 | 2024.11.14 04:54:09.557891 [ 186 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_53_11} <Trace> MergedBlockOutputStream: filled checksums all_1_53_11 (state Temporary) | ||
| 9787 | 2024.11.14 04:54:09.557977 [ 252 ] {1d86a60d-c644-4fac-be1f-a8d91bbbf9e9} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9788 | 2024.11.14 04:54:09.558303 [ 186 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_53_11} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_merge_all_1_53_11 to all_1_53_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9789 | 2024.11.14 04:54:09.558428 [ 252 ] {1d86a60d-c644-4fac-be1f-a8d91bbbf9e9} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9790 | 2024.11.14 04:54:09.558509 [ 186 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_53_11} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78) (MergerMutator): Merged 6 parts: [all_1_48_10, all_53_53_0] -> all_1_53_11 | ||
| 9791 | 2024.11.14 04:54:09.558667 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 9792 | 2024.11.14 04:54:09.558836 [ 252 ] {1d86a60d-c644-4fac-be1f-a8d91bbbf9e9} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.006162 sec., 2271.9896137617657 rows/sec., 159.12 KiB/sec. | ||
| 9793 | 2024.11.14 04:54:09.558909 [ 252 ] {1d86a60d-c644-4fac-be1f-a8d91bbbf9e9} <Debug> TCPHandler: Processed in 0.006598262 sec. | ||
| 9794 | 2024.11.14 04:54:09.559112 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9795 | 2024.11.14 04:54:09.559250 [ 250 ] {46a0d6be-ce2e-4efb-9515-a413696a0803} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9796 | 2024.11.14 04:54:09.559308 [ 250 ] {46a0d6be-ce2e-4efb-9515-a413696a0803} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9797 | 2024.11.14 04:54:09.559930 [ 250 ] {46a0d6be-ce2e-4efb-9515-a413696a0803} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9798 | 2024.11.14 04:54:09.559970 [ 250 ] {46a0d6be-ce2e-4efb-9515-a413696a0803} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 9799 | 2024.11.14 04:54:09.560329 [ 250 ] {46a0d6be-ce2e-4efb-9515-a413696a0803} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 9800 | 2024.11.14 04:54:09.560579 [ 250 ] {46a0d6be-ce2e-4efb-9515-a413696a0803} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9801 | 2024.11.14 04:54:09.560736 [ 116 ] {} <Debug> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 9802 | 2024.11.14 04:54:09.560792 [ 116 ] {} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9803 | 2024.11.14 04:54:09.560840 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 9804 | 2024.11.14 04:54:09.560835 [ 250 ] {46a0d6be-ce2e-4efb-9515-a413696a0803} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001604 sec., 8104.738154613467 rows/sec., 505.33 KiB/sec. | ||
| 9805 | 2024.11.14 04:54:09.561087 [ 250 ] {46a0d6be-ce2e-4efb-9515-a413696a0803} <Debug> TCPHandler: Processed in 0.002036179 sec. | ||
| 9806 | 2024.11.14 04:54:09.561414 [ 189 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::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 | ||
| 9807 | 2024.11.14 04:54:09.561536 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9808 | 2024.11.14 04:54:09.561749 [ 189 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9809 | 2024.11.14 04:54:09.561775 [ 252 ] {a6d6c357-42e2-4779-aa11-542ce5f08983} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9810 | 2024.11.14 04:54:09.561805 [ 189 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::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 | ||
| 9811 | 2024.11.14 04:54:09.561879 [ 252 ] {a6d6c357-42e2-4779-aa11-542ce5f08983} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9812 | 2024.11.14 04:54:09.562103 [ 189 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::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 | ||
| 9813 | 2024.11.14 04:54:09.562442 [ 189 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::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 | ||
| 9814 | 2024.11.14 04:54:09.562727 [ 189 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::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 | ||
| 9815 | 2024.11.14 04:54:09.563042 [ 189 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::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 | ||
| 9816 | 2024.11.14 04:54:09.564869 [ 252 ] {a6d6c357-42e2-4779-aa11-542ce5f08983} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9817 | 2024.11.14 04:54:09.564939 [ 252 ] {a6d6c357-42e2-4779-aa11-542ce5f08983} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 9818 | 2024.11.14 04:54:09.565566 [ 186 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004579812 sec., 14192.722321352929 rows/sec., 940.35 KiB/sec. | ||
| 9819 | 2024.11.14 04:54:09.565774 [ 186 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 9820 | 2024.11.14 04:54:09.565914 [ 252 ] {a6d6c357-42e2-4779-aa11-542ce5f08983} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 9821 | 2024.11.14 04:54:09.566217 [ 186 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_29_7} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9822 | 2024.11.14 04:54:09.566380 [ 186 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_29_7} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 9823 | 2024.11.14 04:54:09.566407 [ 252 ] {a6d6c357-42e2-4779-aa11-542ce5f08983} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9824 | 2024.11.14 04:54:09.566538 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. | ||
| 9825 | 2024.11.14 04:54:09.566647 [ 116 ] {} <Debug> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 9826 | 2024.11.14 04:54:09.566686 [ 116 ] {} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9827 | 2024.11.14 04:54:09.566706 [ 252 ] {a6d6c357-42e2-4779-aa11-542ce5f08983} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.00499 sec., 84769.53907815632 rows/sec., 6.06 MiB/sec. | ||
| 9828 | 2024.11.14 04:54:09.566713 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 9829 | 2024.11.14 04:54:09.566895 [ 252 ] {a6d6c357-42e2-4779-aa11-542ce5f08983} <Debug> TCPHandler: Processed in 0.005678145 sec. | ||
| 9830 | 2024.11.14 04:54:09.566984 [ 189 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 9831 | 2024.11.14 04:54:09.567246 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9832 | 2024.11.14 04:54:09.567328 [ 189 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9833 | 2024.11.14 04:54:09.567402 [ 189 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 915 rows starting from the beginning of the part | ||
| 9834 | 2024.11.14 04:54:09.567778 [ 250 ] {d99ba6dd-5d0a-462b-b5d8-318c548b2b80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9835 | 2024.11.14 04:54:09.567947 [ 189 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 64 rows starting from the beginning of the part | ||
| 9836 | 2024.11.14 04:54:09.568093 [ 250 ] {d99ba6dd-5d0a-462b-b5d8-318c548b2b80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9837 | 2024.11.14 04:54:09.568638 [ 189 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 423 rows starting from the beginning of the part | ||
| 9838 | 2024.11.14 04:54:09.569282 [ 189 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 68 rows starting from the beginning of the part | ||
| 9839 | 2024.11.14 04:54:09.569790 [ 189 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 64 rows starting from the beginning of the part | ||
| 9840 | 2024.11.14 04:54:09.570103 [ 189 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 423 rows starting from the beginning of the part | ||
| 9841 | 2024.11.14 04:54:09.571100 [ 250 ] {d99ba6dd-5d0a-462b-b5d8-318c548b2b80} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9842 | 2024.11.14 04:54:09.571175 [ 250 ] {d99ba6dd-5d0a-462b-b5d8-318c548b2b80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 9843 | 2024.11.14 04:54:09.572098 [ 250 ] {d99ba6dd-5d0a-462b-b5d8-318c548b2b80} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 9844 | 2024.11.14 04:54:09.572533 [ 250 ] {d99ba6dd-5d0a-462b-b5d8-318c548b2b80} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9845 | 2024.11.14 04:54:09.572972 [ 250 ] {d99ba6dd-5d0a-462b-b5d8-318c548b2b80} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005399 sec., 1111.3169105389886 rows/sec., 58.06 KiB/sec. | ||
| 9846 | 2024.11.14 04:54:09.573270 [ 250 ] {d99ba6dd-5d0a-462b-b5d8-318c548b2b80} <Debug> TCPHandler: Processed in 0.00621405 sec. | ||
| 9847 | 2024.11.14 04:54:09.573302 [ 200 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1957 rows, containing 5 columns (5 merged, 0 gathered) in 0.006483117 sec., 301860.97212189756 rows/sec., 23.11 MiB/sec. | ||
| 9848 | 2024.11.14 04:54:09.573431 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9849 | 2024.11.14 04:54:09.573517 [ 200 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 9850 | 2024.11.14 04:54:09.573573 [ 252 ] {4994c171-328e-402d-b4f8-48b075f31c6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9851 | 2024.11.14 04:54:09.573642 [ 252 ] {4994c171-328e-402d-b4f8-48b075f31c6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9852 | 2024.11.14 04:54:09.573918 [ 200 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_91_18} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9853 | 2024.11.14 04:54:09.574044 [ 200 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_91_18} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 9854 | 2024.11.14 04:54:09.574131 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 9855 | 2024.11.14 04:54:09.574477 [ 252 ] {4994c171-328e-402d-b4f8-48b075f31c6f} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9856 | 2024.11.14 04:54:09.574518 [ 252 ] {4994c171-328e-402d-b4f8-48b075f31c6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 9857 | 2024.11.14 04:54:09.574910 [ 252 ] {4994c171-328e-402d-b4f8-48b075f31c6f} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 9858 | 2024.11.14 04:54:09.575148 [ 252 ] {4994c171-328e-402d-b4f8-48b075f31c6f} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9859 | 2024.11.14 04:54:09.575358 [ 252 ] {4994c171-328e-402d-b4f8-48b075f31c6f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001831 sec., 129437.46586564719 rows/sec., 8.68 MiB/sec. | ||
| 9860 | 2024.11.14 04:54:09.575440 [ 252 ] {4994c171-328e-402d-b4f8-48b075f31c6f} <Debug> TCPHandler: Processed in 0.00207364 sec. | ||
| 9861 | 2024.11.14 04:54:09.575777 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9862 | 2024.11.14 04:54:09.576046 [ 250 ] {f515bad4-30f8-486e-93bb-c8b9b023ca89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9863 | 2024.11.14 04:54:09.576141 [ 250 ] {f515bad4-30f8-486e-93bb-c8b9b023ca89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9864 | 2024.11.14 04:54:09.576793 [ 250 ] {f515bad4-30f8-486e-93bb-c8b9b023ca89} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9865 | 2024.11.14 04:54:09.576831 [ 250 ] {f515bad4-30f8-486e-93bb-c8b9b023ca89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 9866 | 2024.11.14 04:54:09.577187 [ 250 ] {f515bad4-30f8-486e-93bb-c8b9b023ca89} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 9867 | 2024.11.14 04:54:09.577428 [ 250 ] {f515bad4-30f8-486e-93bb-c8b9b023ca89} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9868 | 2024.11.14 04:54:09.577635 [ 250 ] {f515bad4-30f8-486e-93bb-c8b9b023ca89} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001644 sec., 608.272506082725 rows/sec., 40.99 KiB/sec. | ||
| 9869 | 2024.11.14 04:54:09.577686 [ 250 ] {f515bad4-30f8-486e-93bb-c8b9b023ca89} <Debug> TCPHandler: Processed in 0.002152573 sec. | ||
| 9870 | 2024.11.14 04:54:09.577835 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9871 | 2024.11.14 04:54:09.577953 [ 252 ] {b7f00de4-8b7e-4261-8234-7037dff61f5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9872 | 2024.11.14 04:54:09.578035 [ 252 ] {b7f00de4-8b7e-4261-8234-7037dff61f5e} <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 | ||
| 9873 | 2024.11.14 04:54:09.579220 [ 252 ] {b7f00de4-8b7e-4261-8234-7037dff61f5e} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9874 | 2024.11.14 04:54:09.579257 [ 252 ] {b7f00de4-8b7e-4261-8234-7037dff61f5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 9875 | 2024.11.14 04:54:09.579921 [ 252 ] {b7f00de4-8b7e-4261-8234-7037dff61f5e} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9876 | 2024.11.14 04:54:09.580178 [ 252 ] {b7f00de4-8b7e-4261-8234-7037dff61f5e} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9877 | 2024.11.14 04:54:09.580394 [ 252 ] {b7f00de4-8b7e-4261-8234-7037dff61f5e} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002466 sec., 16626.115166261152 rows/sec., 29.79 MiB/sec. | ||
| 9878 | 2024.11.14 04:54:09.580701 [ 252 ] {b7f00de4-8b7e-4261-8234-7037dff61f5e} <Debug> TCPHandler: Processed in 0.002927475 sec. | ||
| 9879 | 2024.11.14 04:54:09.580954 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9880 | 2024.11.14 04:54:09.581219 [ 250 ] {a92a7c9a-bc8d-4e86-a114-493daa794135} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9881 | 2024.11.14 04:54:09.581337 [ 250 ] {a92a7c9a-bc8d-4e86-a114-493daa794135} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9882 | 2024.11.14 04:54:09.581993 [ 250 ] {a92a7c9a-bc8d-4e86-a114-493daa794135} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9883 | 2024.11.14 04:54:09.582032 [ 250 ] {a92a7c9a-bc8d-4e86-a114-493daa794135} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 9884 | 2024.11.14 04:54:09.582411 [ 250 ] {a92a7c9a-bc8d-4e86-a114-493daa794135} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 9885 | 2024.11.14 04:54:09.582655 [ 250 ] {a92a7c9a-bc8d-4e86-a114-493daa794135} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9886 | 2024.11.14 04:54:09.582881 [ 250 ] {a92a7c9a-bc8d-4e86-a114-493daa794135} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001734 sec., 47289.50403690888 rows/sec., 3.00 MiB/sec. | ||
| 9887 | 2024.11.14 04:54:09.582974 [ 250 ] {a92a7c9a-bc8d-4e86-a114-493daa794135} <Debug> TCPHandler: Processed in 0.002132551 sec. | ||
| 9888 | 2024.11.14 04:54:09.754954 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:36697, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9889 | 2024.11.14 04:54:09.932979 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:54966, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9890 | 2024.11.14 04:54:10.327913 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:61639, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9891 | 2024.11.14 04:54:10.400828 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:46823, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9892 | 2024.11.14 04:54:10.503271 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:44977, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9893 | 2024.11.14 04:54:10.520007 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:62877, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9894 | 2024.11.14 04:54:10.544271 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:59735, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9895 | 2024.11.14 04:54:10.553614 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:40380, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9896 | 2024.11.14 04:54:10.570402 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:46749, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9897 | 2024.11.14 04:54:10.661598 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:42672, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9898 | 2024.11.14 04:54:10.702008 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:34195, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9899 | 2024.11.14 04:54:10.709324 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:61029, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9900 | 2024.11.14 04:54:10.715598 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:44993, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9901 | 2024.11.14 04:54:10.766186 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:36858, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9902 | 2024.11.14 04:54:10.773503 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:62800, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9903 | 2024.11.14 04:54:10.868494 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:39257, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9904 | 2024.11.14 04:54:11.393725 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:39929, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9905 | 2024.11.14 04:54:11.811735 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:57068, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9906 | 2024.11.14 04:54:11.945431 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:38167, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9907 | 2024.11.14 04:54:12.038250 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:60642, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9908 | 2024.11.14 04:54:12.171069 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:47709, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9909 | 2024.11.14 04:54:12.254769 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:53146, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9910 | 2024.11.14 04:54:12.265009 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:60459, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9911 | 2024.11.14 04:54:12.295348 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:55059, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9912 | 2024.11.14 04:54:14.529584 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9913 | 2024.11.14 04:54:14.529883 [ 250 ] {6c082618-8179-4205-bdf8-f5634b6e1f1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9914 | 2024.11.14 04:54:14.530003 [ 250 ] {6c082618-8179-4205-bdf8-f5634b6e1f1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9915 | 2024.11.14 04:54:14.531022 [ 250 ] {6c082618-8179-4205-bdf8-f5634b6e1f1b} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9916 | 2024.11.14 04:54:14.531076 [ 250 ] {6c082618-8179-4205-bdf8-f5634b6e1f1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 9917 | 2024.11.14 04:54:14.531495 [ 250 ] {6c082618-8179-4205-bdf8-f5634b6e1f1b} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 9918 | 2024.11.14 04:54:14.531747 [ 250 ] {6c082618-8179-4205-bdf8-f5634b6e1f1b} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9919 | 2024.11.14 04:54:14.531993 [ 250 ] {6c082618-8179-4205-bdf8-f5634b6e1f1b} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002194 sec., 1823.1540565177756 rows/sec., 148.67 KiB/sec. | ||
| 9920 | 2024.11.14 04:54:14.532056 [ 250 ] {6c082618-8179-4205-bdf8-f5634b6e1f1b} <Debug> TCPHandler: Processed in 0.002601116 sec. | ||
| 9921 | 2024.11.14 04:54:14.532288 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9922 | 2024.11.14 04:54:14.532474 [ 252 ] {cdad04ef-061d-4b26-af71-37079f09c49e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9923 | 2024.11.14 04:54:14.532545 [ 252 ] {cdad04ef-061d-4b26-af71-37079f09c49e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9924 | 2024.11.14 04:54:14.533298 [ 252 ] {cdad04ef-061d-4b26-af71-37079f09c49e} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9925 | 2024.11.14 04:54:14.533339 [ 252 ] {cdad04ef-061d-4b26-af71-37079f09c49e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 9926 | 2024.11.14 04:54:14.533760 [ 252 ] {cdad04ef-061d-4b26-af71-37079f09c49e} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 9927 | 2024.11.14 04:54:14.534016 [ 252 ] {cdad04ef-061d-4b26-af71-37079f09c49e} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9928 | 2024.11.14 04:54:14.534213 [ 252 ] {cdad04ef-061d-4b26-af71-37079f09c49e} <Debug> executeQuery: Read 58 rows, 4.52 KiB in 0.001788 sec., 32438.47874720358 rows/sec., 2.47 MiB/sec. | ||
| 9929 | 2024.11.14 04:54:14.534275 [ 252 ] {cdad04ef-061d-4b26-af71-37079f09c49e} <Debug> TCPHandler: Processed in 0.002116271 sec. | ||
| 9930 | 2024.11.14 04:54:14.534471 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9931 | 2024.11.14 04:54:14.534697 [ 250 ] {69e06243-5e7f-48dc-a869-dc620b0177a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9932 | 2024.11.14 04:54:14.534790 [ 250 ] {69e06243-5e7f-48dc-a869-dc620b0177a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9933 | 2024.11.14 04:54:14.535775 [ 250 ] {69e06243-5e7f-48dc-a869-dc620b0177a3} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9934 | 2024.11.14 04:54:14.535816 [ 250 ] {69e06243-5e7f-48dc-a869-dc620b0177a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 9935 | 2024.11.14 04:54:14.536162 [ 250 ] {69e06243-5e7f-48dc-a869-dc620b0177a3} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 9936 | 2024.11.14 04:54:14.536402 [ 250 ] {69e06243-5e7f-48dc-a869-dc620b0177a3} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9937 | 2024.11.14 04:54:14.536654 [ 250 ] {69e06243-5e7f-48dc-a869-dc620b0177a3} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.002009 sec., 1991.040318566451 rows/sec., 139.02 KiB/sec. | ||
| 9938 | 2024.11.14 04:54:14.536852 [ 250 ] {69e06243-5e7f-48dc-a869-dc620b0177a3} <Debug> TCPHandler: Processed in 0.002486632 sec. | ||
| 9939 | 2024.11.14 04:54:14.537057 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9940 | 2024.11.14 04:54:14.537193 [ 252 ] {0b25cf47-e9fa-4d93-9695-cea77775a3b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9941 | 2024.11.14 04:54:14.537242 [ 252 ] {0b25cf47-e9fa-4d93-9695-cea77775a3b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9942 | 2024.11.14 04:54:14.537828 [ 252 ] {0b25cf47-e9fa-4d93-9695-cea77775a3b4} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9943 | 2024.11.14 04:54:14.537866 [ 252 ] {0b25cf47-e9fa-4d93-9695-cea77775a3b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 9944 | 2024.11.14 04:54:14.538228 [ 252 ] {0b25cf47-e9fa-4d93-9695-cea77775a3b4} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 9945 | 2024.11.14 04:54:14.538459 [ 252 ] {0b25cf47-e9fa-4d93-9695-cea77775a3b4} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9946 | 2024.11.14 04:54:14.538673 [ 252 ] {0b25cf47-e9fa-4d93-9695-cea77775a3b4} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001498 sec., 45393.85847797063 rows/sec., 3.55 MiB/sec. | ||
| 9947 | 2024.11.14 04:54:14.538762 [ 252 ] {0b25cf47-e9fa-4d93-9695-cea77775a3b4} <Debug> TCPHandler: Processed in 0.001813973 sec. | ||
| 9948 | 2024.11.14 04:54:14.539010 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9949 | 2024.11.14 04:54:14.539481 [ 250 ] {3cc77b80-f899-49bf-a5b6-9969d782e58d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9950 | 2024.11.14 04:54:14.539617 [ 250 ] {3cc77b80-f899-49bf-a5b6-9969d782e58d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9951 | 2024.11.14 04:54:14.540215 [ 250 ] {3cc77b80-f899-49bf-a5b6-9969d782e58d} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9952 | 2024.11.14 04:54:14.540255 [ 250 ] {3cc77b80-f899-49bf-a5b6-9969d782e58d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 9953 | 2024.11.14 04:54:14.540641 [ 250 ] {3cc77b80-f899-49bf-a5b6-9969d782e58d} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 9954 | 2024.11.14 04:54:14.540878 [ 250 ] {3cc77b80-f899-49bf-a5b6-9969d782e58d} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9955 | 2024.11.14 04:54:14.541098 [ 250 ] {3cc77b80-f899-49bf-a5b6-9969d782e58d} <Debug> executeQuery: Read 130 rows, 9.27 KiB in 0.001786 sec., 72788.35386338185 rows/sec., 5.07 MiB/sec. | ||
| 9956 | 2024.11.14 04:54:14.541152 [ 250 ] {3cc77b80-f899-49bf-a5b6-9969d782e58d} <Debug> TCPHandler: Processed in 0.002286106 sec. | ||
| 9957 | 2024.11.14 04:54:14.541291 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9958 | 2024.11.14 04:54:14.541410 [ 252 ] {c3f41bc8-5eaf-467e-949c-9230d0143586} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9959 | 2024.11.14 04:54:14.541461 [ 252 ] {c3f41bc8-5eaf-467e-949c-9230d0143586} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9960 | 2024.11.14 04:54:14.541957 [ 252 ] {c3f41bc8-5eaf-467e-949c-9230d0143586} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9961 | 2024.11.14 04:54:14.541996 [ 252 ] {c3f41bc8-5eaf-467e-949c-9230d0143586} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 9962 | 2024.11.14 04:54:14.542370 [ 252 ] {c3f41bc8-5eaf-467e-949c-9230d0143586} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 9963 | 2024.11.14 04:54:14.542612 [ 252 ] {c3f41bc8-5eaf-467e-949c-9230d0143586} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9964 | 2024.11.14 04:54:14.542835 [ 252 ] {c3f41bc8-5eaf-467e-949c-9230d0143586} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001448 sec., 33149.17127071823 rows/sec., 2.23 MiB/sec. | ||
| 9965 | 2024.11.14 04:54:14.542886 [ 252 ] {c3f41bc8-5eaf-467e-949c-9230d0143586} <Debug> TCPHandler: Processed in 0.001654928 sec. | ||
| 9966 | 2024.11.14 04:54:18.658983 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1418 | ||
| 9967 | 2024.11.14 04:54:18.661895 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9968 | 2024.11.14 04:54:18.661950 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 9969 | 2024.11.14 04:54:18.663401 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 9970 | 2024.11.14 04:54:18.663710 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9971 | 2024.11.14 04:54:18.665048 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1418 | ||
| 9972 | 2024.11.14 04:54:19.531680 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9973 | 2024.11.14 04:54:19.531888 [ 250 ] {d355e8a2-499b-49d0-a035-af64749c10c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9974 | 2024.11.14 04:54:19.531967 [ 250 ] {d355e8a2-499b-49d0-a035-af64749c10c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9975 | 2024.11.14 04:54:19.532833 [ 250 ] {d355e8a2-499b-49d0-a035-af64749c10c3} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9976 | 2024.11.14 04:54:19.532875 [ 250 ] {d355e8a2-499b-49d0-a035-af64749c10c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 9977 | 2024.11.14 04:54:19.533312 [ 250 ] {d355e8a2-499b-49d0-a035-af64749c10c3} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 9978 | 2024.11.14 04:54:19.533567 [ 250 ] {d355e8a2-499b-49d0-a035-af64749c10c3} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9979 | 2024.11.14 04:54:19.533797 [ 250 ] {d355e8a2-499b-49d0-a035-af64749c10c3} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001957 sec., 28615.2273888605 rows/sec., 2.18 MiB/sec. | ||
| 9980 | 2024.11.14 04:54:19.533895 [ 250 ] {d355e8a2-499b-49d0-a035-af64749c10c3} <Debug> TCPHandler: Processed in 0.002349438 sec. | ||
| 9981 | 2024.11.14 04:54:19.534196 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9982 | 2024.11.14 04:54:19.534392 [ 252 ] {3f84df40-1416-4e48-9b1c-89d9d890a652} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9983 | 2024.11.14 04:54:19.534465 [ 252 ] {3f84df40-1416-4e48-9b1c-89d9d890a652} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9984 | 2024.11.14 04:54:19.535234 [ 252 ] {3f84df40-1416-4e48-9b1c-89d9d890a652} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9985 | 2024.11.14 04:54:19.535282 [ 252 ] {3f84df40-1416-4e48-9b1c-89d9d890a652} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 9986 | 2024.11.14 04:54:19.535709 [ 252 ] {3f84df40-1416-4e48-9b1c-89d9d890a652} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 9987 | 2024.11.14 04:54:19.535973 [ 252 ] {3f84df40-1416-4e48-9b1c-89d9d890a652} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9988 | 2024.11.14 04:54:19.536207 [ 252 ] {3f84df40-1416-4e48-9b1c-89d9d890a652} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001869 sec., 34242.91064740503 rows/sec., 2.67 MiB/sec. | ||
| 9989 | 2024.11.14 04:54:19.536270 [ 252 ] {3f84df40-1416-4e48-9b1c-89d9d890a652} <Debug> TCPHandler: Processed in 0.002244155 sec. | ||
| 9990 | 2024.11.14 04:54:19.536436 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9991 | 2024.11.14 04:54:19.536583 [ 250 ] {8e10406e-1cd0-442e-bcf3-f61d2b96b8c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9992 | 2024.11.14 04:54:19.536649 [ 250 ] {8e10406e-1cd0-442e-bcf3-f61d2b96b8c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9993 | 2024.11.14 04:54:19.537263 [ 250 ] {8e10406e-1cd0-442e-bcf3-f61d2b96b8c4} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9994 | 2024.11.14 04:54:19.537301 [ 250 ] {8e10406e-1cd0-442e-bcf3-f61d2b96b8c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 9995 | 2024.11.14 04:54:19.537707 [ 250 ] {8e10406e-1cd0-442e-bcf3-f61d2b96b8c4} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 9996 | 2024.11.14 04:54:19.537952 [ 250 ] {8e10406e-1cd0-442e-bcf3-f61d2b96b8c4} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9997 | 2024.11.14 04:54:19.538139 [ 250 ] {8e10406e-1cd0-442e-bcf3-f61d2b96b8c4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001593 sec., 100439.42247332078 rows/sec., 7.00 MiB/sec. | ||
| 9998 | 2024.11.14 04:54:19.538200 [ 250 ] {8e10406e-1cd0-442e-bcf3-f61d2b96b8c4} <Debug> TCPHandler: Processed in 0.001832023 sec. | ||
| 9999 | 2024.11.14 04:54:19.538351 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10000 | 2024.11.14 04:54:19.538479 [ 252 ] {21ad72bc-5337-464a-b103-657ef21967cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10001 | 2024.11.14 04:54:19.538533 [ 252 ] {21ad72bc-5337-464a-b103-657ef21967cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10002 | 2024.11.14 04:54:19.539055 [ 252 ] {21ad72bc-5337-464a-b103-657ef21967cf} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10003 | 2024.11.14 04:54:19.539095 [ 252 ] {21ad72bc-5337-464a-b103-657ef21967cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 10004 | 2024.11.14 04:54:19.539476 [ 252 ] {21ad72bc-5337-464a-b103-657ef21967cf} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 10005 | 2024.11.14 04:54:19.539728 [ 252 ] {21ad72bc-5337-464a-b103-657ef21967cf} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10006 | 2024.11.14 04:54:19.539966 [ 252 ] {21ad72bc-5337-464a-b103-657ef21967cf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001517 sec., 39551.74686882004 rows/sec., 2.67 MiB/sec. | ||
| 10007 | 2024.11.14 04:54:19.540036 [ 252 ] {21ad72bc-5337-464a-b103-657ef21967cf} <Debug> TCPHandler: Processed in 0.001746281 sec. | ||
| 10008 | 2024.11.14 04:54:21.012517 [ 37 ] {} <Debug> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 10009 | 2024.11.14 04:54:21.012596 [ 37 ] {} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10010 | 2024.11.14 04:54:21.012621 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 10011 | 2024.11.14 04:54:21.012849 [ 195 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::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 | ||
| 10012 | 2024.11.14 04:54:21.013069 [ 195 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10013 | 2024.11.14 04:54:21.013111 [ 195 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 150 rows starting from the beginning of the part | ||
| 10014 | 2024.11.14 04:54:21.013192 [ 195 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part | ||
| 10015 | 2024.11.14 04:54:21.013375 [ 195 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part | ||
| 10016 | 2024.11.14 04:54:21.013603 [ 195 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part | ||
| 10017 | 2024.11.14 04:54:21.013756 [ 195 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part | ||
| 10018 | 2024.11.14 04:54:21.014829 [ 196 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 174 rows, containing 4 columns (4 merged, 0 gathered) in 0.002120321 sec., 82063.04611424402 rows/sec., 4.19 MiB/sec. | ||
| 10019 | 2024.11.14 04:54:21.015059 [ 197 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 10020 | 2024.11.14 04:54:21.015445 [ 197 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_29_7} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10021 | 2024.11.14 04:54:21.015543 [ 197 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_29_7} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 10022 | 2024.11.14 04:54:21.015650 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 10023 | 2024.11.14 04:54:21.755959 [ 39 ] {} <Debug> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 10024 | 2024.11.14 04:54:21.756035 [ 39 ] {} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10025 | 2024.11.14 04:54:21.756062 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 10026 | 2024.11.14 04:54:21.756242 [ 195 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::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 | ||
| 10027 | 2024.11.14 04:54:21.756617 [ 195 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10028 | 2024.11.14 04:54:21.756675 [ 195 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 25 rows starting from the beginning of the part | ||
| 10029 | 2024.11.14 04:54:21.756756 [ 195 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1 rows starting from the beginning of the part | ||
| 10030 | 2024.11.14 04:54:21.756967 [ 195 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part | ||
| 10031 | 2024.11.14 04:54:21.757204 [ 195 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1 rows starting from the beginning of the part | ||
| 10032 | 2024.11.14 04:54:21.757308 [ 195 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1 rows starting from the beginning of the part | ||
| 10033 | 2024.11.14 04:54:21.758408 [ 196 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 29 rows, containing 4 columns (4 merged, 0 gathered) in 0.002275026 sec., 12747.107066029137 rows/sec., 858.94 KiB/sec. | ||
| 10034 | 2024.11.14 04:54:21.758605 [ 196 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 10035 | 2024.11.14 04:54:21.758973 [ 196 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_29_7} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10036 | 2024.11.14 04:54:21.759065 [ 196 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_29_7} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 10037 | 2024.11.14 04:54:21.759167 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 10038 | 2024.11.14 04:54:23.293953 [ 31 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10039 | 2024.11.14 04:54:23.294010 [ 31 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10040 | 2024.11.14 04:54:24.537907 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10041 | 2024.11.14 04:54:24.538139 [ 250 ] {b4daf7cd-9981-4025-a162-57bb373fdf91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10042 | 2024.11.14 04:54:24.538224 [ 250 ] {b4daf7cd-9981-4025-a162-57bb373fdf91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10043 | 2024.11.14 04:54:24.539059 [ 250 ] {b4daf7cd-9981-4025-a162-57bb373fdf91} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10044 | 2024.11.14 04:54:24.539113 [ 250 ] {b4daf7cd-9981-4025-a162-57bb373fdf91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 10045 | 2024.11.14 04:54:24.539542 [ 250 ] {b4daf7cd-9981-4025-a162-57bb373fdf91} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 10046 | 2024.11.14 04:54:24.539802 [ 250 ] {b4daf7cd-9981-4025-a162-57bb373fdf91} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10047 | 2024.11.14 04:54:24.540074 [ 250 ] {b4daf7cd-9981-4025-a162-57bb373fdf91} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001987 sec., 7045.797684952189 rows/sec., 507.20 KiB/sec. | ||
| 10048 | 2024.11.14 04:54:24.540249 [ 250 ] {b4daf7cd-9981-4025-a162-57bb373fdf91} <Debug> TCPHandler: Processed in 0.002480512 sec. | ||
| 10049 | 2024.11.14 04:54:24.540569 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10050 | 2024.11.14 04:54:24.540765 [ 252 ] {46201fe7-d6b7-4780-86d2-ffb1bbde0e1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10051 | 2024.11.14 04:54:24.540837 [ 252 ] {46201fe7-d6b7-4780-86d2-ffb1bbde0e1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10052 | 2024.11.14 04:54:24.541693 [ 252 ] {46201fe7-d6b7-4780-86d2-ffb1bbde0e1a} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10053 | 2024.11.14 04:54:24.541743 [ 252 ] {46201fe7-d6b7-4780-86d2-ffb1bbde0e1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 10054 | 2024.11.14 04:54:24.542185 [ 252 ] {46201fe7-d6b7-4780-86d2-ffb1bbde0e1a} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 10055 | 2024.11.14 04:54:24.542435 [ 252 ] {46201fe7-d6b7-4780-86d2-ffb1bbde0e1a} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10056 | 2024.11.14 04:54:24.542689 [ 252 ] {46201fe7-d6b7-4780-86d2-ffb1bbde0e1a} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.001976 sec., 144230.76923076925 rows/sec., 12.72 MiB/sec. | ||
| 10057 | 2024.11.14 04:54:24.542746 [ 252 ] {46201fe7-d6b7-4780-86d2-ffb1bbde0e1a} <Debug> TCPHandler: Processed in 0.002340978 sec. | ||
| 10058 | 2024.11.14 04:54:24.542911 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10059 | 2024.11.14 04:54:24.543059 [ 250 ] {6d640efc-fca3-4ad9-9224-75de118e073e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10060 | 2024.11.14 04:54:24.543121 [ 250 ] {6d640efc-fca3-4ad9-9224-75de118e073e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10061 | 2024.11.14 04:54:24.544230 [ 250 ] {6d640efc-fca3-4ad9-9224-75de118e073e} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10062 | 2024.11.14 04:54:24.544274 [ 250 ] {6d640efc-fca3-4ad9-9224-75de118e073e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 10063 | 2024.11.14 04:54:24.544655 [ 250 ] {6d640efc-fca3-4ad9-9224-75de118e073e} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 10064 | 2024.11.14 04:54:24.544925 [ 250 ] {6d640efc-fca3-4ad9-9224-75de118e073e} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10065 | 2024.11.14 04:54:24.545134 [ 250 ] {6d640efc-fca3-4ad9-9224-75de118e073e} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.002111 sec., 22738.03884414969 rows/sec., 1.64 MiB/sec. | ||
| 10066 | 2024.11.14 04:54:24.545187 [ 250 ] {6d640efc-fca3-4ad9-9224-75de118e073e} <Debug> TCPHandler: Processed in 0.002344058 sec. | ||
| 10067 | 2024.11.14 04:54:24.545325 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10068 | 2024.11.14 04:54:24.545444 [ 252 ] {f9ff86c7-8927-4a7b-b22a-c4a85840e8bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10069 | 2024.11.14 04:54:24.545492 [ 252 ] {f9ff86c7-8927-4a7b-b22a-c4a85840e8bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10070 | 2024.11.14 04:54:24.546079 [ 252 ] {f9ff86c7-8927-4a7b-b22a-c4a85840e8bd} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10071 | 2024.11.14 04:54:24.546118 [ 252 ] {f9ff86c7-8927-4a7b-b22a-c4a85840e8bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 10072 | 2024.11.14 04:54:24.546471 [ 252 ] {f9ff86c7-8927-4a7b-b22a-c4a85840e8bd} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 10073 | 2024.11.14 04:54:24.546707 [ 252 ] {f9ff86c7-8927-4a7b-b22a-c4a85840e8bd} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10074 | 2024.11.14 04:54:24.546966 [ 252 ] {f9ff86c7-8927-4a7b-b22a-c4a85840e8bd} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001546 sec., 9055.627425614488 rows/sec., 634.20 KiB/sec. | ||
| 10075 | 2024.11.14 04:54:24.547181 [ 252 ] {f9ff86c7-8927-4a7b-b22a-c4a85840e8bd} <Debug> TCPHandler: Processed in 0.001908115 sec. | ||
| 10076 | 2024.11.14 04:54:24.547360 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10077 | 2024.11.14 04:54:24.547498 [ 250 ] {688bc32a-53fe-4e6d-afe7-9ef87f6efcc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10078 | 2024.11.14 04:54:24.547556 [ 250 ] {688bc32a-53fe-4e6d-afe7-9ef87f6efcc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10079 | 2024.11.14 04:54:24.548191 [ 250 ] {688bc32a-53fe-4e6d-afe7-9ef87f6efcc7} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10080 | 2024.11.14 04:54:24.548233 [ 250 ] {688bc32a-53fe-4e6d-afe7-9ef87f6efcc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 10081 | 2024.11.14 04:54:24.548581 [ 250 ] {688bc32a-53fe-4e6d-afe7-9ef87f6efcc7} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 10082 | 2024.11.14 04:54:24.548829 [ 250 ] {688bc32a-53fe-4e6d-afe7-9ef87f6efcc7} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10083 | 2024.11.14 04:54:24.549072 [ 250 ] {688bc32a-53fe-4e6d-afe7-9ef87f6efcc7} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001602 sec., 8114.8564294631715 rows/sec., 505.96 KiB/sec. | ||
| 10084 | 2024.11.14 04:54:24.549317 [ 250 ] {688bc32a-53fe-4e6d-afe7-9ef87f6efcc7} <Debug> TCPHandler: Processed in 0.002027318 sec. | ||
| 10085 | 2024.11.14 04:54:24.549511 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10086 | 2024.11.14 04:54:24.549625 [ 252 ] {d08eb130-2553-474f-8b37-a0493ef311af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10087 | 2024.11.14 04:54:24.549682 [ 252 ] {d08eb130-2553-474f-8b37-a0493ef311af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10088 | 2024.11.14 04:54:24.550381 [ 252 ] {d08eb130-2553-474f-8b37-a0493ef311af} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10089 | 2024.11.14 04:54:24.550420 [ 252 ] {d08eb130-2553-474f-8b37-a0493ef311af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 10090 | 2024.11.14 04:54:24.550795 [ 252 ] {d08eb130-2553-474f-8b37-a0493ef311af} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 10091 | 2024.11.14 04:54:24.551028 [ 252 ] {d08eb130-2553-474f-8b37-a0493ef311af} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10092 | 2024.11.14 04:54:24.551227 [ 252 ] {d08eb130-2553-474f-8b37-a0493ef311af} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001625 sec., 260307.6923076923 rows/sec., 18.61 MiB/sec. | ||
| 10093 | 2024.11.14 04:54:24.551279 [ 252 ] {d08eb130-2553-474f-8b37-a0493ef311af} <Debug> TCPHandler: Processed in 0.001861994 sec. | ||
| 10094 | 2024.11.14 04:54:24.551435 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10095 | 2024.11.14 04:54:24.551571 [ 250 ] {49b53cf3-e760-4c21-a14b-840c1feb580c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10096 | 2024.11.14 04:54:24.551632 [ 250 ] {49b53cf3-e760-4c21-a14b-840c1feb580c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10097 | 2024.11.14 04:54:24.552160 [ 250 ] {49b53cf3-e760-4c21-a14b-840c1feb580c} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10098 | 2024.11.14 04:54:24.552200 [ 250 ] {49b53cf3-e760-4c21-a14b-840c1feb580c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 10099 | 2024.11.14 04:54:24.552559 [ 250 ] {49b53cf3-e760-4c21-a14b-840c1feb580c} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 10100 | 2024.11.14 04:54:24.552797 [ 250 ] {49b53cf3-e760-4c21-a14b-840c1feb580c} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10101 | 2024.11.14 04:54:24.553005 [ 250 ] {49b53cf3-e760-4c21-a14b-840c1feb580c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001463 sec., 4101.161995898838 rows/sec., 214.27 KiB/sec. | ||
| 10102 | 2024.11.14 04:54:24.553054 [ 250 ] {49b53cf3-e760-4c21-a14b-840c1feb580c} <Debug> TCPHandler: Processed in 0.001686139 sec. | ||
| 10103 | 2024.11.14 04:54:24.553191 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10104 | 2024.11.14 04:54:24.553307 [ 252 ] {e4ceeed5-9c8b-459c-b370-8222df7b86a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10105 | 2024.11.14 04:54:24.553359 [ 252 ] {e4ceeed5-9c8b-459c-b370-8222df7b86a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10106 | 2024.11.14 04:54:24.553972 [ 252 ] {e4ceeed5-9c8b-459c-b370-8222df7b86a6} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10107 | 2024.11.14 04:54:24.554010 [ 252 ] {e4ceeed5-9c8b-459c-b370-8222df7b86a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 10108 | 2024.11.14 04:54:24.554383 [ 252 ] {e4ceeed5-9c8b-459c-b370-8222df7b86a6} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 10109 | 2024.11.14 04:54:24.554613 [ 252 ] {e4ceeed5-9c8b-459c-b370-8222df7b86a6} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10110 | 2024.11.14 04:54:24.554785 [ 55 ] {} <Debug> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 10111 | 2024.11.14 04:54:24.554854 [ 252 ] {e4ceeed5-9c8b-459c-b370-8222df7b86a6} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001567 sec., 151244.41608168476 rows/sec., 10.14 MiB/sec. | ||
| 10112 | 2024.11.14 04:54:24.554867 [ 55 ] {} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10113 | 2024.11.14 04:54:24.554936 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 10114 | 2024.11.14 04:54:24.554978 [ 252 ] {e4ceeed5-9c8b-459c-b370-8222df7b86a6} <Debug> TCPHandler: Processed in 0.001845813 sec. | ||
| 10115 | 2024.11.14 04:54:24.555201 [ 187 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 10116 | 2024.11.14 04:54:24.555220 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10117 | 2024.11.14 04:54:24.555484 [ 187 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10118 | 2024.11.14 04:54:24.555492 [ 250 ] {48b34b53-53a1-43e9-8cdc-6248e11e5591} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10119 | 2024.11.14 04:54:24.555553 [ 187 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_86_17, total 17800 rows starting from the beginning of the part | ||
| 10120 | 2024.11.14 04:54:24.555606 [ 250 ] {48b34b53-53a1-43e9-8cdc-6248e11e5591} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10121 | 2024.11.14 04:54:24.555903 [ 187 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 160 rows starting from the beginning of the part | ||
| 10122 | 2024.11.14 04:54:24.556350 [ 187 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 237 rows starting from the beginning of the part | ||
| 10123 | 2024.11.14 04:54:24.556675 [ 187 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 130 rows starting from the beginning of the part | ||
| 10124 | 2024.11.14 04:54:24.557002 [ 187 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 160 rows starting from the beginning of the part | ||
| 10125 | 2024.11.14 04:54:24.557348 [ 187 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 237 rows starting from the beginning of the part | ||
| 10126 | 2024.11.14 04:54:24.558119 [ 250 ] {48b34b53-53a1-43e9-8cdc-6248e11e5591} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10127 | 2024.11.14 04:54:24.558190 [ 250 ] {48b34b53-53a1-43e9-8cdc-6248e11e5591} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 10128 | 2024.11.14 04:54:24.558921 [ 250 ] {48b34b53-53a1-43e9-8cdc-6248e11e5591} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 10129 | 2024.11.14 04:54:24.559332 [ 250 ] {48b34b53-53a1-43e9-8cdc-6248e11e5591} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10130 | 2024.11.14 04:54:24.559600 [ 250 ] {48b34b53-53a1-43e9-8cdc-6248e11e5591} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004192 sec., 238.54961832061068 rows/sec., 16.07 KiB/sec. | ||
| 10131 | 2024.11.14 04:54:24.559744 [ 250 ] {48b34b53-53a1-43e9-8cdc-6248e11e5591} <Debug> TCPHandler: Processed in 0.004631304 sec. | ||
| 10132 | 2024.11.14 04:54:24.559970 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10133 | 2024.11.14 04:54:24.560265 [ 252 ] {5386ff63-39cf-4159-a0fa-e3c5c5989db7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10134 | 2024.11.14 04:54:24.560505 [ 252 ] {5386ff63-39cf-4159-a0fa-e3c5c5989db7} <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 | ||
| 10135 | 2024.11.14 04:54:24.562430 [ 252 ] {5386ff63-39cf-4159-a0fa-e3c5c5989db7} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10136 | 2024.11.14 04:54:24.562470 [ 252 ] {5386ff63-39cf-4159-a0fa-e3c5c5989db7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 10137 | 2024.11.14 04:54:24.563608 [ 252 ] {5386ff63-39cf-4159-a0fa-e3c5c5989db7} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10138 | 2024.11.14 04:54:24.564077 [ 252 ] {5386ff63-39cf-4159-a0fa-e3c5c5989db7} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10139 | 2024.11.14 04:54:24.564390 [ 42 ] {} <Debug> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0 | ||
| 10140 | 2024.11.14 04:54:24.564511 [ 42 ] {} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10141 | 2024.11.14 04:54:24.564524 [ 252 ] {5386ff63-39cf-4159-a0fa-e3c5c5989db7} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.004338 sec., 9451.360073766713 rows/sec., 16.94 MiB/sec. | ||
| 10142 | 2024.11.14 04:54:24.564565 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 10143 | 2024.11.14 04:54:24.565653 [ 252 ] {5386ff63-39cf-4159-a0fa-e3c5c5989db7} <Debug> TCPHandler: Processed in 0.005789168 sec. | ||
| 10144 | 2024.11.14 04:54:24.565964 [ 187 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18724 rows, containing 5 columns (5 merged, 0 gathered) in 0.010900636 sec., 1717697.9398266303 rows/sec., 116.89 MiB/sec. | ||
| 10145 | 2024.11.14 04:54:24.565982 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10146 | 2024.11.14 04:54:24.566462 [ 250 ] {b2fa1041-8a25-4d5f-a052-02a15ca0198a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10147 | 2024.11.14 04:54:24.566512 [ 193 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_35_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_30_6 to all_35_35_0 into Compact with storage Full | ||
| 10148 | 2024.11.14 04:54:24.566549 [ 250 ] {b2fa1041-8a25-4d5f-a052-02a15ca0198a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10149 | 2024.11.14 04:54:24.566568 [ 190 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 10150 | 2024.11.14 04:54:24.567846 [ 190 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10151 | 2024.11.14 04:54:24.568231 [ 190 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 10152 | 2024.11.14 04:54:24.568304 [ 193 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_35_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10153 | 2024.11.14 04:54:24.568485 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.38 MiB. | ||
| 10154 | 2024.11.14 04:54:24.568654 [ 193 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 1060 rows starting from the beginning of the part | ||
| 10155 | 2024.11.14 04:54:24.569516 [ 193 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 41 rows starting from the beginning of the part | ||
| 10156 | 2024.11.14 04:54:24.569572 [ 250 ] {b2fa1041-8a25-4d5f-a052-02a15ca0198a} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10157 | 2024.11.14 04:54:24.569658 [ 250 ] {b2fa1041-8a25-4d5f-a052-02a15ca0198a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 10158 | 2024.11.14 04:54:24.570175 [ 193 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 41 rows starting from the beginning of the part | ||
| 10159 | 2024.11.14 04:54:24.570859 [ 193 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 41 rows starting from the beginning of the part | ||
| 10160 | 2024.11.14 04:54:24.571442 [ 193 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 41 rows starting from the beginning of the part | ||
| 10161 | 2024.11.14 04:54:24.571451 [ 250 ] {b2fa1041-8a25-4d5f-a052-02a15ca0198a} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 10162 | 2024.11.14 04:54:24.571903 [ 193 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 41 rows starting from the beginning of the part | ||
| 10163 | 2024.11.14 04:54:24.572292 [ 250 ] {b2fa1041-8a25-4d5f-a052-02a15ca0198a} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10164 | 2024.11.14 04:54:24.572777 [ 42 ] {} <Debug> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 10165 | 2024.11.14 04:54:24.572882 [ 42 ] {} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10166 | 2024.11.14 04:54:24.573001 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 10167 | 2024.11.14 04:54:24.573221 [ 250 ] {b2fa1041-8a25-4d5f-a052-02a15ca0198a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.006892 sec., 11897.852582704585 rows/sec., 773.80 KiB/sec. | ||
| 10168 | 2024.11.14 04:54:24.573561 [ 250 ] {b2fa1041-8a25-4d5f-a052-02a15ca0198a} <Debug> TCPHandler: Processed in 0.007776585 sec. | ||
| 10169 | 2024.11.14 04:54:24.573576 [ 187 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 10170 | 2024.11.14 04:54:24.573914 [ 187 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10171 | 2024.11.14 04:54:24.573981 [ 187 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 5020 rows starting from the beginning of the part | ||
| 10172 | 2024.11.14 04:54:24.574305 [ 187 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 60 rows starting from the beginning of the part | ||
| 10173 | 2024.11.14 04:54:24.574694 [ 187 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 82 rows starting from the beginning of the part | ||
| 10174 | 2024.11.14 04:54:24.575046 [ 187 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 48 rows starting from the beginning of the part | ||
| 10175 | 2024.11.14 04:54:24.575306 [ 187 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 60 rows starting from the beginning of the part | ||
| 10176 | 2024.11.14 04:54:24.575483 [ 187 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 82 rows starting from the beginning of the part | ||
| 10177 | 2024.11.14 04:54:24.578506 [ 187 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5352 rows, containing 4 columns (4 merged, 0 gathered) in 0.005301223 sec., 1009578.3557869571 rows/sec., 66.14 MiB/sec. | ||
| 10178 | 2024.11.14 04:54:24.579093 [ 187 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 10179 | 2024.11.14 04:54:24.579525 [ 187 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_91_18} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10180 | 2024.11.14 04:54:24.579955 [ 187 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_91_18} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 10181 | 2024.11.14 04:54:24.580061 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.14 MiB. | ||
| 10182 | 2024.11.14 04:54:24.582658 [ 193 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_35_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1265 rows, containing 19 columns (19 merged, 0 gathered) in 0.017754875 sec., 71248.03751082449 rows/sec., 127.67 MiB/sec. | ||
| 10183 | 2024.11.14 04:54:24.583850 [ 198 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_35_7} <Trace> MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) | ||
| 10184 | 2024.11.14 04:54:24.584285 [ 198 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_35_7} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10185 | 2024.11.14 04:54:24.584368 [ 198 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_35_7} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7 | ||
| 10186 | 2024.11.14 04:54:24.584511 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.46 MiB. | ||
| 10187 | 2024.11.14 04:54:25.000150 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 180.46 MiB, peak 191.89 MiB, free memory in arenas 0.00 B, will set to 183.05 MiB (RSS), difference: 2.58 MiB | ||
| 10188 | 2024.11.14 04:54:27.574971 [ 63 ] {} <Debug> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 10189 | 2024.11.14 04:54:27.575084 [ 63 ] {} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10190 | 2024.11.14 04:54:27.575140 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 10191 | 2024.11.14 04:54:27.575426 [ 199 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::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 | ||
| 10192 | 2024.11.14 04:54:27.575695 [ 199 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10193 | 2024.11.14 04:54:27.575759 [ 199 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 18 rows starting from the beginning of the part | ||
| 10194 | 2024.11.14 04:54:27.575942 [ 199 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 4 rows starting from the beginning of the part | ||
| 10195 | 2024.11.14 04:54:27.576153 [ 199 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 10 rows starting from the beginning of the part | ||
| 10196 | 2024.11.14 04:54:27.576294 [ 199 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 4 rows starting from the beginning of the part | ||
| 10197 | 2024.11.14 04:54:27.576522 [ 199 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 4 rows starting from the beginning of the part | ||
| 10198 | 2024.11.14 04:54:27.577456 [ 188 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 5 columns (5 merged, 0 gathered) in 0.002196874 sec., 18207.689653571393 rows/sec., 1.52 MiB/sec. | ||
| 10199 | 2024.11.14 04:54:27.577671 [ 188 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 10200 | 2024.11.14 04:54:27.578046 [ 188 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_21_5} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10201 | 2024.11.14 04:54:27.578142 [ 188 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_21_5} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 10202 | 2024.11.14 04:54:27.578248 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 10203 | 2024.11.14 04:54:28.666131 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1448 | ||
| 10204 | 2024.11.14 04:54:28.669016 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10205 | 2024.11.14 04:54:28.669071 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 10206 | 2024.11.14 04:54:28.670469 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 10207 | 2024.11.14 04:54:28.670766 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10208 | 2024.11.14 04:54:28.671319 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1448 | ||
| 10209 | 2024.11.14 04:54:29.530953 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10210 | 2024.11.14 04:54:29.531171 [ 250 ] {275027c8-89d3-4a9c-9a99-8c1a949aa16e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 10211 | 2024.11.14 04:54:29.531255 [ 250 ] {275027c8-89d3-4a9c-9a99-8c1a949aa16e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10212 | 2024.11.14 04:54:29.532107 [ 250 ] {275027c8-89d3-4a9c-9a99-8c1a949aa16e} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10213 | 2024.11.14 04:54:29.532159 [ 250 ] {275027c8-89d3-4a9c-9a99-8c1a949aa16e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 10214 | 2024.11.14 04:54:29.532588 [ 250 ] {275027c8-89d3-4a9c-9a99-8c1a949aa16e} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 10215 | 2024.11.14 04:54:29.532845 [ 250 ] {275027c8-89d3-4a9c-9a99-8c1a949aa16e} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10216 | 2024.11.14 04:54:29.533074 [ 250 ] {275027c8-89d3-4a9c-9a99-8c1a949aa16e} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001965 sec., 5089.058524173028 rows/sec., 414.98 KiB/sec. | ||
| 10217 | 2024.11.14 04:54:29.533131 [ 250 ] {275027c8-89d3-4a9c-9a99-8c1a949aa16e} <Debug> TCPHandler: Processed in 0.002316127 sec. | ||
| 10218 | 2024.11.14 04:54:29.533395 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10219 | 2024.11.14 04:54:29.533586 [ 252 ] {e8bac56b-2876-4af8-8845-30e9cce32678} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10220 | 2024.11.14 04:54:29.533668 [ 252 ] {e8bac56b-2876-4af8-8845-30e9cce32678} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10221 | 2024.11.14 04:54:29.534449 [ 252 ] {e8bac56b-2876-4af8-8845-30e9cce32678} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10222 | 2024.11.14 04:54:29.534499 [ 252 ] {e8bac56b-2876-4af8-8845-30e9cce32678} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 10223 | 2024.11.14 04:54:29.534958 [ 252 ] {e8bac56b-2876-4af8-8845-30e9cce32678} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 10224 | 2024.11.14 04:54:29.535218 [ 252 ] {e8bac56b-2876-4af8-8845-30e9cce32678} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10225 | 2024.11.14 04:54:29.535454 [ 252 ] {e8bac56b-2876-4af8-8845-30e9cce32678} <Debug> executeQuery: Read 61 rows, 4.74 KiB in 0.001919 sec., 31787.389265242316 rows/sec., 2.41 MiB/sec. | ||
| 10226 | 2024.11.14 04:54:29.535517 [ 252 ] {e8bac56b-2876-4af8-8845-30e9cce32678} <Debug> TCPHandler: Processed in 0.002259115 sec. | ||
| 10227 | 2024.11.14 04:54:29.535672 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10228 | 2024.11.14 04:54:29.535791 [ 250 ] {e090d284-6132-4c27-859b-aaf02056dd03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10229 | 2024.11.14 04:54:29.535841 [ 250 ] {e090d284-6132-4c27-859b-aaf02056dd03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10230 | 2024.11.14 04:54:29.536423 [ 250 ] {e090d284-6132-4c27-859b-aaf02056dd03} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10231 | 2024.11.14 04:54:29.536463 [ 250 ] {e090d284-6132-4c27-859b-aaf02056dd03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 10232 | 2024.11.14 04:54:29.536816 [ 250 ] {e090d284-6132-4c27-859b-aaf02056dd03} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 10233 | 2024.11.14 04:54:29.537054 [ 250 ] {e090d284-6132-4c27-859b-aaf02056dd03} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10234 | 2024.11.14 04:54:29.537286 [ 250 ] {e090d284-6132-4c27-859b-aaf02056dd03} <Debug> executeQuery: Read 10 rows, 715.00 B in 0.00152 sec., 6578.9473684210525 rows/sec., 459.37 KiB/sec. | ||
| 10235 | 2024.11.14 04:54:29.537337 [ 250 ] {e090d284-6132-4c27-859b-aaf02056dd03} <Debug> TCPHandler: Processed in 0.00172011 sec. | ||
| 10236 | 2024.11.14 04:54:29.537494 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10237 | 2024.11.14 04:54:29.537626 [ 252 ] {dd73f92b-271a-47cf-a709-1e3f9decd389} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10238 | 2024.11.14 04:54:29.537679 [ 252 ] {dd73f92b-271a-47cf-a709-1e3f9decd389} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10239 | 2024.11.14 04:54:29.538298 [ 252 ] {dd73f92b-271a-47cf-a709-1e3f9decd389} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10240 | 2024.11.14 04:54:29.538338 [ 252 ] {dd73f92b-271a-47cf-a709-1e3f9decd389} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 10241 | 2024.11.14 04:54:29.538720 [ 252 ] {dd73f92b-271a-47cf-a709-1e3f9decd389} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 10242 | 2024.11.14 04:54:29.538959 [ 252 ] {dd73f92b-271a-47cf-a709-1e3f9decd389} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10243 | 2024.11.14 04:54:29.539174 [ 252 ] {dd73f92b-271a-47cf-a709-1e3f9decd389} <Debug> executeQuery: Read 74 rows, 5.93 KiB in 0.001584 sec., 46717.17171717172 rows/sec., 3.66 MiB/sec. | ||
| 10244 | 2024.11.14 04:54:29.539225 [ 252 ] {dd73f92b-271a-47cf-a709-1e3f9decd389} <Debug> TCPHandler: Processed in 0.001790121 sec. | ||
| 10245 | 2024.11.14 04:54:29.539371 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10246 | 2024.11.14 04:54:29.539508 [ 250 ] {b1dbd950-783d-4b6d-894d-38fa7857333d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10247 | 2024.11.14 04:54:29.539568 [ 250 ] {b1dbd950-783d-4b6d-894d-38fa7857333d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10248 | 2024.11.14 04:54:29.540208 [ 250 ] {b1dbd950-783d-4b6d-894d-38fa7857333d} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10249 | 2024.11.14 04:54:29.540247 [ 250 ] {b1dbd950-783d-4b6d-894d-38fa7857333d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 10250 | 2024.11.14 04:54:29.540640 [ 250 ] {b1dbd950-783d-4b6d-894d-38fa7857333d} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 10251 | 2024.11.14 04:54:29.540895 [ 250 ] {b1dbd950-783d-4b6d-894d-38fa7857333d} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10252 | 2024.11.14 04:54:29.541125 [ 250 ] {b1dbd950-783d-4b6d-894d-38fa7857333d} <Debug> executeQuery: Read 165 rows, 11.76 KiB in 0.001641 sec., 100548.44606946984 rows/sec., 7.00 MiB/sec. | ||
| 10253 | 2024.11.14 04:54:29.541209 [ 250 ] {b1dbd950-783d-4b6d-894d-38fa7857333d} <Debug> TCPHandler: Processed in 0.001902455 sec. | ||
| 10254 | 2024.11.14 04:54:29.541415 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10255 | 2024.11.14 04:54:29.541607 [ 252 ] {7abf24c3-9ada-460f-85d0-348cf6597d2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10256 | 2024.11.14 04:54:29.541670 [ 252 ] {7abf24c3-9ada-460f-85d0-348cf6597d2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10257 | 2024.11.14 04:54:29.542254 [ 252 ] {7abf24c3-9ada-460f-85d0-348cf6597d2c} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10258 | 2024.11.14 04:54:29.542296 [ 252 ] {7abf24c3-9ada-460f-85d0-348cf6597d2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 10259 | 2024.11.14 04:54:29.542714 [ 252 ] {7abf24c3-9ada-460f-85d0-348cf6597d2c} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 10260 | 2024.11.14 04:54:29.542961 [ 252 ] {7abf24c3-9ada-460f-85d0-348cf6597d2c} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10261 | 2024.11.14 04:54:29.543181 [ 252 ] {7abf24c3-9ada-460f-85d0-348cf6597d2c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001607 sec., 37336.6521468575 rows/sec., 2.52 MiB/sec. | ||
| 10262 | 2024.11.14 04:54:29.543242 [ 252 ] {7abf24c3-9ada-460f-85d0-348cf6597d2c} <Debug> TCPHandler: Processed in 0.001947597 sec. | ||
| 10263 | 2024.11.14 04:54:34.531353 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10264 | 2024.11.14 04:54:34.531588 [ 250 ] {8559188d-9fbe-4a04-b955-55d58a98922d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10265 | 2024.11.14 04:54:34.531669 [ 250 ] {8559188d-9fbe-4a04-b955-55d58a98922d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10266 | 2024.11.14 04:54:34.532553 [ 250 ] {8559188d-9fbe-4a04-b955-55d58a98922d} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10267 | 2024.11.14 04:54:34.532607 [ 250 ] {8559188d-9fbe-4a04-b955-55d58a98922d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 10268 | 2024.11.14 04:54:34.533033 [ 250 ] {8559188d-9fbe-4a04-b955-55d58a98922d} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 10269 | 2024.11.14 04:54:34.533286 [ 250 ] {8559188d-9fbe-4a04-b955-55d58a98922d} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10270 | 2024.11.14 04:54:34.533454 [ 110 ] {} <Debug> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 10271 | 2024.11.14 04:54:34.533495 [ 250 ] {8559188d-9fbe-4a04-b955-55d58a98922d} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001965 sec., 28498.727735368953 rows/sec., 2.18 MiB/sec. | ||
| 10272 | 2024.11.14 04:54:34.533499 [ 110 ] {} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10273 | 2024.11.14 04:54:34.533541 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 10274 | 2024.11.14 04:54:34.533569 [ 250 ] {8559188d-9fbe-4a04-b955-55d58a98922d} <Debug> TCPHandler: Processed in 0.002352238 sec. | ||
| 10275 | 2024.11.14 04:54:34.533744 [ 189 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 10276 | 2024.11.14 04:54:34.533886 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10277 | 2024.11.14 04:54:34.533964 [ 189 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10278 | 2024.11.14 04:54:34.534017 [ 189 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1434 rows starting from the beginning of the part | ||
| 10279 | 2024.11.14 04:54:34.534256 [ 252 ] {45e9eb50-15b1-45d9-a7c5-350229b4d08e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10280 | 2024.11.14 04:54:34.534284 [ 189 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 58 rows starting from the beginning of the part | ||
| 10281 | 2024.11.14 04:54:34.534502 [ 252 ] {45e9eb50-15b1-45d9-a7c5-350229b4d08e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10282 | 2024.11.14 04:54:34.534597 [ 189 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 56 rows starting from the beginning of the part | ||
| 10283 | 2024.11.14 04:54:34.534994 [ 189 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 285 rows starting from the beginning of the part | ||
| 10284 | 2024.11.14 04:54:34.535194 [ 189 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 61 rows starting from the beginning of the part | ||
| 10285 | 2024.11.14 04:54:34.535557 [ 189 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 56 rows starting from the beginning of the part | ||
| 10286 | 2024.11.14 04:54:34.537089 [ 252 ] {45e9eb50-15b1-45d9-a7c5-350229b4d08e} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10287 | 2024.11.14 04:54:34.537180 [ 252 ] {45e9eb50-15b1-45d9-a7c5-350229b4d08e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 10288 | 2024.11.14 04:54:34.538119 [ 252 ] {45e9eb50-15b1-45d9-a7c5-350229b4d08e} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 10289 | 2024.11.14 04:54:34.538534 [ 189 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1950 rows, containing 5 columns (5 merged, 0 gathered) in 0.004896462 sec., 398246.73407043697 rows/sec., 34.69 MiB/sec. | ||
| 10290 | 2024.11.14 04:54:34.538622 [ 252 ] {45e9eb50-15b1-45d9-a7c5-350229b4d08e} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10291 | 2024.11.14 04:54:34.538850 [ 189 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 10292 | 2024.11.14 04:54:34.538932 [ 110 ] {} <Debug> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 10293 | 2024.11.14 04:54:34.539117 [ 252 ] {45e9eb50-15b1-45d9-a7c5-350229b4d08e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005004 sec., 12789.76818545164 rows/sec., 1022.23 KiB/sec. | ||
| 10294 | 2024.11.14 04:54:34.539117 [ 110 ] {} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10295 | 2024.11.14 04:54:34.539274 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 10296 | 2024.11.14 04:54:34.539387 [ 252 ] {45e9eb50-15b1-45d9-a7c5-350229b4d08e} <Debug> TCPHandler: Processed in 0.005652224 sec. | ||
| 10297 | 2024.11.14 04:54:34.539701 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10298 | 2024.11.14 04:54:34.539815 [ 203 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 10299 | 2024.11.14 04:54:34.540331 [ 250 ] {5d9271b1-1aa0-4f06-91a3-5609db14422e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10300 | 2024.11.14 04:54:34.540437 [ 199 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_96_19} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10301 | 2024.11.14 04:54:34.540564 [ 203 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10302 | 2024.11.14 04:54:34.540713 [ 250 ] {5d9271b1-1aa0-4f06-91a3-5609db14422e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10303 | 2024.11.14 04:54:34.540771 [ 203 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 915 rows starting from the beginning of the part | ||
| 10304 | 2024.11.14 04:54:34.541348 [ 199 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_96_19} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 10305 | 2024.11.14 04:54:34.541815 [ 203 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 68 rows starting from the beginning of the part | ||
| 10306 | 2024.11.14 04:54:34.542206 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
| 10307 | 2024.11.14 04:54:34.542795 [ 203 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 64 rows starting from the beginning of the part | ||
| 10308 | 2024.11.14 04:54:34.543346 [ 203 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 423 rows starting from the beginning of the part | ||
| 10309 | 2024.11.14 04:54:34.543704 [ 203 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 74 rows starting from the beginning of the part | ||
| 10310 | 2024.11.14 04:54:34.544152 [ 203 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 64 rows starting from the beginning of the part | ||
| 10311 | 2024.11.14 04:54:34.545765 [ 250 ] {5d9271b1-1aa0-4f06-91a3-5609db14422e} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10312 | 2024.11.14 04:54:34.545878 [ 250 ] {5d9271b1-1aa0-4f06-91a3-5609db14422e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 10313 | 2024.11.14 04:54:34.547666 [ 250 ] {5d9271b1-1aa0-4f06-91a3-5609db14422e} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 10314 | 2024.11.14 04:54:34.548240 [ 250 ] {5d9271b1-1aa0-4f06-91a3-5609db14422e} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10315 | 2024.11.14 04:54:34.548581 [ 250 ] {5d9271b1-1aa0-4f06-91a3-5609db14422e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00854 sec., 18735.362997658078 rows/sec., 1.30 MiB/sec. | ||
| 10316 | 2024.11.14 04:54:34.548787 [ 250 ] {5d9271b1-1aa0-4f06-91a3-5609db14422e} <Debug> TCPHandler: Processed in 0.009243877 sec. | ||
| 10317 | 2024.11.14 04:54:34.549177 [ 192 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1608 rows, containing 5 columns (5 merged, 0 gathered) in 0.009746492 sec., 164982.43675775858 rows/sec., 12.73 MiB/sec. | ||
| 10318 | 2024.11.14 04:54:34.549200 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10319 | 2024.11.14 04:54:34.549361 [ 252 ] {46213a49-6e4e-40f2-9cc0-e95c4ca5e956} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10320 | 2024.11.14 04:54:34.549434 [ 252 ] {46213a49-6e4e-40f2-9cc0-e95c4ca5e956} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10321 | 2024.11.14 04:54:34.549451 [ 194 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 10322 | 2024.11.14 04:54:34.550191 [ 194 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_96_19} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10323 | 2024.11.14 04:54:34.550377 [ 194 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_96_19} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 10324 | 2024.11.14 04:54:34.550578 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 10325 | 2024.11.14 04:54:34.550613 [ 252 ] {46213a49-6e4e-40f2-9cc0-e95c4ca5e956} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10326 | 2024.11.14 04:54:34.550665 [ 252 ] {46213a49-6e4e-40f2-9cc0-e95c4ca5e956} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 10327 | 2024.11.14 04:54:34.551061 [ 252 ] {46213a49-6e4e-40f2-9cc0-e95c4ca5e956} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 10328 | 2024.11.14 04:54:34.551299 [ 252 ] {46213a49-6e4e-40f2-9cc0-e95c4ca5e956} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10329 | 2024.11.14 04:54:34.551509 [ 252 ] {46213a49-6e4e-40f2-9cc0-e95c4ca5e956} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002202 sec., 27247.956403269756 rows/sec., 1.84 MiB/sec. | ||
| 10330 | 2024.11.14 04:54:34.551563 [ 252 ] {46213a49-6e4e-40f2-9cc0-e95c4ca5e956} <Debug> TCPHandler: Processed in 0.002653497 sec. | ||
| 10331 | 2024.11.14 04:54:36.387442 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56561, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10332 | 2024.11.14 04:54:36.629107 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65122, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10333 | 2024.11.14 04:54:36.733571 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43594, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10334 | 2024.11.14 04:54:36.740845 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39612, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10335 | 2024.11.14 04:54:36.825206 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54847, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10336 | 2024.11.14 04:54:36.841493 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54297, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10337 | 2024.11.14 04:54:36.871912 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43202, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10338 | 2024.11.14 04:54:36.896237 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40942, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10339 | 2024.11.14 04:54:38.294057 [ 108 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10340 | 2024.11.14 04:54:38.294111 [ 108 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10341 | 2024.11.14 04:54:38.672384 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1468 | ||
| 10342 | 2024.11.14 04:54:38.675092 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10343 | 2024.11.14 04:54:38.675145 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 10344 | 2024.11.14 04:54:38.676521 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 10345 | 2024.11.14 04:54:38.676840 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10346 | 2024.11.14 04:54:38.677427 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1468 | ||
| 10347 | 2024.11.14 04:54:39.537966 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10348 | 2024.11.14 04:54:39.538177 [ 250 ] {c8fdd85b-6bea-43fd-9d95-16f3ab396723} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10349 | 2024.11.14 04:54:39.538259 [ 250 ] {c8fdd85b-6bea-43fd-9d95-16f3ab396723} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10350 | 2024.11.14 04:54:39.539023 [ 250 ] {c8fdd85b-6bea-43fd-9d95-16f3ab396723} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10351 | 2024.11.14 04:54:39.539067 [ 250 ] {c8fdd85b-6bea-43fd-9d95-16f3ab396723} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 10352 | 2024.11.14 04:54:39.539502 [ 250 ] {c8fdd85b-6bea-43fd-9d95-16f3ab396723} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 10353 | 2024.11.14 04:54:39.539776 [ 250 ] {c8fdd85b-6bea-43fd-9d95-16f3ab396723} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10354 | 2024.11.14 04:54:39.540001 [ 250 ] {c8fdd85b-6bea-43fd-9d95-16f3ab396723} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001875 sec., 7466.666666666667 rows/sec., 537.50 KiB/sec. | ||
| 10355 | 2024.11.14 04:54:39.540111 [ 250 ] {c8fdd85b-6bea-43fd-9d95-16f3ab396723} <Debug> TCPHandler: Processed in 0.002277086 sec. | ||
| 10356 | 2024.11.14 04:54:39.540429 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10357 | 2024.11.14 04:54:39.540627 [ 252 ] {2942a5f6-c149-4085-97a4-b87398acbd4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10358 | 2024.11.14 04:54:39.540711 [ 252 ] {2942a5f6-c149-4085-97a4-b87398acbd4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10359 | 2024.11.14 04:54:39.541625 [ 252 ] {2942a5f6-c149-4085-97a4-b87398acbd4e} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10360 | 2024.11.14 04:54:39.541673 [ 252 ] {2942a5f6-c149-4085-97a4-b87398acbd4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 10361 | 2024.11.14 04:54:39.542199 [ 252 ] {2942a5f6-c149-4085-97a4-b87398acbd4e} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 10362 | 2024.11.14 04:54:39.542500 [ 252 ] {2942a5f6-c149-4085-97a4-b87398acbd4e} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10363 | 2024.11.14 04:54:39.542788 [ 252 ] {2942a5f6-c149-4085-97a4-b87398acbd4e} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.002213 sec., 128784.45549028467 rows/sec., 11.36 MiB/sec. | ||
| 10364 | 2024.11.14 04:54:39.542855 [ 252 ] {2942a5f6-c149-4085-97a4-b87398acbd4e} <Debug> TCPHandler: Processed in 0.002588285 sec. | ||
| 10365 | 2024.11.14 04:54:39.543012 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10366 | 2024.11.14 04:54:39.543139 [ 250 ] {a36c2538-340f-49f3-a985-3efc5bb56e84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10367 | 2024.11.14 04:54:39.543193 [ 250 ] {a36c2538-340f-49f3-a985-3efc5bb56e84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10368 | 2024.11.14 04:54:39.543806 [ 250 ] {a36c2538-340f-49f3-a985-3efc5bb56e84} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10369 | 2024.11.14 04:54:39.543844 [ 250 ] {a36c2538-340f-49f3-a985-3efc5bb56e84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 10370 | 2024.11.14 04:54:39.544213 [ 250 ] {a36c2538-340f-49f3-a985-3efc5bb56e84} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 10371 | 2024.11.14 04:54:39.544448 [ 250 ] {a36c2538-340f-49f3-a985-3efc5bb56e84} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10372 | 2024.11.14 04:54:39.544635 [ 250 ] {a36c2538-340f-49f3-a985-3efc5bb56e84} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001527 sec., 31434.18467583497 rows/sec., 2.26 MiB/sec. | ||
| 10373 | 2024.11.14 04:54:39.544692 [ 250 ] {a36c2538-340f-49f3-a985-3efc5bb56e84} <Debug> TCPHandler: Processed in 0.00173783 sec. | ||
| 10374 | 2024.11.14 04:54:39.544855 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10375 | 2024.11.14 04:54:39.544983 [ 252 ] {28e85c9d-e948-4f64-af20-c5476ead6a75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10376 | 2024.11.14 04:54:39.545043 [ 252 ] {28e85c9d-e948-4f64-af20-c5476ead6a75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10377 | 2024.11.14 04:54:39.545646 [ 252 ] {28e85c9d-e948-4f64-af20-c5476ead6a75} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10378 | 2024.11.14 04:54:39.545687 [ 252 ] {28e85c9d-e948-4f64-af20-c5476ead6a75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 10379 | 2024.11.14 04:54:39.546058 [ 252 ] {28e85c9d-e948-4f64-af20-c5476ead6a75} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 10380 | 2024.11.14 04:54:39.546304 [ 252 ] {28e85c9d-e948-4f64-af20-c5476ead6a75} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10381 | 2024.11.14 04:54:39.546524 [ 252 ] {28e85c9d-e948-4f64-af20-c5476ead6a75} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001572 sec., 8905.852417302798 rows/sec., 623.71 KiB/sec. | ||
| 10382 | 2024.11.14 04:54:39.546584 [ 252 ] {28e85c9d-e948-4f64-af20-c5476ead6a75} <Debug> TCPHandler: Processed in 0.001789161 sec. | ||
| 10383 | 2024.11.14 04:54:39.546740 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10384 | 2024.11.14 04:54:39.546862 [ 250 ] {0781f6e9-d74a-4751-b641-defa4fa4c146} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10385 | 2024.11.14 04:54:39.546912 [ 250 ] {0781f6e9-d74a-4751-b641-defa4fa4c146} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10386 | 2024.11.14 04:54:39.547487 [ 250 ] {0781f6e9-d74a-4751-b641-defa4fa4c146} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10387 | 2024.11.14 04:54:39.547524 [ 250 ] {0781f6e9-d74a-4751-b641-defa4fa4c146} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 10388 | 2024.11.14 04:54:39.547877 [ 250 ] {0781f6e9-d74a-4751-b641-defa4fa4c146} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 10389 | 2024.11.14 04:54:39.548111 [ 250 ] {0781f6e9-d74a-4751-b641-defa4fa4c146} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10390 | 2024.11.14 04:54:39.548322 [ 250 ] {0781f6e9-d74a-4751-b641-defa4fa4c146} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001478 sec., 8795.669824086604 rows/sec., 548.41 KiB/sec. | ||
| 10391 | 2024.11.14 04:54:39.548404 [ 250 ] {0781f6e9-d74a-4751-b641-defa4fa4c146} <Debug> TCPHandler: Processed in 0.00172055 sec. | ||
| 10392 | 2024.11.14 04:54:39.548639 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10393 | 2024.11.14 04:54:39.548764 [ 252 ] {36fa0363-5471-4abc-ab1f-a1a6b3e530e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10394 | 2024.11.14 04:54:39.548816 [ 252 ] {36fa0363-5471-4abc-ab1f-a1a6b3e530e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10395 | 2024.11.14 04:54:39.549585 [ 252 ] {36fa0363-5471-4abc-ab1f-a1a6b3e530e8} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10396 | 2024.11.14 04:54:39.549626 [ 252 ] {36fa0363-5471-4abc-ab1f-a1a6b3e530e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 10397 | 2024.11.14 04:54:39.550011 [ 252 ] {36fa0363-5471-4abc-ab1f-a1a6b3e530e8} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 10398 | 2024.11.14 04:54:39.550257 [ 252 ] {36fa0363-5471-4abc-ab1f-a1a6b3e530e8} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10399 | 2024.11.14 04:54:39.550473 [ 252 ] {36fa0363-5471-4abc-ab1f-a1a6b3e530e8} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001736 sec., 243663.59447004608 rows/sec., 17.42 MiB/sec. | ||
| 10400 | 2024.11.14 04:54:39.550531 [ 252 ] {36fa0363-5471-4abc-ab1f-a1a6b3e530e8} <Debug> TCPHandler: Processed in 0.002009899 sec. | ||
| 10401 | 2024.11.14 04:54:39.550696 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10402 | 2024.11.14 04:54:39.550834 [ 250 ] {98ed18ff-3da8-4837-bd42-f3b384bee91f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10403 | 2024.11.14 04:54:39.550893 [ 250 ] {98ed18ff-3da8-4837-bd42-f3b384bee91f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10404 | 2024.11.14 04:54:39.551444 [ 250 ] {98ed18ff-3da8-4837-bd42-f3b384bee91f} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10405 | 2024.11.14 04:54:39.551480 [ 250 ] {98ed18ff-3da8-4837-bd42-f3b384bee91f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 10406 | 2024.11.14 04:54:39.551833 [ 250 ] {98ed18ff-3da8-4837-bd42-f3b384bee91f} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 10407 | 2024.11.14 04:54:39.552068 [ 250 ] {98ed18ff-3da8-4837-bd42-f3b384bee91f} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10408 | 2024.11.14 04:54:39.552244 [ 250 ] {98ed18ff-3da8-4837-bd42-f3b384bee91f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001442 sec., 4160.887656033287 rows/sec., 217.39 KiB/sec. | ||
| 10409 | 2024.11.14 04:54:39.552290 [ 250 ] {98ed18ff-3da8-4837-bd42-f3b384bee91f} <Debug> TCPHandler: Processed in 0.001661728 sec. | ||
| 10410 | 2024.11.14 04:54:39.552444 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10411 | 2024.11.14 04:54:39.552584 [ 252 ] {8bf5b080-9141-48b8-9e63-3c8b6456fff9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10412 | 2024.11.14 04:54:39.552647 [ 252 ] {8bf5b080-9141-48b8-9e63-3c8b6456fff9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10413 | 2024.11.14 04:54:39.553348 [ 252 ] {8bf5b080-9141-48b8-9e63-3c8b6456fff9} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10414 | 2024.11.14 04:54:39.553395 [ 252 ] {8bf5b080-9141-48b8-9e63-3c8b6456fff9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 10415 | 2024.11.14 04:54:39.553783 [ 252 ] {8bf5b080-9141-48b8-9e63-3c8b6456fff9} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 10416 | 2024.11.14 04:54:39.554015 [ 252 ] {8bf5b080-9141-48b8-9e63-3c8b6456fff9} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10417 | 2024.11.14 04:54:39.554237 [ 252 ] {8bf5b080-9141-48b8-9e63-3c8b6456fff9} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001685 sec., 140652.8189910979 rows/sec., 9.43 MiB/sec. | ||
| 10418 | 2024.11.14 04:54:39.554300 [ 252 ] {8bf5b080-9141-48b8-9e63-3c8b6456fff9} <Debug> TCPHandler: Processed in 0.001923696 sec. | ||
| 10419 | 2024.11.14 04:54:39.554542 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10420 | 2024.11.14 04:54:39.554786 [ 250 ] {b48b28e0-e6e1-4fcb-8826-175b4d1842ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10421 | 2024.11.14 04:54:39.554873 [ 250 ] {b48b28e0-e6e1-4fcb-8826-175b4d1842ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10422 | 2024.11.14 04:54:39.555558 [ 250 ] {b48b28e0-e6e1-4fcb-8826-175b4d1842ed} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10423 | 2024.11.14 04:54:39.555595 [ 250 ] {b48b28e0-e6e1-4fcb-8826-175b4d1842ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 10424 | 2024.11.14 04:54:39.555942 [ 250 ] {b48b28e0-e6e1-4fcb-8826-175b4d1842ed} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 10425 | 2024.11.14 04:54:39.556174 [ 250 ] {b48b28e0-e6e1-4fcb-8826-175b4d1842ed} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10426 | 2024.11.14 04:54:39.556374 [ 250 ] {b48b28e0-e6e1-4fcb-8826-175b4d1842ed} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001635 sec., 611.6207951070337 rows/sec., 41.21 KiB/sec. | ||
| 10427 | 2024.11.14 04:54:39.556423 [ 250 ] {b48b28e0-e6e1-4fcb-8826-175b4d1842ed} <Debug> TCPHandler: Processed in 0.002043259 sec. | ||
| 10428 | 2024.11.14 04:54:39.556577 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10429 | 2024.11.14 04:54:39.556716 [ 252 ] {4a14b284-40cb-442e-81d3-9bbe1e6ff717} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10430 | 2024.11.14 04:54:39.556811 [ 252 ] {4a14b284-40cb-442e-81d3-9bbe1e6ff717} <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 | ||
| 10431 | 2024.11.14 04:54:39.558083 [ 252 ] {4a14b284-40cb-442e-81d3-9bbe1e6ff717} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10432 | 2024.11.14 04:54:39.558122 [ 252 ] {4a14b284-40cb-442e-81d3-9bbe1e6ff717} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 10433 | 2024.11.14 04:54:39.558771 [ 252 ] {4a14b284-40cb-442e-81d3-9bbe1e6ff717} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10434 | 2024.11.14 04:54:39.559020 [ 252 ] {4a14b284-40cb-442e-81d3-9bbe1e6ff717} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10435 | 2024.11.14 04:54:39.559263 [ 252 ] {4a14b284-40cb-442e-81d3-9bbe1e6ff717} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002578 sec., 15903.801396431341 rows/sec., 28.50 MiB/sec. | ||
| 10436 | 2024.11.14 04:54:39.559354 [ 252 ] {4a14b284-40cb-442e-81d3-9bbe1e6ff717} <Debug> TCPHandler: Processed in 0.002845122 sec. | ||
| 10437 | 2024.11.14 04:54:39.559600 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10438 | 2024.11.14 04:54:39.559824 [ 250 ] {52bf4c57-f3da-4065-af3c-ef746bb39c74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10439 | 2024.11.14 04:54:39.559913 [ 250 ] {52bf4c57-f3da-4065-af3c-ef746bb39c74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10440 | 2024.11.14 04:54:39.560634 [ 250 ] {52bf4c57-f3da-4065-af3c-ef746bb39c74} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10441 | 2024.11.14 04:54:39.560673 [ 250 ] {52bf4c57-f3da-4065-af3c-ef746bb39c74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 10442 | 2024.11.14 04:54:39.561039 [ 250 ] {52bf4c57-f3da-4065-af3c-ef746bb39c74} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 10443 | 2024.11.14 04:54:39.561279 [ 250 ] {52bf4c57-f3da-4065-af3c-ef746bb39c74} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10444 | 2024.11.14 04:54:39.561501 [ 250 ] {52bf4c57-f3da-4065-af3c-ef746bb39c74} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00173 sec., 47398.84393063584 rows/sec., 3.01 MiB/sec. | ||
| 10445 | 2024.11.14 04:54:39.561599 [ 250 ] {52bf4c57-f3da-4065-af3c-ef746bb39c74} <Debug> TCPHandler: Processed in 0.002108931 sec. | ||
| 10446 | 2024.11.14 04:54:39.759853 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:48125, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10447 | 2024.11.14 04:54:39.943048 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:59015, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10448 | 2024.11.14 04:54:40.333907 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:32980, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10449 | 2024.11.14 04:54:40.405242 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:59192, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10450 | 2024.11.14 04:54:40.512647 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:55587, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10451 | 2024.11.14 04:54:40.535472 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:64481, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10452 | 2024.11.14 04:54:40.548876 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:33535, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10453 | 2024.11.14 04:54:40.561408 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:50843, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10454 | 2024.11.14 04:54:40.588640 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:43267, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10455 | 2024.11.14 04:54:40.665641 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:44603, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10456 | 2024.11.14 04:54:40.711108 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:43707, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10457 | 2024.11.14 04:54:40.721578 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:54459, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10458 | 2024.11.14 04:54:40.721845 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:49594, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10459 | 2024.11.14 04:54:40.783391 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:52346, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10460 | 2024.11.14 04:54:40.784637 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:50706, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10461 | 2024.11.14 04:54:40.877445 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:57922, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10462 | 2024.11.14 04:54:41.401076 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:33032, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10463 | 2024.11.14 04:54:41.820976 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:45289, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10464 | 2024.11.14 04:54:41.948916 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:43543, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10465 | 2024.11.14 04:54:42.055795 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:33505, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10466 | 2024.11.14 04:54:42.181494 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:35780, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10467 | 2024.11.14 04:54:42.273474 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:60748, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10468 | 2024.11.14 04:54:42.284887 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:63820, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10469 | 2024.11.14 04:54:42.297204 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:55561, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10470 | 2024.11.14 04:54:44.530137 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10471 | 2024.11.14 04:54:44.530359 [ 250 ] {96b9db5a-cbb6-4842-b5f8-0ff11e68120f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10472 | 2024.11.14 04:54:44.530438 [ 250 ] {96b9db5a-cbb6-4842-b5f8-0ff11e68120f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10473 | 2024.11.14 04:54:44.531207 [ 250 ] {96b9db5a-cbb6-4842-b5f8-0ff11e68120f} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10474 | 2024.11.14 04:54:44.531249 [ 250 ] {96b9db5a-cbb6-4842-b5f8-0ff11e68120f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 10475 | 2024.11.14 04:54:44.531675 [ 250 ] {96b9db5a-cbb6-4842-b5f8-0ff11e68120f} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 10476 | 2024.11.14 04:54:44.531931 [ 250 ] {96b9db5a-cbb6-4842-b5f8-0ff11e68120f} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10477 | 2024.11.14 04:54:44.532132 [ 250 ] {96b9db5a-cbb6-4842-b5f8-0ff11e68120f} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001833 sec., 30551.00927441353 rows/sec., 2.33 MiB/sec. | ||
| 10478 | 2024.11.14 04:54:44.532186 [ 250 ] {96b9db5a-cbb6-4842-b5f8-0ff11e68120f} <Debug> TCPHandler: Processed in 0.002183523 sec. | ||
| 10479 | 2024.11.14 04:54:44.532472 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10480 | 2024.11.14 04:54:44.532683 [ 252 ] {f9b9bf94-ece7-4ee3-85f7-f4311a6c2f07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10481 | 2024.11.14 04:54:44.532765 [ 252 ] {f9b9bf94-ece7-4ee3-85f7-f4311a6c2f07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10482 | 2024.11.14 04:54:44.533620 [ 252 ] {f9b9bf94-ece7-4ee3-85f7-f4311a6c2f07} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10483 | 2024.11.14 04:54:44.533672 [ 252 ] {f9b9bf94-ece7-4ee3-85f7-f4311a6c2f07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 10484 | 2024.11.14 04:54:44.534105 [ 252 ] {f9b9bf94-ece7-4ee3-85f7-f4311a6c2f07} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 10485 | 2024.11.14 04:54:44.534367 [ 252 ] {f9b9bf94-ece7-4ee3-85f7-f4311a6c2f07} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10486 | 2024.11.14 04:54:44.534625 [ 252 ] {f9b9bf94-ece7-4ee3-85f7-f4311a6c2f07} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002 sec., 32000 rows/sec., 2.50 MiB/sec. | ||
| 10487 | 2024.11.14 04:54:44.534708 [ 252 ] {f9b9bf94-ece7-4ee3-85f7-f4311a6c2f07} <Debug> TCPHandler: Processed in 0.002382569 sec. | ||
| 10488 | 2024.11.14 04:54:44.534967 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10489 | 2024.11.14 04:54:44.535225 [ 250 ] {e603a802-e5e8-4780-87e9-b29d87f3b397} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10490 | 2024.11.14 04:54:44.535321 [ 250 ] {e603a802-e5e8-4780-87e9-b29d87f3b397} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10491 | 2024.11.14 04:54:44.535999 [ 250 ] {e603a802-e5e8-4780-87e9-b29d87f3b397} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10492 | 2024.11.14 04:54:44.536035 [ 250 ] {e603a802-e5e8-4780-87e9-b29d87f3b397} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 10493 | 2024.11.14 04:54:44.536428 [ 250 ] {e603a802-e5e8-4780-87e9-b29d87f3b397} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 10494 | 2024.11.14 04:54:44.536665 [ 250 ] {e603a802-e5e8-4780-87e9-b29d87f3b397} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10495 | 2024.11.14 04:54:44.536864 [ 250 ] {e603a802-e5e8-4780-87e9-b29d87f3b397} <Debug> executeQuery: Read 130 rows, 9.28 KiB in 0.001687 sec., 77059.86959098993 rows/sec., 5.37 MiB/sec. | ||
| 10496 | 2024.11.14 04:54:44.536930 [ 250 ] {e603a802-e5e8-4780-87e9-b29d87f3b397} <Debug> TCPHandler: Processed in 0.002133711 sec. | ||
| 10497 | 2024.11.14 04:54:44.537104 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10498 | 2024.11.14 04:54:44.537471 [ 252 ] {65a602b1-8f5c-4dd3-a81e-84c60033ed4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10499 | 2024.11.14 04:54:44.537644 [ 252 ] {65a602b1-8f5c-4dd3-a81e-84c60033ed4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10500 | 2024.11.14 04:54:44.538571 [ 252 ] {65a602b1-8f5c-4dd3-a81e-84c60033ed4b} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10501 | 2024.11.14 04:54:44.538611 [ 252 ] {65a602b1-8f5c-4dd3-a81e-84c60033ed4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 10502 | 2024.11.14 04:54:44.538994 [ 252 ] {65a602b1-8f5c-4dd3-a81e-84c60033ed4b} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 10503 | 2024.11.14 04:54:44.539232 [ 252 ] {65a602b1-8f5c-4dd3-a81e-84c60033ed4b} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10504 | 2024.11.14 04:54:44.539471 [ 252 ] {65a602b1-8f5c-4dd3-a81e-84c60033ed4b} <Debug> executeQuery: Read 50 rows, 3.44 KiB in 0.00214 sec., 23364.48598130841 rows/sec., 1.57 MiB/sec. | ||
| 10505 | 2024.11.14 04:54:44.539521 [ 252 ] {65a602b1-8f5c-4dd3-a81e-84c60033ed4b} <Debug> TCPHandler: Processed in 0.002506402 sec. | ||
| 10506 | 2024.11.14 04:54:48.678500 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1498 | ||
| 10507 | 2024.11.14 04:54:48.681532 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10508 | 2024.11.14 04:54:48.681581 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 10509 | 2024.11.14 04:54:48.682937 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 10510 | 2024.11.14 04:54:48.683237 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10511 | 2024.11.14 04:54:48.683468 [ 99 ] {} <Debug> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 10512 | 2024.11.14 04:54:48.683587 [ 99 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10513 | 2024.11.14 04:54:48.683660 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 10514 | 2024.11.14 04:54:48.684084 [ 192 ] {517a6315-c66d-488d-99aa-0fdeb396e457::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 | ||
| 10515 | 2024.11.14 04:54:48.684561 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1498 | ||
| 10516 | 2024.11.14 04:54:48.685083 [ 192 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10517 | 2024.11.14 04:54:48.685278 [ 192 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1364 rows starting from the beginning of the part | ||
| 10518 | 2024.11.14 04:54:48.685958 [ 192 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 20 rows starting from the beginning of the part | ||
| 10519 | 2024.11.14 04:54:48.686692 [ 192 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 34 rows starting from the beginning of the part | ||
| 10520 | 2024.11.14 04:54:48.687158 [ 192 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 30 rows starting from the beginning of the part | ||
| 10521 | 2024.11.14 04:54:48.687614 [ 192 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 20 rows starting from the beginning of the part | ||
| 10522 | 2024.11.14 04:54:48.688009 [ 192 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 30 rows starting from the beginning of the part | ||
| 10523 | 2024.11.14 04:54:48.695518 [ 200 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1498 rows, containing 72 columns (72 merged, 0 gathered) in 0.011672728 sec., 128333.32533748752 rows/sec., 99.54 MiB/sec. | ||
| 10524 | 2024.11.14 04:54:48.697334 [ 197 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 10525 | 2024.11.14 04:54:48.698142 [ 197 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_51_10} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10526 | 2024.11.14 04:54:48.698245 [ 197 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_51_10} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 10527 | 2024.11.14 04:54:48.698549 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.91 MiB. | ||
| 10528 | 2024.11.14 04:54:49.531198 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10529 | 2024.11.14 04:54:49.531392 [ 250 ] {47b06733-d5ba-4b75-a164-1cfdfc35a1ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10530 | 2024.11.14 04:54:49.531467 [ 250 ] {47b06733-d5ba-4b75-a164-1cfdfc35a1ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10531 | 2024.11.14 04:54:49.532231 [ 250 ] {47b06733-d5ba-4b75-a164-1cfdfc35a1ba} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10532 | 2024.11.14 04:54:49.532284 [ 250 ] {47b06733-d5ba-4b75-a164-1cfdfc35a1ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 10533 | 2024.11.14 04:54:49.532707 [ 250 ] {47b06733-d5ba-4b75-a164-1cfdfc35a1ba} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 10534 | 2024.11.14 04:54:49.532961 [ 250 ] {47b06733-d5ba-4b75-a164-1cfdfc35a1ba} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10535 | 2024.11.14 04:54:49.533189 [ 250 ] {47b06733-d5ba-4b75-a164-1cfdfc35a1ba} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001849 sec., 30286.64142779881 rows/sec., 2.31 MiB/sec. | ||
| 10536 | 2024.11.14 04:54:49.533250 [ 250 ] {47b06733-d5ba-4b75-a164-1cfdfc35a1ba} <Debug> TCPHandler: Processed in 0.002182323 sec. | ||
| 10537 | 2024.11.14 04:54:49.533535 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10538 | 2024.11.14 04:54:49.533751 [ 252 ] {728e9e1d-9353-45e0-9f80-cba6dec1d658} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10539 | 2024.11.14 04:54:49.533833 [ 252 ] {728e9e1d-9353-45e0-9f80-cba6dec1d658} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10540 | 2024.11.14 04:54:49.534708 [ 252 ] {728e9e1d-9353-45e0-9f80-cba6dec1d658} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10541 | 2024.11.14 04:54:49.534761 [ 252 ] {728e9e1d-9353-45e0-9f80-cba6dec1d658} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 10542 | 2024.11.14 04:54:49.535196 [ 252 ] {728e9e1d-9353-45e0-9f80-cba6dec1d658} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 10543 | 2024.11.14 04:54:49.535454 [ 252 ] {728e9e1d-9353-45e0-9f80-cba6dec1d658} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10544 | 2024.11.14 04:54:49.535712 [ 252 ] {728e9e1d-9353-45e0-9f80-cba6dec1d658} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002015 sec., 31761.78660049628 rows/sec., 2.48 MiB/sec. | ||
| 10545 | 2024.11.14 04:54:49.535822 [ 252 ] {728e9e1d-9353-45e0-9f80-cba6dec1d658} <Debug> TCPHandler: Processed in 0.002432751 sec. | ||
| 10546 | 2024.11.14 04:54:49.536047 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10547 | 2024.11.14 04:54:49.536274 [ 250 ] {e8168128-6726-4c05-b5a7-35caa1576387} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10548 | 2024.11.14 04:54:49.536340 [ 250 ] {e8168128-6726-4c05-b5a7-35caa1576387} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10549 | 2024.11.14 04:54:49.536976 [ 250 ] {e8168128-6726-4c05-b5a7-35caa1576387} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10550 | 2024.11.14 04:54:49.537015 [ 250 ] {e8168128-6726-4c05-b5a7-35caa1576387} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 10551 | 2024.11.14 04:54:49.537412 [ 250 ] {e8168128-6726-4c05-b5a7-35caa1576387} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 10552 | 2024.11.14 04:54:49.537660 [ 250 ] {e8168128-6726-4c05-b5a7-35caa1576387} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10553 | 2024.11.14 04:54:49.537865 [ 97 ] {} <Debug> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 10554 | 2024.11.14 04:54:49.537877 [ 250 ] {e8168128-6726-4c05-b5a7-35caa1576387} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001644 sec., 97323.60097323601 rows/sec., 6.78 MiB/sec. | ||
| 10555 | 2024.11.14 04:54:49.537960 [ 97 ] {} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10556 | 2024.11.14 04:54:49.538034 [ 250 ] {e8168128-6726-4c05-b5a7-35caa1576387} <Debug> TCPHandler: Processed in 0.00210506 sec. | ||
| 10557 | 2024.11.14 04:54:49.538039 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 10558 | 2024.11.14 04:54:49.538232 [ 196 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 10559 | 2024.11.14 04:54:49.538243 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10560 | 2024.11.14 04:54:49.538391 [ 196 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10561 | 2024.11.14 04:54:49.538417 [ 252 ] {0b326ec0-0cc9-49b1-9a17-bbaf905c80cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10562 | 2024.11.14 04:54:49.538430 [ 196 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_91_18, total 18724 rows starting from the beginning of the part | ||
| 10563 | 2024.11.14 04:54:49.538498 [ 252 ] {0b326ec0-0cc9-49b1-9a17-bbaf905c80cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10564 | 2024.11.14 04:54:49.538555 [ 196 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 165 rows starting from the beginning of the part | ||
| 10565 | 2024.11.14 04:54:49.538870 [ 196 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 160 rows starting from the beginning of the part | ||
| 10566 | 2024.11.14 04:54:49.539087 [ 196 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 237 rows starting from the beginning of the part | ||
| 10567 | 2024.11.14 04:54:49.539297 [ 196 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 130 rows starting from the beginning of the part | ||
| 10568 | 2024.11.14 04:54:49.539414 [ 196 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 160 rows starting from the beginning of the part | ||
| 10569 | 2024.11.14 04:54:49.542473 [ 252 ] {0b326ec0-0cc9-49b1-9a17-bbaf905c80cd} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10570 | 2024.11.14 04:54:49.542531 [ 252 ] {0b326ec0-0cc9-49b1-9a17-bbaf905c80cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 10571 | 2024.11.14 04:54:49.543071 [ 252 ] {0b326ec0-0cc9-49b1-9a17-bbaf905c80cd} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 10572 | 2024.11.14 04:54:49.543409 [ 252 ] {0b326ec0-0cc9-49b1-9a17-bbaf905c80cd} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10573 | 2024.11.14 04:54:49.543635 [ 97 ] {} <Debug> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 10574 | 2024.11.14 04:54:49.543694 [ 97 ] {} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10575 | 2024.11.14 04:54:49.543716 [ 252 ] {0b326ec0-0cc9-49b1-9a17-bbaf905c80cd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00533 sec., 11257.03564727955 rows/sec., 776.85 KiB/sec. | ||
| 10576 | 2024.11.14 04:54:49.543751 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 10577 | 2024.11.14 04:54:49.543906 [ 252 ] {0b326ec0-0cc9-49b1-9a17-bbaf905c80cd} <Debug> TCPHandler: Processed in 0.005749947 sec. | ||
| 10578 | 2024.11.14 04:54:49.544048 [ 197 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 10579 | 2024.11.14 04:54:49.544296 [ 197 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10580 | 2024.11.14 04:54:49.544341 [ 197 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 5352 rows starting from the beginning of the part | ||
| 10581 | 2024.11.14 04:54:49.544455 [ 197 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 60 rows starting from the beginning of the part | ||
| 10582 | 2024.11.14 04:54:49.544667 [ 197 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 60 rows starting from the beginning of the part | ||
| 10583 | 2024.11.14 04:54:49.544924 [ 197 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 82 rows starting from the beginning of the part | ||
| 10584 | 2024.11.14 04:54:49.545273 [ 197 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 50 rows starting from the beginning of the part | ||
| 10585 | 2024.11.14 04:54:49.545648 [ 197 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 60 rows starting from the beginning of the part | ||
| 10586 | 2024.11.14 04:54:49.545850 [ 195 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 19576 rows, containing 5 columns (5 merged, 0 gathered) in 0.007658452 sec., 2556130.142227176 rows/sec., 174.04 MiB/sec. | ||
| 10587 | 2024.11.14 04:54:49.546378 [ 195 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 10588 | 2024.11.14 04:54:49.546971 [ 195 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10589 | 2024.11.14 04:54:49.547200 [ 195 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 10590 | 2024.11.14 04:54:49.547408 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.48 MiB. | ||
| 10591 | 2024.11.14 04:54:49.548471 [ 187 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5664 rows, containing 4 columns (4 merged, 0 gathered) in 0.004595913 sec., 1232399.3078197956 rows/sec., 80.79 MiB/sec. | ||
| 10592 | 2024.11.14 04:54:49.548845 [ 187 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 10593 | 2024.11.14 04:54:49.549204 [ 187 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_96_19} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10594 | 2024.11.14 04:54:49.549311 [ 187 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_96_19} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 10595 | 2024.11.14 04:54:49.549405 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.14 MiB. | ||
| 10596 | 2024.11.14 04:54:51.496624 [ 98 ] {} <Debug> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78) (MergerMutator): Selected 5 parts from all_1_53_11 to all_57_57_0 | ||
| 10597 | 2024.11.14 04:54:51.496686 [ 98 ] {} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10598 | 2024.11.14 04:54:51.496708 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 10599 | 2024.11.14 04:54:51.496921 [ 195 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_57_12} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_53_11 to all_57_57_0 into Compact with storage Full | ||
| 10600 | 2024.11.14 04:54:51.497350 [ 195 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_57_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10601 | 2024.11.14 04:54:51.497404 [ 195 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_57_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_53_11, total 66 rows starting from the beginning of the part | ||
| 10602 | 2024.11.14 04:54:51.497511 [ 195 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_57_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 4 rows starting from the beginning of the part | ||
| 10603 | 2024.11.14 04:54:51.497734 [ 195 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_57_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 48 rows starting from the beginning of the part | ||
| 10604 | 2024.11.14 04:54:51.497900 [ 195 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_57_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 10 rows starting from the beginning of the part | ||
| 10605 | 2024.11.14 04:54:51.498053 [ 195 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_57_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 48 rows starting from the beginning of the part | ||
| 10606 | 2024.11.14 04:54:51.499152 [ 190 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_57_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 176 rows, containing 5 columns (5 merged, 0 gathered) in 0.002357628 sec., 74651.30207140397 rows/sec., 5.61 MiB/sec. | ||
| 10607 | 2024.11.14 04:54:51.499381 [ 193 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_57_12} <Trace> MergedBlockOutputStream: filled checksums all_1_57_12 (state Temporary) | ||
| 10608 | 2024.11.14 04:54:51.499775 [ 193 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_57_12} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_merge_all_1_57_12 to all_1_57_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10609 | 2024.11.14 04:54:51.499876 [ 193 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_57_12} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78) (MergerMutator): Merged 5 parts: [all_1_53_11, all_57_57_0] -> all_1_57_12 | ||
| 10610 | 2024.11.14 04:54:51.499984 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 10611 | 2024.11.14 04:54:53.294350 [ 96 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10612 | 2024.11.14 04:54:53.294405 [ 96 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10613 | 2024.11.14 04:54:54.537569 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10614 | 2024.11.14 04:54:54.537775 [ 250 ] {2fad7e89-a5ad-4875-b215-94f6ff3d507f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10615 | 2024.11.14 04:54:54.537854 [ 250 ] {2fad7e89-a5ad-4875-b215-94f6ff3d507f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10616 | 2024.11.14 04:54:54.538592 [ 250 ] {2fad7e89-a5ad-4875-b215-94f6ff3d507f} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10617 | 2024.11.14 04:54:54.538642 [ 250 ] {2fad7e89-a5ad-4875-b215-94f6ff3d507f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 10618 | 2024.11.14 04:54:54.539092 [ 250 ] {2fad7e89-a5ad-4875-b215-94f6ff3d507f} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 10619 | 2024.11.14 04:54:54.539360 [ 250 ] {2fad7e89-a5ad-4875-b215-94f6ff3d507f} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10620 | 2024.11.14 04:54:54.539606 [ 250 ] {2fad7e89-a5ad-4875-b215-94f6ff3d507f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001885 sec., 7427.055702917772 rows/sec., 534.65 KiB/sec. | ||
| 10621 | 2024.11.14 04:54:54.539662 [ 250 ] {2fad7e89-a5ad-4875-b215-94f6ff3d507f} <Debug> TCPHandler: Processed in 0.002224934 sec. | ||
| 10622 | 2024.11.14 04:54:54.539935 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10623 | 2024.11.14 04:54:54.540121 [ 252 ] {c151caff-5898-47b5-96f6-86a08c8c7942} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10624 | 2024.11.14 04:54:54.540194 [ 252 ] {c151caff-5898-47b5-96f6-86a08c8c7942} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10625 | 2024.11.14 04:54:54.541048 [ 252 ] {c151caff-5898-47b5-96f6-86a08c8c7942} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10626 | 2024.11.14 04:54:54.541096 [ 252 ] {c151caff-5898-47b5-96f6-86a08c8c7942} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 10627 | 2024.11.14 04:54:54.541546 [ 252 ] {c151caff-5898-47b5-96f6-86a08c8c7942} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 10628 | 2024.11.14 04:54:54.541798 [ 252 ] {c151caff-5898-47b5-96f6-86a08c8c7942} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10629 | 2024.11.14 04:54:54.542049 [ 252 ] {c151caff-5898-47b5-96f6-86a08c8c7942} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.00198 sec., 143939.39393939395 rows/sec., 12.70 MiB/sec. | ||
| 10630 | 2024.11.14 04:54:54.542113 [ 252 ] {c151caff-5898-47b5-96f6-86a08c8c7942} <Debug> TCPHandler: Processed in 0.002311027 sec. | ||
| 10631 | 2024.11.14 04:54:54.542267 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10632 | 2024.11.14 04:54:54.542386 [ 250 ] {8dc2fc84-8572-445d-b097-02df466d85ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10633 | 2024.11.14 04:54:54.542435 [ 250 ] {8dc2fc84-8572-445d-b097-02df466d85ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10634 | 2024.11.14 04:54:54.543020 [ 250 ] {8dc2fc84-8572-445d-b097-02df466d85ef} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10635 | 2024.11.14 04:54:54.543059 [ 250 ] {8dc2fc84-8572-445d-b097-02df466d85ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 10636 | 2024.11.14 04:54:54.543426 [ 250 ] {8dc2fc84-8572-445d-b097-02df466d85ef} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 10637 | 2024.11.14 04:54:54.543676 [ 250 ] {8dc2fc84-8572-445d-b097-02df466d85ef} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10638 | 2024.11.14 04:54:54.543895 [ 250 ] {8dc2fc84-8572-445d-b097-02df466d85ef} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001534 sec., 31290.743155149936 rows/sec., 2.25 MiB/sec. | ||
| 10639 | 2024.11.14 04:54:54.543948 [ 250 ] {8dc2fc84-8572-445d-b097-02df466d85ef} <Debug> TCPHandler: Processed in 0.001736401 sec. | ||
| 10640 | 2024.11.14 04:54:54.544095 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10641 | 2024.11.14 04:54:54.544213 [ 252 ] {5dd42d3a-81e8-4d72-a7da-f07f590a7fb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10642 | 2024.11.14 04:54:54.544263 [ 252 ] {5dd42d3a-81e8-4d72-a7da-f07f590a7fb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10643 | 2024.11.14 04:54:54.544913 [ 252 ] {5dd42d3a-81e8-4d72-a7da-f07f590a7fb8} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10644 | 2024.11.14 04:54:54.544954 [ 252 ] {5dd42d3a-81e8-4d72-a7da-f07f590a7fb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 10645 | 2024.11.14 04:54:54.545314 [ 252 ] {5dd42d3a-81e8-4d72-a7da-f07f590a7fb8} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 10646 | 2024.11.14 04:54:54.545551 [ 252 ] {5dd42d3a-81e8-4d72-a7da-f07f590a7fb8} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10647 | 2024.11.14 04:54:54.545785 [ 252 ] {5dd42d3a-81e8-4d72-a7da-f07f590a7fb8} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001588 sec., 8816.120906801007 rows/sec., 617.42 KiB/sec. | ||
| 10648 | 2024.11.14 04:54:54.545857 [ 252 ] {5dd42d3a-81e8-4d72-a7da-f07f590a7fb8} <Debug> TCPHandler: Processed in 0.001811692 sec. | ||
| 10649 | 2024.11.14 04:54:54.546108 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10650 | 2024.11.14 04:54:54.546250 [ 250 ] {187426b6-9b46-4157-9d64-9ff8d489e040} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10651 | 2024.11.14 04:54:54.546306 [ 250 ] {187426b6-9b46-4157-9d64-9ff8d489e040} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10652 | 2024.11.14 04:54:54.546950 [ 250 ] {187426b6-9b46-4157-9d64-9ff8d489e040} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10653 | 2024.11.14 04:54:54.546989 [ 250 ] {187426b6-9b46-4157-9d64-9ff8d489e040} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 10654 | 2024.11.14 04:54:54.547344 [ 250 ] {187426b6-9b46-4157-9d64-9ff8d489e040} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 10655 | 2024.11.14 04:54:54.547588 [ 250 ] {187426b6-9b46-4157-9d64-9ff8d489e040} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10656 | 2024.11.14 04:54:54.547799 [ 250 ] {187426b6-9b46-4157-9d64-9ff8d489e040} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00158 sec., 8227.848101265823 rows/sec., 513.00 KiB/sec. | ||
| 10657 | 2024.11.14 04:54:54.547852 [ 250 ] {187426b6-9b46-4157-9d64-9ff8d489e040} <Debug> TCPHandler: Processed in 0.001856234 sec. | ||
| 10658 | 2024.11.14 04:54:54.548009 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10659 | 2024.11.14 04:54:54.548124 [ 252 ] {2afa9c3f-4e30-40e5-8d74-8083e334c320} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10660 | 2024.11.14 04:54:54.548172 [ 252 ] {2afa9c3f-4e30-40e5-8d74-8083e334c320} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10661 | 2024.11.14 04:54:54.548942 [ 252 ] {2afa9c3f-4e30-40e5-8d74-8083e334c320} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10662 | 2024.11.14 04:54:54.548983 [ 252 ] {2afa9c3f-4e30-40e5-8d74-8083e334c320} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 10663 | 2024.11.14 04:54:54.549368 [ 252 ] {2afa9c3f-4e30-40e5-8d74-8083e334c320} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 10664 | 2024.11.14 04:54:54.549624 [ 252 ] {2afa9c3f-4e30-40e5-8d74-8083e334c320} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10665 | 2024.11.14 04:54:54.549848 [ 252 ] {2afa9c3f-4e30-40e5-8d74-8083e334c320} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001747 sec., 242129.36462507155 rows/sec., 17.31 MiB/sec. | ||
| 10666 | 2024.11.14 04:54:54.549900 [ 252 ] {2afa9c3f-4e30-40e5-8d74-8083e334c320} <Debug> TCPHandler: Processed in 0.001948667 sec. | ||
| 10667 | 2024.11.14 04:54:54.550070 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10668 | 2024.11.14 04:54:54.550188 [ 250 ] {ddbf9f03-304c-483c-ab34-9e48b4c9d8b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10669 | 2024.11.14 04:54:54.550239 [ 250 ] {ddbf9f03-304c-483c-ab34-9e48b4c9d8b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10670 | 2024.11.14 04:54:54.550727 [ 250 ] {ddbf9f03-304c-483c-ab34-9e48b4c9d8b8} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10671 | 2024.11.14 04:54:54.550765 [ 250 ] {ddbf9f03-304c-483c-ab34-9e48b4c9d8b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 10672 | 2024.11.14 04:54:54.551131 [ 250 ] {ddbf9f03-304c-483c-ab34-9e48b4c9d8b8} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 10673 | 2024.11.14 04:54:54.551385 [ 250 ] {ddbf9f03-304c-483c-ab34-9e48b4c9d8b8} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10674 | 2024.11.14 04:54:54.551594 [ 250 ] {ddbf9f03-304c-483c-ab34-9e48b4c9d8b8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001431 sec., 4192.8721174004195 rows/sec., 219.06 KiB/sec. | ||
| 10675 | 2024.11.14 04:54:54.551643 [ 250 ] {ddbf9f03-304c-483c-ab34-9e48b4c9d8b8} <Debug> TCPHandler: Processed in 0.001630027 sec. | ||
| 10676 | 2024.11.14 04:54:54.551797 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10677 | 2024.11.14 04:54:54.551929 [ 252 ] {b42e2d73-2640-43bf-991b-ca865a98e1ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10678 | 2024.11.14 04:54:54.551984 [ 252 ] {b42e2d73-2640-43bf-991b-ca865a98e1ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10679 | 2024.11.14 04:54:54.552665 [ 252 ] {b42e2d73-2640-43bf-991b-ca865a98e1ee} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10680 | 2024.11.14 04:54:54.552706 [ 252 ] {b42e2d73-2640-43bf-991b-ca865a98e1ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 10681 | 2024.11.14 04:54:54.553122 [ 252 ] {b42e2d73-2640-43bf-991b-ca865a98e1ee} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 10682 | 2024.11.14 04:54:54.553359 [ 252 ] {b42e2d73-2640-43bf-991b-ca865a98e1ee} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10683 | 2024.11.14 04:54:54.553586 [ 252 ] {b42e2d73-2640-43bf-991b-ca865a98e1ee} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00168 sec., 141071.42857142858 rows/sec., 9.46 MiB/sec. | ||
| 10684 | 2024.11.14 04:54:54.553678 [ 252 ] {b42e2d73-2640-43bf-991b-ca865a98e1ee} <Debug> TCPHandler: Processed in 0.001940166 sec. | ||
| 10685 | 2024.11.14 04:54:54.553880 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10686 | 2024.11.14 04:54:54.554070 [ 250 ] {7bcc4c26-5fed-48fa-a793-26516d8d429a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10687 | 2024.11.14 04:54:54.554123 [ 250 ] {7bcc4c26-5fed-48fa-a793-26516d8d429a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10688 | 2024.11.14 04:54:54.554587 [ 250 ] {7bcc4c26-5fed-48fa-a793-26516d8d429a} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10689 | 2024.11.14 04:54:54.554625 [ 250 ] {7bcc4c26-5fed-48fa-a793-26516d8d429a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 10690 | 2024.11.14 04:54:54.554982 [ 250 ] {7bcc4c26-5fed-48fa-a793-26516d8d429a} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 10691 | 2024.11.14 04:54:54.555213 [ 250 ] {7bcc4c26-5fed-48fa-a793-26516d8d429a} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10692 | 2024.11.14 04:54:54.555423 [ 250 ] {7bcc4c26-5fed-48fa-a793-26516d8d429a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001382 sec., 723.589001447178 rows/sec., 48.76 KiB/sec. | ||
| 10693 | 2024.11.14 04:54:54.555471 [ 250 ] {7bcc4c26-5fed-48fa-a793-26516d8d429a} <Debug> TCPHandler: Processed in 0.001697959 sec. | ||
| 10694 | 2024.11.14 04:54:54.555634 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10695 | 2024.11.14 04:54:54.555749 [ 252 ] {77149577-18b4-4172-b046-cd0ceea04967} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10696 | 2024.11.14 04:54:54.555830 [ 252 ] {77149577-18b4-4172-b046-cd0ceea04967} <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 | ||
| 10697 | 2024.11.14 04:54:54.557015 [ 252 ] {77149577-18b4-4172-b046-cd0ceea04967} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10698 | 2024.11.14 04:54:54.557053 [ 252 ] {77149577-18b4-4172-b046-cd0ceea04967} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 10699 | 2024.11.14 04:54:54.557673 [ 252 ] {77149577-18b4-4172-b046-cd0ceea04967} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10700 | 2024.11.14 04:54:54.557922 [ 252 ] {77149577-18b4-4172-b046-cd0ceea04967} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10701 | 2024.11.14 04:54:54.558156 [ 252 ] {77149577-18b4-4172-b046-cd0ceea04967} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002431 sec., 16865.487453722748 rows/sec., 30.22 MiB/sec. | ||
| 10702 | 2024.11.14 04:54:54.558250 [ 252 ] {77149577-18b4-4172-b046-cd0ceea04967} <Debug> TCPHandler: Processed in 0.002674108 sec. | ||
| 10703 | 2024.11.14 04:54:54.558413 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10704 | 2024.11.14 04:54:54.558552 [ 250 ] {27f900bc-2d43-4032-aa10-d53239c2ae3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10705 | 2024.11.14 04:54:54.558610 [ 250 ] {27f900bc-2d43-4032-aa10-d53239c2ae3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10706 | 2024.11.14 04:54:54.559128 [ 250 ] {27f900bc-2d43-4032-aa10-d53239c2ae3c} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10707 | 2024.11.14 04:54:54.559166 [ 250 ] {27f900bc-2d43-4032-aa10-d53239c2ae3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 10708 | 2024.11.14 04:54:54.559538 [ 250 ] {27f900bc-2d43-4032-aa10-d53239c2ae3c} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 10709 | 2024.11.14 04:54:54.559775 [ 250 ] {27f900bc-2d43-4032-aa10-d53239c2ae3c} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10710 | 2024.11.14 04:54:54.559983 [ 250 ] {27f900bc-2d43-4032-aa10-d53239c2ae3c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001459 sec., 56202.878684030155 rows/sec., 3.57 MiB/sec. | ||
| 10711 | 2024.11.14 04:54:54.560039 [ 250 ] {27f900bc-2d43-4032-aa10-d53239c2ae3c} <Debug> TCPHandler: Processed in 0.001691489 sec. | ||
| 10712 | 2024.11.14 04:54:58.685640 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1528 | ||
| 10713 | 2024.11.14 04:54:58.688477 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10714 | 2024.11.14 04:54:58.688533 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 10715 | 2024.11.14 04:54:58.689971 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 10716 | 2024.11.14 04:54:58.690277 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10717 | 2024.11.14 04:54:58.691781 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1528 | ||
| 10718 | 2024.11.14 04:54:59.529605 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10719 | 2024.11.14 04:54:59.529817 [ 250 ] {ae3a49c4-b364-4aee-8248-eefe902c4b8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 10720 | 2024.11.14 04:54:59.529896 [ 250 ] {ae3a49c4-b364-4aee-8248-eefe902c4b8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10721 | 2024.11.14 04:54:59.530649 [ 250 ] {ae3a49c4-b364-4aee-8248-eefe902c4b8b} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10722 | 2024.11.14 04:54:59.530721 [ 250 ] {ae3a49c4-b364-4aee-8248-eefe902c4b8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 10723 | 2024.11.14 04:54:59.531162 [ 250 ] {ae3a49c4-b364-4aee-8248-eefe902c4b8b} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 10724 | 2024.11.14 04:54:59.531431 [ 250 ] {ae3a49c4-b364-4aee-8248-eefe902c4b8b} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10725 | 2024.11.14 04:54:59.531632 [ 250 ] {ae3a49c4-b364-4aee-8248-eefe902c4b8b} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001875 sec., 2133.3333333333335 rows/sec., 173.96 KiB/sec. | ||
| 10726 | 2024.11.14 04:54:59.531696 [ 250 ] {ae3a49c4-b364-4aee-8248-eefe902c4b8b} <Debug> TCPHandler: Processed in 0.002228495 sec. | ||
| 10727 | 2024.11.14 04:54:59.531974 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10728 | 2024.11.14 04:54:59.532184 [ 252 ] {4151368d-86ce-4576-89d1-131d25561278} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10729 | 2024.11.14 04:54:59.532265 [ 252 ] {4151368d-86ce-4576-89d1-131d25561278} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10730 | 2024.11.14 04:54:59.533155 [ 252 ] {4151368d-86ce-4576-89d1-131d25561278} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10731 | 2024.11.14 04:54:59.533206 [ 252 ] {4151368d-86ce-4576-89d1-131d25561278} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 10732 | 2024.11.14 04:54:59.533633 [ 252 ] {4151368d-86ce-4576-89d1-131d25561278} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 10733 | 2024.11.14 04:54:59.533890 [ 252 ] {4151368d-86ce-4576-89d1-131d25561278} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10734 | 2024.11.14 04:54:59.534076 [ 90 ] {} <Debug> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 10735 | 2024.11.14 04:54:59.534140 [ 90 ] {} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10736 | 2024.11.14 04:54:59.534157 [ 252 ] {4151368d-86ce-4576-89d1-131d25561278} <Debug> executeQuery: Read 58 rows, 4.52 KiB in 0.00202 sec., 28712.87128712871 rows/sec., 2.19 MiB/sec. | ||
| 10737 | 2024.11.14 04:54:59.534175 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 10738 | 2024.11.14 04:54:59.534350 [ 252 ] {4151368d-86ce-4576-89d1-131d25561278} <Debug> TCPHandler: Processed in 0.002510462 sec. | ||
| 10739 | 2024.11.14 04:54:59.534417 [ 198 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
| 10740 | 2024.11.14 04:54:59.534546 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10741 | 2024.11.14 04:54:59.534564 [ 198 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10742 | 2024.11.14 04:54:59.534599 [ 198 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1434 rows starting from the beginning of the part | ||
| 10743 | 2024.11.14 04:54:59.534700 [ 250 ] {cee1ff2e-1188-45e9-841d-be0565f8e0f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10744 | 2024.11.14 04:54:59.534753 [ 198 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 285 rows starting from the beginning of the part | ||
| 10745 | 2024.11.14 04:54:59.534884 [ 250 ] {cee1ff2e-1188-45e9-841d-be0565f8e0f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10746 | 2024.11.14 04:54:59.535169 [ 198 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 56 rows starting from the beginning of the part | ||
| 10747 | 2024.11.14 04:54:59.535561 [ 198 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 56 rows starting from the beginning of the part | ||
| 10748 | 2024.11.14 04:54:59.535834 [ 198 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 285 rows starting from the beginning of the part | ||
| 10749 | 2024.11.14 04:54:59.536245 [ 198 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 58 rows starting from the beginning of the part | ||
| 10750 | 2024.11.14 04:54:59.537264 [ 250 ] {cee1ff2e-1188-45e9-841d-be0565f8e0f2} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10751 | 2024.11.14 04:54:59.537306 [ 250 ] {cee1ff2e-1188-45e9-841d-be0565f8e0f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 10752 | 2024.11.14 04:54:59.537841 [ 250 ] {cee1ff2e-1188-45e9-841d-be0565f8e0f2} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 10753 | 2024.11.14 04:54:59.538117 [ 250 ] {cee1ff2e-1188-45e9-841d-be0565f8e0f2} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10754 | 2024.11.14 04:54:59.538438 [ 250 ] {cee1ff2e-1188-45e9-841d-be0565f8e0f2} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.003785 sec., 1056.8031704095113 rows/sec., 73.79 KiB/sec. | ||
| 10755 | 2024.11.14 04:54:59.538454 [ 198 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2174 rows, containing 5 columns (5 merged, 0 gathered) in 0.00416331 sec., 522180.66874674236 rows/sec., 45.93 MiB/sec. | ||
| 10756 | 2024.11.14 04:54:59.538524 [ 250 ] {cee1ff2e-1188-45e9-841d-be0565f8e0f2} <Debug> TCPHandler: Processed in 0.004043826 sec. | ||
| 10757 | 2024.11.14 04:54:59.538682 [ 198 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 10758 | 2024.11.14 04:54:59.538750 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10759 | 2024.11.14 04:54:59.538979 [ 252 ] {3980645d-80b2-423b-99d5-950c56311f4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10760 | 2024.11.14 04:54:59.539079 [ 252 ] {3980645d-80b2-423b-99d5-950c56311f4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10761 | 2024.11.14 04:54:59.539132 [ 198 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_101_20} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10762 | 2024.11.14 04:54:59.539359 [ 198 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_101_20} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 10763 | 2024.11.14 04:54:59.539507 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 10764 | 2024.11.14 04:54:59.540087 [ 252 ] {3980645d-80b2-423b-99d5-950c56311f4b} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10765 | 2024.11.14 04:54:59.540136 [ 252 ] {3980645d-80b2-423b-99d5-950c56311f4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 10766 | 2024.11.14 04:54:59.540529 [ 252 ] {3980645d-80b2-423b-99d5-950c56311f4b} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 10767 | 2024.11.14 04:54:59.540774 [ 252 ] {3980645d-80b2-423b-99d5-950c56311f4b} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10768 | 2024.11.14 04:54:59.540961 [ 90 ] {} <Debug> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 10769 | 2024.11.14 04:54:59.541022 [ 90 ] {} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10770 | 2024.11.14 04:54:59.541029 [ 252 ] {3980645d-80b2-423b-99d5-950c56311f4b} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.002125 sec., 31999.999999999996 rows/sec., 2.50 MiB/sec. | ||
| 10771 | 2024.11.14 04:54:59.541052 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 10772 | 2024.11.14 04:54:59.541194 [ 252 ] {3980645d-80b2-423b-99d5-950c56311f4b} <Debug> TCPHandler: Processed in 0.002548174 sec. | ||
| 10773 | 2024.11.14 04:54:59.541316 [ 193 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
| 10774 | 2024.11.14 04:54:59.541396 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10775 | 2024.11.14 04:54:59.541566 [ 193 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10776 | 2024.11.14 04:54:59.541619 [ 250 ] {f44fee63-ded3-4be3-937f-4666b5550bad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10777 | 2024.11.14 04:54:59.541639 [ 193 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 915 rows starting from the beginning of the part | ||
| 10778 | 2024.11.14 04:54:59.541720 [ 250 ] {f44fee63-ded3-4be3-937f-4666b5550bad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10779 | 2024.11.14 04:54:59.541982 [ 193 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 423 rows starting from the beginning of the part | ||
| 10780 | 2024.11.14 04:54:59.542433 [ 193 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 64 rows starting from the beginning of the part | ||
| 10781 | 2024.11.14 04:54:59.542795 [ 193 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 64 rows starting from the beginning of the part | ||
| 10782 | 2024.11.14 04:54:59.543083 [ 193 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 423 rows starting from the beginning of the part | ||
| 10783 | 2024.11.14 04:54:59.543326 [ 193 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 68 rows starting from the beginning of the part | ||
| 10784 | 2024.11.14 04:54:59.544300 [ 250 ] {f44fee63-ded3-4be3-937f-4666b5550bad} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10785 | 2024.11.14 04:54:59.544363 [ 250 ] {f44fee63-ded3-4be3-937f-4666b5550bad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 10786 | 2024.11.14 04:54:59.545425 [ 250 ] {f44fee63-ded3-4be3-937f-4666b5550bad} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 10787 | 2024.11.14 04:54:59.545892 [ 250 ] {f44fee63-ded3-4be3-937f-4666b5550bad} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10788 | 2024.11.14 04:54:59.546425 [ 250 ] {f44fee63-ded3-4be3-937f-4666b5550bad} <Debug> executeQuery: Read 130 rows, 9.27 KiB in 0.004854 sec., 26782.035434693036 rows/sec., 1.86 MiB/sec. | ||
| 10789 | 2024.11.14 04:54:59.546618 [ 250 ] {f44fee63-ded3-4be3-937f-4666b5550bad} <Debug> TCPHandler: Processed in 0.005293954 sec. | ||
| 10790 | 2024.11.14 04:54:59.546621 [ 188 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1957 rows, containing 5 columns (5 merged, 0 gathered) in 0.005430208 sec., 360391.35149150825 rows/sec., 27.59 MiB/sec. | ||
| 10791 | 2024.11.14 04:54:59.546790 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10792 | 2024.11.14 04:54:59.546856 [ 188 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 10793 | 2024.11.14 04:54:59.546928 [ 252 ] {0a9e6346-27b6-4c59-9f3c-41e68f9db673} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10794 | 2024.11.14 04:54:59.546988 [ 252 ] {0a9e6346-27b6-4c59-9f3c-41e68f9db673} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10795 | 2024.11.14 04:54:59.547253 [ 188 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_101_20} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10796 | 2024.11.14 04:54:59.547357 [ 188 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_101_20} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 10797 | 2024.11.14 04:54:59.547474 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 10798 | 2024.11.14 04:54:59.547630 [ 252 ] {0a9e6346-27b6-4c59-9f3c-41e68f9db673} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10799 | 2024.11.14 04:54:59.547670 [ 252 ] {0a9e6346-27b6-4c59-9f3c-41e68f9db673} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 10800 | 2024.11.14 04:54:59.548039 [ 252 ] {0a9e6346-27b6-4c59-9f3c-41e68f9db673} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 10801 | 2024.11.14 04:54:59.548274 [ 252 ] {0a9e6346-27b6-4c59-9f3c-41e68f9db673} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10802 | 2024.11.14 04:54:59.548505 [ 252 ] {0a9e6346-27b6-4c59-9f3c-41e68f9db673} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001622 sec., 29593.094944512948 rows/sec., 1.99 MiB/sec. | ||
| 10803 | 2024.11.14 04:54:59.548606 [ 252 ] {0a9e6346-27b6-4c59-9f3c-41e68f9db673} <Debug> TCPHandler: Processed in 0.001881724 sec. | ||
| 10804 | 2024.11.14 04:55:04.531210 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10805 | 2024.11.14 04:55:04.531443 [ 250 ] {782a67d7-9c84-4a88-a4f3-b989209b8c80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10806 | 2024.11.14 04:55:04.531526 [ 250 ] {782a67d7-9c84-4a88-a4f3-b989209b8c80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10807 | 2024.11.14 04:55:04.532390 [ 250 ] {782a67d7-9c84-4a88-a4f3-b989209b8c80} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10808 | 2024.11.14 04:55:04.532435 [ 250 ] {782a67d7-9c84-4a88-a4f3-b989209b8c80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 10809 | 2024.11.14 04:55:04.532864 [ 250 ] {782a67d7-9c84-4a88-a4f3-b989209b8c80} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 10810 | 2024.11.14 04:55:04.533123 [ 250 ] {782a67d7-9c84-4a88-a4f3-b989209b8c80} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10811 | 2024.11.14 04:55:04.533332 [ 250 ] {782a67d7-9c84-4a88-a4f3-b989209b8c80} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001946 sec., 28776.978417266186 rows/sec., 2.20 MiB/sec. | ||
| 10812 | 2024.11.14 04:55:04.533393 [ 250 ] {782a67d7-9c84-4a88-a4f3-b989209b8c80} <Debug> TCPHandler: Processed in 0.002363759 sec. | ||
| 10813 | 2024.11.14 04:55:04.533669 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10814 | 2024.11.14 04:55:04.533882 [ 252 ] {2d7da858-4dfa-4ff7-9dc9-f09cef8d4c36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10815 | 2024.11.14 04:55:04.533962 [ 252 ] {2d7da858-4dfa-4ff7-9dc9-f09cef8d4c36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10816 | 2024.11.14 04:55:04.534730 [ 252 ] {2d7da858-4dfa-4ff7-9dc9-f09cef8d4c36} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10817 | 2024.11.14 04:55:04.534782 [ 252 ] {2d7da858-4dfa-4ff7-9dc9-f09cef8d4c36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 10818 | 2024.11.14 04:55:04.535218 [ 252 ] {2d7da858-4dfa-4ff7-9dc9-f09cef8d4c36} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 10819 | 2024.11.14 04:55:04.535479 [ 252 ] {2d7da858-4dfa-4ff7-9dc9-f09cef8d4c36} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10820 | 2024.11.14 04:55:04.535725 [ 252 ] {2d7da858-4dfa-4ff7-9dc9-f09cef8d4c36} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.0019 sec., 33684.21052631579 rows/sec., 2.63 MiB/sec. | ||
| 10821 | 2024.11.14 04:55:04.535780 [ 252 ] {2d7da858-4dfa-4ff7-9dc9-f09cef8d4c36} <Debug> TCPHandler: Processed in 0.002252216 sec. | ||
| 10822 | 2024.11.14 04:55:04.535995 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10823 | 2024.11.14 04:55:04.536197 [ 250 ] {6d1741a4-2080-4988-ab23-23730a26e94f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10824 | 2024.11.14 04:55:04.536260 [ 250 ] {6d1741a4-2080-4988-ab23-23730a26e94f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10825 | 2024.11.14 04:55:04.536936 [ 250 ] {6d1741a4-2080-4988-ab23-23730a26e94f} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10826 | 2024.11.14 04:55:04.536980 [ 250 ] {6d1741a4-2080-4988-ab23-23730a26e94f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 10827 | 2024.11.14 04:55:04.537392 [ 250 ] {6d1741a4-2080-4988-ab23-23730a26e94f} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 10828 | 2024.11.14 04:55:04.537628 [ 250 ] {6d1741a4-2080-4988-ab23-23730a26e94f} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10829 | 2024.11.14 04:55:04.537808 [ 250 ] {6d1741a4-2080-4988-ab23-23730a26e94f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001648 sec., 97087.3786407767 rows/sec., 6.76 MiB/sec. | ||
| 10830 | 2024.11.14 04:55:04.537861 [ 250 ] {6d1741a4-2080-4988-ab23-23730a26e94f} <Debug> TCPHandler: Processed in 0.001976777 sec. | ||
| 10831 | 2024.11.14 04:55:04.538003 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10832 | 2024.11.14 04:55:04.538129 [ 252 ] {4cf3c5cb-7572-4e81-af63-ae01646e4c45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10833 | 2024.11.14 04:55:04.538190 [ 252 ] {4cf3c5cb-7572-4e81-af63-ae01646e4c45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10834 | 2024.11.14 04:55:04.538770 [ 252 ] {4cf3c5cb-7572-4e81-af63-ae01646e4c45} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10835 | 2024.11.14 04:55:04.538816 [ 252 ] {4cf3c5cb-7572-4e81-af63-ae01646e4c45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 10836 | 2024.11.14 04:55:04.539246 [ 252 ] {4cf3c5cb-7572-4e81-af63-ae01646e4c45} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 10837 | 2024.11.14 04:55:04.539486 [ 252 ] {4cf3c5cb-7572-4e81-af63-ae01646e4c45} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10838 | 2024.11.14 04:55:04.539703 [ 252 ] {4cf3c5cb-7572-4e81-af63-ae01646e4c45} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001606 sec., 37359.900373599005 rows/sec., 2.52 MiB/sec. | ||
| 10839 | 2024.11.14 04:55:04.539753 [ 252 ] {4cf3c5cb-7572-4e81-af63-ae01646e4c45} <Debug> TCPHandler: Processed in 0.001804883 sec. | ||
| 10840 | 2024.11.14 04:55:06.400222 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33247, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10841 | 2024.11.14 04:55:06.634706 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43143, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10842 | 2024.11.14 04:55:06.735148 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48858, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10843 | 2024.11.14 04:55:06.748615 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58607, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10844 | 2024.11.14 04:55:06.835111 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35510, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10845 | 2024.11.14 04:55:06.861430 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52571, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10846 | 2024.11.14 04:55:06.882791 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61375, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10847 | 2024.11.14 04:55:06.911087 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60548, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10848 | 2024.11.14 04:55:08.294451 [ 80 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10849 | 2024.11.14 04:55:08.294502 [ 80 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10850 | 2024.11.14 04:55:08.398199 [ 80 ] {} <Debug> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 10851 | 2024.11.14 04:55:08.398251 [ 80 ] {} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10852 | 2024.11.14 04:55:08.398277 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 10853 | 2024.11.14 04:55:08.398487 [ 186 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_33_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_7 to all_33_33_0 into Compact with storage Full | ||
| 10854 | 2024.11.14 04:55:08.398790 [ 186 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10855 | 2024.11.14 04:55:08.398826 [ 186 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 242 rows starting from the beginning of the part | ||
| 10856 | 2024.11.14 04:55:08.398907 [ 186 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 14 rows starting from the beginning of the part | ||
| 10857 | 2024.11.14 04:55:08.399116 [ 186 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 14 rows starting from the beginning of the part | ||
| 10858 | 2024.11.14 04:55:08.399341 [ 186 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 14 rows starting from the beginning of the part | ||
| 10859 | 2024.11.14 04:55:08.399602 [ 186 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 14 rows starting from the beginning of the part | ||
| 10860 | 2024.11.14 04:55:08.400746 [ 203 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.002387779 sec., 124802.16971503643 rows/sec., 8.95 MiB/sec. | ||
| 10861 | 2024.11.14 04:55:08.400909 [ 186 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 10862 | 2024.11.14 04:55:08.401178 [ 186 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_33_8} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10863 | 2024.11.14 04:55:08.401264 [ 186 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_33_8} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 10864 | 2024.11.14 04:55:08.401344 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 10865 | 2024.11.14 04:55:08.692839 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1548 | ||
| 10866 | 2024.11.14 04:55:08.695490 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10867 | 2024.11.14 04:55:08.695545 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 10868 | 2024.11.14 04:55:08.696973 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 10869 | 2024.11.14 04:55:08.697291 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10870 | 2024.11.14 04:55:08.698737 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1548 | ||
| 10871 | 2024.11.14 04:55:09.305643 [ 219 ] {} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 10872 | 2024.11.14 04:55:09.305721 [ 219 ] {} <Debug> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 10873 | 2024.11.14 04:55:09.313019 [ 219 ] {} <Debug> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 10874 | 2024.11.14 04:55:09.537890 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10875 | 2024.11.14 04:55:09.538081 [ 250 ] {1b14ae10-b674-40e2-8b3e-6f2d2033af49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10876 | 2024.11.14 04:55:09.538152 [ 250 ] {1b14ae10-b674-40e2-8b3e-6f2d2033af49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10877 | 2024.11.14 04:55:09.538888 [ 250 ] {1b14ae10-b674-40e2-8b3e-6f2d2033af49} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10878 | 2024.11.14 04:55:09.538941 [ 250 ] {1b14ae10-b674-40e2-8b3e-6f2d2033af49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 10879 | 2024.11.14 04:55:09.539380 [ 250 ] {1b14ae10-b674-40e2-8b3e-6f2d2033af49} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 10880 | 2024.11.14 04:55:09.539643 [ 250 ] {1b14ae10-b674-40e2-8b3e-6f2d2033af49} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10881 | 2024.11.14 04:55:09.539863 [ 79 ] {} <Debug> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 10882 | 2024.11.14 04:55:09.539898 [ 250 ] {1b14ae10-b674-40e2-8b3e-6f2d2033af49} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001868 sec., 7494.646680942184 rows/sec., 539.51 KiB/sec. | ||
| 10883 | 2024.11.14 04:55:09.539949 [ 79 ] {} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10884 | 2024.11.14 04:55:09.540014 [ 250 ] {1b14ae10-b674-40e2-8b3e-6f2d2033af49} <Debug> TCPHandler: Processed in 0.002250155 sec. | ||
| 10885 | 2024.11.14 04:55:09.540021 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 10886 | 2024.11.14 04:55:09.540269 [ 194 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_33_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_7 to all_33_33_0 into Compact with storage Full | ||
| 10887 | 2024.11.14 04:55:09.540387 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10888 | 2024.11.14 04:55:09.540701 [ 194 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10889 | 2024.11.14 04:55:09.540828 [ 194 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 14 rows starting from the beginning of the part | ||
| 10890 | 2024.11.14 04:55:09.541036 [ 252 ] {da5ce43f-0e51-4e5f-92ba-ef71769b7725} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10891 | 2024.11.14 04:55:09.541147 [ 194 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 14 rows starting from the beginning of the part | ||
| 10892 | 2024.11.14 04:55:09.541324 [ 252 ] {da5ce43f-0e51-4e5f-92ba-ef71769b7725} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10893 | 2024.11.14 04:55:09.541544 [ 194 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 14 rows starting from the beginning of the part | ||
| 10894 | 2024.11.14 04:55:09.541955 [ 194 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 14 rows starting from the beginning of the part | ||
| 10895 | 2024.11.14 04:55:09.542346 [ 194 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 14 rows starting from the beginning of the part | ||
| 10896 | 2024.11.14 04:55:09.544480 [ 252 ] {da5ce43f-0e51-4e5f-92ba-ef71769b7725} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10897 | 2024.11.14 04:55:09.544559 [ 252 ] {da5ce43f-0e51-4e5f-92ba-ef71769b7725} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 10898 | 2024.11.14 04:55:09.544977 [ 203 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.00484192 sec., 14457.074879386688 rows/sec., 1.07 MiB/sec. | ||
| 10899 | 2024.11.14 04:55:09.545275 [ 203 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 10900 | 2024.11.14 04:55:09.545636 [ 252 ] {da5ce43f-0e51-4e5f-92ba-ef71769b7725} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 10901 | 2024.11.14 04:55:09.545858 [ 203 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_33_8} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10902 | 2024.11.14 04:55:09.546063 [ 203 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_33_8} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 10903 | 2024.11.14 04:55:09.546134 [ 252 ] {da5ce43f-0e51-4e5f-92ba-ef71769b7725} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10904 | 2024.11.14 04:55:09.546239 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 10905 | 2024.11.14 04:55:09.546465 [ 252 ] {da5ce43f-0e51-4e5f-92ba-ef71769b7725} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.005664 sec., 50317.79661016949 rows/sec., 4.44 MiB/sec. | ||
| 10906 | 2024.11.14 04:55:09.546545 [ 252 ] {da5ce43f-0e51-4e5f-92ba-ef71769b7725} <Debug> TCPHandler: Processed in 0.006376155 sec. | ||
| 10907 | 2024.11.14 04:55:09.546709 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10908 | 2024.11.14 04:55:09.546831 [ 250 ] {5ff58077-7ff1-409e-8f50-4cc35d5bf7ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10909 | 2024.11.14 04:55:09.546882 [ 250 ] {5ff58077-7ff1-409e-8f50-4cc35d5bf7ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10910 | 2024.11.14 04:55:09.547507 [ 250 ] {5ff58077-7ff1-409e-8f50-4cc35d5bf7ad} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10911 | 2024.11.14 04:55:09.547547 [ 250 ] {5ff58077-7ff1-409e-8f50-4cc35d5bf7ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 10912 | 2024.11.14 04:55:09.547912 [ 250 ] {5ff58077-7ff1-409e-8f50-4cc35d5bf7ad} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 10913 | 2024.11.14 04:55:09.548150 [ 250 ] {5ff58077-7ff1-409e-8f50-4cc35d5bf7ad} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10914 | 2024.11.14 04:55:09.548325 [ 250 ] {5ff58077-7ff1-409e-8f50-4cc35d5bf7ad} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001521 sec., 31558.185404339252 rows/sec., 2.27 MiB/sec. | ||
| 10915 | 2024.11.14 04:55:09.548375 [ 250 ] {5ff58077-7ff1-409e-8f50-4cc35d5bf7ad} <Debug> TCPHandler: Processed in 0.0017256 sec. | ||
| 10916 | 2024.11.14 04:55:09.548543 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10917 | 2024.11.14 04:55:09.548673 [ 252 ] {a6b1b953-6aa8-4323-82b0-0c507a41fab4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10918 | 2024.11.14 04:55:09.548732 [ 252 ] {a6b1b953-6aa8-4323-82b0-0c507a41fab4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10919 | 2024.11.14 04:55:09.549326 [ 252 ] {a6b1b953-6aa8-4323-82b0-0c507a41fab4} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10920 | 2024.11.14 04:55:09.549366 [ 252 ] {a6b1b953-6aa8-4323-82b0-0c507a41fab4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 10921 | 2024.11.14 04:55:09.549733 [ 252 ] {a6b1b953-6aa8-4323-82b0-0c507a41fab4} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10922 | 2024.11.14 04:55:09.549979 [ 252 ] {a6b1b953-6aa8-4323-82b0-0c507a41fab4} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10923 | 2024.11.14 04:55:09.550237 [ 252 ] {a6b1b953-6aa8-4323-82b0-0c507a41fab4} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001585 sec., 8832.807570977919 rows/sec., 618.59 KiB/sec. | ||
| 10924 | 2024.11.14 04:55:09.550386 [ 252 ] {a6b1b953-6aa8-4323-82b0-0c507a41fab4} <Debug> TCPHandler: Processed in 0.001902195 sec. | ||
| 10925 | 2024.11.14 04:55:09.550609 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10926 | 2024.11.14 04:55:09.550724 [ 250 ] {64c3a314-f8e3-403f-9411-1c8bb3fe0ac8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10927 | 2024.11.14 04:55:09.550773 [ 250 ] {64c3a314-f8e3-403f-9411-1c8bb3fe0ac8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10928 | 2024.11.14 04:55:09.551344 [ 250 ] {64c3a314-f8e3-403f-9411-1c8bb3fe0ac8} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10929 | 2024.11.14 04:55:09.551381 [ 250 ] {64c3a314-f8e3-403f-9411-1c8bb3fe0ac8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 10930 | 2024.11.14 04:55:09.551739 [ 250 ] {64c3a314-f8e3-403f-9411-1c8bb3fe0ac8} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 10931 | 2024.11.14 04:55:09.551973 [ 250 ] {64c3a314-f8e3-403f-9411-1c8bb3fe0ac8} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10932 | 2024.11.14 04:55:09.552093 [ 78 ] {} <Debug> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 10933 | 2024.11.14 04:55:09.552134 [ 78 ] {} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10934 | 2024.11.14 04:55:09.552156 [ 250 ] {64c3a314-f8e3-403f-9411-1c8bb3fe0ac8} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001453 sec., 8947.00619408121 rows/sec., 557.84 KiB/sec. | ||
| 10935 | 2024.11.14 04:55:09.552158 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 10936 | 2024.11.14 04:55:09.552274 [ 250 ] {64c3a314-f8e3-403f-9411-1c8bb3fe0ac8} <Debug> TCPHandler: Processed in 0.001749111 sec. | ||
| 10937 | 2024.11.14 04:55:09.552591 [ 199 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_33_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_7 to all_33_33_0 into Compact with storage Full | ||
| 10938 | 2024.11.14 04:55:09.552621 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10939 | 2024.11.14 04:55:09.553122 [ 252 ] {364f7a38-7f38-40e8-ab92-b0bf418c3dea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10940 | 2024.11.14 04:55:09.553135 [ 199 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10941 | 2024.11.14 04:55:09.553231 [ 199 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 13 rows starting from the beginning of the part | ||
| 10942 | 2024.11.14 04:55:09.553237 [ 252 ] {364f7a38-7f38-40e8-ab92-b0bf418c3dea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10943 | 2024.11.14 04:55:09.553581 [ 199 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 13 rows starting from the beginning of the part | ||
| 10944 | 2024.11.14 04:55:09.553896 [ 199 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 13 rows starting from the beginning of the part | ||
| 10945 | 2024.11.14 04:55:09.554270 [ 199 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 13 rows starting from the beginning of the part | ||
| 10946 | 2024.11.14 04:55:09.554642 [ 199 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 13 rows starting from the beginning of the part | ||
| 10947 | 2024.11.14 04:55:09.556274 [ 252 ] {364f7a38-7f38-40e8-ab92-b0bf418c3dea} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10948 | 2024.11.14 04:55:09.556345 [ 252 ] {364f7a38-7f38-40e8-ab92-b0bf418c3dea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 10949 | 2024.11.14 04:55:09.557100 [ 189 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004808939 sec., 13516.4950106458 rows/sec., 895.55 KiB/sec. | ||
| 10950 | 2024.11.14 04:55:09.557271 [ 252 ] {364f7a38-7f38-40e8-ab92-b0bf418c3dea} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 10951 | 2024.11.14 04:55:09.557332 [ 189 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 10952 | 2024.11.14 04:55:09.557687 [ 252 ] {364f7a38-7f38-40e8-ab92-b0bf418c3dea} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10953 | 2024.11.14 04:55:09.557945 [ 191 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_33_8} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10954 | 2024.11.14 04:55:09.558070 [ 252 ] {364f7a38-7f38-40e8-ab92-b0bf418c3dea} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.005137 sec., 82343.78041658555 rows/sec., 5.89 MiB/sec. | ||
| 10955 | 2024.11.14 04:55:09.558171 [ 191 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_33_8} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 10956 | 2024.11.14 04:55:09.558235 [ 252 ] {364f7a38-7f38-40e8-ab92-b0bf418c3dea} <Debug> TCPHandler: Processed in 0.005804538 sec. | ||
| 10957 | 2024.11.14 04:55:09.558394 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 10958 | 2024.11.14 04:55:09.558457 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10959 | 2024.11.14 04:55:09.558592 [ 250 ] {8d0d19d2-bbe1-4594-b335-adbe873d2a0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10960 | 2024.11.14 04:55:09.558651 [ 250 ] {8d0d19d2-bbe1-4594-b335-adbe873d2a0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10961 | 2024.11.14 04:55:09.559220 [ 250 ] {8d0d19d2-bbe1-4594-b335-adbe873d2a0e} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10962 | 2024.11.14 04:55:09.559264 [ 250 ] {8d0d19d2-bbe1-4594-b335-adbe873d2a0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 10963 | 2024.11.14 04:55:09.559627 [ 250 ] {8d0d19d2-bbe1-4594-b335-adbe873d2a0e} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 10964 | 2024.11.14 04:55:09.559860 [ 250 ] {8d0d19d2-bbe1-4594-b335-adbe873d2a0e} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10965 | 2024.11.14 04:55:09.560076 [ 250 ] {8d0d19d2-bbe1-4594-b335-adbe873d2a0e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001504 sec., 3989.36170212766 rows/sec., 208.43 KiB/sec. | ||
| 10966 | 2024.11.14 04:55:09.560270 [ 250 ] {8d0d19d2-bbe1-4594-b335-adbe873d2a0e} <Debug> TCPHandler: Processed in 0.001924676 sec. | ||
| 10967 | 2024.11.14 04:55:09.560499 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10968 | 2024.11.14 04:55:09.560636 [ 252 ] {7478b663-7536-4f0c-9bea-2b2be05f013b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10969 | 2024.11.14 04:55:09.560697 [ 252 ] {7478b663-7536-4f0c-9bea-2b2be05f013b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10970 | 2024.11.14 04:55:09.561367 [ 252 ] {7478b663-7536-4f0c-9bea-2b2be05f013b} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10971 | 2024.11.14 04:55:09.561405 [ 252 ] {7478b663-7536-4f0c-9bea-2b2be05f013b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 10972 | 2024.11.14 04:55:09.561809 [ 252 ] {7478b663-7536-4f0c-9bea-2b2be05f013b} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 10973 | 2024.11.14 04:55:09.562047 [ 252 ] {7478b663-7536-4f0c-9bea-2b2be05f013b} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10974 | 2024.11.14 04:55:09.562283 [ 252 ] {7478b663-7536-4f0c-9bea-2b2be05f013b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001676 sec., 141408.11455847256 rows/sec., 9.48 MiB/sec. | ||
| 10975 | 2024.11.14 04:55:09.562388 [ 252 ] {7478b663-7536-4f0c-9bea-2b2be05f013b} <Debug> TCPHandler: Processed in 0.002000367 sec. | ||
| 10976 | 2024.11.14 04:55:09.562653 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10977 | 2024.11.14 04:55:09.562865 [ 250 ] {220d98fb-4e38-402c-8b88-51d8bd5784c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10978 | 2024.11.14 04:55:09.562951 [ 250 ] {220d98fb-4e38-402c-8b88-51d8bd5784c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10979 | 2024.11.14 04:55:09.563556 [ 250 ] {220d98fb-4e38-402c-8b88-51d8bd5784c2} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10980 | 2024.11.14 04:55:09.563593 [ 250 ] {220d98fb-4e38-402c-8b88-51d8bd5784c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 10981 | 2024.11.14 04:55:09.563944 [ 250 ] {220d98fb-4e38-402c-8b88-51d8bd5784c2} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 10982 | 2024.11.14 04:55:09.564177 [ 250 ] {220d98fb-4e38-402c-8b88-51d8bd5784c2} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10983 | 2024.11.14 04:55:09.564353 [ 250 ] {220d98fb-4e38-402c-8b88-51d8bd5784c2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001536 sec., 651.0416666666666 rows/sec., 43.87 KiB/sec. | ||
| 10984 | 2024.11.14 04:55:09.564400 [ 250 ] {220d98fb-4e38-402c-8b88-51d8bd5784c2} <Debug> TCPHandler: Processed in 0.001916416 sec. | ||
| 10985 | 2024.11.14 04:55:09.564559 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10986 | 2024.11.14 04:55:09.564697 [ 252 ] {2e712d9d-efff-4334-923f-6f862f1e3a5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10987 | 2024.11.14 04:55:09.564789 [ 252 ] {2e712d9d-efff-4334-923f-6f862f1e3a5a} <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 | ||
| 10988 | 2024.11.14 04:55:09.566046 [ 252 ] {2e712d9d-efff-4334-923f-6f862f1e3a5a} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10989 | 2024.11.14 04:55:09.566085 [ 252 ] {2e712d9d-efff-4334-923f-6f862f1e3a5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 10990 | 2024.11.14 04:55:09.566741 [ 252 ] {2e712d9d-efff-4334-923f-6f862f1e3a5a} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10991 | 2024.11.14 04:55:09.566994 [ 252 ] {2e712d9d-efff-4334-923f-6f862f1e3a5a} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10992 | 2024.11.14 04:55:09.567254 [ 252 ] {2e712d9d-efff-4334-923f-6f862f1e3a5a} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002588 sec., 15842.349304482226 rows/sec., 28.39 MiB/sec. | ||
| 10993 | 2024.11.14 04:55:09.567347 [ 252 ] {2e712d9d-efff-4334-923f-6f862f1e3a5a} <Debug> TCPHandler: Processed in 0.002855133 sec. | ||
| 10994 | 2024.11.14 04:55:09.567548 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10995 | 2024.11.14 04:55:09.567767 [ 250 ] {b265cfbf-4852-453a-8b3a-f5c964d3a00d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10996 | 2024.11.14 04:55:09.567859 [ 250 ] {b265cfbf-4852-453a-8b3a-f5c964d3a00d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10997 | 2024.11.14 04:55:09.568519 [ 250 ] {b265cfbf-4852-453a-8b3a-f5c964d3a00d} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10998 | 2024.11.14 04:55:09.568555 [ 250 ] {b265cfbf-4852-453a-8b3a-f5c964d3a00d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 10999 | 2024.11.14 04:55:09.568923 [ 250 ] {b265cfbf-4852-453a-8b3a-f5c964d3a00d} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 11000 | 2024.11.14 04:55:09.569161 [ 250 ] {b265cfbf-4852-453a-8b3a-f5c964d3a00d} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11001 | 2024.11.14 04:55:09.569351 [ 250 ] {b265cfbf-4852-453a-8b3a-f5c964d3a00d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001635 sec., 50152.90519877676 rows/sec., 3.19 MiB/sec. | ||
| 11002 | 2024.11.14 04:55:09.569449 [ 250 ] {b265cfbf-4852-453a-8b3a-f5c964d3a00d} <Debug> TCPHandler: Processed in 0.002010688 sec. | ||
| 11003 | 2024.11.14 04:55:09.768913 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:46927, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11004 | 2024.11.14 04:55:09.958145 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:61527, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11005 | 2024.11.14 04:55:10.133792 [ 220 ] {} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 11006 | 2024.11.14 04:55:10.133839 [ 220 ] {} <Debug> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 11007 | 2024.11.14 04:55:10.136342 [ 220 ] {} <Debug> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 11008 | 2024.11.14 04:55:10.343038 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:49155, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11009 | 2024.11.14 04:55:10.411756 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:34059, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11010 | 2024.11.14 04:55:10.518023 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:34225, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11011 | 2024.11.14 04:55:10.549751 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:46972, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11012 | 2024.11.14 04:55:10.557072 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:55824, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11013 | 2024.11.14 04:55:10.566512 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:33489, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11014 | 2024.11.14 04:55:10.593153 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:44354, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11015 | 2024.11.14 04:55:10.671644 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:49979, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11016 | 2024.11.14 04:55:10.730718 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:41609, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11017 | 2024.11.14 04:55:10.736032 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:62124, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11018 | 2024.11.14 04:55:10.739300 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:53988, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11019 | 2024.11.14 04:55:10.788810 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:64612, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11020 | 2024.11.14 04:55:10.795101 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:49714, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11021 | 2024.11.14 04:55:10.894788 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:58099, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11022 | 2024.11.14 04:55:11.421713 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:36429, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11023 | 2024.11.14 04:55:11.837590 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:33007, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11024 | 2024.11.14 04:55:11.960575 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:44199, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11025 | 2024.11.14 04:55:12.058201 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:41028, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11026 | 2024.11.14 04:55:12.198085 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:41003, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11027 | 2024.11.14 04:55:12.288871 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:33092, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11028 | 2024.11.14 04:55:12.290198 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:53205, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11029 | 2024.11.14 04:55:12.310520 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:59074, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11030 | 2024.11.14 04:55:14.531613 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11031 | 2024.11.14 04:55:14.531814 [ 250 ] {92658cd5-78cc-48ab-9d1b-16be1496edba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 11032 | 2024.11.14 04:55:14.531887 [ 250 ] {92658cd5-78cc-48ab-9d1b-16be1496edba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11033 | 2024.11.14 04:55:14.532659 [ 250 ] {92658cd5-78cc-48ab-9d1b-16be1496edba} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11034 | 2024.11.14 04:55:14.532701 [ 250 ] {92658cd5-78cc-48ab-9d1b-16be1496edba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 11035 | 2024.11.14 04:55:14.533133 [ 250 ] {92658cd5-78cc-48ab-9d1b-16be1496edba} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 11036 | 2024.11.14 04:55:14.533398 [ 250 ] {92658cd5-78cc-48ab-9d1b-16be1496edba} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11037 | 2024.11.14 04:55:14.533627 [ 250 ] {92658cd5-78cc-48ab-9d1b-16be1496edba} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.00186 sec., 2150.537634408602 rows/sec., 175.36 KiB/sec. | ||
| 11038 | 2024.11.14 04:55:14.533732 [ 250 ] {92658cd5-78cc-48ab-9d1b-16be1496edba} <Debug> TCPHandler: Processed in 0.002242185 sec. | ||
| 11039 | 2024.11.14 04:55:14.534039 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11040 | 2024.11.14 04:55:14.534249 [ 252 ] {0686c76b-f748-468f-b678-a104f78752ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11041 | 2024.11.14 04:55:14.534330 [ 252 ] {0686c76b-f748-468f-b678-a104f78752ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11042 | 2024.11.14 04:55:14.535095 [ 252 ] {0686c76b-f748-468f-b678-a104f78752ff} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11043 | 2024.11.14 04:55:14.535141 [ 252 ] {0686c76b-f748-468f-b678-a104f78752ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 11044 | 2024.11.14 04:55:14.535587 [ 252 ] {0686c76b-f748-468f-b678-a104f78752ff} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 11045 | 2024.11.14 04:55:14.535853 [ 252 ] {0686c76b-f748-468f-b678-a104f78752ff} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11046 | 2024.11.14 04:55:14.536135 [ 252 ] {0686c76b-f748-468f-b678-a104f78752ff} <Debug> executeQuery: Read 58 rows, 4.52 KiB in 0.001958 sec., 29622.063329928496 rows/sec., 2.26 MiB/sec. | ||
| 11047 | 2024.11.14 04:55:14.536256 [ 252 ] {0686c76b-f748-468f-b678-a104f78752ff} <Debug> TCPHandler: Processed in 0.002358618 sec. | ||
| 11048 | 2024.11.14 04:55:14.536493 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11049 | 2024.11.14 04:55:14.536671 [ 250 ] {9fd678dd-025c-4c87-87df-9ef8fef52c5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11050 | 2024.11.14 04:55:14.536724 [ 250 ] {9fd678dd-025c-4c87-87df-9ef8fef52c5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11051 | 2024.11.14 04:55:14.537319 [ 250 ] {9fd678dd-025c-4c87-87df-9ef8fef52c5f} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11052 | 2024.11.14 04:55:14.537358 [ 250 ] {9fd678dd-025c-4c87-87df-9ef8fef52c5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 11053 | 2024.11.14 04:55:14.537714 [ 250 ] {9fd678dd-025c-4c87-87df-9ef8fef52c5f} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 11054 | 2024.11.14 04:55:14.537969 [ 250 ] {9fd678dd-025c-4c87-87df-9ef8fef52c5f} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11055 | 2024.11.14 04:55:14.538156 [ 250 ] {9fd678dd-025c-4c87-87df-9ef8fef52c5f} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.00151 sec., 2649.006622516556 rows/sec., 184.96 KiB/sec. | ||
| 11056 | 2024.11.14 04:55:14.538215 [ 250 ] {9fd678dd-025c-4c87-87df-9ef8fef52c5f} <Debug> TCPHandler: Processed in 0.001829013 sec. | ||
| 11057 | 2024.11.14 04:55:14.538382 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11058 | 2024.11.14 04:55:14.538517 [ 252 ] {ca8e0b52-15a6-4f6d-b9e9-1a7b2829bd13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11059 | 2024.11.14 04:55:14.538571 [ 252 ] {ca8e0b52-15a6-4f6d-b9e9-1a7b2829bd13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11060 | 2024.11.14 04:55:14.539220 [ 252 ] {ca8e0b52-15a6-4f6d-b9e9-1a7b2829bd13} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11061 | 2024.11.14 04:55:14.539263 [ 252 ] {ca8e0b52-15a6-4f6d-b9e9-1a7b2829bd13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 11062 | 2024.11.14 04:55:14.539640 [ 252 ] {ca8e0b52-15a6-4f6d-b9e9-1a7b2829bd13} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 11063 | 2024.11.14 04:55:14.539879 [ 252 ] {ca8e0b52-15a6-4f6d-b9e9-1a7b2829bd13} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11064 | 2024.11.14 04:55:14.540097 [ 252 ] {ca8e0b52-15a6-4f6d-b9e9-1a7b2829bd13} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001613 sec., 42157.47055176689 rows/sec., 3.29 MiB/sec. | ||
| 11065 | 2024.11.14 04:55:14.540201 [ 252 ] {ca8e0b52-15a6-4f6d-b9e9-1a7b2829bd13} <Debug> TCPHandler: Processed in 0.001879564 sec. | ||
| 11066 | 2024.11.14 04:55:14.540411 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11067 | 2024.11.14 04:55:14.540616 [ 250 ] {3bc5578d-d6d1-4195-8d94-603189cf2247} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11068 | 2024.11.14 04:55:14.540671 [ 250 ] {3bc5578d-d6d1-4195-8d94-603189cf2247} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11069 | 2024.11.14 04:55:14.541264 [ 250 ] {3bc5578d-d6d1-4195-8d94-603189cf2247} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11070 | 2024.11.14 04:55:14.541303 [ 250 ] {3bc5578d-d6d1-4195-8d94-603189cf2247} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 11071 | 2024.11.14 04:55:14.541711 [ 250 ] {3bc5578d-d6d1-4195-8d94-603189cf2247} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 11072 | 2024.11.14 04:55:14.541971 [ 250 ] {3bc5578d-d6d1-4195-8d94-603189cf2247} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11073 | 2024.11.14 04:55:14.542102 [ 70 ] {} <Debug> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 11074 | 2024.11.14 04:55:14.542141 [ 70 ] {} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11075 | 2024.11.14 04:55:14.542154 [ 250 ] {3bc5578d-d6d1-4195-8d94-603189cf2247} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001566 sec., 103448.27586206897 rows/sec., 7.20 MiB/sec. | ||
| 11076 | 2024.11.14 04:55:14.542167 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 11077 | 2024.11.14 04:55:14.542272 [ 250 ] {3bc5578d-d6d1-4195-8d94-603189cf2247} <Debug> TCPHandler: Processed in 0.001976107 sec. | ||
| 11078 | 2024.11.14 04:55:14.542449 [ 191 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
| 11079 | 2024.11.14 04:55:14.542493 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11080 | 2024.11.14 04:55:14.542733 [ 252 ] {b188b065-2d27-4041-a9c2-61a20da45585} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11081 | 2024.11.14 04:55:14.542758 [ 191 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11082 | 2024.11.14 04:55:14.542846 [ 252 ] {b188b065-2d27-4041-a9c2-61a20da45585} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11083 | 2024.11.14 04:55:14.542847 [ 191 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_96_19, total 19576 rows starting from the beginning of the part | ||
| 11084 | 2024.11.14 04:55:14.543277 [ 191 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 237 rows starting from the beginning of the part | ||
| 11085 | 2024.11.14 04:55:14.543689 [ 191 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 130 rows starting from the beginning of the part | ||
| 11086 | 2024.11.14 04:55:14.543992 [ 191 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 160 rows starting from the beginning of the part | ||
| 11087 | 2024.11.14 04:55:14.544142 [ 191 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 237 rows starting from the beginning of the part | ||
| 11088 | 2024.11.14 04:55:14.544410 [ 191 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 162 rows starting from the beginning of the part | ||
| 11089 | 2024.11.14 04:55:14.545307 [ 252 ] {b188b065-2d27-4041-a9c2-61a20da45585} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11090 | 2024.11.14 04:55:14.545374 [ 252 ] {b188b065-2d27-4041-a9c2-61a20da45585} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 11091 | 2024.11.14 04:55:14.546033 [ 252 ] {b188b065-2d27-4041-a9c2-61a20da45585} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 11092 | 2024.11.14 04:55:14.546346 [ 252 ] {b188b065-2d27-4041-a9c2-61a20da45585} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11093 | 2024.11.14 04:55:14.546542 [ 70 ] {} <Debug> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 11094 | 2024.11.14 04:55:14.546627 [ 70 ] {} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11095 | 2024.11.14 04:55:14.546715 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 11096 | 2024.11.14 04:55:14.546943 [ 252 ] {b188b065-2d27-4041-a9c2-61a20da45585} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004251 sec., 14114.326040931546 rows/sec., 974.04 KiB/sec. | ||
| 11097 | 2024.11.14 04:55:14.547548 [ 252 ] {b188b065-2d27-4041-a9c2-61a20da45585} <Debug> TCPHandler: Processed in 0.005152749 sec. | ||
| 11098 | 2024.11.14 04:55:14.547710 [ 189 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
| 11099 | 2024.11.14 04:55:14.548916 [ 189 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11100 | 2024.11.14 04:55:14.549122 [ 189 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 5664 rows starting from the beginning of the part | ||
| 11101 | 2024.11.14 04:55:14.549568 [ 189 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 82 rows starting from the beginning of the part | ||
| 11102 | 2024.11.14 04:55:14.549736 [ 189 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 48 rows starting from the beginning of the part | ||
| 11103 | 2024.11.14 04:55:14.549854 [ 189 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 60 rows starting from the beginning of the part | ||
| 11104 | 2024.11.14 04:55:14.549971 [ 189 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 82 rows starting from the beginning of the part | ||
| 11105 | 2024.11.14 04:55:14.550246 [ 189 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 60 rows starting from the beginning of the part | ||
| 11106 | 2024.11.14 04:55:14.555059 [ 189 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5996 rows, containing 4 columns (4 merged, 0 gathered) in 0.008153516 sec., 735388.2668532202 rows/sec., 48.20 MiB/sec. | ||
| 11107 | 2024.11.14 04:55:14.555092 [ 192 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20502 rows, containing 5 columns (5 merged, 0 gathered) in 0.01280744 sec., 1600788.2918053882 rows/sec., 109.01 MiB/sec. | ||
| 11108 | 2024.11.14 04:55:14.555597 [ 189 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 11109 | 2024.11.14 04:55:14.555684 [ 192 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 11110 | 2024.11.14 04:55:14.556182 [ 189 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_101_20} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11111 | 2024.11.14 04:55:14.556282 [ 192 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11112 | 2024.11.14 04:55:14.556413 [ 189 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_101_20} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 11113 | 2024.11.14 04:55:14.556490 [ 192 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 11114 | 2024.11.14 04:55:14.556594 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.18 MiB. | ||
| 11115 | 2024.11.14 04:55:14.556738 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. | ||
| 11116 | 2024.11.14 04:55:18.699764 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1582 | ||
| 11117 | 2024.11.14 04:55:18.702726 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11118 | 2024.11.14 04:55:18.702765 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 11119 | 2024.11.14 04:55:18.704190 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 11120 | 2024.11.14 04:55:18.704489 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11121 | 2024.11.14 04:55:18.704818 [ 217 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 11122 | 2024.11.14 04:55:18.705025 [ 217 ] {} <Debug> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 11123 | 2024.11.14 04:55:18.706170 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1582 | ||
| 11124 | 2024.11.14 04:55:18.708110 [ 217 ] {} <Debug> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 11125 | 2024.11.14 04:55:19.531419 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11126 | 2024.11.14 04:55:19.531625 [ 250 ] {1053930f-b577-4856-8141-a8bbde0b2cf5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11127 | 2024.11.14 04:55:19.531703 [ 250 ] {1053930f-b577-4856-8141-a8bbde0b2cf5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11128 | 2024.11.14 04:55:19.532497 [ 250 ] {1053930f-b577-4856-8141-a8bbde0b2cf5} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11129 | 2024.11.14 04:55:19.532551 [ 250 ] {1053930f-b577-4856-8141-a8bbde0b2cf5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 11130 | 2024.11.14 04:55:19.532997 [ 250 ] {1053930f-b577-4856-8141-a8bbde0b2cf5} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 11131 | 2024.11.14 04:55:19.533265 [ 250 ] {1053930f-b577-4856-8141-a8bbde0b2cf5} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11132 | 2024.11.14 04:55:19.533500 [ 250 ] {1053930f-b577-4856-8141-a8bbde0b2cf5} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001929 sec., 29030.585795749095 rows/sec., 2.22 MiB/sec. | ||
| 11133 | 2024.11.14 04:55:19.533562 [ 250 ] {1053930f-b577-4856-8141-a8bbde0b2cf5} <Debug> TCPHandler: Processed in 0.002282306 sec. | ||
| 11134 | 2024.11.14 04:55:19.533836 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11135 | 2024.11.14 04:55:19.534021 [ 252 ] {f752da7a-8c1d-4b14-9f68-6ab7699b1988} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11136 | 2024.11.14 04:55:19.534090 [ 252 ] {f752da7a-8c1d-4b14-9f68-6ab7699b1988} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11137 | 2024.11.14 04:55:19.534835 [ 252 ] {f752da7a-8c1d-4b14-9f68-6ab7699b1988} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11138 | 2024.11.14 04:55:19.534876 [ 252 ] {f752da7a-8c1d-4b14-9f68-6ab7699b1988} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 11139 | 2024.11.14 04:55:19.535312 [ 252 ] {f752da7a-8c1d-4b14-9f68-6ab7699b1988} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 11140 | 2024.11.14 04:55:19.535582 [ 252 ] {f752da7a-8c1d-4b14-9f68-6ab7699b1988} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11141 | 2024.11.14 04:55:19.535777 [ 252 ] {f752da7a-8c1d-4b14-9f68-6ab7699b1988} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001804 sec., 35476.71840354767 rows/sec., 2.77 MiB/sec. | ||
| 11142 | 2024.11.14 04:55:19.535830 [ 252 ] {f752da7a-8c1d-4b14-9f68-6ab7699b1988} <Debug> TCPHandler: Processed in 0.002125071 sec. | ||
| 11143 | 2024.11.14 04:55:19.535996 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11144 | 2024.11.14 04:55:19.536151 [ 250 ] {af146cdb-6c79-4cc8-9b91-c5aa5ea635c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11145 | 2024.11.14 04:55:19.536217 [ 250 ] {af146cdb-6c79-4cc8-9b91-c5aa5ea635c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11146 | 2024.11.14 04:55:19.536858 [ 250 ] {af146cdb-6c79-4cc8-9b91-c5aa5ea635c7} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11147 | 2024.11.14 04:55:19.536899 [ 250 ] {af146cdb-6c79-4cc8-9b91-c5aa5ea635c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 11148 | 2024.11.14 04:55:19.537312 [ 250 ] {af146cdb-6c79-4cc8-9b91-c5aa5ea635c7} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 11149 | 2024.11.14 04:55:19.537561 [ 250 ] {af146cdb-6c79-4cc8-9b91-c5aa5ea635c7} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11150 | 2024.11.14 04:55:19.537765 [ 250 ] {af146cdb-6c79-4cc8-9b91-c5aa5ea635c7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001656 sec., 96618.35748792271 rows/sec., 6.73 MiB/sec. | ||
| 11151 | 2024.11.14 04:55:19.537820 [ 250 ] {af146cdb-6c79-4cc8-9b91-c5aa5ea635c7} <Debug> TCPHandler: Processed in 0.001891465 sec. | ||
| 11152 | 2024.11.14 04:55:19.537994 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11153 | 2024.11.14 04:55:19.538133 [ 252 ] {9bde3a49-295c-4382-bc05-87738eeb0641} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11154 | 2024.11.14 04:55:19.538194 [ 252 ] {9bde3a49-295c-4382-bc05-87738eeb0641} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11155 | 2024.11.14 04:55:19.538761 [ 252 ] {9bde3a49-295c-4382-bc05-87738eeb0641} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11156 | 2024.11.14 04:55:19.538799 [ 252 ] {9bde3a49-295c-4382-bc05-87738eeb0641} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 11157 | 2024.11.14 04:55:19.539188 [ 252 ] {9bde3a49-295c-4382-bc05-87738eeb0641} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 11158 | 2024.11.14 04:55:19.539459 [ 252 ] {9bde3a49-295c-4382-bc05-87738eeb0641} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11159 | 2024.11.14 04:55:19.539662 [ 252 ] {9bde3a49-295c-4382-bc05-87738eeb0641} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001555 sec., 38585.20900321544 rows/sec., 2.60 MiB/sec. | ||
| 11160 | 2024.11.14 04:55:19.539745 [ 252 ] {9bde3a49-295c-4382-bc05-87738eeb0641} <Debug> TCPHandler: Processed in 0.001817813 sec. | ||
| 11161 | 2024.11.14 04:55:20.843392 [ 67 ] {} <Debug> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 11162 | 2024.11.14 04:55:20.843461 [ 67 ] {} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11163 | 2024.11.14 04:55:20.843484 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 11164 | 2024.11.14 04:55:20.843697 [ 192 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_33_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_7 to all_33_33_0 into Compact with storage Full | ||
| 11165 | 2024.11.14 04:55:20.843975 [ 192 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11166 | 2024.11.14 04:55:20.844014 [ 192 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 29 rows starting from the beginning of the part | ||
| 11167 | 2024.11.14 04:55:20.844093 [ 192 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1 rows starting from the beginning of the part | ||
| 11168 | 2024.11.14 04:55:20.844257 [ 192 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1 rows starting from the beginning of the part | ||
| 11169 | 2024.11.14 04:55:20.844497 [ 192 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1 rows starting from the beginning of the part | ||
| 11170 | 2024.11.14 04:55:20.844666 [ 192 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1 rows starting from the beginning of the part | ||
| 11171 | 2024.11.14 04:55:20.845835 [ 187 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 33 rows, containing 4 columns (4 merged, 0 gathered) in 0.002268435 sec., 14547.47436007644 rows/sec., 980.25 KiB/sec. | ||
| 11172 | 2024.11.14 04:55:20.846004 [ 187 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 11173 | 2024.11.14 04:55:20.846366 [ 187 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_33_8} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11174 | 2024.11.14 04:55:20.846456 [ 187 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_33_8} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 11175 | 2024.11.14 04:55:20.846555 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. | ||
| 11176 | 2024.11.14 04:55:21.698947 [ 67 ] {} <Debug> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 11177 | 2024.11.14 04:55:21.699020 [ 67 ] {} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11178 | 2024.11.14 04:55:21.699047 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 11179 | 2024.11.14 04:55:21.699221 [ 192 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_33_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_7 to all_33_33_0 into Compact with storage Full | ||
| 11180 | 2024.11.14 04:55:21.699430 [ 192 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11181 | 2024.11.14 04:55:21.699467 [ 192 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 174 rows starting from the beginning of the part | ||
| 11182 | 2024.11.14 04:55:21.699544 [ 192 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part | ||
| 11183 | 2024.11.14 04:55:21.699729 [ 192 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part | ||
| 11184 | 2024.11.14 04:55:21.699994 [ 192 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part | ||
| 11185 | 2024.11.14 04:55:21.700188 [ 192 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part | ||
| 11186 | 2024.11.14 04:55:21.701263 [ 190 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 198 rows, containing 4 columns (4 merged, 0 gathered) in 0.002127732 sec., 93056.83234542697 rows/sec., 4.75 MiB/sec. | ||
| 11187 | 2024.11.14 04:55:21.701500 [ 193 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 11188 | 2024.11.14 04:55:21.701864 [ 193 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_33_8} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11189 | 2024.11.14 04:55:21.701955 [ 193 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_33_8} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 11190 | 2024.11.14 04:55:21.702058 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 11191 | 2024.11.14 04:55:23.294741 [ 60 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11192 | 2024.11.14 04:55:23.294791 [ 60 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11193 | 2024.11.14 04:55:24.317330 [ 209 ] {} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 11194 | 2024.11.14 04:55:24.317395 [ 209 ] {} <Debug> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 11195 | 2024.11.14 04:55:24.319271 [ 209 ] {} <Debug> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 11196 | 2024.11.14 04:55:24.536978 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11197 | 2024.11.14 04:55:24.537286 [ 250 ] {37ab9cbf-7a56-4127-abc9-7cfdde624766} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11198 | 2024.11.14 04:55:24.537399 [ 250 ] {37ab9cbf-7a56-4127-abc9-7cfdde624766} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11199 | 2024.11.14 04:55:24.538246 [ 250 ] {37ab9cbf-7a56-4127-abc9-7cfdde624766} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11200 | 2024.11.14 04:55:24.538300 [ 250 ] {37ab9cbf-7a56-4127-abc9-7cfdde624766} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 11201 | 2024.11.14 04:55:24.538735 [ 250 ] {37ab9cbf-7a56-4127-abc9-7cfdde624766} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 11202 | 2024.11.14 04:55:24.539004 [ 250 ] {37ab9cbf-7a56-4127-abc9-7cfdde624766} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11203 | 2024.11.14 04:55:24.539254 [ 250 ] {37ab9cbf-7a56-4127-abc9-7cfdde624766} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002046 sec., 6842.619745845552 rows/sec., 492.58 KiB/sec. | ||
| 11204 | 2024.11.14 04:55:24.539331 [ 250 ] {37ab9cbf-7a56-4127-abc9-7cfdde624766} <Debug> TCPHandler: Processed in 0.002535313 sec. | ||
| 11205 | 2024.11.14 04:55:24.539624 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11206 | 2024.11.14 04:55:24.539832 [ 252 ] {792a3c02-b238-4af2-a1d1-973da3967b2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11207 | 2024.11.14 04:55:24.539910 [ 252 ] {792a3c02-b238-4af2-a1d1-973da3967b2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11208 | 2024.11.14 04:55:24.540837 [ 252 ] {792a3c02-b238-4af2-a1d1-973da3967b2c} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11209 | 2024.11.14 04:55:24.540884 [ 252 ] {792a3c02-b238-4af2-a1d1-973da3967b2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 11210 | 2024.11.14 04:55:24.541338 [ 252 ] {792a3c02-b238-4af2-a1d1-973da3967b2c} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 11211 | 2024.11.14 04:55:24.541597 [ 252 ] {792a3c02-b238-4af2-a1d1-973da3967b2c} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11212 | 2024.11.14 04:55:24.541803 [ 59 ] {} <Debug> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 11213 | 2024.11.14 04:55:24.541872 [ 252 ] {792a3c02-b238-4af2-a1d1-973da3967b2c} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.002095 sec., 136038.1861575179 rows/sec., 12.00 MiB/sec. | ||
| 11214 | 2024.11.14 04:55:24.541898 [ 59 ] {} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11215 | 2024.11.14 04:55:24.541965 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 11216 | 2024.11.14 04:55:24.541990 [ 252 ] {792a3c02-b238-4af2-a1d1-973da3967b2c} <Debug> TCPHandler: Processed in 0.002542653 sec. | ||
| 11217 | 2024.11.14 04:55:24.542314 [ 192 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full | ||
| 11218 | 2024.11.14 04:55:24.542328 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11219 | 2024.11.14 04:55:24.542765 [ 192 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11220 | 2024.11.14 04:55:24.542928 [ 192 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 1434 rows starting from the beginning of the part | ||
| 11221 | 2024.11.14 04:55:24.543017 [ 250 ] {5a50f6ef-0a61-47c1-bc04-9d636b59a7fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11222 | 2024.11.14 04:55:24.543190 [ 250 ] {5a50f6ef-0a61-47c1-bc04-9d636b59a7fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11223 | 2024.11.14 04:55:24.543401 [ 192 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 56 rows starting from the beginning of the part | ||
| 11224 | 2024.11.14 04:55:24.543871 [ 192 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 285 rows starting from the beginning of the part | ||
| 11225 | 2024.11.14 04:55:24.544392 [ 192 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 58 rows starting from the beginning of the part | ||
| 11226 | 2024.11.14 04:55:24.544855 [ 192 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 56 rows starting from the beginning of the part | ||
| 11227 | 2024.11.14 04:55:24.545328 [ 192 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 285 rows starting from the beginning of the part | ||
| 11228 | 2024.11.14 04:55:24.546769 [ 250 ] {5a50f6ef-0a61-47c1-bc04-9d636b59a7fd} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11229 | 2024.11.14 04:55:24.546853 [ 250 ] {5a50f6ef-0a61-47c1-bc04-9d636b59a7fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 11230 | 2024.11.14 04:55:24.547840 [ 250 ] {5a50f6ef-0a61-47c1-bc04-9d636b59a7fd} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 11231 | 2024.11.14 04:55:24.548300 [ 250 ] {5a50f6ef-0a61-47c1-bc04-9d636b59a7fd} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11232 | 2024.11.14 04:55:24.548532 [ 59 ] {} <Debug> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78) (MergerMutator): Selected 6 parts from all_1_57_12 to all_62_62_0 | ||
| 11233 | 2024.11.14 04:55:24.548656 [ 59 ] {} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11234 | 2024.11.14 04:55:24.548723 [ 250 ] {5a50f6ef-0a61-47c1-bc04-9d636b59a7fd} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.005812 sec., 8258.774948382656 rows/sec., 608.92 KiB/sec. | ||
| 11235 | 2024.11.14 04:55:24.548740 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 11236 | 2024.11.14 04:55:24.548983 [ 220 ] {} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 11237 | 2024.11.14 04:55:24.549083 [ 220 ] {} <Debug> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 11238 | 2024.11.14 04:55:24.549081 [ 250 ] {5a50f6ef-0a61-47c1-bc04-9d636b59a7fd} <Debug> TCPHandler: Processed in 0.006980522 sec. | ||
| 11239 | 2024.11.14 04:55:24.549404 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11240 | 2024.11.14 04:55:24.549954 [ 192 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2174 rows, containing 5 columns (5 merged, 0 gathered) in 0.007873508 sec., 276115.80505157297 rows/sec., 24.28 MiB/sec. | ||
| 11241 | 2024.11.14 04:55:24.549992 [ 252 ] {8f95f850-d4d5-4f54-b44c-c640ca97fb2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11242 | 2024.11.14 04:55:24.550014 [ 193 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_62_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_57_12 to all_62_62_0 into Compact with storage Full | ||
| 11243 | 2024.11.14 04:55:24.550100 [ 252 ] {8f95f850-d4d5-4f54-b44c-c640ca97fb2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11244 | 2024.11.14 04:55:24.550330 [ 192 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 11245 | 2024.11.14 04:55:24.550705 [ 193 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_62_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11246 | 2024.11.14 04:55:24.550913 [ 193 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_62_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_57_12, total 66 rows starting from the beginning of the part | ||
| 11247 | 2024.11.14 04:55:24.551912 [ 192 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_106_21} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11248 | 2024.11.14 04:55:24.551944 [ 193 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_62_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 48 rows starting from the beginning of the part | ||
| 11249 | 2024.11.14 04:55:24.552435 [ 192 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_106_21} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 11250 | 2024.11.14 04:55:24.552752 [ 193 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_62_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 4 rows starting from the beginning of the part | ||
| 11251 | 2024.11.14 04:55:24.552891 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 11252 | 2024.11.14 04:55:24.553463 [ 193 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_62_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 48 rows starting from the beginning of the part | ||
| 11253 | 2024.11.14 04:55:24.553812 [ 193 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_62_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 4 rows starting from the beginning of the part | ||
| 11254 | 2024.11.14 04:55:24.554111 [ 219 ] {} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 11255 | 2024.11.14 04:55:24.554223 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 11256 | 2024.11.14 04:55:24.554631 [ 193 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_62_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 48 rows starting from the beginning of the part | ||
| 11257 | 2024.11.14 04:55:24.556559 [ 252 ] {8f95f850-d4d5-4f54-b44c-c640ca97fb2c} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11258 | 2024.11.14 04:55:24.556660 [ 252 ] {8f95f850-d4d5-4f54-b44c-c640ca97fb2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 11259 | 2024.11.14 04:55:24.558545 [ 252 ] {8f95f850-d4d5-4f54-b44c-c640ca97fb2c} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 11260 | 2024.11.14 04:55:24.559563 [ 220 ] {} <Debug> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 11261 | 2024.11.14 04:55:24.559598 [ 252 ] {8f95f850-d4d5-4f54-b44c-c640ca97fb2c} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11262 | 2024.11.14 04:55:24.560698 [ 252 ] {8f95f850-d4d5-4f54-b44c-c640ca97fb2c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.010864 sec., 1288.659793814433 rows/sec., 90.25 KiB/sec. | ||
| 11263 | 2024.11.14 04:55:24.561229 [ 252 ] {8f95f850-d4d5-4f54-b44c-c640ca97fb2c} <Debug> TCPHandler: Processed in 0.011982137 sec. | ||
| 11264 | 2024.11.14 04:55:24.561559 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11265 | 2024.11.14 04:55:24.561937 [ 250 ] {8c6f568f-d490-4510-a932-f16a02b1f8b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11266 | 2024.11.14 04:55:24.562128 [ 250 ] {8c6f568f-d490-4510-a932-f16a02b1f8b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11267 | 2024.11.14 04:55:24.562852 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 11268 | 2024.11.14 04:55:24.565707 [ 250 ] {8c6f568f-d490-4510-a932-f16a02b1f8b4} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11269 | 2024.11.14 04:55:24.565788 [ 250 ] {8c6f568f-d490-4510-a932-f16a02b1f8b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 11270 | 2024.11.14 04:55:24.565804 [ 193 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_62_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 218 rows, containing 5 columns (5 merged, 0 gathered) in 0.016685423 sec., 13065.296576538694 rows/sec., 1008.26 KiB/sec. | ||
| 11271 | 2024.11.14 04:55:24.566048 [ 193 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_62_13} <Trace> MergedBlockOutputStream: filled checksums all_1_62_13 (state Temporary) | ||
| 11272 | 2024.11.14 04:55:24.566516 [ 250 ] {8c6f568f-d490-4510-a932-f16a02b1f8b4} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 11273 | 2024.11.14 04:55:24.566584 [ 193 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_62_13} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_merge_all_1_62_13 to all_1_62_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11274 | 2024.11.14 04:55:24.566748 [ 193 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_62_13} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78) (MergerMutator): Merged 6 parts: [all_1_57_12, all_62_62_0] -> all_1_62_13 | ||
| 11275 | 2024.11.14 04:55:24.566901 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 11276 | 2024.11.14 04:55:24.566982 [ 250 ] {8c6f568f-d490-4510-a932-f16a02b1f8b4} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11277 | 2024.11.14 04:55:24.567218 [ 250 ] {8c6f568f-d490-4510-a932-f16a02b1f8b4} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005391 sec., 2411.4264514932293 rows/sec., 150.35 KiB/sec. | ||
| 11278 | 2024.11.14 04:55:24.567431 [ 250 ] {8c6f568f-d490-4510-a932-f16a02b1f8b4} <Debug> TCPHandler: Processed in 0.006068516 sec. | ||
| 11279 | 2024.11.14 04:55:24.567654 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11280 | 2024.11.14 04:55:24.567797 [ 252 ] {1eff16af-90ad-4397-b3f0-0192c4d8147f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11281 | 2024.11.14 04:55:24.567856 [ 252 ] {1eff16af-90ad-4397-b3f0-0192c4d8147f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11282 | 2024.11.14 04:55:24.568766 [ 252 ] {1eff16af-90ad-4397-b3f0-0192c4d8147f} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11283 | 2024.11.14 04:55:24.568806 [ 252 ] {1eff16af-90ad-4397-b3f0-0192c4d8147f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 11284 | 2024.11.14 04:55:24.569201 [ 252 ] {1eff16af-90ad-4397-b3f0-0192c4d8147f} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 11285 | 2024.11.14 04:55:24.569453 [ 252 ] {1eff16af-90ad-4397-b3f0-0192c4d8147f} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11286 | 2024.11.14 04:55:24.569625 [ 58 ] {} <Debug> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 11287 | 2024.11.14 04:55:24.569696 [ 252 ] {1eff16af-90ad-4397-b3f0-0192c4d8147f} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001924 sec., 219854.46985446988 rows/sec., 15.72 MiB/sec. | ||
| 11288 | 2024.11.14 04:55:24.569705 [ 58 ] {} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11289 | 2024.11.14 04:55:24.569807 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 11290 | 2024.11.14 04:55:24.569822 [ 252 ] {1eff16af-90ad-4397-b3f0-0192c4d8147f} <Debug> TCPHandler: Processed in 0.002267745 sec. | ||
| 11291 | 2024.11.14 04:55:24.570194 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11292 | 2024.11.14 04:55:24.570234 [ 198 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full | ||
| 11293 | 2024.11.14 04:55:24.570836 [ 250 ] {dfdce5b2-89af-46e1-b685-640cc3a81ac8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11294 | 2024.11.14 04:55:24.571063 [ 250 ] {dfdce5b2-89af-46e1-b685-640cc3a81ac8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11295 | 2024.11.14 04:55:24.571138 [ 198 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11296 | 2024.11.14 04:55:24.571305 [ 198 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 915 rows starting from the beginning of the part | ||
| 11297 | 2024.11.14 04:55:24.571915 [ 198 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 64 rows starting from the beginning of the part | ||
| 11298 | 2024.11.14 04:55:24.572481 [ 198 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 423 rows starting from the beginning of the part | ||
| 11299 | 2024.11.14 04:55:24.573053 [ 198 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 68 rows starting from the beginning of the part | ||
| 11300 | 2024.11.14 04:55:24.573550 [ 198 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 64 rows starting from the beginning of the part | ||
| 11301 | 2024.11.14 04:55:24.574046 [ 198 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 423 rows starting from the beginning of the part | ||
| 11302 | 2024.11.14 04:55:24.574936 [ 250 ] {dfdce5b2-89af-46e1-b685-640cc3a81ac8} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11303 | 2024.11.14 04:55:24.574973 [ 250 ] {dfdce5b2-89af-46e1-b685-640cc3a81ac8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 11304 | 2024.11.14 04:55:24.575482 [ 250 ] {dfdce5b2-89af-46e1-b685-640cc3a81ac8} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 11305 | 2024.11.14 04:55:24.575815 [ 250 ] {dfdce5b2-89af-46e1-b685-640cc3a81ac8} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11306 | 2024.11.14 04:55:24.576077 [ 250 ] {dfdce5b2-89af-46e1-b685-640cc3a81ac8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005477 sec., 1095.4902318787658 rows/sec., 57.24 KiB/sec. | ||
| 11307 | 2024.11.14 04:55:24.576133 [ 250 ] {dfdce5b2-89af-46e1-b685-640cc3a81ac8} <Debug> TCPHandler: Processed in 0.006154078 sec. | ||
| 11308 | 2024.11.14 04:55:24.576326 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11309 | 2024.11.14 04:55:24.576560 [ 198 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1957 rows, containing 5 columns (5 merged, 0 gathered) in 0.006614301 sec., 295874.0462522041 rows/sec., 22.65 MiB/sec. | ||
| 11310 | 2024.11.14 04:55:24.576584 [ 252 ] {eead8bd9-f742-48f0-931c-a86810611c05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11311 | 2024.11.14 04:55:24.576661 [ 252 ] {eead8bd9-f742-48f0-931c-a86810611c05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11312 | 2024.11.14 04:55:24.576773 [ 198 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 11313 | 2024.11.14 04:55:24.577354 [ 198 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_106_21} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11314 | 2024.11.14 04:55:24.577580 [ 198 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_106_21} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 11315 | 2024.11.14 04:55:24.577741 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 11316 | 2024.11.14 04:55:24.577922 [ 252 ] {eead8bd9-f742-48f0-931c-a86810611c05} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11317 | 2024.11.14 04:55:24.577967 [ 252 ] {eead8bd9-f742-48f0-931c-a86810611c05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 11318 | 2024.11.14 04:55:24.578372 [ 252 ] {eead8bd9-f742-48f0-931c-a86810611c05} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 11319 | 2024.11.14 04:55:24.578615 [ 252 ] {eead8bd9-f742-48f0-931c-a86810611c05} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11320 | 2024.11.14 04:55:24.578833 [ 252 ] {eead8bd9-f742-48f0-931c-a86810611c05} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00231 sec., 102597.4025974026 rows/sec., 6.88 MiB/sec. | ||
| 11321 | 2024.11.14 04:55:24.578887 [ 252 ] {eead8bd9-f742-48f0-931c-a86810611c05} <Debug> TCPHandler: Processed in 0.002643477 sec. | ||
| 11322 | 2024.11.14 04:55:24.579043 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11323 | 2024.11.14 04:55:24.579182 [ 250 ] {4da1b332-9864-46ae-bcf0-eef09dd250c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11324 | 2024.11.14 04:55:24.579243 [ 250 ] {4da1b332-9864-46ae-bcf0-eef09dd250c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11325 | 2024.11.14 04:55:24.579777 [ 250 ] {4da1b332-9864-46ae-bcf0-eef09dd250c3} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11326 | 2024.11.14 04:55:24.579813 [ 250 ] {4da1b332-9864-46ae-bcf0-eef09dd250c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 11327 | 2024.11.14 04:55:24.580164 [ 250 ] {4da1b332-9864-46ae-bcf0-eef09dd250c3} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 11328 | 2024.11.14 04:55:24.580400 [ 250 ] {4da1b332-9864-46ae-bcf0-eef09dd250c3} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11329 | 2024.11.14 04:55:24.580607 [ 250 ] {4da1b332-9864-46ae-bcf0-eef09dd250c3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001453 sec., 688.2312456985546 rows/sec., 46.37 KiB/sec. | ||
| 11330 | 2024.11.14 04:55:24.580850 [ 250 ] {4da1b332-9864-46ae-bcf0-eef09dd250c3} <Debug> TCPHandler: Processed in 0.001866923 sec. | ||
| 11331 | 2024.11.14 04:55:24.581115 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11332 | 2024.11.14 04:55:24.581295 [ 252 ] {8aeed933-cd62-4827-8c42-5d48afa8e12f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11333 | 2024.11.14 04:55:24.581392 [ 252 ] {8aeed933-cd62-4827-8c42-5d48afa8e12f} <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 | ||
| 11334 | 2024.11.14 04:55:24.582605 [ 252 ] {8aeed933-cd62-4827-8c42-5d48afa8e12f} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11335 | 2024.11.14 04:55:24.582645 [ 252 ] {8aeed933-cd62-4827-8c42-5d48afa8e12f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 11336 | 2024.11.14 04:55:24.583340 [ 252 ] {8aeed933-cd62-4827-8c42-5d48afa8e12f} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11337 | 2024.11.14 04:55:24.583602 [ 252 ] {8aeed933-cd62-4827-8c42-5d48afa8e12f} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11338 | 2024.11.14 04:55:24.583918 [ 221 ] {} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 11339 | 2024.11.14 04:55:24.583932 [ 252 ] {8aeed933-cd62-4827-8c42-5d48afa8e12f} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002656 sec., 15436.746987951808 rows/sec., 27.66 MiB/sec. | ||
| 11340 | 2024.11.14 04:55:24.583984 [ 221 ] {} <Debug> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 11341 | 2024.11.14 04:55:24.584233 [ 252 ] {8aeed933-cd62-4827-8c42-5d48afa8e12f} <Debug> TCPHandler: Processed in 0.003279335 sec. | ||
| 11342 | 2024.11.14 04:55:24.584513 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11343 | 2024.11.14 04:55:24.584805 [ 250 ] {fad436c9-047f-4773-b27f-8835cc085d8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11344 | 2024.11.14 04:55:24.584902 [ 250 ] {fad436c9-047f-4773-b27f-8835cc085d8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11345 | 2024.11.14 04:55:24.585938 [ 250 ] {fad436c9-047f-4773-b27f-8835cc085d8e} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11346 | 2024.11.14 04:55:24.585991 [ 250 ] {fad436c9-047f-4773-b27f-8835cc085d8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 11347 | 2024.11.14 04:55:24.586661 [ 250 ] {fad436c9-047f-4773-b27f-8835cc085d8e} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 11348 | 2024.11.14 04:55:24.587014 [ 250 ] {fad436c9-047f-4773-b27f-8835cc085d8e} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11349 | 2024.11.14 04:55:24.587407 [ 250 ] {fad436c9-047f-4773-b27f-8835cc085d8e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002661 sec., 30815.482901164974 rows/sec., 1.96 MiB/sec. | ||
| 11350 | 2024.11.14 04:55:24.587607 [ 250 ] {fad436c9-047f-4773-b27f-8835cc085d8e} <Debug> TCPHandler: Processed in 0.003260684 sec. | ||
| 11351 | 2024.11.14 04:55:24.587902 [ 221 ] {} <Debug> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 11352 | 2024.11.14 04:55:28.707259 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1612 | ||
| 11353 | 2024.11.14 04:55:28.710184 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11354 | 2024.11.14 04:55:28.710240 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 11355 | 2024.11.14 04:55:28.711744 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 11356 | 2024.11.14 04:55:28.712055 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11357 | 2024.11.14 04:55:28.713592 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1612 | ||
| 11358 | 2024.11.14 04:55:29.014721 [ 223 ] {} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 11359 | 2024.11.14 04:55:29.014778 [ 223 ] {} <Debug> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 11360 | 2024.11.14 04:55:29.017103 [ 223 ] {} <Debug> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 11361 | 2024.11.14 04:55:29.027373 [ 209 ] {} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 11362 | 2024.11.14 04:55:29.027434 [ 209 ] {} <Debug> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 11363 | 2024.11.14 04:55:29.029312 [ 209 ] {} <Debug> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 11364 | 2024.11.14 04:55:29.530102 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11365 | 2024.11.14 04:55:29.530409 [ 250 ] {96f575f0-33f9-4fdf-8f24-9819dfc95646} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 11366 | 2024.11.14 04:55:29.530525 [ 250 ] {96f575f0-33f9-4fdf-8f24-9819dfc95646} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11367 | 2024.11.14 04:55:29.531411 [ 250 ] {96f575f0-33f9-4fdf-8f24-9819dfc95646} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11368 | 2024.11.14 04:55:29.531460 [ 250 ] {96f575f0-33f9-4fdf-8f24-9819dfc95646} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 11369 | 2024.11.14 04:55:29.531885 [ 250 ] {96f575f0-33f9-4fdf-8f24-9819dfc95646} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 11370 | 2024.11.14 04:55:29.532140 [ 250 ] {96f575f0-33f9-4fdf-8f24-9819dfc95646} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11371 | 2024.11.14 04:55:29.532379 [ 250 ] {96f575f0-33f9-4fdf-8f24-9819dfc95646} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.002055 sec., 4866.1800486618 rows/sec., 396.80 KiB/sec. | ||
| 11372 | 2024.11.14 04:55:29.532434 [ 250 ] {96f575f0-33f9-4fdf-8f24-9819dfc95646} <Debug> TCPHandler: Processed in 0.002517293 sec. | ||
| 11373 | 2024.11.14 04:55:29.532711 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11374 | 2024.11.14 04:55:29.532919 [ 252 ] {d476a839-a88c-40e8-8932-73fe68cc9241} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11375 | 2024.11.14 04:55:29.532998 [ 252 ] {d476a839-a88c-40e8-8932-73fe68cc9241} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11376 | 2024.11.14 04:55:29.533857 [ 252 ] {d476a839-a88c-40e8-8932-73fe68cc9241} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11377 | 2024.11.14 04:55:29.533900 [ 252 ] {d476a839-a88c-40e8-8932-73fe68cc9241} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 11378 | 2024.11.14 04:55:29.534343 [ 252 ] {d476a839-a88c-40e8-8932-73fe68cc9241} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 11379 | 2024.11.14 04:55:29.534608 [ 252 ] {d476a839-a88c-40e8-8932-73fe68cc9241} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11380 | 2024.11.14 04:55:29.534804 [ 252 ] {d476a839-a88c-40e8-8932-73fe68cc9241} <Debug> executeQuery: Read 61 rows, 4.74 KiB in 0.00194 sec., 31443.298969072162 rows/sec., 2.39 MiB/sec. | ||
| 11381 | 2024.11.14 04:55:29.534866 [ 252 ] {d476a839-a88c-40e8-8932-73fe68cc9241} <Debug> TCPHandler: Processed in 0.002297297 sec. | ||
| 11382 | 2024.11.14 04:55:29.535028 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11383 | 2024.11.14 04:55:29.535200 [ 250 ] {a1c696e8-7245-4a42-a25d-e2778e673b49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11384 | 2024.11.14 04:55:29.535257 [ 250 ] {a1c696e8-7245-4a42-a25d-e2778e673b49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11385 | 2024.11.14 04:55:29.535912 [ 250 ] {a1c696e8-7245-4a42-a25d-e2778e673b49} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11386 | 2024.11.14 04:55:29.535950 [ 250 ] {a1c696e8-7245-4a42-a25d-e2778e673b49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 11387 | 2024.11.14 04:55:29.536315 [ 250 ] {a1c696e8-7245-4a42-a25d-e2778e673b49} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 11388 | 2024.11.14 04:55:29.536559 [ 250 ] {a1c696e8-7245-4a42-a25d-e2778e673b49} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11389 | 2024.11.14 04:55:29.536753 [ 250 ] {a1c696e8-7245-4a42-a25d-e2778e673b49} <Debug> executeQuery: Read 10 rows, 715.00 B in 0.001575 sec., 6349.206349206349 rows/sec., 443.33 KiB/sec. | ||
| 11390 | 2024.11.14 04:55:29.536848 [ 250 ] {a1c696e8-7245-4a42-a25d-e2778e673b49} <Debug> TCPHandler: Processed in 0.001884775 sec. | ||
| 11391 | 2024.11.14 04:55:29.537075 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11392 | 2024.11.14 04:55:29.537226 [ 252 ] {f29ff812-45cd-45f5-be58-4bb3ade400e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11393 | 2024.11.14 04:55:29.537285 [ 252 ] {f29ff812-45cd-45f5-be58-4bb3ade400e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11394 | 2024.11.14 04:55:29.537960 [ 252 ] {f29ff812-45cd-45f5-be58-4bb3ade400e2} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11395 | 2024.11.14 04:55:29.537999 [ 252 ] {f29ff812-45cd-45f5-be58-4bb3ade400e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 11396 | 2024.11.14 04:55:29.538373 [ 252 ] {f29ff812-45cd-45f5-be58-4bb3ade400e2} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 11397 | 2024.11.14 04:55:29.538610 [ 252 ] {f29ff812-45cd-45f5-be58-4bb3ade400e2} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11398 | 2024.11.14 04:55:29.538816 [ 252 ] {f29ff812-45cd-45f5-be58-4bb3ade400e2} <Debug> executeQuery: Read 74 rows, 5.93 KiB in 0.001622 sec., 45622.68803945746 rows/sec., 3.57 MiB/sec. | ||
| 11399 | 2024.11.14 04:55:29.538868 [ 252 ] {f29ff812-45cd-45f5-be58-4bb3ade400e2} <Debug> TCPHandler: Processed in 0.001913035 sec. | ||
| 11400 | 2024.11.14 04:55:29.539007 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11401 | 2024.11.14 04:55:29.539132 [ 250 ] {1087bf6d-1190-45d7-bfc5-dc1af9ca078e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11402 | 2024.11.14 04:55:29.539184 [ 250 ] {1087bf6d-1190-45d7-bfc5-dc1af9ca078e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11403 | 2024.11.14 04:55:29.539733 [ 250 ] {1087bf6d-1190-45d7-bfc5-dc1af9ca078e} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11404 | 2024.11.14 04:55:29.539769 [ 250 ] {1087bf6d-1190-45d7-bfc5-dc1af9ca078e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 11405 | 2024.11.14 04:55:29.540177 [ 250 ] {1087bf6d-1190-45d7-bfc5-dc1af9ca078e} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 11406 | 2024.11.14 04:55:29.540422 [ 250 ] {1087bf6d-1190-45d7-bfc5-dc1af9ca078e} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11407 | 2024.11.14 04:55:29.540601 [ 250 ] {1087bf6d-1190-45d7-bfc5-dc1af9ca078e} <Debug> executeQuery: Read 133 rows, 9.48 KiB in 0.001494 sec., 89022.75769745649 rows/sec., 6.20 MiB/sec. | ||
| 11408 | 2024.11.14 04:55:29.540651 [ 250 ] {1087bf6d-1190-45d7-bfc5-dc1af9ca078e} <Debug> TCPHandler: Processed in 0.001701639 sec. | ||
| 11409 | 2024.11.14 04:55:29.540791 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11410 | 2024.11.14 04:55:29.540908 [ 252 ] {3ae1cd08-16a1-464f-b395-c6c2650ba38c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11411 | 2024.11.14 04:55:29.540958 [ 252 ] {3ae1cd08-16a1-464f-b395-c6c2650ba38c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11412 | 2024.11.14 04:55:29.541457 [ 252 ] {3ae1cd08-16a1-464f-b395-c6c2650ba38c} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11413 | 2024.11.14 04:55:29.541496 [ 252 ] {3ae1cd08-16a1-464f-b395-c6c2650ba38c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 11414 | 2024.11.14 04:55:29.541879 [ 252 ] {3ae1cd08-16a1-464f-b395-c6c2650ba38c} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 11415 | 2024.11.14 04:55:29.542119 [ 252 ] {3ae1cd08-16a1-464f-b395-c6c2650ba38c} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11416 | 2024.11.14 04:55:29.542328 [ 252 ] {3ae1cd08-16a1-464f-b395-c6c2650ba38c} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001444 sec., 33240.997229916895 rows/sec., 2.24 MiB/sec. | ||
| 11417 | 2024.11.14 04:55:29.542377 [ 252 ] {3ae1cd08-16a1-464f-b395-c6c2650ba38c} <Debug> TCPHandler: Processed in 0.001643698 sec. | ||
| 11418 | 2024.11.14 04:55:34.530170 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11419 | 2024.11.14 04:55:34.530499 [ 250 ] {0c410b9f-eab5-47c2-8768-7b38bbbc933a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11420 | 2024.11.14 04:55:34.530614 [ 250 ] {0c410b9f-eab5-47c2-8768-7b38bbbc933a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11421 | 2024.11.14 04:55:34.531532 [ 250 ] {0c410b9f-eab5-47c2-8768-7b38bbbc933a} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11422 | 2024.11.14 04:55:34.531581 [ 250 ] {0c410b9f-eab5-47c2-8768-7b38bbbc933a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 11423 | 2024.11.14 04:55:34.532009 [ 250 ] {0c410b9f-eab5-47c2-8768-7b38bbbc933a} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 11424 | 2024.11.14 04:55:34.532262 [ 250 ] {0c410b9f-eab5-47c2-8768-7b38bbbc933a} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11425 | 2024.11.14 04:55:34.532479 [ 250 ] {0c410b9f-eab5-47c2-8768-7b38bbbc933a} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002068 sec., 27079.303675048355 rows/sec., 2.07 MiB/sec. | ||
| 11426 | 2024.11.14 04:55:34.532534 [ 250 ] {0c410b9f-eab5-47c2-8768-7b38bbbc933a} <Debug> TCPHandler: Processed in 0.002549664 sec. | ||
| 11427 | 2024.11.14 04:55:34.532791 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11428 | 2024.11.14 04:55:34.533002 [ 252 ] {cf6f7abe-d880-43a9-a029-9b498334c6a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11429 | 2024.11.14 04:55:34.533074 [ 252 ] {cf6f7abe-d880-43a9-a029-9b498334c6a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11430 | 2024.11.14 04:55:34.533839 [ 252 ] {cf6f7abe-d880-43a9-a029-9b498334c6a2} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11431 | 2024.11.14 04:55:34.533884 [ 252 ] {cf6f7abe-d880-43a9-a029-9b498334c6a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 11432 | 2024.11.14 04:55:34.534320 [ 252 ] {cf6f7abe-d880-43a9-a029-9b498334c6a2} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 11433 | 2024.11.14 04:55:34.534574 [ 252 ] {cf6f7abe-d880-43a9-a029-9b498334c6a2} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11434 | 2024.11.14 04:55:34.534826 [ 252 ] {cf6f7abe-d880-43a9-a029-9b498334c6a2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001874 sec., 34151.547491995734 rows/sec., 2.67 MiB/sec. | ||
| 11435 | 2024.11.14 04:55:34.534949 [ 252 ] {cf6f7abe-d880-43a9-a029-9b498334c6a2} <Debug> TCPHandler: Processed in 0.002295327 sec. | ||
| 11436 | 2024.11.14 04:55:34.535240 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11437 | 2024.11.14 04:55:34.535497 [ 250 ] {1e85a853-0828-4080-8012-b01e16428c31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11438 | 2024.11.14 04:55:34.535595 [ 250 ] {1e85a853-0828-4080-8012-b01e16428c31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11439 | 2024.11.14 04:55:34.536372 [ 250 ] {1e85a853-0828-4080-8012-b01e16428c31} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11440 | 2024.11.14 04:55:34.536411 [ 250 ] {1e85a853-0828-4080-8012-b01e16428c31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 11441 | 2024.11.14 04:55:34.536808 [ 250 ] {1e85a853-0828-4080-8012-b01e16428c31} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 11442 | 2024.11.14 04:55:34.537047 [ 250 ] {1e85a853-0828-4080-8012-b01e16428c31} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11443 | 2024.11.14 04:55:34.537282 [ 250 ] {1e85a853-0828-4080-8012-b01e16428c31} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001836 sec., 87145.96949891068 rows/sec., 6.07 MiB/sec. | ||
| 11444 | 2024.11.14 04:55:34.537362 [ 250 ] {1e85a853-0828-4080-8012-b01e16428c31} <Debug> TCPHandler: Processed in 0.002308247 sec. | ||
| 11445 | 2024.11.14 04:55:34.537577 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11446 | 2024.11.14 04:55:34.537796 [ 252 ] {41906690-0674-4732-b51f-687b0de16a55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11447 | 2024.11.14 04:55:34.537858 [ 252 ] {41906690-0674-4732-b51f-687b0de16a55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11448 | 2024.11.14 04:55:34.538382 [ 252 ] {41906690-0674-4732-b51f-687b0de16a55} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11449 | 2024.11.14 04:55:34.538420 [ 252 ] {41906690-0674-4732-b51f-687b0de16a55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 11450 | 2024.11.14 04:55:34.538812 [ 252 ] {41906690-0674-4732-b51f-687b0de16a55} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 11451 | 2024.11.14 04:55:34.539053 [ 252 ] {41906690-0674-4732-b51f-687b0de16a55} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11452 | 2024.11.14 04:55:34.539293 [ 252 ] {41906690-0674-4732-b51f-687b0de16a55} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001539 sec., 38986.35477582846 rows/sec., 2.63 MiB/sec. | ||
| 11453 | 2024.11.14 04:55:34.539381 [ 252 ] {41906690-0674-4732-b51f-687b0de16a55} <Debug> TCPHandler: Processed in 0.001932287 sec. | ||
| 11454 | 2024.11.14 04:55:36.412066 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60778, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11455 | 2024.11.14 04:55:36.648547 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47112, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11456 | 2024.11.14 04:55:36.749942 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45214, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11457 | 2024.11.14 04:55:36.769321 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38914, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11458 | 2024.11.14 04:55:36.841731 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42686, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11459 | 2024.11.14 04:55:36.881122 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45636, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11460 | 2024.11.14 04:55:36.886439 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49225, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11461 | 2024.11.14 04:55:36.913725 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64278, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11462 | 2024.11.14 04:55:38.295037 [ 45 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11463 | 2024.11.14 04:55:38.295112 [ 45 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11464 | 2024.11.14 04:55:38.714656 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1632 | ||
| 11465 | 2024.11.14 04:55:38.717332 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11466 | 2024.11.14 04:55:38.717382 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 11467 | 2024.11.14 04:55:38.718853 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 11468 | 2024.11.14 04:55:38.719193 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11469 | 2024.11.14 04:55:38.719516 [ 45 ] {} <Debug> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 11470 | 2024.11.14 04:55:38.719712 [ 45 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11471 | 2024.11.14 04:55:38.719824 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 11472 | 2024.11.14 04:55:38.720403 [ 200 ] {517a6315-c66d-488d-99aa-0fdeb396e457::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 | ||
| 11473 | 2024.11.14 04:55:38.721213 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1632 | ||
| 11474 | 2024.11.14 04:55:38.721946 [ 200 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11475 | 2024.11.14 04:55:38.722134 [ 200 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1498 rows starting from the beginning of the part | ||
| 11476 | 2024.11.14 04:55:38.722796 [ 200 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 30 rows starting from the beginning of the part | ||
| 11477 | 2024.11.14 04:55:38.723426 [ 200 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 20 rows starting from the beginning of the part | ||
| 11478 | 2024.11.14 04:55:38.724020 [ 200 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 34 rows starting from the beginning of the part | ||
| 11479 | 2024.11.14 04:55:38.724598 [ 200 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 30 rows starting from the beginning of the part | ||
| 11480 | 2024.11.14 04:55:38.725160 [ 200 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 20 rows starting from the beginning of the part | ||
| 11481 | 2024.11.14 04:55:38.733692 [ 199 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1632 rows, containing 72 columns (72 merged, 0 gathered) in 0.013670166 sec., 119384.06600183202 rows/sec., 91.92 MiB/sec. | ||
| 11482 | 2024.11.14 04:55:38.735473 [ 203 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 11483 | 2024.11.14 04:55:38.736321 [ 203 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_56_11} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11484 | 2024.11.14 04:55:38.736422 [ 203 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_56_11} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 11485 | 2024.11.14 04:55:38.736756 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.90 MiB. | ||
| 11486 | 2024.11.14 04:55:39.536668 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11487 | 2024.11.14 04:55:39.536886 [ 250 ] {0e5265ce-6be9-4404-9faa-28942f6677c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11488 | 2024.11.14 04:55:39.536969 [ 250 ] {0e5265ce-6be9-4404-9faa-28942f6677c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11489 | 2024.11.14 04:55:39.537736 [ 250 ] {0e5265ce-6be9-4404-9faa-28942f6677c7} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11490 | 2024.11.14 04:55:39.537791 [ 250 ] {0e5265ce-6be9-4404-9faa-28942f6677c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 11491 | 2024.11.14 04:55:39.538224 [ 250 ] {0e5265ce-6be9-4404-9faa-28942f6677c7} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 11492 | 2024.11.14 04:55:39.538485 [ 250 ] {0e5265ce-6be9-4404-9faa-28942f6677c7} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11493 | 2024.11.14 04:55:39.538709 [ 250 ] {0e5265ce-6be9-4404-9faa-28942f6677c7} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001883 sec., 7434.944237918216 rows/sec., 535.22 KiB/sec. | ||
| 11494 | 2024.11.14 04:55:39.538773 [ 250 ] {0e5265ce-6be9-4404-9faa-28942f6677c7} <Debug> TCPHandler: Processed in 0.002243514 sec. | ||
| 11495 | 2024.11.14 04:55:39.539050 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11496 | 2024.11.14 04:55:39.539274 [ 252 ] {8bcf9059-8225-46ec-a17e-d2711235bab6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11497 | 2024.11.14 04:55:39.539366 [ 252 ] {8bcf9059-8225-46ec-a17e-d2711235bab6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11498 | 2024.11.14 04:55:39.540357 [ 252 ] {8bcf9059-8225-46ec-a17e-d2711235bab6} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11499 | 2024.11.14 04:55:39.540410 [ 252 ] {8bcf9059-8225-46ec-a17e-d2711235bab6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 11500 | 2024.11.14 04:55:39.540877 [ 252 ] {8bcf9059-8225-46ec-a17e-d2711235bab6} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 11501 | 2024.11.14 04:55:39.541141 [ 252 ] {8bcf9059-8225-46ec-a17e-d2711235bab6} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11502 | 2024.11.14 04:55:39.541393 [ 252 ] {8bcf9059-8225-46ec-a17e-d2711235bab6} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.00218 sec., 130733.94495412844 rows/sec., 11.53 MiB/sec. | ||
| 11503 | 2024.11.14 04:55:39.541460 [ 252 ] {8bcf9059-8225-46ec-a17e-d2711235bab6} <Debug> TCPHandler: Processed in 0.002560814 sec. | ||
| 11504 | 2024.11.14 04:55:39.541626 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11505 | 2024.11.14 04:55:39.541753 [ 250 ] {b54496a0-bec5-4481-83e3-d00f12d657ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11506 | 2024.11.14 04:55:39.541805 [ 250 ] {b54496a0-bec5-4481-83e3-d00f12d657ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11507 | 2024.11.14 04:55:39.542422 [ 250 ] {b54496a0-bec5-4481-83e3-d00f12d657ca} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11508 | 2024.11.14 04:55:39.542465 [ 250 ] {b54496a0-bec5-4481-83e3-d00f12d657ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 11509 | 2024.11.14 04:55:39.542837 [ 250 ] {b54496a0-bec5-4481-83e3-d00f12d657ca} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 11510 | 2024.11.14 04:55:39.543085 [ 250 ] {b54496a0-bec5-4481-83e3-d00f12d657ca} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11511 | 2024.11.14 04:55:39.543290 [ 250 ] {b54496a0-bec5-4481-83e3-d00f12d657ca} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001566 sec., 30651.340996168583 rows/sec., 2.21 MiB/sec. | ||
| 11512 | 2024.11.14 04:55:39.543345 [ 250 ] {b54496a0-bec5-4481-83e3-d00f12d657ca} <Debug> TCPHandler: Processed in 0.001777822 sec. | ||
| 11513 | 2024.11.14 04:55:39.543509 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11514 | 2024.11.14 04:55:39.543638 [ 252 ] {99517f0d-bd0a-4f91-9e57-1a76158e0c3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11515 | 2024.11.14 04:55:39.543693 [ 252 ] {99517f0d-bd0a-4f91-9e57-1a76158e0c3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11516 | 2024.11.14 04:55:39.544338 [ 252 ] {99517f0d-bd0a-4f91-9e57-1a76158e0c3a} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11517 | 2024.11.14 04:55:39.544381 [ 252 ] {99517f0d-bd0a-4f91-9e57-1a76158e0c3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 11518 | 2024.11.14 04:55:39.544765 [ 252 ] {99517f0d-bd0a-4f91-9e57-1a76158e0c3a} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 11519 | 2024.11.14 04:55:39.545040 [ 252 ] {99517f0d-bd0a-4f91-9e57-1a76158e0c3a} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11520 | 2024.11.14 04:55:39.545259 [ 252 ] {99517f0d-bd0a-4f91-9e57-1a76158e0c3a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001651 sec., 8479.709267110842 rows/sec., 593.86 KiB/sec. | ||
| 11521 | 2024.11.14 04:55:39.545315 [ 252 ] {99517f0d-bd0a-4f91-9e57-1a76158e0c3a} <Debug> TCPHandler: Processed in 0.001870534 sec. | ||
| 11522 | 2024.11.14 04:55:39.545473 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11523 | 2024.11.14 04:55:39.545596 [ 250 ] {6e63ad16-bbd9-48b9-aa1f-4dfc1fd590b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11524 | 2024.11.14 04:55:39.545646 [ 250 ] {6e63ad16-bbd9-48b9-aa1f-4dfc1fd590b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11525 | 2024.11.14 04:55:39.546226 [ 250 ] {6e63ad16-bbd9-48b9-aa1f-4dfc1fd590b7} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11526 | 2024.11.14 04:55:39.546268 [ 250 ] {6e63ad16-bbd9-48b9-aa1f-4dfc1fd590b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 11527 | 2024.11.14 04:55:39.546632 [ 250 ] {6e63ad16-bbd9-48b9-aa1f-4dfc1fd590b7} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 11528 | 2024.11.14 04:55:39.546883 [ 250 ] {6e63ad16-bbd9-48b9-aa1f-4dfc1fd590b7} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11529 | 2024.11.14 04:55:39.547093 [ 250 ] {6e63ad16-bbd9-48b9-aa1f-4dfc1fd590b7} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001525 sec., 8524.590163934427 rows/sec., 531.51 KiB/sec. | ||
| 11530 | 2024.11.14 04:55:39.547146 [ 250 ] {6e63ad16-bbd9-48b9-aa1f-4dfc1fd590b7} <Debug> TCPHandler: Processed in 0.00173129 sec. | ||
| 11531 | 2024.11.14 04:55:39.547293 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11532 | 2024.11.14 04:55:39.547415 [ 252 ] {8d31a48b-b8fb-4b7b-9576-41a820f3dd06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11533 | 2024.11.14 04:55:39.547468 [ 252 ] {8d31a48b-b8fb-4b7b-9576-41a820f3dd06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11534 | 2024.11.14 04:55:39.548302 [ 252 ] {8d31a48b-b8fb-4b7b-9576-41a820f3dd06} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11535 | 2024.11.14 04:55:39.548342 [ 252 ] {8d31a48b-b8fb-4b7b-9576-41a820f3dd06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 11536 | 2024.11.14 04:55:39.548733 [ 252 ] {8d31a48b-b8fb-4b7b-9576-41a820f3dd06} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 11537 | 2024.11.14 04:55:39.548984 [ 252 ] {8d31a48b-b8fb-4b7b-9576-41a820f3dd06} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11538 | 2024.11.14 04:55:39.549213 [ 252 ] {8d31a48b-b8fb-4b7b-9576-41a820f3dd06} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001824 sec., 231907.8947368421 rows/sec., 16.58 MiB/sec. | ||
| 11539 | 2024.11.14 04:55:39.549302 [ 252 ] {8d31a48b-b8fb-4b7b-9576-41a820f3dd06} <Debug> TCPHandler: Processed in 0.00206643 sec. | ||
| 11540 | 2024.11.14 04:55:39.549521 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11541 | 2024.11.14 04:55:39.549732 [ 250 ] {87a4ef46-5139-4df4-a4a8-ed5166665010} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11542 | 2024.11.14 04:55:39.549793 [ 250 ] {87a4ef46-5139-4df4-a4a8-ed5166665010} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11543 | 2024.11.14 04:55:39.550325 [ 250 ] {87a4ef46-5139-4df4-a4a8-ed5166665010} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11544 | 2024.11.14 04:55:39.550364 [ 250 ] {87a4ef46-5139-4df4-a4a8-ed5166665010} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 11545 | 2024.11.14 04:55:39.550722 [ 250 ] {87a4ef46-5139-4df4-a4a8-ed5166665010} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 11546 | 2024.11.14 04:55:39.550963 [ 250 ] {87a4ef46-5139-4df4-a4a8-ed5166665010} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11547 | 2024.11.14 04:55:39.551204 [ 250 ] {87a4ef46-5139-4df4-a4a8-ed5166665010} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00151 sec., 3973.5099337748343 rows/sec., 207.60 KiB/sec. | ||
| 11548 | 2024.11.14 04:55:39.551276 [ 250 ] {87a4ef46-5139-4df4-a4a8-ed5166665010} <Debug> TCPHandler: Processed in 0.001869514 sec. | ||
| 11549 | 2024.11.14 04:55:39.551488 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11550 | 2024.11.14 04:55:39.551612 [ 252 ] {c2cae065-cb69-4acb-ac2b-9378863106a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11551 | 2024.11.14 04:55:39.551665 [ 252 ] {c2cae065-cb69-4acb-ac2b-9378863106a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11552 | 2024.11.14 04:55:39.552234 [ 252 ] {c2cae065-cb69-4acb-ac2b-9378863106a1} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11553 | 2024.11.14 04:55:39.552273 [ 252 ] {c2cae065-cb69-4acb-ac2b-9378863106a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 11554 | 2024.11.14 04:55:39.552671 [ 252 ] {c2cae065-cb69-4acb-ac2b-9378863106a1} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 11555 | 2024.11.14 04:55:39.552912 [ 252 ] {c2cae065-cb69-4acb-ac2b-9378863106a1} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11556 | 2024.11.14 04:55:39.553096 [ 43 ] {} <Debug> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 11557 | 2024.11.14 04:55:39.553160 [ 252 ] {c2cae065-cb69-4acb-ac2b-9378863106a1} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001568 sec., 151147.95918367346 rows/sec., 10.13 MiB/sec. | ||
| 11558 | 2024.11.14 04:55:39.553190 [ 43 ] {} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11559 | 2024.11.14 04:55:39.553259 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 11560 | 2024.11.14 04:55:39.553272 [ 252 ] {c2cae065-cb69-4acb-ac2b-9378863106a1} <Debug> TCPHandler: Processed in 0.001888064 sec. | ||
| 11561 | 2024.11.14 04:55:39.553607 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11562 | 2024.11.14 04:55:39.553676 [ 194 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full | ||
| 11563 | 2024.11.14 04:55:39.554243 [ 250 ] {77a1809b-7b24-46fb-8b47-c9a2b0360e16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11564 | 2024.11.14 04:55:39.554456 [ 250 ] {77a1809b-7b24-46fb-8b47-c9a2b0360e16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11565 | 2024.11.14 04:55:39.554485 [ 194 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11566 | 2024.11.14 04:55:39.554637 [ 194 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_101_20, total 20502 rows starting from the beginning of the part | ||
| 11567 | 2024.11.14 04:55:39.555239 [ 194 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 160 rows starting from the beginning of the part | ||
| 11568 | 2024.11.14 04:55:39.555870 [ 194 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 237 rows starting from the beginning of the part | ||
| 11569 | 2024.11.14 04:55:39.556381 [ 194 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 133 rows starting from the beginning of the part | ||
| 11570 | 2024.11.14 04:55:39.556735 [ 194 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 160 rows starting from the beginning of the part | ||
| 11571 | 2024.11.14 04:55:39.557054 [ 194 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 237 rows starting from the beginning of the part | ||
| 11572 | 2024.11.14 04:55:39.557854 [ 250 ] {77a1809b-7b24-46fb-8b47-c9a2b0360e16} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11573 | 2024.11.14 04:55:39.557896 [ 250 ] {77a1809b-7b24-46fb-8b47-c9a2b0360e16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 11574 | 2024.11.14 04:55:39.558461 [ 250 ] {77a1809b-7b24-46fb-8b47-c9a2b0360e16} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 11575 | 2024.11.14 04:55:39.558731 [ 250 ] {77a1809b-7b24-46fb-8b47-c9a2b0360e16} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11576 | 2024.11.14 04:55:39.559112 [ 250 ] {77a1809b-7b24-46fb-8b47-c9a2b0360e16} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005061 sec., 197.58940920766645 rows/sec., 13.31 KiB/sec. | ||
| 11577 | 2024.11.14 04:55:39.559514 [ 250 ] {77a1809b-7b24-46fb-8b47-c9a2b0360e16} <Debug> TCPHandler: Processed in 0.006128058 sec. | ||
| 11578 | 2024.11.14 04:55:39.559833 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11579 | 2024.11.14 04:55:39.560266 [ 252 ] {45a34341-0934-476c-922c-a10e1574a960} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11580 | 2024.11.14 04:55:39.560515 [ 252 ] {45a34341-0934-476c-922c-a10e1574a960} <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 | ||
| 11581 | 2024.11.14 04:55:39.562510 [ 252 ] {45a34341-0934-476c-922c-a10e1574a960} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11582 | 2024.11.14 04:55:39.562550 [ 252 ] {45a34341-0934-476c-922c-a10e1574a960} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 11583 | 2024.11.14 04:55:39.563219 [ 252 ] {45a34341-0934-476c-922c-a10e1574a960} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 11584 | 2024.11.14 04:55:39.563509 [ 252 ] {45a34341-0934-476c-922c-a10e1574a960} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11585 | 2024.11.14 04:55:39.563679 [ 41 ] {} <Debug> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0 | ||
| 11586 | 2024.11.14 04:55:39.563769 [ 41 ] {} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11587 | 2024.11.14 04:55:39.563786 [ 252 ] {45a34341-0934-476c-922c-a10e1574a960} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.003653 sec., 11223.65179304681 rows/sec., 20.11 MiB/sec. | ||
| 11588 | 2024.11.14 04:55:39.563819 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 11589 | 2024.11.14 04:55:39.564182 [ 199 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_40_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_35_7 to all_40_40_0 into Compact with storage Full | ||
| 11590 | 2024.11.14 04:55:39.564212 [ 252 ] {45a34341-0934-476c-922c-a10e1574a960} <Debug> TCPHandler: Processed in 0.004555452 sec. | ||
| 11591 | 2024.11.14 04:55:39.564431 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11592 | 2024.11.14 04:55:39.564690 [ 250 ] {9a8e8e66-fc2b-42d5-bc58-f583a9ed2bc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11593 | 2024.11.14 04:55:39.564826 [ 250 ] {9a8e8e66-fc2b-42d5-bc58-f583a9ed2bc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11594 | 2024.11.14 04:55:39.565039 [ 199 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_40_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11595 | 2024.11.14 04:55:39.565304 [ 199 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 1265 rows starting from the beginning of the part | ||
| 11596 | 2024.11.14 04:55:39.566124 [ 199 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 41 rows starting from the beginning of the part | ||
| 11597 | 2024.11.14 04:55:39.566950 [ 199 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 41 rows starting from the beginning of the part | ||
| 11598 | 2024.11.14 04:55:39.566996 [ 250 ] {9a8e8e66-fc2b-42d5-bc58-f583a9ed2bc2} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11599 | 2024.11.14 04:55:39.567077 [ 250 ] {9a8e8e66-fc2b-42d5-bc58-f583a9ed2bc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 11600 | 2024.11.14 04:55:39.567576 [ 199 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 41 rows starting from the beginning of the part | ||
| 11601 | 2024.11.14 04:55:39.568313 [ 199 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 41 rows starting from the beginning of the part | ||
| 11602 | 2024.11.14 04:55:39.568632 [ 250 ] {9a8e8e66-fc2b-42d5-bc58-f583a9ed2bc2} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 11603 | 2024.11.14 04:55:39.568967 [ 199 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 41 rows starting from the beginning of the part | ||
| 11604 | 2024.11.14 04:55:39.569526 [ 250 ] {9a8e8e66-fc2b-42d5-bc58-f583a9ed2bc2} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11605 | 2024.11.14 04:55:39.569993 [ 41 ] {} <Debug> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 11606 | 2024.11.14 04:55:39.570097 [ 41 ] {} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11607 | 2024.11.14 04:55:39.570331 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 11608 | 2024.11.14 04:55:39.570592 [ 250 ] {9a8e8e66-fc2b-42d5-bc58-f583a9ed2bc2} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005936 sec., 13814.016172506737 rows/sec., 898.42 KiB/sec. | ||
| 11609 | 2024.11.14 04:55:39.570993 [ 250 ] {9a8e8e66-fc2b-42d5-bc58-f583a9ed2bc2} <Debug> TCPHandler: Processed in 0.006668313 sec. | ||
| 11610 | 2024.11.14 04:55:39.571229 [ 197 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full | ||
| 11611 | 2024.11.14 04:55:39.571784 [ 197 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11612 | 2024.11.14 04:55:39.571942 [ 197 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 5996 rows starting from the beginning of the part | ||
| 11613 | 2024.11.14 04:55:39.572497 [ 197 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 60 rows starting from the beginning of the part | ||
| 11614 | 2024.11.14 04:55:39.572842 [ 197 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 82 rows starting from the beginning of the part | ||
| 11615 | 2024.11.14 04:55:39.573023 [ 197 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 48 rows starting from the beginning of the part | ||
| 11616 | 2024.11.14 04:55:39.573165 [ 197 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 60 rows starting from the beginning of the part | ||
| 11617 | 2024.11.14 04:55:39.573557 [ 197 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 82 rows starting from the beginning of the part | ||
| 11618 | 2024.11.14 04:55:39.574276 [ 196 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21429 rows, containing 5 columns (5 merged, 0 gathered) in 0.020856614 sec., 1027443.8602545937 rows/sec., 69.97 MiB/sec. | ||
| 11619 | 2024.11.14 04:55:39.574945 [ 196 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 11620 | 2024.11.14 04:55:39.575713 [ 196 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_106_21} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11621 | 2024.11.14 04:55:39.576043 [ 196 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_106_21} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 11622 | 2024.11.14 04:55:39.576357 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. | ||
| 11623 | 2024.11.14 04:55:39.578962 [ 196 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6328 rows, containing 4 columns (4 merged, 0 gathered) in 0.008252219 sec., 766824.0505977847 rows/sec., 50.26 MiB/sec. | ||
| 11624 | 2024.11.14 04:55:39.579710 [ 195 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 11625 | 2024.11.14 04:55:39.580040 [ 195 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_106_21} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11626 | 2024.11.14 04:55:39.580281 [ 195 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_106_21} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 11627 | 2024.11.14 04:55:39.580386 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.20 MiB. | ||
| 11628 | 2024.11.14 04:55:39.582323 [ 196 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_40_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1470 rows, containing 19 columns (19 merged, 0 gathered) in 0.018386393 sec., 79950.42855877169 rows/sec., 143.27 MiB/sec. | ||
| 11629 | 2024.11.14 04:55:39.583466 [ 187 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_40_8} <Trace> MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary) | ||
| 11630 | 2024.11.14 04:55:39.583886 [ 187 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_40_8} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11631 | 2024.11.14 04:55:39.583970 [ 187 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_40_8} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8 | ||
| 11632 | 2024.11.14 04:55:39.584085 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.66 MiB. | ||
| 11633 | 2024.11.14 04:55:39.773636 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:64653, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11634 | 2024.11.14 04:55:39.964162 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:52024, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11635 | 2024.11.14 04:55:40.001132 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 185.76 MiB, peak 197.34 MiB, free memory in arenas 0.00 B, will set to 188.37 MiB (RSS), difference: 2.61 MiB | ||
| 11636 | 2024.11.14 04:55:40.347056 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:45855, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11637 | 2024.11.14 04:55:40.431330 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:36748, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11638 | 2024.11.14 04:55:40.520743 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:64012, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11639 | 2024.11.14 04:55:40.562749 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:49990, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11640 | 2024.11.14 04:55:40.568000 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:34080, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11641 | 2024.11.14 04:55:40.581432 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:55729, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11642 | 2024.11.14 04:55:40.611946 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:46891, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11643 | 2024.11.14 04:55:40.672508 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:61310, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11644 | 2024.11.14 04:55:40.741967 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:36148, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11645 | 2024.11.14 04:55:40.749644 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:53294, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11646 | 2024.11.14 04:55:40.759007 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:52596, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11647 | 2024.11.14 04:55:40.796514 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:40175, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11648 | 2024.11.14 04:55:40.798745 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:44681, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11649 | 2024.11.14 04:55:40.908436 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:64760, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11650 | 2024.11.14 04:55:41.429448 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:51086, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11651 | 2024.11.14 04:55:41.489378 [ 34 ] {} <Debug> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 11652 | 2024.11.14 04:55:41.489465 [ 34 ] {} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11653 | 2024.11.14 04:55:41.489503 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 11654 | 2024.11.14 04:55:41.489766 [ 190 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::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 | ||
| 11655 | 2024.11.14 04:55:41.490269 [ 190 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11656 | 2024.11.14 04:55:41.490339 [ 190 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 18 rows starting from the beginning of the part | ||
| 11657 | 2024.11.14 04:55:41.490487 [ 190 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 10 rows starting from the beginning of the part | ||
| 11658 | 2024.11.14 04:55:41.490763 [ 190 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 4 rows starting from the beginning of the part | ||
| 11659 | 2024.11.14 04:55:41.490995 [ 190 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 4 rows starting from the beginning of the part | ||
| 11660 | 2024.11.14 04:55:41.491214 [ 190 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 10 rows starting from the beginning of the part | ||
| 11661 | 2024.11.14 04:55:41.492393 [ 187 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 5 columns (5 merged, 0 gathered) in 0.002795761 sec., 16453.480823289257 rows/sec., 1.37 MiB/sec. | ||
| 11662 | 2024.11.14 04:55:41.492609 [ 196 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 11663 | 2024.11.14 04:55:41.493005 [ 196 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_25_6} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11664 | 2024.11.14 04:55:41.493114 [ 196 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_25_6} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 11665 | 2024.11.14 04:55:41.493229 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 11666 | 2024.11.14 04:55:41.843323 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:49323, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11667 | 2024.11.14 04:55:41.980994 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:60637, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11668 | 2024.11.14 04:55:42.060916 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:37246, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11669 | 2024.11.14 04:55:42.218645 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:52525, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11670 | 2024.11.14 04:55:42.308476 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:49324, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11671 | 2024.11.14 04:55:42.309827 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:51306, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11672 | 2024.11.14 04:55:42.322091 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:34655, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11673 | 2024.11.14 04:55:44.528794 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11674 | 2024.11.14 04:55:44.529010 [ 250 ] {8d47d189-364d-43c4-824d-54b8f7c1e638} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11675 | 2024.11.14 04:55:44.529085 [ 250 ] {8d47d189-364d-43c4-824d-54b8f7c1e638} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11676 | 2024.11.14 04:55:44.529868 [ 250 ] {8d47d189-364d-43c4-824d-54b8f7c1e638} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11677 | 2024.11.14 04:55:44.529917 [ 250 ] {8d47d189-364d-43c4-824d-54b8f7c1e638} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 11678 | 2024.11.14 04:55:44.530358 [ 250 ] {8d47d189-364d-43c4-824d-54b8f7c1e638} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 11679 | 2024.11.14 04:55:44.530615 [ 250 ] {8d47d189-364d-43c4-824d-54b8f7c1e638} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11680 | 2024.11.14 04:55:44.530845 [ 250 ] {8d47d189-364d-43c4-824d-54b8f7c1e638} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001888 sec., 29661.016949152545 rows/sec., 2.26 MiB/sec. | ||
| 11681 | 2024.11.14 04:55:44.530909 [ 250 ] {8d47d189-364d-43c4-824d-54b8f7c1e638} <Debug> TCPHandler: Processed in 0.002243605 sec. | ||
| 11682 | 2024.11.14 04:55:44.531164 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11683 | 2024.11.14 04:55:44.531349 [ 252 ] {a57ca805-e863-4112-bd60-28dd60b0ef75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11684 | 2024.11.14 04:55:44.531420 [ 252 ] {a57ca805-e863-4112-bd60-28dd60b0ef75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11685 | 2024.11.14 04:55:44.532171 [ 252 ] {a57ca805-e863-4112-bd60-28dd60b0ef75} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11686 | 2024.11.14 04:55:44.532214 [ 252 ] {a57ca805-e863-4112-bd60-28dd60b0ef75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 11687 | 2024.11.14 04:55:44.532640 [ 252 ] {a57ca805-e863-4112-bd60-28dd60b0ef75} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 11688 | 2024.11.14 04:55:44.532900 [ 252 ] {a57ca805-e863-4112-bd60-28dd60b0ef75} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11689 | 2024.11.14 04:55:44.533117 [ 252 ] {a57ca805-e863-4112-bd60-28dd60b0ef75} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001816 sec., 35242.29074889868 rows/sec., 2.75 MiB/sec. | ||
| 11690 | 2024.11.14 04:55:44.533181 [ 252 ] {a57ca805-e863-4112-bd60-28dd60b0ef75} <Debug> TCPHandler: Processed in 0.002148182 sec. | ||
| 11691 | 2024.11.14 04:55:44.533404 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11692 | 2024.11.14 04:55:44.533599 [ 250 ] {7ebb50db-dabe-49bc-9199-09093c55228b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11693 | 2024.11.14 04:55:44.533666 [ 250 ] {7ebb50db-dabe-49bc-9199-09093c55228b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11694 | 2024.11.14 04:55:44.534339 [ 250 ] {7ebb50db-dabe-49bc-9199-09093c55228b} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11695 | 2024.11.14 04:55:44.534379 [ 250 ] {7ebb50db-dabe-49bc-9199-09093c55228b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 11696 | 2024.11.14 04:55:44.534780 [ 250 ] {7ebb50db-dabe-49bc-9199-09093c55228b} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 11697 | 2024.11.14 04:55:44.535026 [ 250 ] {7ebb50db-dabe-49bc-9199-09093c55228b} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11698 | 2024.11.14 04:55:44.535244 [ 250 ] {7ebb50db-dabe-49bc-9199-09093c55228b} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001682 sec., 76099.8810939358 rows/sec., 5.30 MiB/sec. | ||
| 11699 | 2024.11.14 04:55:44.535301 [ 250 ] {7ebb50db-dabe-49bc-9199-09093c55228b} <Debug> TCPHandler: Processed in 0.002017668 sec. | ||
| 11700 | 2024.11.14 04:55:44.535451 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11701 | 2024.11.14 04:55:44.535576 [ 252 ] {bd884275-cd83-4bc3-88b0-33fad3c7adc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11702 | 2024.11.14 04:55:44.535629 [ 252 ] {bd884275-cd83-4bc3-88b0-33fad3c7adc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11703 | 2024.11.14 04:55:44.536140 [ 252 ] {bd884275-cd83-4bc3-88b0-33fad3c7adc3} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11704 | 2024.11.14 04:55:44.536178 [ 252 ] {bd884275-cd83-4bc3-88b0-33fad3c7adc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 11705 | 2024.11.14 04:55:44.536555 [ 252 ] {bd884275-cd83-4bc3-88b0-33fad3c7adc3} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 11706 | 2024.11.14 04:55:44.536785 [ 252 ] {bd884275-cd83-4bc3-88b0-33fad3c7adc3} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11707 | 2024.11.14 04:55:44.536962 [ 252 ] {bd884275-cd83-4bc3-88b0-33fad3c7adc3} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001415 sec., 33922.26148409894 rows/sec., 2.29 MiB/sec. | ||
| 11708 | 2024.11.14 04:55:44.537014 [ 252 ] {bd884275-cd83-4bc3-88b0-33fad3c7adc3} <Debug> TCPHandler: Processed in 0.001623567 sec. | ||
| 11709 | 2024.11.14 04:55:44.851587 [ 224 ] {} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 11710 | 2024.11.14 04:55:44.851637 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 11711 | 2024.11.14 04:55:44.854166 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 11712 | 2024.11.14 04:55:45.413394 [ 225 ] {} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 11713 | 2024.11.14 04:55:45.413466 [ 225 ] {} <Debug> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 11714 | 2024.11.14 04:55:45.416287 [ 225 ] {} <Debug> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 11715 | 2024.11.14 04:55:48.722270 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1662 | ||
| 11716 | 2024.11.14 04:55:48.725190 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11717 | 2024.11.14 04:55:48.725241 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 11718 | 2024.11.14 04:55:48.726697 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 11719 | 2024.11.14 04:55:48.727006 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11720 | 2024.11.14 04:55:48.727517 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1662 | ||
| 11721 | 2024.11.14 04:55:49.529870 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11722 | 2024.11.14 04:55:49.530089 [ 250 ] {e00a750b-5a12-4a87-a777-2f21f638c2c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11723 | 2024.11.14 04:55:49.530172 [ 250 ] {e00a750b-5a12-4a87-a777-2f21f638c2c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11724 | 2024.11.14 04:55:49.530977 [ 250 ] {e00a750b-5a12-4a87-a777-2f21f638c2c8} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11725 | 2024.11.14 04:55:49.531028 [ 250 ] {e00a750b-5a12-4a87-a777-2f21f638c2c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 11726 | 2024.11.14 04:55:49.531468 [ 250 ] {e00a750b-5a12-4a87-a777-2f21f638c2c8} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 11727 | 2024.11.14 04:55:49.531749 [ 250 ] {e00a750b-5a12-4a87-a777-2f21f638c2c8} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11728 | 2024.11.14 04:55:49.531962 [ 32 ] {} <Debug> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 11729 | 2024.11.14 04:55:49.531987 [ 250 ] {e00a750b-5a12-4a87-a777-2f21f638c2c8} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001954 sec., 28659.160696008188 rows/sec., 2.19 MiB/sec. | ||
| 11730 | 2024.11.14 04:55:49.532049 [ 32 ] {} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11731 | 2024.11.14 04:55:49.532128 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 11732 | 2024.11.14 04:55:49.532129 [ 250 ] {e00a750b-5a12-4a87-a777-2f21f638c2c8} <Debug> TCPHandler: Processed in 0.002396589 sec. | ||
| 11733 | 2024.11.14 04:55:49.532441 [ 187 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full | ||
| 11734 | 2024.11.14 04:55:49.532525 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11735 | 2024.11.14 04:55:49.532894 [ 187 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11736 | 2024.11.14 04:55:49.533007 [ 252 ] {96ae1f69-99e4-49a4-bb8e-5979f4d78119} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11737 | 2024.11.14 04:55:49.533021 [ 187 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 1434 rows starting from the beginning of the part | ||
| 11738 | 2024.11.14 04:55:49.533251 [ 252 ] {96ae1f69-99e4-49a4-bb8e-5979f4d78119} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11739 | 2024.11.14 04:55:49.533471 [ 187 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 61 rows starting from the beginning of the part | ||
| 11740 | 2024.11.14 04:55:49.533943 [ 187 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 56 rows starting from the beginning of the part | ||
| 11741 | 2024.11.14 04:55:49.534367 [ 187 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 285 rows starting from the beginning of the part | ||
| 11742 | 2024.11.14 04:55:49.534717 [ 187 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 56 rows starting from the beginning of the part | ||
| 11743 | 2024.11.14 04:55:49.535217 [ 187 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 56 rows starting from the beginning of the part | ||
| 11744 | 2024.11.14 04:55:49.538100 [ 252 ] {96ae1f69-99e4-49a4-bb8e-5979f4d78119} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11745 | 2024.11.14 04:55:49.538182 [ 252 ] {96ae1f69-99e4-49a4-bb8e-5979f4d78119} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 11746 | 2024.11.14 04:55:49.539042 [ 252 ] {96ae1f69-99e4-49a4-bb8e-5979f4d78119} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 11747 | 2024.11.14 04:55:49.539219 [ 196 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1948 rows, containing 5 columns (5 merged, 0 gathered) in 0.006979402 sec., 279107.00658881664 rows/sec., 24.31 MiB/sec. | ||
| 11748 | 2024.11.14 04:55:49.539472 [ 252 ] {96ae1f69-99e4-49a4-bb8e-5979f4d78119} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11749 | 2024.11.14 04:55:49.539516 [ 196 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 11750 | 2024.11.14 04:55:49.539674 [ 32 ] {} <Debug> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 11751 | 2024.11.14 04:55:49.539725 [ 32 ] {} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11752 | 2024.11.14 04:55:49.539750 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 11753 | 2024.11.14 04:55:49.539804 [ 252 ] {96ae1f69-99e4-49a4-bb8e-5979f4d78119} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.007006 sec., 9135.027119611761 rows/sec., 730.12 KiB/sec. | ||
| 11754 | 2024.11.14 04:55:49.540429 [ 252 ] {96ae1f69-99e4-49a4-bb8e-5979f4d78119} <Debug> TCPHandler: Processed in 0.008126255 sec. | ||
| 11755 | 2024.11.14 04:55:49.540510 [ 196 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_111_22} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11756 | 2024.11.14 04:55:49.540521 [ 186 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full | ||
| 11757 | 2024.11.14 04:55:49.540902 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11758 | 2024.11.14 04:55:49.541131 [ 196 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_111_22} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 11759 | 2024.11.14 04:55:49.541563 [ 186 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11760 | 2024.11.14 04:55:49.541584 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
| 11761 | 2024.11.14 04:55:49.541622 [ 250 ] {72711d61-679e-4419-a56c-cadeed05f8e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11762 | 2024.11.14 04:55:49.541739 [ 186 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 915 rows starting from the beginning of the part | ||
| 11763 | 2024.11.14 04:55:49.541899 [ 250 ] {72711d61-679e-4419-a56c-cadeed05f8e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11764 | 2024.11.14 04:55:49.542259 [ 186 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 74 rows starting from the beginning of the part | ||
| 11765 | 2024.11.14 04:55:49.542662 [ 186 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 64 rows starting from the beginning of the part | ||
| 11766 | 2024.11.14 04:55:49.543103 [ 186 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 423 rows starting from the beginning of the part | ||
| 11767 | 2024.11.14 04:55:49.543740 [ 186 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 64 rows starting from the beginning of the part | ||
| 11768 | 2024.11.14 04:55:49.544363 [ 186 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 64 rows starting from the beginning of the part | ||
| 11769 | 2024.11.14 04:55:49.545340 [ 250 ] {72711d61-679e-4419-a56c-cadeed05f8e8} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11770 | 2024.11.14 04:55:49.545387 [ 250 ] {72711d61-679e-4419-a56c-cadeed05f8e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 11771 | 2024.11.14 04:55:49.545961 [ 250 ] {72711d61-679e-4419-a56c-cadeed05f8e8} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 11772 | 2024.11.14 04:55:49.546265 [ 250 ] {72711d61-679e-4419-a56c-cadeed05f8e8} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11773 | 2024.11.14 04:55:49.546524 [ 198 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1604 rows, containing 5 columns (5 merged, 0 gathered) in 0.006672514 sec., 240389.1546724368 rows/sec., 18.54 MiB/sec. | ||
| 11774 | 2024.11.14 04:55:49.546686 [ 250 ] {72711d61-679e-4419-a56c-cadeed05f8e8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005332 sec., 30007.501875468868 rows/sec., 2.09 MiB/sec. | ||
| 11775 | 2024.11.14 04:55:49.546759 [ 250 ] {72711d61-679e-4419-a56c-cadeed05f8e8} <Debug> TCPHandler: Processed in 0.006129488 sec. | ||
| 11776 | 2024.11.14 04:55:49.546822 [ 198 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 11777 | 2024.11.14 04:55:49.547030 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11778 | 2024.11.14 04:55:49.547421 [ 252 ] {a6912ba6-ceb6-435b-960c-0445c84de4d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11779 | 2024.11.14 04:55:49.547597 [ 252 ] {a6912ba6-ceb6-435b-960c-0445c84de4d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11780 | 2024.11.14 04:55:49.548218 [ 198 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_111_22} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11781 | 2024.11.14 04:55:49.548493 [ 198 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_111_22} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 11782 | 2024.11.14 04:55:49.548640 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. | ||
| 11783 | 2024.11.14 04:55:49.549031 [ 252 ] {a6912ba6-ceb6-435b-960c-0445c84de4d4} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11784 | 2024.11.14 04:55:49.549075 [ 252 ] {a6912ba6-ceb6-435b-960c-0445c84de4d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 11785 | 2024.11.14 04:55:49.549489 [ 252 ] {a6912ba6-ceb6-435b-960c-0445c84de4d4} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 11786 | 2024.11.14 04:55:49.549727 [ 252 ] {a6912ba6-ceb6-435b-960c-0445c84de4d4} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11787 | 2024.11.14 04:55:49.549948 [ 252 ] {a6912ba6-ceb6-435b-960c-0445c84de4d4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002629 sec., 22822.36591860023 rows/sec., 1.54 MiB/sec. | ||
| 11788 | 2024.11.14 04:55:49.550009 [ 252 ] {a6912ba6-ceb6-435b-960c-0445c84de4d4} <Debug> TCPHandler: Processed in 0.003135781 sec. | ||
| 11789 | 2024.11.14 04:55:53.295377 [ 23 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11790 | 2024.11.14 04:55:53.295432 [ 23 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11791 | 2024.11.14 04:55:54.357740 [ 220 ] {} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 11792 | 2024.11.14 04:55:54.357806 [ 220 ] {} <Debug> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 11793 | 2024.11.14 04:55:54.359911 [ 220 ] {} <Debug> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 11794 | 2024.11.14 04:55:54.537398 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11795 | 2024.11.14 04:55:54.537630 [ 250 ] {6c516698-8074-4621-9cdf-33d32c8a1d9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11796 | 2024.11.14 04:55:54.537725 [ 250 ] {6c516698-8074-4621-9cdf-33d32c8a1d9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11797 | 2024.11.14 04:55:54.538592 [ 250 ] {6c516698-8074-4621-9cdf-33d32c8a1d9d} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11798 | 2024.11.14 04:55:54.538642 [ 250 ] {6c516698-8074-4621-9cdf-33d32c8a1d9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 11799 | 2024.11.14 04:55:54.539076 [ 250 ] {6c516698-8074-4621-9cdf-33d32c8a1d9d} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 11800 | 2024.11.14 04:55:54.539329 [ 250 ] {6c516698-8074-4621-9cdf-33d32c8a1d9d} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11801 | 2024.11.14 04:55:54.539607 [ 250 ] {6c516698-8074-4621-9cdf-33d32c8a1d9d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002035 sec., 6879.60687960688 rows/sec., 495.24 KiB/sec. | ||
| 11802 | 2024.11.14 04:55:54.539697 [ 250 ] {6c516698-8074-4621-9cdf-33d32c8a1d9d} <Debug> TCPHandler: Processed in 0.002434821 sec. | ||
| 11803 | 2024.11.14 04:55:54.540022 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11804 | 2024.11.14 04:55:54.540190 [ 252 ] {5fc53214-1157-45ed-adba-e8b786fe9f1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11805 | 2024.11.14 04:55:54.540259 [ 252 ] {5fc53214-1157-45ed-adba-e8b786fe9f1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11806 | 2024.11.14 04:55:54.541128 [ 252 ] {5fc53214-1157-45ed-adba-e8b786fe9f1b} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11807 | 2024.11.14 04:55:54.541171 [ 252 ] {5fc53214-1157-45ed-adba-e8b786fe9f1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 11808 | 2024.11.14 04:55:54.541589 [ 252 ] {5fc53214-1157-45ed-adba-e8b786fe9f1b} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 11809 | 2024.11.14 04:55:54.541844 [ 252 ] {5fc53214-1157-45ed-adba-e8b786fe9f1b} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11810 | 2024.11.14 04:55:54.542054 [ 252 ] {5fc53214-1157-45ed-adba-e8b786fe9f1b} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.001913 sec., 148980.65865133298 rows/sec., 13.14 MiB/sec. | ||
| 11811 | 2024.11.14 04:55:54.542109 [ 252 ] {5fc53214-1157-45ed-adba-e8b786fe9f1b} <Debug> TCPHandler: Processed in 0.002249135 sec. | ||
| 11812 | 2024.11.14 04:55:54.542322 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11813 | 2024.11.14 04:55:54.542544 [ 250 ] {4cdc1203-94da-4db2-b50a-ebb0934a1001} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11814 | 2024.11.14 04:55:54.542619 [ 250 ] {4cdc1203-94da-4db2-b50a-ebb0934a1001} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11815 | 2024.11.14 04:55:54.543222 [ 250 ] {4cdc1203-94da-4db2-b50a-ebb0934a1001} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11816 | 2024.11.14 04:55:54.543262 [ 250 ] {4cdc1203-94da-4db2-b50a-ebb0934a1001} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 11817 | 2024.11.14 04:55:54.543625 [ 250 ] {4cdc1203-94da-4db2-b50a-ebb0934a1001} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 11818 | 2024.11.14 04:55:54.543866 [ 250 ] {4cdc1203-94da-4db2-b50a-ebb0934a1001} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11819 | 2024.11.14 04:55:54.544060 [ 250 ] {4cdc1203-94da-4db2-b50a-ebb0934a1001} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001556 sec., 30848.329048843185 rows/sec., 2.22 MiB/sec. | ||
| 11820 | 2024.11.14 04:55:54.544164 [ 250 ] {4cdc1203-94da-4db2-b50a-ebb0934a1001} <Debug> TCPHandler: Processed in 0.001951646 sec. | ||
| 11821 | 2024.11.14 04:55:54.544346 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11822 | 2024.11.14 04:55:54.544474 [ 252 ] {1c4a88e4-35ec-4c12-ae2d-78bc5f3d1cbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11823 | 2024.11.14 04:55:54.544521 [ 252 ] {1c4a88e4-35ec-4c12-ae2d-78bc5f3d1cbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11824 | 2024.11.14 04:55:54.545092 [ 252 ] {1c4a88e4-35ec-4c12-ae2d-78bc5f3d1cbc} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11825 | 2024.11.14 04:55:54.545130 [ 252 ] {1c4a88e4-35ec-4c12-ae2d-78bc5f3d1cbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 11826 | 2024.11.14 04:55:54.545476 [ 252 ] {1c4a88e4-35ec-4c12-ae2d-78bc5f3d1cbc} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 11827 | 2024.11.14 04:55:54.545705 [ 252 ] {1c4a88e4-35ec-4c12-ae2d-78bc5f3d1cbc} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11828 | 2024.11.14 04:55:54.545939 [ 252 ] {1c4a88e4-35ec-4c12-ae2d-78bc5f3d1cbc} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001483 sec., 9440.323668240055 rows/sec., 661.14 KiB/sec. | ||
| 11829 | 2024.11.14 04:55:54.546044 [ 252 ] {1c4a88e4-35ec-4c12-ae2d-78bc5f3d1cbc} <Debug> TCPHandler: Processed in 0.001781471 sec. | ||
| 11830 | 2024.11.14 04:55:54.546229 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11831 | 2024.11.14 04:55:54.546347 [ 250 ] {e7281b5e-5c32-4ee0-8a41-4f91226d2fdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11832 | 2024.11.14 04:55:54.546396 [ 250 ] {e7281b5e-5c32-4ee0-8a41-4f91226d2fdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11833 | 2024.11.14 04:55:54.546971 [ 250 ] {e7281b5e-5c32-4ee0-8a41-4f91226d2fdc} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11834 | 2024.11.14 04:55:54.547009 [ 250 ] {e7281b5e-5c32-4ee0-8a41-4f91226d2fdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 11835 | 2024.11.14 04:55:54.547364 [ 250 ] {e7281b5e-5c32-4ee0-8a41-4f91226d2fdc} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 11836 | 2024.11.14 04:55:54.547604 [ 250 ] {e7281b5e-5c32-4ee0-8a41-4f91226d2fdc} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11837 | 2024.11.14 04:55:54.547822 [ 250 ] {e7281b5e-5c32-4ee0-8a41-4f91226d2fdc} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001489 sec., 8730.691739422431 rows/sec., 544.36 KiB/sec. | ||
| 11838 | 2024.11.14 04:55:54.547897 [ 250 ] {e7281b5e-5c32-4ee0-8a41-4f91226d2fdc} <Debug> TCPHandler: Processed in 0.001762471 sec. | ||
| 11839 | 2024.11.14 04:55:54.548139 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11840 | 2024.11.14 04:55:54.548265 [ 252 ] {9773db25-896b-4a6e-bfa1-46e90e938116} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11841 | 2024.11.14 04:55:54.548313 [ 252 ] {9773db25-896b-4a6e-bfa1-46e90e938116} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11842 | 2024.11.14 04:55:54.549053 [ 252 ] {9773db25-896b-4a6e-bfa1-46e90e938116} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11843 | 2024.11.14 04:55:54.549092 [ 252 ] {9773db25-896b-4a6e-bfa1-46e90e938116} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 11844 | 2024.11.14 04:55:54.549474 [ 252 ] {9773db25-896b-4a6e-bfa1-46e90e938116} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 11845 | 2024.11.14 04:55:54.549706 [ 252 ] {9773db25-896b-4a6e-bfa1-46e90e938116} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11846 | 2024.11.14 04:55:54.549927 [ 252 ] {9773db25-896b-4a6e-bfa1-46e90e938116} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001685 sec., 251038.57566765576 rows/sec., 17.95 MiB/sec. | ||
| 11847 | 2024.11.14 04:55:54.549985 [ 252 ] {9773db25-896b-4a6e-bfa1-46e90e938116} <Debug> TCPHandler: Processed in 0.001985848 sec. | ||
| 11848 | 2024.11.14 04:55:54.549988 [ 224 ] {} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 11849 | 2024.11.14 04:55:54.550031 [ 224 ] {} <Debug> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 11850 | 2024.11.14 04:55:54.550200 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11851 | 2024.11.14 04:55:54.550532 [ 250 ] {d270835c-e41c-4c15-b74d-f6285d0028e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11852 | 2024.11.14 04:55:54.550684 [ 250 ] {d270835c-e41c-4c15-b74d-f6285d0028e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11853 | 2024.11.14 04:55:54.551567 [ 250 ] {d270835c-e41c-4c15-b74d-f6285d0028e7} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11854 | 2024.11.14 04:55:54.551616 [ 250 ] {d270835c-e41c-4c15-b74d-f6285d0028e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 11855 | 2024.11.14 04:55:54.552418 [ 250 ] {d270835c-e41c-4c15-b74d-f6285d0028e7} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 11856 | 2024.11.14 04:55:54.552837 [ 250 ] {d270835c-e41c-4c15-b74d-f6285d0028e7} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11857 | 2024.11.14 04:55:54.553229 [ 250 ] {d270835c-e41c-4c15-b74d-f6285d0028e7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002804 sec., 2139.8002853067046 rows/sec., 111.80 KiB/sec. | ||
| 11858 | 2024.11.14 04:55:54.553491 [ 250 ] {d270835c-e41c-4c15-b74d-f6285d0028e7} <Debug> TCPHandler: Processed in 0.003414209 sec. | ||
| 11859 | 2024.11.14 04:55:54.553623 [ 224 ] {} <Debug> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 11860 | 2024.11.14 04:55:54.553770 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11861 | 2024.11.14 04:55:54.554218 [ 252 ] {8c0ba1f9-7c14-4df7-8ab8-bb2aa554a0ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11862 | 2024.11.14 04:55:54.554317 [ 252 ] {8c0ba1f9-7c14-4df7-8ab8-bb2aa554a0ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11863 | 2024.11.14 04:55:54.555353 [ 252 ] {8c0ba1f9-7c14-4df7-8ab8-bb2aa554a0ac} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11864 | 2024.11.14 04:55:54.555391 [ 252 ] {8c0ba1f9-7c14-4df7-8ab8-bb2aa554a0ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 11865 | 2024.11.14 04:55:54.555783 [ 252 ] {8c0ba1f9-7c14-4df7-8ab8-bb2aa554a0ac} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 11866 | 2024.11.14 04:55:54.556016 [ 252 ] {8c0ba1f9-7c14-4df7-8ab8-bb2aa554a0ac} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11867 | 2024.11.14 04:55:54.556218 [ 252 ] {8c0ba1f9-7c14-4df7-8ab8-bb2aa554a0ac} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002151 sec., 110181.31101813109 rows/sec., 7.39 MiB/sec. | ||
| 11868 | 2024.11.14 04:55:54.556268 [ 252 ] {8c0ba1f9-7c14-4df7-8ab8-bb2aa554a0ac} <Debug> TCPHandler: Processed in 0.002665877 sec. | ||
| 11869 | 2024.11.14 04:55:54.556415 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11870 | 2024.11.14 04:55:54.556554 [ 250 ] {ad0f6e77-1b13-40d3-9951-d75e33267061} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11871 | 2024.11.14 04:55:54.556614 [ 250 ] {ad0f6e77-1b13-40d3-9951-d75e33267061} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11872 | 2024.11.14 04:55:54.557157 [ 250 ] {ad0f6e77-1b13-40d3-9951-d75e33267061} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11873 | 2024.11.14 04:55:54.557201 [ 250 ] {ad0f6e77-1b13-40d3-9951-d75e33267061} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 11874 | 2024.11.14 04:55:54.557624 [ 250 ] {ad0f6e77-1b13-40d3-9951-d75e33267061} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 11875 | 2024.11.14 04:55:54.557867 [ 250 ] {ad0f6e77-1b13-40d3-9951-d75e33267061} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11876 | 2024.11.14 04:55:54.558094 [ 250 ] {ad0f6e77-1b13-40d3-9951-d75e33267061} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001556 sec., 642.6735218508998 rows/sec., 43.31 KiB/sec. | ||
| 11877 | 2024.11.14 04:55:54.558149 [ 250 ] {ad0f6e77-1b13-40d3-9951-d75e33267061} <Debug> TCPHandler: Processed in 0.001796002 sec. | ||
| 11878 | 2024.11.14 04:55:54.558381 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11879 | 2024.11.14 04:55:54.558529 [ 252 ] {0b8d862c-2428-452d-b13d-66c70e3959e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11880 | 2024.11.14 04:55:54.558609 [ 252 ] {0b8d862c-2428-452d-b13d-66c70e3959e6} <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 | ||
| 11881 | 2024.11.14 04:55:54.559837 [ 252 ] {0b8d862c-2428-452d-b13d-66c70e3959e6} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11882 | 2024.11.14 04:55:54.559875 [ 252 ] {0b8d862c-2428-452d-b13d-66c70e3959e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 11883 | 2024.11.14 04:55:54.560536 [ 252 ] {0b8d862c-2428-452d-b13d-66c70e3959e6} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 11884 | 2024.11.14 04:55:54.560792 [ 252 ] {0b8d862c-2428-452d-b13d-66c70e3959e6} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11885 | 2024.11.14 04:55:54.561047 [ 252 ] {0b8d862c-2428-452d-b13d-66c70e3959e6} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002542 sec., 16129.032258064517 rows/sec., 28.90 MiB/sec. | ||
| 11886 | 2024.11.14 04:55:54.561139 [ 252 ] {0b8d862c-2428-452d-b13d-66c70e3959e6} <Debug> TCPHandler: Processed in 0.002869783 sec. | ||
| 11887 | 2024.11.14 04:55:54.561344 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11888 | 2024.11.14 04:55:54.561564 [ 250 ] {f0ad7259-4677-4d5e-a470-844c86332d43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11889 | 2024.11.14 04:55:54.561642 [ 250 ] {f0ad7259-4677-4d5e-a470-844c86332d43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11890 | 2024.11.14 04:55:54.562201 [ 250 ] {f0ad7259-4677-4d5e-a470-844c86332d43} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11891 | 2024.11.14 04:55:54.562243 [ 250 ] {f0ad7259-4677-4d5e-a470-844c86332d43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 11892 | 2024.11.14 04:55:54.562658 [ 250 ] {f0ad7259-4677-4d5e-a470-844c86332d43} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 11893 | 2024.11.14 04:55:54.562895 [ 250 ] {f0ad7259-4677-4d5e-a470-844c86332d43} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11894 | 2024.11.14 04:55:54.563067 [ 250 ] {f0ad7259-4677-4d5e-a470-844c86332d43} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001558 sec., 52631.57894736843 rows/sec., 3.34 MiB/sec. | ||
| 11895 | 2024.11.14 04:55:54.563114 [ 250 ] {f0ad7259-4677-4d5e-a470-844c86332d43} <Debug> TCPHandler: Processed in 0.001878225 sec. | ||
| 11896 | 2024.11.14 04:55:58.728630 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1692 | ||
| 11897 | 2024.11.14 04:55:58.731610 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11898 | 2024.11.14 04:55:58.731661 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 11899 | 2024.11.14 04:55:58.733142 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 11900 | 2024.11.14 04:55:58.733450 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11901 | 2024.11.14 04:55:58.735162 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1692 | ||
| 11902 | 2024.11.14 04:55:59.530116 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11903 | 2024.11.14 04:55:59.530426 [ 250 ] {077c6216-0c36-4ad9-abfc-14b330d0382e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 11904 | 2024.11.14 04:55:59.530541 [ 250 ] {077c6216-0c36-4ad9-abfc-14b330d0382e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11905 | 2024.11.14 04:55:59.531357 [ 250 ] {077c6216-0c36-4ad9-abfc-14b330d0382e} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11906 | 2024.11.14 04:55:59.531411 [ 250 ] {077c6216-0c36-4ad9-abfc-14b330d0382e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 11907 | 2024.11.14 04:55:59.531854 [ 250 ] {077c6216-0c36-4ad9-abfc-14b330d0382e} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 11908 | 2024.11.14 04:55:59.532116 [ 250 ] {077c6216-0c36-4ad9-abfc-14b330d0382e} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11909 | 2024.11.14 04:55:59.532399 [ 250 ] {077c6216-0c36-4ad9-abfc-14b330d0382e} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002055 sec., 1946.4720194647202 rows/sec., 158.72 KiB/sec. | ||
| 11910 | 2024.11.14 04:55:59.532623 [ 250 ] {077c6216-0c36-4ad9-abfc-14b330d0382e} <Debug> TCPHandler: Processed in 0.002692238 sec. | ||
| 11911 | 2024.11.14 04:55:59.532888 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11912 | 2024.11.14 04:55:59.533070 [ 252 ] {fd8ff86a-b682-4d17-9201-abc0e3a11d0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11913 | 2024.11.14 04:55:59.533140 [ 252 ] {fd8ff86a-b682-4d17-9201-abc0e3a11d0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11914 | 2024.11.14 04:55:59.533895 [ 252 ] {fd8ff86a-b682-4d17-9201-abc0e3a11d0e} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11915 | 2024.11.14 04:55:59.533937 [ 252 ] {fd8ff86a-b682-4d17-9201-abc0e3a11d0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 11916 | 2024.11.14 04:55:59.534370 [ 252 ] {fd8ff86a-b682-4d17-9201-abc0e3a11d0e} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 11917 | 2024.11.14 04:55:59.534630 [ 252 ] {fd8ff86a-b682-4d17-9201-abc0e3a11d0e} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11918 | 2024.11.14 04:55:59.534847 [ 252 ] {fd8ff86a-b682-4d17-9201-abc0e3a11d0e} <Debug> executeQuery: Read 58 rows, 4.52 KiB in 0.001826 sec., 31763.417305585983 rows/sec., 2.42 MiB/sec. | ||
| 11919 | 2024.11.14 04:55:59.534906 [ 252 ] {fd8ff86a-b682-4d17-9201-abc0e3a11d0e} <Debug> TCPHandler: Processed in 0.002151002 sec. | ||
| 11920 | 2024.11.14 04:55:59.535052 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11921 | 2024.11.14 04:55:59.535177 [ 250 ] {3671dc76-f61d-4bee-8c0b-2c428f71a61f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11922 | 2024.11.14 04:55:59.535229 [ 250 ] {3671dc76-f61d-4bee-8c0b-2c428f71a61f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11923 | 2024.11.14 04:55:59.535814 [ 250 ] {3671dc76-f61d-4bee-8c0b-2c428f71a61f} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11924 | 2024.11.14 04:55:59.535855 [ 250 ] {3671dc76-f61d-4bee-8c0b-2c428f71a61f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 11925 | 2024.11.14 04:55:59.536207 [ 250 ] {3671dc76-f61d-4bee-8c0b-2c428f71a61f} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 11926 | 2024.11.14 04:55:59.536453 [ 250 ] {3671dc76-f61d-4bee-8c0b-2c428f71a61f} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11927 | 2024.11.14 04:55:59.536691 [ 250 ] {3671dc76-f61d-4bee-8c0b-2c428f71a61f} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.00154 sec., 2597.4025974025976 rows/sec., 181.36 KiB/sec. | ||
| 11928 | 2024.11.14 04:55:59.536783 [ 250 ] {3671dc76-f61d-4bee-8c0b-2c428f71a61f} <Debug> TCPHandler: Processed in 0.001787852 sec. | ||
| 11929 | 2024.11.14 04:55:59.537023 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11930 | 2024.11.14 04:55:59.537202 [ 252 ] {6df199e0-a1d7-4e94-8d95-709b6b910c44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11931 | 2024.11.14 04:55:59.537256 [ 252 ] {6df199e0-a1d7-4e94-8d95-709b6b910c44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11932 | 2024.11.14 04:55:59.537880 [ 252 ] {6df199e0-a1d7-4e94-8d95-709b6b910c44} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11933 | 2024.11.14 04:55:59.537918 [ 252 ] {6df199e0-a1d7-4e94-8d95-709b6b910c44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 11934 | 2024.11.14 04:55:59.538291 [ 252 ] {6df199e0-a1d7-4e94-8d95-709b6b910c44} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 11935 | 2024.11.14 04:55:59.538540 [ 252 ] {6df199e0-a1d7-4e94-8d95-709b6b910c44} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11936 | 2024.11.14 04:55:59.538742 [ 252 ] {6df199e0-a1d7-4e94-8d95-709b6b910c44} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001554 sec., 43758.04375804376 rows/sec., 3.42 MiB/sec. | ||
| 11937 | 2024.11.14 04:55:59.538813 [ 252 ] {6df199e0-a1d7-4e94-8d95-709b6b910c44} <Debug> TCPHandler: Processed in 0.001926385 sec. | ||
| 11938 | 2024.11.14 04:55:59.539037 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11939 | 2024.11.14 04:55:59.539222 [ 250 ] {3439429c-507a-43f4-b0bd-1cea068f9f3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11940 | 2024.11.14 04:55:59.539286 [ 250 ] {3439429c-507a-43f4-b0bd-1cea068f9f3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11941 | 2024.11.14 04:55:59.539906 [ 250 ] {3439429c-507a-43f4-b0bd-1cea068f9f3e} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11942 | 2024.11.14 04:55:59.539944 [ 250 ] {3439429c-507a-43f4-b0bd-1cea068f9f3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 11943 | 2024.11.14 04:55:59.540351 [ 250 ] {3439429c-507a-43f4-b0bd-1cea068f9f3e} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 11944 | 2024.11.14 04:55:59.540601 [ 250 ] {3439429c-507a-43f4-b0bd-1cea068f9f3e} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11945 | 2024.11.14 04:55:59.540821 [ 250 ] {3439429c-507a-43f4-b0bd-1cea068f9f3e} <Debug> executeQuery: Read 130 rows, 9.27 KiB in 0.001637 sec., 79413.56139279169 rows/sec., 5.53 MiB/sec. | ||
| 11946 | 2024.11.14 04:55:59.540871 [ 250 ] {3439429c-507a-43f4-b0bd-1cea068f9f3e} <Debug> TCPHandler: Processed in 0.001971237 sec. | ||
| 11947 | 2024.11.14 04:55:59.541019 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11948 | 2024.11.14 04:55:59.541147 [ 252 ] {5fed0b6b-2676-400a-8769-358688167434} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11949 | 2024.11.14 04:55:59.541200 [ 252 ] {5fed0b6b-2676-400a-8769-358688167434} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11950 | 2024.11.14 04:55:59.541715 [ 252 ] {5fed0b6b-2676-400a-8769-358688167434} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11951 | 2024.11.14 04:55:59.541753 [ 252 ] {5fed0b6b-2676-400a-8769-358688167434} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 11952 | 2024.11.14 04:55:59.542141 [ 252 ] {5fed0b6b-2676-400a-8769-358688167434} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 11953 | 2024.11.14 04:55:59.542382 [ 252 ] {5fed0b6b-2676-400a-8769-358688167434} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11954 | 2024.11.14 04:55:59.542566 [ 252 ] {5fed0b6b-2676-400a-8769-358688167434} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001448 sec., 33149.17127071823 rows/sec., 2.23 MiB/sec. | ||
| 11955 | 2024.11.14 04:55:59.542621 [ 252 ] {5fed0b6b-2676-400a-8769-358688167434} <Debug> TCPHandler: Processed in 0.001661699 sec. | ||
| 11956 | 2024.11.14 04:56:04.530247 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11957 | 2024.11.14 04:56:04.530453 [ 250 ] {44e8f5a0-d0ad-4c9b-9180-68dad70f1aa0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11958 | 2024.11.14 04:56:04.530529 [ 250 ] {44e8f5a0-d0ad-4c9b-9180-68dad70f1aa0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11959 | 2024.11.14 04:56:04.531319 [ 250 ] {44e8f5a0-d0ad-4c9b-9180-68dad70f1aa0} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11960 | 2024.11.14 04:56:04.531370 [ 250 ] {44e8f5a0-d0ad-4c9b-9180-68dad70f1aa0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 11961 | 2024.11.14 04:56:04.531809 [ 250 ] {44e8f5a0-d0ad-4c9b-9180-68dad70f1aa0} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 11962 | 2024.11.14 04:56:04.532086 [ 250 ] {44e8f5a0-d0ad-4c9b-9180-68dad70f1aa0} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11963 | 2024.11.14 04:56:04.532336 [ 250 ] {44e8f5a0-d0ad-4c9b-9180-68dad70f1aa0} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001935 sec., 28940.568475452194 rows/sec., 2.21 MiB/sec. | ||
| 11964 | 2024.11.14 04:56:04.532401 [ 250 ] {44e8f5a0-d0ad-4c9b-9180-68dad70f1aa0} <Debug> TCPHandler: Processed in 0.002282066 sec. | ||
| 11965 | 2024.11.14 04:56:04.532683 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11966 | 2024.11.14 04:56:04.532893 [ 252 ] {6670487d-2906-4712-96fb-6efae7dc7284} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11967 | 2024.11.14 04:56:04.532972 [ 252 ] {6670487d-2906-4712-96fb-6efae7dc7284} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11968 | 2024.11.14 04:56:04.533832 [ 252 ] {6670487d-2906-4712-96fb-6efae7dc7284} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11969 | 2024.11.14 04:56:04.533876 [ 252 ] {6670487d-2906-4712-96fb-6efae7dc7284} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 11970 | 2024.11.14 04:56:04.534295 [ 252 ] {6670487d-2906-4712-96fb-6efae7dc7284} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 11971 | 2024.11.14 04:56:04.534545 [ 252 ] {6670487d-2906-4712-96fb-6efae7dc7284} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11972 | 2024.11.14 04:56:04.534773 [ 252 ] {6670487d-2906-4712-96fb-6efae7dc7284} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001934 sec., 33092.037228541885 rows/sec., 2.58 MiB/sec. | ||
| 11973 | 2024.11.14 04:56:04.534873 [ 252 ] {6670487d-2906-4712-96fb-6efae7dc7284} <Debug> TCPHandler: Processed in 0.002327878 sec. | ||
| 11974 | 2024.11.14 04:56:04.535160 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11975 | 2024.11.14 04:56:04.535431 [ 250 ] {3d124984-efdd-496e-829b-ef11612bd1ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11976 | 2024.11.14 04:56:04.535533 [ 250 ] {3d124984-efdd-496e-829b-ef11612bd1ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11977 | 2024.11.14 04:56:04.536271 [ 250 ] {3d124984-efdd-496e-829b-ef11612bd1ab} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11978 | 2024.11.14 04:56:04.536312 [ 250 ] {3d124984-efdd-496e-829b-ef11612bd1ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 11979 | 2024.11.14 04:56:04.536714 [ 250 ] {3d124984-efdd-496e-829b-ef11612bd1ab} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 11980 | 2024.11.14 04:56:04.536964 [ 250 ] {3d124984-efdd-496e-829b-ef11612bd1ab} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11981 | 2024.11.14 04:56:04.537153 [ 104 ] {} <Debug> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 11982 | 2024.11.14 04:56:04.537266 [ 104 ] {} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11983 | 2024.11.14 04:56:04.537324 [ 250 ] {3d124984-efdd-496e-829b-ef11612bd1ab} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001933 sec., 82772.89187790998 rows/sec., 5.76 MiB/sec. | ||
| 11984 | 2024.11.14 04:56:04.537341 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 11985 | 2024.11.14 04:56:04.537589 [ 250 ] {3d124984-efdd-496e-829b-ef11612bd1ab} <Debug> TCPHandler: Processed in 0.002616565 sec. | ||
| 11986 | 2024.11.14 04:56:04.537897 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11987 | 2024.11.14 04:56:04.537899 [ 192 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full | ||
| 11988 | 2024.11.14 04:56:04.538362 [ 252 ] {146eb996-0d7c-469e-a9b0-6775d1505559} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11989 | 2024.11.14 04:56:04.538442 [ 192 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11990 | 2024.11.14 04:56:04.538547 [ 252 ] {146eb996-0d7c-469e-a9b0-6775d1505559} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11991 | 2024.11.14 04:56:04.538556 [ 192 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_106_21, total 21429 rows starting from the beginning of the part | ||
| 11992 | 2024.11.14 04:56:04.539073 [ 192 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 128 rows starting from the beginning of the part | ||
| 11993 | 2024.11.14 04:56:04.539664 [ 192 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 160 rows starting from the beginning of the part | ||
| 11994 | 2024.11.14 04:56:04.540272 [ 192 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 237 rows starting from the beginning of the part | ||
| 11995 | 2024.11.14 04:56:04.540831 [ 192 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 130 rows starting from the beginning of the part | ||
| 11996 | 2024.11.14 04:56:04.541338 [ 192 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 160 rows starting from the beginning of the part | ||
| 11997 | 2024.11.14 04:56:04.542711 [ 252 ] {146eb996-0d7c-469e-a9b0-6775d1505559} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11998 | 2024.11.14 04:56:04.542757 [ 252 ] {146eb996-0d7c-469e-a9b0-6775d1505559} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 11999 | 2024.11.14 04:56:04.543238 [ 252 ] {146eb996-0d7c-469e-a9b0-6775d1505559} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 12000 | 2024.11.14 04:56:04.543491 [ 252 ] {146eb996-0d7c-469e-a9b0-6775d1505559} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12001 | 2024.11.14 04:56:04.543674 [ 104 ] {} <Debug> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 12002 | 2024.11.14 04:56:04.543740 [ 104 ] {} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12003 | 2024.11.14 04:56:04.543789 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 12004 | 2024.11.14 04:56:04.543827 [ 252 ] {146eb996-0d7c-469e-a9b0-6775d1505559} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005628 sec., 10660.980810234541 rows/sec., 735.72 KiB/sec. | ||
| 12005 | 2024.11.14 04:56:04.544215 [ 252 ] {146eb996-0d7c-469e-a9b0-6775d1505559} <Debug> TCPHandler: Processed in 0.006487108 sec. | ||
| 12006 | 2024.11.14 04:56:04.544421 [ 198 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full | ||
| 12007 | 2024.11.14 04:56:04.544746 [ 198 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12008 | 2024.11.14 04:56:04.544838 [ 198 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 6328 rows starting from the beginning of the part | ||
| 12009 | 2024.11.14 04:56:04.544995 [ 198 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 48 rows starting from the beginning of the part | ||
| 12010 | 2024.11.14 04:56:04.545208 [ 198 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 60 rows starting from the beginning of the part | ||
| 12011 | 2024.11.14 04:56:04.545462 [ 198 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 82 rows starting from the beginning of the part | ||
| 12012 | 2024.11.14 04:56:04.545644 [ 198 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 48 rows starting from the beginning of the part | ||
| 12013 | 2024.11.14 04:56:04.545906 [ 198 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 60 rows starting from the beginning of the part | ||
| 12014 | 2024.11.14 04:56:04.547931 [ 198 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6626 rows, containing 4 columns (4 merged, 0 gathered) in 0.003977986 sec., 1665666.9983252832 rows/sec., 109.24 MiB/sec. | ||
| 12015 | 2024.11.14 04:56:04.548444 [ 195 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 12016 | 2024.11.14 04:56:04.548866 [ 195 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_111_22} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12017 | 2024.11.14 04:56:04.548964 [ 195 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_111_22} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 12018 | 2024.11.14 04:56:04.549069 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.20 MiB. | ||
| 12019 | 2024.11.14 04:56:04.555707 [ 195 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22244 rows, containing 5 columns (5 merged, 0 gathered) in 0.018193277 sec., 1222649.4435279581 rows/sec., 83.30 MiB/sec. | ||
| 12020 | 2024.11.14 04:56:04.556070 [ 200 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 12021 | 2024.11.14 04:56:04.556378 [ 200 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_111_22} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12022 | 2024.11.14 04:56:04.556458 [ 200 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_111_22} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 12023 | 2024.11.14 04:56:04.556543 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.24 MiB. | ||
| 12024 | 2024.11.14 04:56:06.425121 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57700, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12025 | 2024.11.14 04:56:06.664702 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51808, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12026 | 2024.11.14 04:56:06.757245 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37482, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12027 | 2024.11.14 04:56:06.785529 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63261, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12028 | 2024.11.14 04:56:06.848924 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46253, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12029 | 2024.11.14 04:56:06.900459 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62249, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12030 | 2024.11.14 04:56:06.900477 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61460, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12031 | 2024.11.14 04:56:06.928846 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40091, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12032 | 2024.11.14 04:56:08.295692 [ 145 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12033 | 2024.11.14 04:56:08.295770 [ 145 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12034 | 2024.11.14 04:56:08.345674 [ 220 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 12035 | 2024.11.14 04:56:08.345729 [ 220 ] {} <Debug> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 12036 | 2024.11.14 04:56:08.347743 [ 220 ] {} <Debug> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 12037 | 2024.11.14 04:56:08.736232 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1712 | ||
| 12038 | 2024.11.14 04:56:08.738997 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12039 | 2024.11.14 04:56:08.739047 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 12040 | 2024.11.14 04:56:08.740544 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 12041 | 2024.11.14 04:56:08.740859 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12042 | 2024.11.14 04:56:08.741390 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1712 | ||
| 12043 | 2024.11.14 04:56:08.747040 [ 145 ] {} <Debug> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 12044 | 2024.11.14 04:56:08.747111 [ 145 ] {} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12045 | 2024.11.14 04:56:08.747138 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 12046 | 2024.11.14 04:56:08.747313 [ 219 ] {} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 12047 | 2024.11.14 04:56:08.747345 [ 191 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_37_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full | ||
| 12048 | 2024.11.14 04:56:08.747380 [ 219 ] {} <Debug> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 12049 | 2024.11.14 04:56:08.747584 [ 191 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12050 | 2024.11.14 04:56:08.747632 [ 191 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 242 rows starting from the beginning of the part | ||
| 12051 | 2024.11.14 04:56:08.747736 [ 191 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 14 rows starting from the beginning of the part | ||
| 12052 | 2024.11.14 04:56:08.748142 [ 191 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 14 rows starting from the beginning of the part | ||
| 12053 | 2024.11.14 04:56:08.748515 [ 191 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 14 rows starting from the beginning of the part | ||
| 12054 | 2024.11.14 04:56:08.748964 [ 191 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 14 rows starting from the beginning of the part | ||
| 12055 | 2024.11.14 04:56:08.750518 [ 200 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.003262425 sec., 91343.09600986996 rows/sec., 6.55 MiB/sec. | ||
| 12056 | 2024.11.14 04:56:08.750756 [ 219 ] {} <Debug> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 12057 | 2024.11.14 04:56:08.750799 [ 189 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 12058 | 2024.11.14 04:56:08.751366 [ 189 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_37_9} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12059 | 2024.11.14 04:56:08.751452 [ 189 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_37_9} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 12060 | 2024.11.14 04:56:08.751549 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 12061 | 2024.11.14 04:56:09.002640 [ 244 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001273037 sec. | ||
| 12062 | 2024.11.14 04:56:09.536662 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12063 | 2024.11.14 04:56:09.536880 [ 250 ] {ec2b19dd-74f7-425d-89f7-d9e8a44783df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12064 | 2024.11.14 04:56:09.536963 [ 250 ] {ec2b19dd-74f7-425d-89f7-d9e8a44783df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12065 | 2024.11.14 04:56:09.537722 [ 250 ] {ec2b19dd-74f7-425d-89f7-d9e8a44783df} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12066 | 2024.11.14 04:56:09.537773 [ 250 ] {ec2b19dd-74f7-425d-89f7-d9e8a44783df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 12067 | 2024.11.14 04:56:09.538207 [ 250 ] {ec2b19dd-74f7-425d-89f7-d9e8a44783df} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 12068 | 2024.11.14 04:56:09.538464 [ 250 ] {ec2b19dd-74f7-425d-89f7-d9e8a44783df} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12069 | 2024.11.14 04:56:09.538674 [ 139 ] {} <Debug> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 12070 | 2024.11.14 04:56:09.538708 [ 250 ] {ec2b19dd-74f7-425d-89f7-d9e8a44783df} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001888 sec., 7415.254237288136 rows/sec., 533.80 KiB/sec. | ||
| 12071 | 2024.11.14 04:56:09.538762 [ 139 ] {} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12072 | 2024.11.14 04:56:09.538834 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 12073 | 2024.11.14 04:56:09.538841 [ 250 ] {ec2b19dd-74f7-425d-89f7-d9e8a44783df} <Debug> TCPHandler: Processed in 0.002319687 sec. | ||
| 12074 | 2024.11.14 04:56:09.539093 [ 217 ] {} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 12075 | 2024.11.14 04:56:09.539131 [ 199 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_37_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full | ||
| 12076 | 2024.11.14 04:56:09.539172 [ 217 ] {} <Debug> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 12077 | 2024.11.14 04:56:09.539275 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12078 | 2024.11.14 04:56:09.539407 [ 199 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12079 | 2024.11.14 04:56:09.539517 [ 199 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 14 rows starting from the beginning of the part | ||
| 12080 | 2024.11.14 04:56:09.539862 [ 252 ] {cb96131a-7d12-4727-a938-9ebffa2ae953} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12081 | 2024.11.14 04:56:09.539915 [ 199 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 14 rows starting from the beginning of the part | ||
| 12082 | 2024.11.14 04:56:09.540133 [ 252 ] {cb96131a-7d12-4727-a938-9ebffa2ae953} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12083 | 2024.11.14 04:56:09.540320 [ 199 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 14 rows starting from the beginning of the part | ||
| 12084 | 2024.11.14 04:56:09.540806 [ 199 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 14 rows starting from the beginning of the part | ||
| 12085 | 2024.11.14 04:56:09.541204 [ 199 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 14 rows starting from the beginning of the part | ||
| 12086 | 2024.11.14 04:56:09.544308 [ 225 ] {} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 12087 | 2024.11.14 04:56:09.544435 [ 225 ] {} <Debug> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 12088 | 2024.11.14 04:56:09.545622 [ 252 ] {cb96131a-7d12-4727-a938-9ebffa2ae953} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12089 | 2024.11.14 04:56:09.545786 [ 252 ] {cb96131a-7d12-4727-a938-9ebffa2ae953} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 12090 | 2024.11.14 04:56:09.545978 [ 199 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.007058454 sec., 9917.185831344937 rows/sec., 752.64 KiB/sec. | ||
| 12091 | 2024.11.14 04:56:09.546393 [ 199 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 12092 | 2024.11.14 04:56:09.546390 [ 217 ] {} <Debug> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 12093 | 2024.11.14 04:56:09.547524 [ 199 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_37_9} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12094 | 2024.11.14 04:56:09.547939 [ 199 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_37_9} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 12095 | 2024.11.14 04:56:09.548274 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 12096 | 2024.11.14 04:56:09.548480 [ 252 ] {cb96131a-7d12-4727-a938-9ebffa2ae953} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 12097 | 2024.11.14 04:56:09.549015 [ 252 ] {cb96131a-7d12-4727-a938-9ebffa2ae953} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12098 | 2024.11.14 04:56:09.549427 [ 252 ] {cb96131a-7d12-4727-a938-9ebffa2ae953} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.009828 sec., 28998.778998779 rows/sec., 2.56 MiB/sec. | ||
| 12099 | 2024.11.14 04:56:09.549605 [ 252 ] {cb96131a-7d12-4727-a938-9ebffa2ae953} <Debug> TCPHandler: Processed in 0.010591656 sec. | ||
| 12100 | 2024.11.14 04:56:09.549835 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12101 | 2024.11.14 04:56:09.550000 [ 250 ] {ae77ee85-f1d2-4d3d-b2e2-8ed45bfee595} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12102 | 2024.11.14 04:56:09.550082 [ 250 ] {ae77ee85-f1d2-4d3d-b2e2-8ed45bfee595} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12103 | 2024.11.14 04:56:09.550796 [ 225 ] {} <Debug> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 12104 | 2024.11.14 04:56:09.551792 [ 250 ] {ae77ee85-f1d2-4d3d-b2e2-8ed45bfee595} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12105 | 2024.11.14 04:56:09.551837 [ 250 ] {ae77ee85-f1d2-4d3d-b2e2-8ed45bfee595} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 12106 | 2024.11.14 04:56:09.552206 [ 250 ] {ae77ee85-f1d2-4d3d-b2e2-8ed45bfee595} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 12107 | 2024.11.14 04:56:09.552479 [ 250 ] {ae77ee85-f1d2-4d3d-b2e2-8ed45bfee595} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12108 | 2024.11.14 04:56:09.552636 [ 139 ] {} <Debug> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78) (MergerMutator): Selected 6 parts from all_1_62_13 to all_67_67_0 | ||
| 12109 | 2024.11.14 04:56:09.552702 [ 139 ] {} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12110 | 2024.11.14 04:56:09.552736 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 12111 | 2024.11.14 04:56:09.552742 [ 250 ] {ae77ee85-f1d2-4d3d-b2e2-8ed45bfee595} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.002803 sec., 17124.50945415626 rows/sec., 1.23 MiB/sec. | ||
| 12112 | 2024.11.14 04:56:09.552976 [ 250 ] {ae77ee85-f1d2-4d3d-b2e2-8ed45bfee595} <Debug> TCPHandler: Processed in 0.003244453 sec. | ||
| 12113 | 2024.11.14 04:56:09.553005 [ 200 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_67_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_62_13 to all_67_67_0 into Compact with storage Full | ||
| 12114 | 2024.11.14 04:56:09.553161 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12115 | 2024.11.14 04:56:09.553168 [ 200 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_67_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12116 | 2024.11.14 04:56:09.553214 [ 200 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_67_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_62_13, total 66 rows starting from the beginning of the part | ||
| 12117 | 2024.11.14 04:56:09.553379 [ 252 ] {3cb36192-ee49-42ed-ba7d-1ad519441ce1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12118 | 2024.11.14 04:56:09.553407 [ 200 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_67_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 10 rows starting from the beginning of the part | ||
| 12119 | 2024.11.14 04:56:09.553510 [ 252 ] {3cb36192-ee49-42ed-ba7d-1ad519441ce1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12120 | 2024.11.14 04:56:09.553699 [ 200 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_67_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 48 rows starting from the beginning of the part | ||
| 12121 | 2024.11.14 04:56:09.553907 [ 200 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_67_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 48 rows starting from the beginning of the part | ||
| 12122 | 2024.11.14 04:56:09.554109 [ 200 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_67_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 4 rows starting from the beginning of the part | ||
| 12123 | 2024.11.14 04:56:09.554353 [ 200 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_67_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 48 rows starting from the beginning of the part | ||
| 12124 | 2024.11.14 04:56:09.555254 [ 252 ] {3cb36192-ee49-42ed-ba7d-1ad519441ce1} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12125 | 2024.11.14 04:56:09.555299 [ 252 ] {3cb36192-ee49-42ed-ba7d-1ad519441ce1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 12126 | 2024.11.14 04:56:09.555904 [ 252 ] {3cb36192-ee49-42ed-ba7d-1ad519441ce1} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 12127 | 2024.11.14 04:56:09.555996 [ 194 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_67_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 224 rows, containing 5 columns (5 merged, 0 gathered) in 0.003167182 sec., 70725.3324879972 rows/sec., 5.32 MiB/sec. | ||
| 12128 | 2024.11.14 04:56:09.556243 [ 194 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_67_14} <Trace> MergedBlockOutputStream: filled checksums all_1_67_14 (state Temporary) | ||
| 12129 | 2024.11.14 04:56:09.556350 [ 252 ] {3cb36192-ee49-42ed-ba7d-1ad519441ce1} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12130 | 2024.11.14 04:56:09.556687 [ 252 ] {3cb36192-ee49-42ed-ba7d-1ad519441ce1} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.003415 sec., 4099.560761346998 rows/sec., 287.11 KiB/sec. | ||
| 12131 | 2024.11.14 04:56:09.556802 [ 252 ] {3cb36192-ee49-42ed-ba7d-1ad519441ce1} <Debug> TCPHandler: Processed in 0.003714267 sec. | ||
| 12132 | 2024.11.14 04:56:09.556914 [ 194 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_67_14} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_merge_all_1_67_14 to all_1_67_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12133 | 2024.11.14 04:56:09.556990 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12134 | 2024.11.14 04:56:09.557030 [ 194 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_67_14} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78) (MergerMutator): Merged 6 parts: [all_1_62_13, all_67_67_0] -> all_1_67_14 | ||
| 12135 | 2024.11.14 04:56:09.557142 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 12136 | 2024.11.14 04:56:09.557172 [ 250 ] {cc01ae57-b170-44a2-bc8a-e2607768d439} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12137 | 2024.11.14 04:56:09.557228 [ 250 ] {cc01ae57-b170-44a2-bc8a-e2607768d439} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12138 | 2024.11.14 04:56:09.557886 [ 250 ] {cc01ae57-b170-44a2-bc8a-e2607768d439} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12139 | 2024.11.14 04:56:09.557931 [ 250 ] {cc01ae57-b170-44a2-bc8a-e2607768d439} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 12140 | 2024.11.14 04:56:09.558286 [ 250 ] {cc01ae57-b170-44a2-bc8a-e2607768d439} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 12141 | 2024.11.14 04:56:09.558527 [ 250 ] {cc01ae57-b170-44a2-bc8a-e2607768d439} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12142 | 2024.11.14 04:56:09.558681 [ 139 ] {} <Debug> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 12143 | 2024.11.14 04:56:09.558740 [ 139 ] {} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12144 | 2024.11.14 04:56:09.558769 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 12145 | 2024.11.14 04:56:09.558786 [ 250 ] {cc01ae57-b170-44a2-bc8a-e2607768d439} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001645 sec., 7902.73556231003 rows/sec., 492.73 KiB/sec. | ||
| 12146 | 2024.11.14 04:56:09.558993 [ 221 ] {} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 12147 | 2024.11.14 04:56:09.559087 [ 250 ] {cc01ae57-b170-44a2-bc8a-e2607768d439} <Debug> TCPHandler: Processed in 0.002188663 sec. | ||
| 12148 | 2024.11.14 04:56:09.559093 [ 221 ] {} <Debug> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 12149 | 2024.11.14 04:56:09.559127 [ 188 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_37_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full | ||
| 12150 | 2024.11.14 04:56:09.559348 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12151 | 2024.11.14 04:56:09.559631 [ 188 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12152 | 2024.11.14 04:56:09.559755 [ 252 ] {931e752f-c085-4f03-8ce5-c1c6d4bbbc7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12153 | 2024.11.14 04:56:09.559780 [ 188 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 13 rows starting from the beginning of the part | ||
| 12154 | 2024.11.14 04:56:09.559843 [ 252 ] {931e752f-c085-4f03-8ce5-c1c6d4bbbc7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12155 | 2024.11.14 04:56:09.560106 [ 188 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 13 rows starting from the beginning of the part | ||
| 12156 | 2024.11.14 04:56:09.560622 [ 188 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 13 rows starting from the beginning of the part | ||
| 12157 | 2024.11.14 04:56:09.561038 [ 188 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 13 rows starting from the beginning of the part | ||
| 12158 | 2024.11.14 04:56:09.561530 [ 188 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 13 rows starting from the beginning of the part | ||
| 12159 | 2024.11.14 04:56:09.563855 [ 252 ] {931e752f-c085-4f03-8ce5-c1c6d4bbbc7c} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12160 | 2024.11.14 04:56:09.563964 [ 252 ] {931e752f-c085-4f03-8ce5-c1c6d4bbbc7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 12161 | 2024.11.14 04:56:09.564825 [ 188 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.005952492 sec., 10919.796280280594 rows/sec., 723.50 KiB/sec. | ||
| 12162 | 2024.11.14 04:56:09.565107 [ 188 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 12163 | 2024.11.14 04:56:09.565176 [ 252 ] {931e752f-c085-4f03-8ce5-c1c6d4bbbc7c} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 12164 | 2024.11.14 04:56:09.565538 [ 188 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_37_9} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12165 | 2024.11.14 04:56:09.565617 [ 252 ] {931e752f-c085-4f03-8ce5-c1c6d4bbbc7c} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12166 | 2024.11.14 04:56:09.565692 [ 188 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_37_9} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 12167 | 2024.11.14 04:56:09.565711 [ 221 ] {} <Debug> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 12168 | 2024.11.14 04:56:09.565937 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 12169 | 2024.11.14 04:56:09.566151 [ 252 ] {931e752f-c085-4f03-8ce5-c1c6d4bbbc7c} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.006556 sec., 64521.04942037828 rows/sec., 4.61 MiB/sec. | ||
| 12170 | 2024.11.14 04:56:09.566327 [ 252 ] {931e752f-c085-4f03-8ce5-c1c6d4bbbc7c} <Debug> TCPHandler: Processed in 0.007119456 sec. | ||
| 12171 | 2024.11.14 04:56:09.566553 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12172 | 2024.11.14 04:56:09.566699 [ 250 ] {bc1611ef-7019-4912-ac97-d507f37649ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12173 | 2024.11.14 04:56:09.566757 [ 250 ] {bc1611ef-7019-4912-ac97-d507f37649ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12174 | 2024.11.14 04:56:09.567276 [ 250 ] {bc1611ef-7019-4912-ac97-d507f37649ad} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12175 | 2024.11.14 04:56:09.567315 [ 250 ] {bc1611ef-7019-4912-ac97-d507f37649ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 12176 | 2024.11.14 04:56:09.567676 [ 250 ] {bc1611ef-7019-4912-ac97-d507f37649ad} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 12177 | 2024.11.14 04:56:09.567916 [ 250 ] {bc1611ef-7019-4912-ac97-d507f37649ad} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12178 | 2024.11.14 04:56:09.568130 [ 250 ] {bc1611ef-7019-4912-ac97-d507f37649ad} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001462 sec., 4103.967168262654 rows/sec., 214.42 KiB/sec. | ||
| 12179 | 2024.11.14 04:56:09.568180 [ 250 ] {bc1611ef-7019-4912-ac97-d507f37649ad} <Debug> TCPHandler: Processed in 0.001748961 sec. | ||
| 12180 | 2024.11.14 04:56:09.568328 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12181 | 2024.11.14 04:56:09.568471 [ 252 ] {648b62a9-0db1-41a9-9641-0e28b2efc40d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12182 | 2024.11.14 04:56:09.568534 [ 252 ] {648b62a9-0db1-41a9-9641-0e28b2efc40d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12183 | 2024.11.14 04:56:09.569182 [ 252 ] {648b62a9-0db1-41a9-9641-0e28b2efc40d} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12184 | 2024.11.14 04:56:09.569221 [ 252 ] {648b62a9-0db1-41a9-9641-0e28b2efc40d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 12185 | 2024.11.14 04:56:09.569612 [ 252 ] {648b62a9-0db1-41a9-9641-0e28b2efc40d} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 12186 | 2024.11.14 04:56:09.569843 [ 252 ] {648b62a9-0db1-41a9-9641-0e28b2efc40d} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12187 | 2024.11.14 04:56:09.570063 [ 252 ] {648b62a9-0db1-41a9-9641-0e28b2efc40d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001624 sec., 145935.960591133 rows/sec., 9.78 MiB/sec. | ||
| 12188 | 2024.11.14 04:56:09.570114 [ 224 ] {} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 12189 | 2024.11.14 04:56:09.570127 [ 252 ] {648b62a9-0db1-41a9-9641-0e28b2efc40d} <Debug> TCPHandler: Processed in 0.001865804 sec. | ||
| 12190 | 2024.11.14 04:56:09.570152 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 12191 | 2024.11.14 04:56:09.570340 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12192 | 2024.11.14 04:56:09.570489 [ 250 ] {95ed0f69-3f39-4ae6-bd44-8d5b7c97f001} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12193 | 2024.11.14 04:56:09.570590 [ 250 ] {95ed0f69-3f39-4ae6-bd44-8d5b7c97f001} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12194 | 2024.11.14 04:56:09.571776 [ 250 ] {95ed0f69-3f39-4ae6-bd44-8d5b7c97f001} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12195 | 2024.11.14 04:56:09.571835 [ 250 ] {95ed0f69-3f39-4ae6-bd44-8d5b7c97f001} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 12196 | 2024.11.14 04:56:09.572552 [ 250 ] {95ed0f69-3f39-4ae6-bd44-8d5b7c97f001} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 12197 | 2024.11.14 04:56:09.572971 [ 250 ] {95ed0f69-3f39-4ae6-bd44-8d5b7c97f001} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12198 | 2024.11.14 04:56:09.573315 [ 209 ] {} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 12199 | 2024.11.14 04:56:09.573349 [ 250 ] {95ed0f69-3f39-4ae6-bd44-8d5b7c97f001} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002868 sec., 348.6750348675035 rows/sec., 23.49 KiB/sec. | ||
| 12200 | 2024.11.14 04:56:09.573390 [ 209 ] {} <Debug> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 12201 | 2024.11.14 04:56:09.573580 [ 250 ] {95ed0f69-3f39-4ae6-bd44-8d5b7c97f001} <Debug> TCPHandler: Processed in 0.003355877 sec. | ||
| 12202 | 2024.11.14 04:56:09.573862 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12203 | 2024.11.14 04:56:09.574188 [ 252 ] {f7a264ed-3073-4742-acbd-c040a72b45cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12204 | 2024.11.14 04:56:09.574332 [ 252 ] {f7a264ed-3073-4742-acbd-c040a72b45cb} <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 | ||
| 12205 | 2024.11.14 04:56:09.574754 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 12206 | 2024.11.14 04:56:09.578461 [ 209 ] {} <Debug> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 12207 | 2024.11.14 04:56:09.579388 [ 252 ] {f7a264ed-3073-4742-acbd-c040a72b45cb} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12208 | 2024.11.14 04:56:09.579433 [ 252 ] {f7a264ed-3073-4742-acbd-c040a72b45cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 12209 | 2024.11.14 04:56:09.580093 [ 252 ] {f7a264ed-3073-4742-acbd-c040a72b45cb} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 12210 | 2024.11.14 04:56:09.580359 [ 252 ] {f7a264ed-3073-4742-acbd-c040a72b45cb} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12211 | 2024.11.14 04:56:09.580598 [ 252 ] {f7a264ed-3073-4742-acbd-c040a72b45cb} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.006447 sec., 6359.547076159454 rows/sec., 11.40 MiB/sec. | ||
| 12212 | 2024.11.14 04:56:09.580704 [ 252 ] {f7a264ed-3073-4742-acbd-c040a72b45cb} <Debug> TCPHandler: Processed in 0.006999542 sec. | ||
| 12213 | 2024.11.14 04:56:09.580851 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12214 | 2024.11.14 04:56:09.580974 [ 250 ] {e3a8b6a1-600f-4472-93f8-f2eed2701e82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12215 | 2024.11.14 04:56:09.581024 [ 250 ] {e3a8b6a1-600f-4472-93f8-f2eed2701e82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12216 | 2024.11.14 04:56:09.581516 [ 250 ] {e3a8b6a1-600f-4472-93f8-f2eed2701e82} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12217 | 2024.11.14 04:56:09.581555 [ 250 ] {e3a8b6a1-600f-4472-93f8-f2eed2701e82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 12218 | 2024.11.14 04:56:09.581933 [ 250 ] {e3a8b6a1-600f-4472-93f8-f2eed2701e82} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 12219 | 2024.11.14 04:56:09.582175 [ 250 ] {e3a8b6a1-600f-4472-93f8-f2eed2701e82} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12220 | 2024.11.14 04:56:09.582410 [ 250 ] {e3a8b6a1-600f-4472-93f8-f2eed2701e82} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001459 sec., 56202.878684030155 rows/sec., 3.57 MiB/sec. | ||
| 12221 | 2024.11.14 04:56:09.582431 [ 223 ] {} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 12222 | 2024.11.14 04:56:09.582484 [ 250 ] {e3a8b6a1-600f-4472-93f8-f2eed2701e82} <Debug> TCPHandler: Processed in 0.001687119 sec. | ||
| 12223 | 2024.11.14 04:56:09.582494 [ 223 ] {} <Debug> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 12224 | 2024.11.14 04:56:09.584615 [ 223 ] {} <Debug> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 12225 | 2024.11.14 04:56:09.775607 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:42135, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12226 | 2024.11.14 04:56:09.973907 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:58117, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12227 | 2024.11.14 04:56:10.360409 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:50744, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12228 | 2024.11.14 04:56:10.448218 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:62302, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12229 | 2024.11.14 04:56:10.533683 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:40712, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12230 | 2024.11.14 04:56:10.573665 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:45037, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12231 | 2024.11.14 04:56:10.580061 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:50522, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12232 | 2024.11.14 04:56:10.589668 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:33758, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12233 | 2024.11.14 04:56:10.628191 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:59989, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12234 | 2024.11.14 04:56:10.684566 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:41991, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12235 | 2024.11.14 04:56:10.752479 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:35639, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12236 | 2024.11.14 04:56:10.766986 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:37477, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12237 | 2024.11.14 04:56:10.770303 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:65256, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12238 | 2024.11.14 04:56:10.809776 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:45248, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12239 | 2024.11.14 04:56:10.814026 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:46399, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12240 | 2024.11.14 04:56:10.914006 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:59091, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12241 | 2024.11.14 04:56:11.440828 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:36451, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12242 | 2024.11.14 04:56:11.852777 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:48028, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12243 | 2024.11.14 04:56:11.994639 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:37252, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12244 | 2024.11.14 04:56:12.075207 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:50227, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12245 | 2024.11.14 04:56:12.219921 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:55137, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12246 | 2024.11.14 04:56:12.313756 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:61200, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12247 | 2024.11.14 04:56:12.318173 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:43997, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12248 | 2024.11.14 04:56:12.333466 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:47963, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12249 | 2024.11.14 04:56:14.530221 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12250 | 2024.11.14 04:56:14.530549 [ 250 ] {11362ed4-b4c8-4824-9b40-f4141c7858ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 12251 | 2024.11.14 04:56:14.530673 [ 250 ] {11362ed4-b4c8-4824-9b40-f4141c7858ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12252 | 2024.11.14 04:56:14.531605 [ 250 ] {11362ed4-b4c8-4824-9b40-f4141c7858ab} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12253 | 2024.11.14 04:56:14.531654 [ 250 ] {11362ed4-b4c8-4824-9b40-f4141c7858ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 12254 | 2024.11.14 04:56:14.532073 [ 250 ] {11362ed4-b4c8-4824-9b40-f4141c7858ab} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 12255 | 2024.11.14 04:56:14.532321 [ 250 ] {11362ed4-b4c8-4824-9b40-f4141c7858ab} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12256 | 2024.11.14 04:56:14.532553 [ 250 ] {11362ed4-b4c8-4824-9b40-f4141c7858ab} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.00209 sec., 1913.8755980861245 rows/sec., 156.06 KiB/sec. | ||
| 12257 | 2024.11.14 04:56:14.532610 [ 250 ] {11362ed4-b4c8-4824-9b40-f4141c7858ab} <Debug> TCPHandler: Processed in 0.002573464 sec. | ||
| 12258 | 2024.11.14 04:56:14.532900 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12259 | 2024.11.14 04:56:14.533111 [ 252 ] {42adfdab-c22c-45b4-a0e3-4b70d95cf54c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12260 | 2024.11.14 04:56:14.533190 [ 252 ] {42adfdab-c22c-45b4-a0e3-4b70d95cf54c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12261 | 2024.11.14 04:56:14.533954 [ 252 ] {42adfdab-c22c-45b4-a0e3-4b70d95cf54c} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12262 | 2024.11.14 04:56:14.534003 [ 252 ] {42adfdab-c22c-45b4-a0e3-4b70d95cf54c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 12263 | 2024.11.14 04:56:14.534437 [ 252 ] {42adfdab-c22c-45b4-a0e3-4b70d95cf54c} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 12264 | 2024.11.14 04:56:14.534693 [ 252 ] {42adfdab-c22c-45b4-a0e3-4b70d95cf54c} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12265 | 2024.11.14 04:56:14.534882 [ 127 ] {} <Debug> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 12266 | 2024.11.14 04:56:14.534953 [ 252 ] {42adfdab-c22c-45b4-a0e3-4b70d95cf54c} <Debug> executeQuery: Read 58 rows, 4.52 KiB in 0.001898 sec., 30558.482613277134 rows/sec., 2.33 MiB/sec. | ||
| 12267 | 2024.11.14 04:56:14.534971 [ 127 ] {} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12268 | 2024.11.14 04:56:14.535039 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 12269 | 2024.11.14 04:56:14.535095 [ 252 ] {42adfdab-c22c-45b4-a0e3-4b70d95cf54c} <Debug> TCPHandler: Processed in 0.002337068 sec. | ||
| 12270 | 2024.11.14 04:56:14.535393 [ 200 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
| 12271 | 2024.11.14 04:56:14.535440 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12272 | 2024.11.14 04:56:14.535895 [ 200 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12273 | 2024.11.14 04:56:14.536060 [ 200 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 1434 rows starting from the beginning of the part | ||
| 12274 | 2024.11.14 04:56:14.536324 [ 250 ] {369de92e-d464-464a-a9fb-57c709f6271f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12275 | 2024.11.14 04:56:14.536594 [ 250 ] {369de92e-d464-464a-a9fb-57c709f6271f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12276 | 2024.11.14 04:56:14.536688 [ 200 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 285 rows starting from the beginning of the part | ||
| 12277 | 2024.11.14 04:56:14.537445 [ 200 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 58 rows starting from the beginning of the part | ||
| 12278 | 2024.11.14 04:56:14.538024 [ 200 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 56 rows starting from the beginning of the part | ||
| 12279 | 2024.11.14 04:56:14.538383 [ 200 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 285 rows starting from the beginning of the part | ||
| 12280 | 2024.11.14 04:56:14.538733 [ 200 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 58 rows starting from the beginning of the part | ||
| 12281 | 2024.11.14 04:56:14.540036 [ 250 ] {369de92e-d464-464a-a9fb-57c709f6271f} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12282 | 2024.11.14 04:56:14.540105 [ 250 ] {369de92e-d464-464a-a9fb-57c709f6271f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 12283 | 2024.11.14 04:56:14.541202 [ 250 ] {369de92e-d464-464a-a9fb-57c709f6271f} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 12284 | 2024.11.14 04:56:14.541549 [ 250 ] {369de92e-d464-464a-a9fb-57c709f6271f} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12285 | 2024.11.14 04:56:14.542173 [ 250 ] {369de92e-d464-464a-a9fb-57c709f6271f} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.00608 sec., 657.8947368421052 rows/sec., 45.94 KiB/sec. | ||
| 12286 | 2024.11.14 04:56:14.542247 [ 190 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2176 rows, containing 5 columns (5 merged, 0 gathered) in 0.007094855 sec., 306701.12356066477 rows/sec., 26.97 MiB/sec. | ||
| 12287 | 2024.11.14 04:56:14.542335 [ 250 ] {369de92e-d464-464a-a9fb-57c709f6271f} <Debug> TCPHandler: Processed in 0.007113046 sec. | ||
| 12288 | 2024.11.14 04:56:14.542643 [ 190 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 12289 | 2024.11.14 04:56:14.542655 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12290 | 2024.11.14 04:56:14.543071 [ 252 ] {b26f64a5-b0ad-427d-b804-d9b115b89bc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12291 | 2024.11.14 04:56:14.543257 [ 252 ] {b26f64a5-b0ad-427d-b804-d9b115b89bc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12292 | 2024.11.14 04:56:14.543697 [ 193 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_116_23} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12293 | 2024.11.14 04:56:14.544054 [ 193 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_116_23} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 12294 | 2024.11.14 04:56:14.544273 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 12295 | 2024.11.14 04:56:14.544678 [ 252 ] {b26f64a5-b0ad-427d-b804-d9b115b89bc8} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12296 | 2024.11.14 04:56:14.544722 [ 252 ] {b26f64a5-b0ad-427d-b804-d9b115b89bc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 12297 | 2024.11.14 04:56:14.545088 [ 252 ] {b26f64a5-b0ad-427d-b804-d9b115b89bc8} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 12298 | 2024.11.14 04:56:14.545326 [ 252 ] {b26f64a5-b0ad-427d-b804-d9b115b89bc8} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12299 | 2024.11.14 04:56:14.545478 [ 148 ] {} <Debug> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 12300 | 2024.11.14 04:56:14.545504 [ 252 ] {b26f64a5-b0ad-427d-b804-d9b115b89bc8} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.002589 sec., 26264.967168791038 rows/sec., 2.05 MiB/sec. | ||
| 12301 | 2024.11.14 04:56:14.545518 [ 148 ] {} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12302 | 2024.11.14 04:56:14.545557 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 12303 | 2024.11.14 04:56:14.545578 [ 252 ] {b26f64a5-b0ad-427d-b804-d9b115b89bc8} <Debug> TCPHandler: Processed in 0.00309613 sec. | ||
| 12304 | 2024.11.14 04:56:14.545776 [ 190 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
| 12305 | 2024.11.14 04:56:14.545784 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12306 | 2024.11.14 04:56:14.545924 [ 190 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12307 | 2024.11.14 04:56:14.545965 [ 250 ] {051a725e-f50a-454e-bbd6-ac4ef3c422bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12308 | 2024.11.14 04:56:14.545969 [ 190 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 915 rows starting from the beginning of the part | ||
| 12309 | 2024.11.14 04:56:14.546045 [ 250 ] {051a725e-f50a-454e-bbd6-ac4ef3c422bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12310 | 2024.11.14 04:56:14.546212 [ 190 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 423 rows starting from the beginning of the part | ||
| 12311 | 2024.11.14 04:56:14.546554 [ 190 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 68 rows starting from the beginning of the part | ||
| 12312 | 2024.11.14 04:56:14.546987 [ 190 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 64 rows starting from the beginning of the part | ||
| 12313 | 2024.11.14 04:56:14.547353 [ 190 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 423 rows starting from the beginning of the part | ||
| 12314 | 2024.11.14 04:56:14.547658 [ 190 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 68 rows starting from the beginning of the part | ||
| 12315 | 2024.11.14 04:56:14.548425 [ 250 ] {051a725e-f50a-454e-bbd6-ac4ef3c422bb} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12316 | 2024.11.14 04:56:14.548474 [ 250 ] {051a725e-f50a-454e-bbd6-ac4ef3c422bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 12317 | 2024.11.14 04:56:14.549047 [ 250 ] {051a725e-f50a-454e-bbd6-ac4ef3c422bb} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 12318 | 2024.11.14 04:56:14.549351 [ 250 ] {051a725e-f50a-454e-bbd6-ac4ef3c422bb} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12319 | 2024.11.14 04:56:14.549850 [ 250 ] {051a725e-f50a-454e-bbd6-ac4ef3c422bb} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.003914 sec., 41389.882473173224 rows/sec., 2.88 MiB/sec. | ||
| 12320 | 2024.11.14 04:56:14.549967 [ 187 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1961 rows, containing 5 columns (5 merged, 0 gathered) in 0.004298824 sec., 456171.26916570676 rows/sec., 34.93 MiB/sec. | ||
| 12321 | 2024.11.14 04:56:14.550165 [ 250 ] {051a725e-f50a-454e-bbd6-ac4ef3c422bb} <Debug> TCPHandler: Processed in 0.00448561 sec. | ||
| 12322 | 2024.11.14 04:56:14.550434 [ 187 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 12323 | 2024.11.14 04:56:14.550612 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12324 | 2024.11.14 04:56:14.550959 [ 252 ] {ff8933a4-aca7-44b8-95f2-09383a2d8365} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12325 | 2024.11.14 04:56:14.551053 [ 252 ] {ff8933a4-aca7-44b8-95f2-09383a2d8365} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12326 | 2024.11.14 04:56:14.551244 [ 187 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_116_23} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12327 | 2024.11.14 04:56:14.551507 [ 187 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_116_23} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 12328 | 2024.11.14 04:56:14.551678 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 12329 | 2024.11.14 04:56:14.551933 [ 252 ] {ff8933a4-aca7-44b8-95f2-09383a2d8365} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12330 | 2024.11.14 04:56:14.551978 [ 252 ] {ff8933a4-aca7-44b8-95f2-09383a2d8365} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 12331 | 2024.11.14 04:56:14.552352 [ 252 ] {ff8933a4-aca7-44b8-95f2-09383a2d8365} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 12332 | 2024.11.14 04:56:14.552597 [ 252 ] {ff8933a4-aca7-44b8-95f2-09383a2d8365} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12333 | 2024.11.14 04:56:14.552771 [ 252 ] {ff8933a4-aca7-44b8-95f2-09383a2d8365} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00189 sec., 31746.031746031746 rows/sec., 2.14 MiB/sec. | ||
| 12334 | 2024.11.14 04:56:14.552820 [ 252 ] {ff8933a4-aca7-44b8-95f2-09383a2d8365} <Debug> TCPHandler: Processed in 0.002539343 sec. | ||
| 12335 | 2024.11.14 04:56:18.741595 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1746 | ||
| 12336 | 2024.11.14 04:56:18.744714 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12337 | 2024.11.14 04:56:18.744760 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 12338 | 2024.11.14 04:56:18.746252 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 12339 | 2024.11.14 04:56:18.746558 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12340 | 2024.11.14 04:56:18.747819 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1746 | ||
| 12341 | 2024.11.14 04:56:19.530647 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12342 | 2024.11.14 04:56:19.530856 [ 250 ] {aa0ef7e7-8f55-47d8-ba43-478844fa0c2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12343 | 2024.11.14 04:56:19.530935 [ 250 ] {aa0ef7e7-8f55-47d8-ba43-478844fa0c2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12344 | 2024.11.14 04:56:19.531731 [ 250 ] {aa0ef7e7-8f55-47d8-ba43-478844fa0c2c} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12345 | 2024.11.14 04:56:19.531772 [ 250 ] {aa0ef7e7-8f55-47d8-ba43-478844fa0c2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 12346 | 2024.11.14 04:56:19.532210 [ 250 ] {aa0ef7e7-8f55-47d8-ba43-478844fa0c2c} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 12347 | 2024.11.14 04:56:19.532469 [ 250 ] {aa0ef7e7-8f55-47d8-ba43-478844fa0c2c} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12348 | 2024.11.14 04:56:19.532669 [ 250 ] {aa0ef7e7-8f55-47d8-ba43-478844fa0c2c} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001872 sec., 29914.529914529914 rows/sec., 2.28 MiB/sec. | ||
| 12349 | 2024.11.14 04:56:19.532732 [ 250 ] {aa0ef7e7-8f55-47d8-ba43-478844fa0c2c} <Debug> TCPHandler: Processed in 0.002217874 sec. | ||
| 12350 | 2024.11.14 04:56:19.532979 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12351 | 2024.11.14 04:56:19.533196 [ 252 ] {df92adcf-70aa-47a3-bf41-ac9a9e7f4fa1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12352 | 2024.11.14 04:56:19.533280 [ 252 ] {df92adcf-70aa-47a3-bf41-ac9a9e7f4fa1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12353 | 2024.11.14 04:56:19.534051 [ 252 ] {df92adcf-70aa-47a3-bf41-ac9a9e7f4fa1} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12354 | 2024.11.14 04:56:19.534102 [ 252 ] {df92adcf-70aa-47a3-bf41-ac9a9e7f4fa1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 12355 | 2024.11.14 04:56:19.534541 [ 252 ] {df92adcf-70aa-47a3-bf41-ac9a9e7f4fa1} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 12356 | 2024.11.14 04:56:19.534795 [ 252 ] {df92adcf-70aa-47a3-bf41-ac9a9e7f4fa1} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12357 | 2024.11.14 04:56:19.535049 [ 252 ] {df92adcf-70aa-47a3-bf41-ac9a9e7f4fa1} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001909 sec., 33525.405971712935 rows/sec., 2.62 MiB/sec. | ||
| 12358 | 2024.11.14 04:56:19.535091 [ 217 ] {} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 12359 | 2024.11.14 04:56:19.535147 [ 252 ] {df92adcf-70aa-47a3-bf41-ac9a9e7f4fa1} <Debug> TCPHandler: Processed in 0.002305707 sec. | ||
| 12360 | 2024.11.14 04:56:19.535170 [ 217 ] {} <Debug> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 12361 | 2024.11.14 04:56:19.535358 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12362 | 2024.11.14 04:56:19.535547 [ 250 ] {bebd8cd5-3388-4dcb-b576-9a62baa93f8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12363 | 2024.11.14 04:56:19.535644 [ 250 ] {bebd8cd5-3388-4dcb-b576-9a62baa93f8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12364 | 2024.11.14 04:56:19.536953 [ 250 ] {bebd8cd5-3388-4dcb-b576-9a62baa93f8c} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12365 | 2024.11.14 04:56:19.537008 [ 250 ] {bebd8cd5-3388-4dcb-b576-9a62baa93f8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 12366 | 2024.11.14 04:56:19.537804 [ 250 ] {bebd8cd5-3388-4dcb-b576-9a62baa93f8c} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 12367 | 2024.11.14 04:56:19.538197 [ 250 ] {bebd8cd5-3388-4dcb-b576-9a62baa93f8c} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12368 | 2024.11.14 04:56:19.538709 [ 250 ] {bebd8cd5-3388-4dcb-b576-9a62baa93f8c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003202 sec., 49968.76951905059 rows/sec., 3.48 MiB/sec. | ||
| 12369 | 2024.11.14 04:56:19.538945 [ 250 ] {bebd8cd5-3388-4dcb-b576-9a62baa93f8c} <Debug> TCPHandler: Processed in 0.003691567 sec. | ||
| 12370 | 2024.11.14 04:56:19.539371 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12371 | 2024.11.14 04:56:19.539384 [ 217 ] {} <Debug> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 12372 | 2024.11.14 04:56:19.539955 [ 252 ] {ab7723e2-681e-42ee-89f4-e3344af36c53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12373 | 2024.11.14 04:56:19.540235 [ 252 ] {ab7723e2-681e-42ee-89f4-e3344af36c53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12374 | 2024.11.14 04:56:19.541639 [ 252 ] {ab7723e2-681e-42ee-89f4-e3344af36c53} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12375 | 2024.11.14 04:56:19.541677 [ 252 ] {ab7723e2-681e-42ee-89f4-e3344af36c53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 12376 | 2024.11.14 04:56:19.542076 [ 252 ] {ab7723e2-681e-42ee-89f4-e3344af36c53} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 12377 | 2024.11.14 04:56:19.542326 [ 252 ] {ab7723e2-681e-42ee-89f4-e3344af36c53} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12378 | 2024.11.14 04:56:19.542509 [ 252 ] {ab7723e2-681e-42ee-89f4-e3344af36c53} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002777 sec., 21606.049693914298 rows/sec., 1.46 MiB/sec. | ||
| 12379 | 2024.11.14 04:56:19.542571 [ 252 ] {ab7723e2-681e-42ee-89f4-e3344af36c53} <Debug> TCPHandler: Processed in 0.003474151 sec. | ||
| 12380 | 2024.11.14 04:56:19.903988 [ 217 ] {} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 12381 | 2024.11.14 04:56:19.904038 [ 217 ] {} <Debug> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 12382 | 2024.11.14 04:56:19.905863 [ 217 ] {} <Debug> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 12383 | 2024.11.14 04:56:21.084909 [ 143 ] {} <Debug> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 12384 | 2024.11.14 04:56:21.084978 [ 143 ] {} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12385 | 2024.11.14 04:56:21.085002 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 12386 | 2024.11.14 04:56:21.085218 [ 186 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_37_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full | ||
| 12387 | 2024.11.14 04:56:21.085518 [ 186 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12388 | 2024.11.14 04:56:21.085588 [ 186 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 33 rows starting from the beginning of the part | ||
| 12389 | 2024.11.14 04:56:21.085746 [ 186 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1 rows starting from the beginning of the part | ||
| 12390 | 2024.11.14 04:56:21.086023 [ 186 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1 rows starting from the beginning of the part | ||
| 12391 | 2024.11.14 04:56:21.086243 [ 186 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1 rows starting from the beginning of the part | ||
| 12392 | 2024.11.14 04:56:21.086460 [ 186 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1 rows starting from the beginning of the part | ||
| 12393 | 2024.11.14 04:56:21.087549 [ 196 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37 rows, containing 4 columns (4 merged, 0 gathered) in 0.002457881 sec., 15053.61732321459 rows/sec., 1014.36 KiB/sec. | ||
| 12394 | 2024.11.14 04:56:21.087765 [ 203 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 12395 | 2024.11.14 04:56:21.088156 [ 203 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_37_9} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12396 | 2024.11.14 04:56:21.088260 [ 203 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_37_9} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 12397 | 2024.11.14 04:56:21.088363 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 12398 | 2024.11.14 04:56:22.180013 [ 225 ] {} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Found 5 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] | ||
| 12399 | 2024.11.14 04:56:22.180099 [ 225 ] {} <Debug> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Removing 5 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] | ||
| 12400 | 2024.11.14 04:56:22.181883 [ 225 ] {} <Debug> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Removing 5 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] | ||
| 12401 | 2024.11.14 04:56:22.874426 [ 142 ] {} <Debug> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 12402 | 2024.11.14 04:56:22.874489 [ 142 ] {} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12403 | 2024.11.14 04:56:22.874515 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 12404 | 2024.11.14 04:56:22.874651 [ 219 ] {} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 12405 | 2024.11.14 04:56:22.874679 [ 186 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_37_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full | ||
| 12406 | 2024.11.14 04:56:22.874721 [ 219 ] {} <Debug> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 12407 | 2024.11.14 04:56:22.874894 [ 186 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12408 | 2024.11.14 04:56:22.874994 [ 186 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 198 rows starting from the beginning of the part | ||
| 12409 | 2024.11.14 04:56:22.875075 [ 186 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part | ||
| 12410 | 2024.11.14 04:56:22.875363 [ 186 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 6 rows starting from the beginning of the part | ||
| 12411 | 2024.11.14 04:56:22.875737 [ 186 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part | ||
| 12412 | 2024.11.14 04:56:22.876139 [ 186 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part | ||
| 12413 | 2024.11.14 04:56:22.878197 [ 186 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 222 rows, containing 4 columns (4 merged, 0 gathered) in 0.003621325 sec., 61303.528404658515 rows/sec., 3.13 MiB/sec. | ||
| 12414 | 2024.11.14 04:56:22.878362 [ 186 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 12415 | 2024.11.14 04:56:22.878719 [ 219 ] {} <Debug> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 12416 | 2024.11.14 04:56:22.878792 [ 196 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_37_9} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12417 | 2024.11.14 04:56:22.879039 [ 196 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_37_9} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 12418 | 2024.11.14 04:56:22.879250 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 12419 | 2024.11.14 04:56:23.295831 [ 142 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12420 | 2024.11.14 04:56:23.295898 [ 142 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12421 | 2024.11.14 04:56:24.537196 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12422 | 2024.11.14 04:56:24.537429 [ 250 ] {4e65b670-74c8-449f-afda-7de2037c0bbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12423 | 2024.11.14 04:56:24.537523 [ 250 ] {4e65b670-74c8-449f-afda-7de2037c0bbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12424 | 2024.11.14 04:56:24.538262 [ 250 ] {4e65b670-74c8-449f-afda-7de2037c0bbd} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12425 | 2024.11.14 04:56:24.538311 [ 250 ] {4e65b670-74c8-449f-afda-7de2037c0bbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 12426 | 2024.11.14 04:56:24.538747 [ 250 ] {4e65b670-74c8-449f-afda-7de2037c0bbd} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 12427 | 2024.11.14 04:56:24.538990 [ 250 ] {4e65b670-74c8-449f-afda-7de2037c0bbd} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12428 | 2024.11.14 04:56:24.539247 [ 250 ] {4e65b670-74c8-449f-afda-7de2037c0bbd} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001874 sec., 7470.651013874066 rows/sec., 537.79 KiB/sec. | ||
| 12429 | 2024.11.14 04:56:24.539338 [ 250 ] {4e65b670-74c8-449f-afda-7de2037c0bbd} <Debug> TCPHandler: Processed in 0.002278706 sec. | ||
| 12430 | 2024.11.14 04:56:24.539649 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12431 | 2024.11.14 04:56:24.539857 [ 252 ] {16219d34-9bbe-4202-b30d-6b6a674cf475} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12432 | 2024.11.14 04:56:24.539936 [ 252 ] {16219d34-9bbe-4202-b30d-6b6a674cf475} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12433 | 2024.11.14 04:56:24.540893 [ 252 ] {16219d34-9bbe-4202-b30d-6b6a674cf475} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12434 | 2024.11.14 04:56:24.540940 [ 252 ] {16219d34-9bbe-4202-b30d-6b6a674cf475} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 12435 | 2024.11.14 04:56:24.541394 [ 252 ] {16219d34-9bbe-4202-b30d-6b6a674cf475} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 12436 | 2024.11.14 04:56:24.541662 [ 252 ] {16219d34-9bbe-4202-b30d-6b6a674cf475} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12437 | 2024.11.14 04:56:24.541864 [ 252 ] {16219d34-9bbe-4202-b30d-6b6a674cf475} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.002066 sec., 137947.72507260405 rows/sec., 12.17 MiB/sec. | ||
| 12438 | 2024.11.14 04:56:24.541927 [ 252 ] {16219d34-9bbe-4202-b30d-6b6a674cf475} <Debug> TCPHandler: Processed in 0.002447511 sec. | ||
| 12439 | 2024.11.14 04:56:24.542147 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12440 | 2024.11.14 04:56:24.542370 [ 250 ] {ca98df47-4b82-4868-a04d-fc442799aeac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12441 | 2024.11.14 04:56:24.542458 [ 250 ] {ca98df47-4b82-4868-a04d-fc442799aeac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12442 | 2024.11.14 04:56:24.543052 [ 250 ] {ca98df47-4b82-4868-a04d-fc442799aeac} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12443 | 2024.11.14 04:56:24.543091 [ 250 ] {ca98df47-4b82-4868-a04d-fc442799aeac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 12444 | 2024.11.14 04:56:24.543451 [ 250 ] {ca98df47-4b82-4868-a04d-fc442799aeac} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 12445 | 2024.11.14 04:56:24.543688 [ 250 ] {ca98df47-4b82-4868-a04d-fc442799aeac} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12446 | 2024.11.14 04:56:24.543946 [ 250 ] {ca98df47-4b82-4868-a04d-fc442799aeac} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001622 sec., 29593.094944512948 rows/sec., 2.13 MiB/sec. | ||
| 12447 | 2024.11.14 04:56:24.544010 [ 250 ] {ca98df47-4b82-4868-a04d-fc442799aeac} <Debug> TCPHandler: Processed in 0.001965577 sec. | ||
| 12448 | 2024.11.14 04:56:24.544225 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12449 | 2024.11.14 04:56:24.544379 [ 252 ] {df6a9e08-cf9b-4c60-a906-d27ea226dcbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12450 | 2024.11.14 04:56:24.544438 [ 252 ] {df6a9e08-cf9b-4c60-a906-d27ea226dcbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12451 | 2024.11.14 04:56:24.545023 [ 252 ] {df6a9e08-cf9b-4c60-a906-d27ea226dcbb} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12452 | 2024.11.14 04:56:24.545060 [ 252 ] {df6a9e08-cf9b-4c60-a906-d27ea226dcbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 12453 | 2024.11.14 04:56:24.545418 [ 252 ] {df6a9e08-cf9b-4c60-a906-d27ea226dcbb} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 12454 | 2024.11.14 04:56:24.545651 [ 252 ] {df6a9e08-cf9b-4c60-a906-d27ea226dcbb} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12455 | 2024.11.14 04:56:24.545825 [ 252 ] {df6a9e08-cf9b-4c60-a906-d27ea226dcbb} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001481 sec., 9453.072248480757 rows/sec., 662.03 KiB/sec. | ||
| 12456 | 2024.11.14 04:56:24.545875 [ 252 ] {df6a9e08-cf9b-4c60-a906-d27ea226dcbb} <Debug> TCPHandler: Processed in 0.001759091 sec. | ||
| 12457 | 2024.11.14 04:56:24.546016 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12458 | 2024.11.14 04:56:24.546132 [ 250 ] {b361f423-6720-4420-9dde-ecb0df56af09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12459 | 2024.11.14 04:56:24.546180 [ 250 ] {b361f423-6720-4420-9dde-ecb0df56af09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12460 | 2024.11.14 04:56:24.546735 [ 250 ] {b361f423-6720-4420-9dde-ecb0df56af09} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12461 | 2024.11.14 04:56:24.546775 [ 250 ] {b361f423-6720-4420-9dde-ecb0df56af09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 12462 | 2024.11.14 04:56:24.547125 [ 250 ] {b361f423-6720-4420-9dde-ecb0df56af09} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 12463 | 2024.11.14 04:56:24.547358 [ 250 ] {b361f423-6720-4420-9dde-ecb0df56af09} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12464 | 2024.11.14 04:56:24.547556 [ 250 ] {b361f423-6720-4420-9dde-ecb0df56af09} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001447 sec., 8984.105044920525 rows/sec., 560.16 KiB/sec. | ||
| 12465 | 2024.11.14 04:56:24.547607 [ 250 ] {b361f423-6720-4420-9dde-ecb0df56af09} <Debug> TCPHandler: Processed in 0.001646588 sec. | ||
| 12466 | 2024.11.14 04:56:24.547752 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12467 | 2024.11.14 04:56:24.547895 [ 252 ] {213c84a3-9928-4418-b982-a4b4e33f90c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12468 | 2024.11.14 04:56:24.547951 [ 252 ] {213c84a3-9928-4418-b982-a4b4e33f90c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12469 | 2024.11.14 04:56:24.548761 [ 252 ] {213c84a3-9928-4418-b982-a4b4e33f90c6} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12470 | 2024.11.14 04:56:24.548799 [ 252 ] {213c84a3-9928-4418-b982-a4b4e33f90c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 12471 | 2024.11.14 04:56:24.549178 [ 252 ] {213c84a3-9928-4418-b982-a4b4e33f90c6} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 12472 | 2024.11.14 04:56:24.549410 [ 252 ] {213c84a3-9928-4418-b982-a4b4e33f90c6} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12473 | 2024.11.14 04:56:24.549590 [ 252 ] {213c84a3-9928-4418-b982-a4b4e33f90c6} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001727 sec., 244933.41053850608 rows/sec., 17.51 MiB/sec. | ||
| 12474 | 2024.11.14 04:56:24.549641 [ 252 ] {213c84a3-9928-4418-b982-a4b4e33f90c6} <Debug> TCPHandler: Processed in 0.001957747 sec. | ||
| 12475 | 2024.11.14 04:56:24.549792 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12476 | 2024.11.14 04:56:24.549929 [ 250 ] {7ee9fa2b-7547-4d37-a9c9-8c2bce622042} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12477 | 2024.11.14 04:56:24.549988 [ 250 ] {7ee9fa2b-7547-4d37-a9c9-8c2bce622042} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12478 | 2024.11.14 04:56:24.550531 [ 250 ] {7ee9fa2b-7547-4d37-a9c9-8c2bce622042} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12479 | 2024.11.14 04:56:24.550570 [ 250 ] {7ee9fa2b-7547-4d37-a9c9-8c2bce622042} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 12480 | 2024.11.14 04:56:24.550928 [ 250 ] {7ee9fa2b-7547-4d37-a9c9-8c2bce622042} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 12481 | 2024.11.14 04:56:24.551168 [ 250 ] {7ee9fa2b-7547-4d37-a9c9-8c2bce622042} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12482 | 2024.11.14 04:56:24.551365 [ 250 ] {7ee9fa2b-7547-4d37-a9c9-8c2bce622042} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001466 sec., 4092.769440654843 rows/sec., 213.83 KiB/sec. | ||
| 12483 | 2024.11.14 04:56:24.551413 [ 250 ] {7ee9fa2b-7547-4d37-a9c9-8c2bce622042} <Debug> TCPHandler: Processed in 0.001687038 sec. | ||
| 12484 | 2024.11.14 04:56:24.551572 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12485 | 2024.11.14 04:56:24.551714 [ 252 ] {4c0d7301-1b16-4d05-b871-9f0d546c7798} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12486 | 2024.11.14 04:56:24.551776 [ 252 ] {4c0d7301-1b16-4d05-b871-9f0d546c7798} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12487 | 2024.11.14 04:56:24.552447 [ 252 ] {4c0d7301-1b16-4d05-b871-9f0d546c7798} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12488 | 2024.11.14 04:56:24.552484 [ 252 ] {4c0d7301-1b16-4d05-b871-9f0d546c7798} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 12489 | 2024.11.14 04:56:24.552873 [ 252 ] {4c0d7301-1b16-4d05-b871-9f0d546c7798} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 12490 | 2024.11.14 04:56:24.553108 [ 252 ] {4c0d7301-1b16-4d05-b871-9f0d546c7798} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12491 | 2024.11.14 04:56:24.553286 [ 252 ] {4c0d7301-1b16-4d05-b871-9f0d546c7798} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001606 sec., 147571.60647571608 rows/sec., 9.89 MiB/sec. | ||
| 12492 | 2024.11.14 04:56:24.553337 [ 252 ] {4c0d7301-1b16-4d05-b871-9f0d546c7798} <Debug> TCPHandler: Processed in 0.001835283 sec. | ||
| 12493 | 2024.11.14 04:56:24.553480 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12494 | 2024.11.14 04:56:24.553620 [ 250 ] {f3977e86-3dcb-44c0-ba50-9d6229a5865b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12495 | 2024.11.14 04:56:24.553680 [ 250 ] {f3977e86-3dcb-44c0-ba50-9d6229a5865b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12496 | 2024.11.14 04:56:24.554209 [ 250 ] {f3977e86-3dcb-44c0-ba50-9d6229a5865b} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12497 | 2024.11.14 04:56:24.554255 [ 250 ] {f3977e86-3dcb-44c0-ba50-9d6229a5865b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 12498 | 2024.11.14 04:56:24.554635 [ 250 ] {f3977e86-3dcb-44c0-ba50-9d6229a5865b} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 12499 | 2024.11.14 04:56:24.554866 [ 250 ] {f3977e86-3dcb-44c0-ba50-9d6229a5865b} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12500 | 2024.11.14 04:56:24.555115 [ 250 ] {f3977e86-3dcb-44c0-ba50-9d6229a5865b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001526 sec., 655.307994757536 rows/sec., 44.16 KiB/sec. | ||
| 12501 | 2024.11.14 04:56:24.555315 [ 250 ] {f3977e86-3dcb-44c0-ba50-9d6229a5865b} <Debug> TCPHandler: Processed in 0.001897175 sec. | ||
| 12502 | 2024.11.14 04:56:24.555523 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12503 | 2024.11.14 04:56:24.555659 [ 252 ] {ecc9d7f4-f68e-4d48-bf03-a547319878f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12504 | 2024.11.14 04:56:24.555744 [ 252 ] {ecc9d7f4-f68e-4d48-bf03-a547319878f8} <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 | ||
| 12505 | 2024.11.14 04:56:24.557043 [ 252 ] {ecc9d7f4-f68e-4d48-bf03-a547319878f8} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12506 | 2024.11.14 04:56:24.557081 [ 252 ] {ecc9d7f4-f68e-4d48-bf03-a547319878f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 12507 | 2024.11.14 04:56:24.557755 [ 252 ] {ecc9d7f4-f68e-4d48-bf03-a547319878f8} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 12508 | 2024.11.14 04:56:24.558010 [ 252 ] {ecc9d7f4-f68e-4d48-bf03-a547319878f8} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12509 | 2024.11.14 04:56:24.558205 [ 252 ] {ecc9d7f4-f68e-4d48-bf03-a547319878f8} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002577 sec., 15909.972836631743 rows/sec., 28.51 MiB/sec. | ||
| 12510 | 2024.11.14 04:56:24.558291 [ 252 ] {ecc9d7f4-f68e-4d48-bf03-a547319878f8} <Debug> TCPHandler: Processed in 0.002863172 sec. | ||
| 12511 | 2024.11.14 04:56:24.558490 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12512 | 2024.11.14 04:56:24.558630 [ 250 ] {6ee85ef0-908e-4828-a39e-3ee1f7ea195e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12513 | 2024.11.14 04:56:24.558689 [ 250 ] {6ee85ef0-908e-4828-a39e-3ee1f7ea195e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12514 | 2024.11.14 04:56:24.559249 [ 250 ] {6ee85ef0-908e-4828-a39e-3ee1f7ea195e} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12515 | 2024.11.14 04:56:24.559294 [ 250 ] {6ee85ef0-908e-4828-a39e-3ee1f7ea195e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 12516 | 2024.11.14 04:56:24.559688 [ 250 ] {6ee85ef0-908e-4828-a39e-3ee1f7ea195e} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 12517 | 2024.11.14 04:56:24.559930 [ 250 ] {6ee85ef0-908e-4828-a39e-3ee1f7ea195e} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12518 | 2024.11.14 04:56:24.560133 [ 250 ] {6ee85ef0-908e-4828-a39e-3ee1f7ea195e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001535 sec., 53420.195439739415 rows/sec., 3.39 MiB/sec. | ||
| 12519 | 2024.11.14 04:56:24.560182 [ 250 ] {6ee85ef0-908e-4828-a39e-3ee1f7ea195e} <Debug> TCPHandler: Processed in 0.001795792 sec. | ||
| 12520 | 2024.11.14 04:56:28.748906 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1776 | ||
| 12521 | 2024.11.14 04:56:28.751828 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12522 | 2024.11.14 04:56:28.751878 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 12523 | 2024.11.14 04:56:28.753367 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 12524 | 2024.11.14 04:56:28.753708 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12525 | 2024.11.14 04:56:28.753979 [ 136 ] {} <Debug> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 12526 | 2024.11.14 04:56:28.754096 [ 136 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12527 | 2024.11.14 04:56:28.754178 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 12528 | 2024.11.14 04:56:28.754619 [ 186 ] {517a6315-c66d-488d-99aa-0fdeb396e457::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 | ||
| 12529 | 2024.11.14 04:56:28.756297 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1776 | ||
| 12530 | 2024.11.14 04:56:28.756597 [ 186 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12531 | 2024.11.14 04:56:28.756745 [ 186 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1632 rows starting from the beginning of the part | ||
| 12532 | 2024.11.14 04:56:28.757320 [ 186 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 30 rows starting from the beginning of the part | ||
| 12533 | 2024.11.14 04:56:28.757844 [ 186 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 30 rows starting from the beginning of the part | ||
| 12534 | 2024.11.14 04:56:28.758353 [ 186 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 20 rows starting from the beginning of the part | ||
| 12535 | 2024.11.14 04:56:28.758869 [ 186 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 34 rows starting from the beginning of the part | ||
| 12536 | 2024.11.14 04:56:28.759447 [ 186 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 30 rows starting from the beginning of the part | ||
| 12537 | 2024.11.14 04:56:28.768684 [ 192 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1776 rows, containing 72 columns (72 merged, 0 gathered) in 0.014369616 sec., 123594.1169200346 rows/sec., 94.53 MiB/sec. | ||
| 12538 | 2024.11.14 04:56:28.770508 [ 195 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 12539 | 2024.11.14 04:56:28.771374 [ 195 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_61_12} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12540 | 2024.11.14 04:56:28.771471 [ 195 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_61_12} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 12541 | 2024.11.14 04:56:28.771815 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.92 MiB. | ||
| 12542 | 2024.11.14 04:56:29.528844 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12543 | 2024.11.14 04:56:29.529035 [ 250 ] {98b698a4-7261-44ca-86f9-3b1667c25933} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 12544 | 2024.11.14 04:56:29.529110 [ 250 ] {98b698a4-7261-44ca-86f9-3b1667c25933} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12545 | 2024.11.14 04:56:29.529868 [ 250 ] {98b698a4-7261-44ca-86f9-3b1667c25933} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12546 | 2024.11.14 04:56:29.529919 [ 250 ] {98b698a4-7261-44ca-86f9-3b1667c25933} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 12547 | 2024.11.14 04:56:29.530347 [ 250 ] {98b698a4-7261-44ca-86f9-3b1667c25933} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 12548 | 2024.11.14 04:56:29.530614 [ 250 ] {98b698a4-7261-44ca-86f9-3b1667c25933} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12549 | 2024.11.14 04:56:29.530865 [ 250 ] {98b698a4-7261-44ca-86f9-3b1667c25933} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001883 sec., 5310.674455655869 rows/sec., 433.05 KiB/sec. | ||
| 12550 | 2024.11.14 04:56:29.530921 [ 250 ] {98b698a4-7261-44ca-86f9-3b1667c25933} <Debug> TCPHandler: Processed in 0.002206824 sec. | ||
| 12551 | 2024.11.14 04:56:29.531205 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12552 | 2024.11.14 04:56:29.531393 [ 252 ] {5584aa4b-9d18-41b1-9f96-f90cbade67a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12553 | 2024.11.14 04:56:29.531465 [ 252 ] {5584aa4b-9d18-41b1-9f96-f90cbade67a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12554 | 2024.11.14 04:56:29.532219 [ 252 ] {5584aa4b-9d18-41b1-9f96-f90cbade67a7} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12555 | 2024.11.14 04:56:29.532268 [ 252 ] {5584aa4b-9d18-41b1-9f96-f90cbade67a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 12556 | 2024.11.14 04:56:29.532703 [ 252 ] {5584aa4b-9d18-41b1-9f96-f90cbade67a7} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 12557 | 2024.11.14 04:56:29.532953 [ 252 ] {5584aa4b-9d18-41b1-9f96-f90cbade67a7} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12558 | 2024.11.14 04:56:29.533197 [ 252 ] {5584aa4b-9d18-41b1-9f96-f90cbade67a7} <Debug> executeQuery: Read 61 rows, 4.74 KiB in 0.001856 sec., 32866.379310344826 rows/sec., 2.50 MiB/sec. | ||
| 12559 | 2024.11.14 04:56:29.533254 [ 252 ] {5584aa4b-9d18-41b1-9f96-f90cbade67a7} <Debug> TCPHandler: Processed in 0.002187083 sec. | ||
| 12560 | 2024.11.14 04:56:29.533415 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12561 | 2024.11.14 04:56:29.533566 [ 250 ] {76764a50-5c8d-44cd-a38b-760eb2b4a3bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12562 | 2024.11.14 04:56:29.533616 [ 250 ] {76764a50-5c8d-44cd-a38b-760eb2b4a3bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12563 | 2024.11.14 04:56:29.534215 [ 250 ] {76764a50-5c8d-44cd-a38b-760eb2b4a3bb} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12564 | 2024.11.14 04:56:29.534255 [ 250 ] {76764a50-5c8d-44cd-a38b-760eb2b4a3bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 12565 | 2024.11.14 04:56:29.534621 [ 250 ] {76764a50-5c8d-44cd-a38b-760eb2b4a3bb} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 12566 | 2024.11.14 04:56:29.534863 [ 250 ] {76764a50-5c8d-44cd-a38b-760eb2b4a3bb} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12567 | 2024.11.14 04:56:29.535082 [ 250 ] {76764a50-5c8d-44cd-a38b-760eb2b4a3bb} <Debug> executeQuery: Read 10 rows, 715.00 B in 0.001549 sec., 6455.777921239509 rows/sec., 450.77 KiB/sec. | ||
| 12568 | 2024.11.14 04:56:29.535133 [ 250 ] {76764a50-5c8d-44cd-a38b-760eb2b4a3bb} <Debug> TCPHandler: Processed in 0.001788511 sec. | ||
| 12569 | 2024.11.14 04:56:29.535334 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12570 | 2024.11.14 04:56:29.535455 [ 252 ] {836abc89-b848-4dfb-97d8-cec6a9e62086} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12571 | 2024.11.14 04:56:29.535506 [ 252 ] {836abc89-b848-4dfb-97d8-cec6a9e62086} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12572 | 2024.11.14 04:56:29.536240 [ 252 ] {836abc89-b848-4dfb-97d8-cec6a9e62086} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12573 | 2024.11.14 04:56:29.536289 [ 252 ] {836abc89-b848-4dfb-97d8-cec6a9e62086} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 12574 | 2024.11.14 04:56:29.536699 [ 252 ] {836abc89-b848-4dfb-97d8-cec6a9e62086} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 12575 | 2024.11.14 04:56:29.536945 [ 252 ] {836abc89-b848-4dfb-97d8-cec6a9e62086} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12576 | 2024.11.14 04:56:29.537150 [ 252 ] {836abc89-b848-4dfb-97d8-cec6a9e62086} <Debug> executeQuery: Read 74 rows, 5.93 KiB in 0.001721 sec., 42998.25682742591 rows/sec., 3.37 MiB/sec. | ||
| 12577 | 2024.11.14 04:56:29.537202 [ 252 ] {836abc89-b848-4dfb-97d8-cec6a9e62086} <Debug> TCPHandler: Processed in 0.001930766 sec. | ||
| 12578 | 2024.11.14 04:56:29.537374 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12579 | 2024.11.14 04:56:29.537497 [ 250 ] {6ee64d3f-9610-47b4-9f64-98179e3ff477} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12580 | 2024.11.14 04:56:29.537552 [ 250 ] {6ee64d3f-9610-47b4-9f64-98179e3ff477} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12581 | 2024.11.14 04:56:29.538142 [ 250 ] {6ee64d3f-9610-47b4-9f64-98179e3ff477} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12582 | 2024.11.14 04:56:29.538186 [ 250 ] {6ee64d3f-9610-47b4-9f64-98179e3ff477} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 12583 | 2024.11.14 04:56:29.538608 [ 250 ] {6ee64d3f-9610-47b4-9f64-98179e3ff477} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 12584 | 2024.11.14 04:56:29.538859 [ 250 ] {6ee64d3f-9610-47b4-9f64-98179e3ff477} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12585 | 2024.11.14 04:56:29.539044 [ 135 ] {} <Debug> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 12586 | 2024.11.14 04:56:29.539071 [ 250 ] {6ee64d3f-9610-47b4-9f64-98179e3ff477} <Debug> executeQuery: Read 133 rows, 9.48 KiB in 0.0016 sec., 83125 rows/sec., 5.79 MiB/sec. | ||
| 12587 | 2024.11.14 04:56:29.539120 [ 135 ] {} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12588 | 2024.11.14 04:56:29.539191 [ 250 ] {6ee64d3f-9610-47b4-9f64-98179e3ff477} <Debug> TCPHandler: Processed in 0.001868194 sec. | ||
| 12589 | 2024.11.14 04:56:29.539192 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 12590 | 2024.11.14 04:56:29.539396 [ 198 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
| 12591 | 2024.11.14 04:56:29.539396 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12592 | 2024.11.14 04:56:29.539646 [ 198 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12593 | 2024.11.14 04:56:29.539663 [ 252 ] {652313ed-5109-40d8-9041-f92f383d8aaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12594 | 2024.11.14 04:56:29.539715 [ 198 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_111_22, total 22244 rows starting from the beginning of the part | ||
| 12595 | 2024.11.14 04:56:29.539763 [ 252 ] {652313ed-5109-40d8-9041-f92f383d8aaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12596 | 2024.11.14 04:56:29.540013 [ 198 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 237 rows starting from the beginning of the part | ||
| 12597 | 2024.11.14 04:56:29.540327 [ 198 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 162 rows starting from the beginning of the part | ||
| 12598 | 2024.11.14 04:56:29.540753 [ 198 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 160 rows starting from the beginning of the part | ||
| 12599 | 2024.11.14 04:56:29.541111 [ 198 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 237 rows starting from the beginning of the part | ||
| 12600 | 2024.11.14 04:56:29.541418 [ 198 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 133 rows starting from the beginning of the part | ||
| 12601 | 2024.11.14 04:56:29.542486 [ 252 ] {652313ed-5109-40d8-9041-f92f383d8aaa} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12602 | 2024.11.14 04:56:29.542548 [ 252 ] {652313ed-5109-40d8-9041-f92f383d8aaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 12603 | 2024.11.14 04:56:29.543165 [ 252 ] {652313ed-5109-40d8-9041-f92f383d8aaa} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 12604 | 2024.11.14 04:56:29.543514 [ 252 ] {652313ed-5109-40d8-9041-f92f383d8aaa} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12605 | 2024.11.14 04:56:29.543835 [ 135 ] {} <Debug> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 12606 | 2024.11.14 04:56:29.543945 [ 135 ] {} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12607 | 2024.11.14 04:56:29.544032 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 12608 | 2024.11.14 04:56:29.544412 [ 252 ] {652313ed-5109-40d8-9041-f92f383d8aaa} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.004773 sec., 10056.568196103079 rows/sec., 694.01 KiB/sec. | ||
| 12609 | 2024.11.14 04:56:29.544594 [ 195 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
| 12610 | 2024.11.14 04:56:29.545001 [ 252 ] {652313ed-5109-40d8-9041-f92f383d8aaa} <Debug> TCPHandler: Processed in 0.005692255 sec. | ||
| 12611 | 2024.11.14 04:56:29.545504 [ 195 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12612 | 2024.11.14 04:56:29.545657 [ 195 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 6626 rows starting from the beginning of the part | ||
| 12613 | 2024.11.14 04:56:29.546050 [ 195 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 82 rows starting from the beginning of the part | ||
| 12614 | 2024.11.14 04:56:29.546467 [ 195 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 60 rows starting from the beginning of the part | ||
| 12615 | 2024.11.14 04:56:29.546824 [ 195 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 60 rows starting from the beginning of the part | ||
| 12616 | 2024.11.14 04:56:29.547184 [ 195 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 82 rows starting from the beginning of the part | ||
| 12617 | 2024.11.14 04:56:29.547577 [ 195 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 48 rows starting from the beginning of the part | ||
| 12618 | 2024.11.14 04:56:29.550290 [ 189 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23173 rows, containing 5 columns (5 merged, 0 gathered) in 0.010972098 sec., 2111993.5312280296 rows/sec., 143.91 MiB/sec. | ||
| 12619 | 2024.11.14 04:56:29.550846 [ 191 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 12620 | 2024.11.14 04:56:29.551080 [ 197 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6958 rows, containing 4 columns (4 merged, 0 gathered) in 0.006865599 sec., 1013458.5489190383 rows/sec., 66.46 MiB/sec. | ||
| 12621 | 2024.11.14 04:56:29.551254 [ 191 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_116_23} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12622 | 2024.11.14 04:56:29.551351 [ 191 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_116_23} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 12623 | 2024.11.14 04:56:29.551490 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. | ||
| 12624 | 2024.11.14 04:56:29.551580 [ 197 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 12625 | 2024.11.14 04:56:29.551924 [ 197 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_116_23} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12626 | 2024.11.14 04:56:29.552020 [ 197 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_116_23} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 12627 | 2024.11.14 04:56:29.552125 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.23 MiB. | ||
| 12628 | 2024.11.14 04:56:34.480928 [ 217 ] {} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 12629 | 2024.11.14 04:56:34.480993 [ 217 ] {} <Debug> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 12630 | 2024.11.14 04:56:34.482831 [ 217 ] {} <Debug> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 12631 | 2024.11.14 04:56:34.529839 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12632 | 2024.11.14 04:56:34.530146 [ 250 ] {58db5090-1dd8-4b8e-9dec-3fda756b47eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12633 | 2024.11.14 04:56:34.530266 [ 250 ] {58db5090-1dd8-4b8e-9dec-3fda756b47eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12634 | 2024.11.14 04:56:34.531251 [ 250 ] {58db5090-1dd8-4b8e-9dec-3fda756b47eb} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12635 | 2024.11.14 04:56:34.531301 [ 250 ] {58db5090-1dd8-4b8e-9dec-3fda756b47eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 12636 | 2024.11.14 04:56:34.531747 [ 250 ] {58db5090-1dd8-4b8e-9dec-3fda756b47eb} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 12637 | 2024.11.14 04:56:34.532003 [ 250 ] {58db5090-1dd8-4b8e-9dec-3fda756b47eb} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12638 | 2024.11.14 04:56:34.532242 [ 250 ] {58db5090-1dd8-4b8e-9dec-3fda756b47eb} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002178 sec., 25711.66207529844 rows/sec., 1.96 MiB/sec. | ||
| 12639 | 2024.11.14 04:56:34.532298 [ 250 ] {58db5090-1dd8-4b8e-9dec-3fda756b47eb} <Debug> TCPHandler: Processed in 0.002647037 sec. | ||
| 12640 | 2024.11.14 04:56:34.532578 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12641 | 2024.11.14 04:56:34.532788 [ 252 ] {a5c918e4-d4f5-4949-9dab-bdad49c2d583} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12642 | 2024.11.14 04:56:34.532870 [ 252 ] {a5c918e4-d4f5-4949-9dab-bdad49c2d583} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12643 | 2024.11.14 04:56:34.533748 [ 252 ] {a5c918e4-d4f5-4949-9dab-bdad49c2d583} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12644 | 2024.11.14 04:56:34.533796 [ 252 ] {a5c918e4-d4f5-4949-9dab-bdad49c2d583} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 12645 | 2024.11.14 04:56:34.534230 [ 252 ] {a5c918e4-d4f5-4949-9dab-bdad49c2d583} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 12646 | 2024.11.14 04:56:34.534487 [ 252 ] {a5c918e4-d4f5-4949-9dab-bdad49c2d583} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12647 | 2024.11.14 04:56:34.534734 [ 252 ] {a5c918e4-d4f5-4949-9dab-bdad49c2d583} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002003 sec., 31952.07189216176 rows/sec., 2.49 MiB/sec. | ||
| 12648 | 2024.11.14 04:56:34.534800 [ 252 ] {a5c918e4-d4f5-4949-9dab-bdad49c2d583} <Debug> TCPHandler: Processed in 0.002363148 sec. | ||
| 12649 | 2024.11.14 04:56:34.534954 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12650 | 2024.11.14 04:56:34.535071 [ 250 ] {c51d9ea2-31a6-4964-852f-00a1b22339a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12651 | 2024.11.14 04:56:34.535124 [ 250 ] {c51d9ea2-31a6-4964-852f-00a1b22339a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12652 | 2024.11.14 04:56:34.535722 [ 250 ] {c51d9ea2-31a6-4964-852f-00a1b22339a4} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12653 | 2024.11.14 04:56:34.535761 [ 250 ] {c51d9ea2-31a6-4964-852f-00a1b22339a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 12654 | 2024.11.14 04:56:34.536165 [ 250 ] {c51d9ea2-31a6-4964-852f-00a1b22339a4} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 12655 | 2024.11.14 04:56:34.536416 [ 250 ] {c51d9ea2-31a6-4964-852f-00a1b22339a4} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12656 | 2024.11.14 04:56:34.536622 [ 250 ] {c51d9ea2-31a6-4964-852f-00a1b22339a4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001576 sec., 101522.84263959392 rows/sec., 7.07 MiB/sec. | ||
| 12657 | 2024.11.14 04:56:34.536673 [ 250 ] {c51d9ea2-31a6-4964-852f-00a1b22339a4} <Debug> TCPHandler: Processed in 0.001774401 sec. | ||
| 12658 | 2024.11.14 04:56:34.536861 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12659 | 2024.11.14 04:56:34.537008 [ 252 ] {f050e5f4-cc47-4972-97e0-065d9746d48e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12660 | 2024.11.14 04:56:34.537071 [ 252 ] {f050e5f4-cc47-4972-97e0-065d9746d48e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12661 | 2024.11.14 04:56:34.537667 [ 252 ] {f050e5f4-cc47-4972-97e0-065d9746d48e} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12662 | 2024.11.14 04:56:34.537715 [ 252 ] {f050e5f4-cc47-4972-97e0-065d9746d48e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 12663 | 2024.11.14 04:56:34.538096 [ 252 ] {f050e5f4-cc47-4972-97e0-065d9746d48e} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 12664 | 2024.11.14 04:56:34.538331 [ 252 ] {f050e5f4-cc47-4972-97e0-065d9746d48e} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12665 | 2024.11.14 04:56:34.538536 [ 252 ] {f050e5f4-cc47-4972-97e0-065d9746d48e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001564 sec., 38363.17135549872 rows/sec., 2.59 MiB/sec. | ||
| 12666 | 2024.11.14 04:56:34.538591 [ 252 ] {f050e5f4-cc47-4972-97e0-065d9746d48e} <Debug> TCPHandler: Processed in 0.001802982 sec. | ||
| 12667 | 2024.11.14 04:56:35.704995 [ 209 ] {} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 12668 | 2024.11.14 04:56:35.705075 [ 209 ] {} <Debug> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 12669 | 2024.11.14 04:56:35.707202 [ 209 ] {} <Debug> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 12670 | 2024.11.14 04:56:36.444809 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64050, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12671 | 2024.11.14 04:56:36.674390 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57635, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12672 | 2024.11.14 04:56:36.761762 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42139, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12673 | 2024.11.14 04:56:36.787076 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39340, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12674 | 2024.11.14 04:56:36.856469 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63226, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12675 | 2024.11.14 04:56:36.911803 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59642, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12676 | 2024.11.14 04:56:36.914336 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46754, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12677 | 2024.11.14 04:56:36.937724 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40283, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12678 | 2024.11.14 04:56:38.296161 [ 128 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12679 | 2024.11.14 04:56:38.296215 [ 128 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12680 | 2024.11.14 04:56:38.757375 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1796 | ||
| 12681 | 2024.11.14 04:56:38.760189 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12682 | 2024.11.14 04:56:38.760245 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 12683 | 2024.11.14 04:56:38.761772 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 12684 | 2024.11.14 04:56:38.762124 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12685 | 2024.11.14 04:56:38.763726 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1796 | ||
| 12686 | 2024.11.14 04:56:39.538072 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12687 | 2024.11.14 04:56:39.538312 [ 250 ] {1f5063cf-77e1-416a-b500-da6e37fe4bb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12688 | 2024.11.14 04:56:39.538404 [ 250 ] {1f5063cf-77e1-416a-b500-da6e37fe4bb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12689 | 2024.11.14 04:56:39.539339 [ 250 ] {1f5063cf-77e1-416a-b500-da6e37fe4bb9} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12690 | 2024.11.14 04:56:39.539392 [ 250 ] {1f5063cf-77e1-416a-b500-da6e37fe4bb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 12691 | 2024.11.14 04:56:39.539852 [ 250 ] {1f5063cf-77e1-416a-b500-da6e37fe4bb9} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 12692 | 2024.11.14 04:56:39.540110 [ 250 ] {1f5063cf-77e1-416a-b500-da6e37fe4bb9} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12693 | 2024.11.14 04:56:39.540349 [ 250 ] {1f5063cf-77e1-416a-b500-da6e37fe4bb9} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002108 sec., 6641.366223908918 rows/sec., 478.09 KiB/sec. | ||
| 12694 | 2024.11.14 04:56:39.540406 [ 250 ] {1f5063cf-77e1-416a-b500-da6e37fe4bb9} <Debug> TCPHandler: Processed in 0.002528634 sec. | ||
| 12695 | 2024.11.14 04:56:39.540677 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12696 | 2024.11.14 04:56:39.540869 [ 252 ] {c7874b02-e161-400e-b91f-2d1d1a70503e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12697 | 2024.11.14 04:56:39.540943 [ 252 ] {c7874b02-e161-400e-b91f-2d1d1a70503e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12698 | 2024.11.14 04:56:39.541841 [ 252 ] {c7874b02-e161-400e-b91f-2d1d1a70503e} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12699 | 2024.11.14 04:56:39.541883 [ 252 ] {c7874b02-e161-400e-b91f-2d1d1a70503e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 12700 | 2024.11.14 04:56:39.542335 [ 252 ] {c7874b02-e161-400e-b91f-2d1d1a70503e} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 12701 | 2024.11.14 04:56:39.542625 [ 252 ] {c7874b02-e161-400e-b91f-2d1d1a70503e} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12702 | 2024.11.14 04:56:39.542783 [ 128 ] {} <Debug> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 12703 | 2024.11.14 04:56:39.542823 [ 128 ] {} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12704 | 2024.11.14 04:56:39.542835 [ 252 ] {c7874b02-e161-400e-b91f-2d1d1a70503e} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.002018 sec., 141228.93954410308 rows/sec., 12.46 MiB/sec. | ||
| 12705 | 2024.11.14 04:56:39.542848 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 12706 | 2024.11.14 04:56:39.543008 [ 252 ] {c7874b02-e161-400e-b91f-2d1d1a70503e} <Debug> TCPHandler: Processed in 0.002459951 sec. | ||
| 12707 | 2024.11.14 04:56:39.543257 [ 189 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
| 12708 | 2024.11.14 04:56:39.543289 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12709 | 2024.11.14 04:56:39.543807 [ 189 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12710 | 2024.11.14 04:56:39.543823 [ 250 ] {161aac2e-d6f4-4fe7-872d-aa09a3ebc762} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12711 | 2024.11.14 04:56:39.543926 [ 189 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 1434 rows starting from the beginning of the part | ||
| 12712 | 2024.11.14 04:56:39.544032 [ 250 ] {161aac2e-d6f4-4fe7-872d-aa09a3ebc762} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12713 | 2024.11.14 04:56:39.544518 [ 189 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 56 rows starting from the beginning of the part | ||
| 12714 | 2024.11.14 04:56:39.545193 [ 189 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 285 rows starting from the beginning of the part | ||
| 12715 | 2024.11.14 04:56:39.545814 [ 189 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 61 rows starting from the beginning of the part | ||
| 12716 | 2024.11.14 04:56:39.546193 [ 189 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 56 rows starting from the beginning of the part | ||
| 12717 | 2024.11.14 04:56:39.546556 [ 189 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 285 rows starting from the beginning of the part | ||
| 12718 | 2024.11.14 04:56:39.547507 [ 250 ] {161aac2e-d6f4-4fe7-872d-aa09a3ebc762} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12719 | 2024.11.14 04:56:39.547584 [ 250 ] {161aac2e-d6f4-4fe7-872d-aa09a3ebc762} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 12720 | 2024.11.14 04:56:39.548575 [ 250 ] {161aac2e-d6f4-4fe7-872d-aa09a3ebc762} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 12721 | 2024.11.14 04:56:39.549105 [ 250 ] {161aac2e-d6f4-4fe7-872d-aa09a3ebc762} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12722 | 2024.11.14 04:56:39.549450 [ 250 ] {161aac2e-d6f4-4fe7-872d-aa09a3ebc762} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.00585 sec., 8205.128205128205 rows/sec., 604.97 KiB/sec. | ||
| 12723 | 2024.11.14 04:56:39.549737 [ 250 ] {161aac2e-d6f4-4fe7-872d-aa09a3ebc762} <Debug> TCPHandler: Processed in 0.006598211 sec. | ||
| 12724 | 2024.11.14 04:56:39.550023 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12725 | 2024.11.14 04:56:39.550024 [ 194 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2177 rows, containing 5 columns (5 merged, 0 gathered) in 0.006994703 sec., 311235.5163614524 rows/sec., 27.37 MiB/sec. | ||
| 12726 | 2024.11.14 04:56:39.550193 [ 252 ] {1cada845-425a-40ec-baaa-c6b9cd03ac09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12727 | 2024.11.14 04:56:39.550277 [ 252 ] {1cada845-425a-40ec-baaa-c6b9cd03ac09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12728 | 2024.11.14 04:56:39.550365 [ 194 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 12729 | 2024.11.14 04:56:39.551098 [ 194 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_121_24} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12730 | 2024.11.14 04:56:39.551229 [ 194 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_121_24} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 12731 | 2024.11.14 04:56:39.551415 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 12732 | 2024.11.14 04:56:39.551595 [ 252 ] {1cada845-425a-40ec-baaa-c6b9cd03ac09} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12733 | 2024.11.14 04:56:39.551639 [ 252 ] {1cada845-425a-40ec-baaa-c6b9cd03ac09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 12734 | 2024.11.14 04:56:39.552012 [ 252 ] {1cada845-425a-40ec-baaa-c6b9cd03ac09} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 12735 | 2024.11.14 04:56:39.552258 [ 252 ] {1cada845-425a-40ec-baaa-c6b9cd03ac09} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12736 | 2024.11.14 04:56:39.552471 [ 252 ] {1cada845-425a-40ec-baaa-c6b9cd03ac09} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002312 sec., 6055.363321799308 rows/sec., 424.08 KiB/sec. | ||
| 12737 | 2024.11.14 04:56:39.552652 [ 252 ] {1cada845-425a-40ec-baaa-c6b9cd03ac09} <Debug> TCPHandler: Processed in 0.002781661 sec. | ||
| 12738 | 2024.11.14 04:56:39.552879 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12739 | 2024.11.14 04:56:39.553022 [ 250 ] {597ba2bc-e111-4f3c-a4b7-74f11858d55b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12740 | 2024.11.14 04:56:39.553080 [ 250 ] {597ba2bc-e111-4f3c-a4b7-74f11858d55b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12741 | 2024.11.14 04:56:39.553774 [ 250 ] {597ba2bc-e111-4f3c-a4b7-74f11858d55b} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12742 | 2024.11.14 04:56:39.553822 [ 250 ] {597ba2bc-e111-4f3c-a4b7-74f11858d55b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 12743 | 2024.11.14 04:56:39.554185 [ 250 ] {597ba2bc-e111-4f3c-a4b7-74f11858d55b} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 12744 | 2024.11.14 04:56:39.554426 [ 250 ] {597ba2bc-e111-4f3c-a4b7-74f11858d55b} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12745 | 2024.11.14 04:56:39.554671 [ 250 ] {597ba2bc-e111-4f3c-a4b7-74f11858d55b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001677 sec., 7751.937984496123 rows/sec., 483.33 KiB/sec. | ||
| 12746 | 2024.11.14 04:56:39.554900 [ 250 ] {597ba2bc-e111-4f3c-a4b7-74f11858d55b} <Debug> TCPHandler: Processed in 0.002137992 sec. | ||
| 12747 | 2024.11.14 04:56:39.555132 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12748 | 2024.11.14 04:56:39.555269 [ 252 ] {219cb9e3-3d06-40a8-b0f7-34afd30c794f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12749 | 2024.11.14 04:56:39.555326 [ 252 ] {219cb9e3-3d06-40a8-b0f7-34afd30c794f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12750 | 2024.11.14 04:56:39.556169 [ 252 ] {219cb9e3-3d06-40a8-b0f7-34afd30c794f} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12751 | 2024.11.14 04:56:39.556205 [ 252 ] {219cb9e3-3d06-40a8-b0f7-34afd30c794f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 12752 | 2024.11.14 04:56:39.556590 [ 252 ] {219cb9e3-3d06-40a8-b0f7-34afd30c794f} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 12753 | 2024.11.14 04:56:39.556835 [ 252 ] {219cb9e3-3d06-40a8-b0f7-34afd30c794f} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12754 | 2024.11.14 04:56:39.556965 [ 124 ] {} <Debug> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 12755 | 2024.11.14 04:56:39.557008 [ 124 ] {} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12756 | 2024.11.14 04:56:39.557014 [ 252 ] {219cb9e3-3d06-40a8-b0f7-34afd30c794f} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001773 sec., 238578.6802030457 rows/sec., 17.06 MiB/sec. | ||
| 12757 | 2024.11.14 04:56:39.557036 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 12758 | 2024.11.14 04:56:39.557098 [ 252 ] {219cb9e3-3d06-40a8-b0f7-34afd30c794f} <Debug> TCPHandler: Processed in 0.002094671 sec. | ||
| 12759 | 2024.11.14 04:56:39.557295 [ 194 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
| 12760 | 2024.11.14 04:56:39.557322 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12761 | 2024.11.14 04:56:39.557457 [ 194 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12762 | 2024.11.14 04:56:39.557493 [ 250 ] {b7363054-ddab-4b62-9e4c-4e5c223f1d24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12763 | 2024.11.14 04:56:39.557504 [ 194 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 915 rows starting from the beginning of the part | ||
| 12764 | 2024.11.14 04:56:39.557565 [ 250 ] {b7363054-ddab-4b62-9e4c-4e5c223f1d24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12765 | 2024.11.14 04:56:39.557767 [ 194 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 64 rows starting from the beginning of the part | ||
| 12766 | 2024.11.14 04:56:39.558194 [ 194 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 423 rows starting from the beginning of the part | ||
| 12767 | 2024.11.14 04:56:39.558645 [ 194 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 74 rows starting from the beginning of the part | ||
| 12768 | 2024.11.14 04:56:39.559017 [ 194 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 64 rows starting from the beginning of the part | ||
| 12769 | 2024.11.14 04:56:39.559232 [ 194 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 423 rows starting from the beginning of the part | ||
| 12770 | 2024.11.14 04:56:39.559897 [ 250 ] {b7363054-ddab-4b62-9e4c-4e5c223f1d24} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12771 | 2024.11.14 04:56:39.559943 [ 250 ] {b7363054-ddab-4b62-9e4c-4e5c223f1d24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 12772 | 2024.11.14 04:56:39.560510 [ 250 ] {b7363054-ddab-4b62-9e4c-4e5c223f1d24} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 12773 | 2024.11.14 04:56:39.560824 [ 250 ] {b7363054-ddab-4b62-9e4c-4e5c223f1d24} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12774 | 2024.11.14 04:56:39.561186 [ 250 ] {b7363054-ddab-4b62-9e4c-4e5c223f1d24} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003704 sec., 1619.8704103671707 rows/sec., 84.63 KiB/sec. | ||
| 12775 | 2024.11.14 04:56:39.561630 [ 250 ] {b7363054-ddab-4b62-9e4c-4e5c223f1d24} <Debug> TCPHandler: Processed in 0.004399448 sec. | ||
| 12776 | 2024.11.14 04:56:39.562134 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12777 | 2024.11.14 04:56:39.562244 [ 194 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1963 rows, containing 5 columns (5 merged, 0 gathered) in 0.005102848 sec., 384687.1394170471 rows/sec., 29.46 MiB/sec. | ||
| 12778 | 2024.11.14 04:56:39.562424 [ 252 ] {ae427acd-5c4b-4eba-9997-2d50282f9aec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12779 | 2024.11.14 04:56:39.562501 [ 194 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 12780 | 2024.11.14 04:56:39.562534 [ 252 ] {ae427acd-5c4b-4eba-9997-2d50282f9aec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12781 | 2024.11.14 04:56:39.563106 [ 194 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_121_24} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12782 | 2024.11.14 04:56:39.563199 [ 194 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_121_24} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 12783 | 2024.11.14 04:56:39.563353 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 12784 | 2024.11.14 04:56:39.563604 [ 252 ] {ae427acd-5c4b-4eba-9997-2d50282f9aec} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12785 | 2024.11.14 04:56:39.563648 [ 252 ] {ae427acd-5c4b-4eba-9997-2d50282f9aec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 12786 | 2024.11.14 04:56:39.564048 [ 252 ] {ae427acd-5c4b-4eba-9997-2d50282f9aec} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 12787 | 2024.11.14 04:56:39.564297 [ 252 ] {ae427acd-5c4b-4eba-9997-2d50282f9aec} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12788 | 2024.11.14 04:56:39.564475 [ 252 ] {ae427acd-5c4b-4eba-9997-2d50282f9aec} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002105 sec., 112589.07363420427 rows/sec., 7.55 MiB/sec. | ||
| 12789 | 2024.11.14 04:56:39.564527 [ 252 ] {ae427acd-5c4b-4eba-9997-2d50282f9aec} <Debug> TCPHandler: Processed in 0.002740599 sec. | ||
| 12790 | 2024.11.14 04:56:39.564702 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12791 | 2024.11.14 04:56:39.564840 [ 250 ] {5668fa00-935e-4bee-bdd6-b6f817f369b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12792 | 2024.11.14 04:56:39.564899 [ 250 ] {5668fa00-935e-4bee-bdd6-b6f817f369b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12793 | 2024.11.14 04:56:39.565452 [ 250 ] {5668fa00-935e-4bee-bdd6-b6f817f369b2} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12794 | 2024.11.14 04:56:39.565497 [ 250 ] {5668fa00-935e-4bee-bdd6-b6f817f369b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 12795 | 2024.11.14 04:56:39.565918 [ 250 ] {5668fa00-935e-4bee-bdd6-b6f817f369b2} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 12796 | 2024.11.14 04:56:39.566152 [ 250 ] {5668fa00-935e-4bee-bdd6-b6f817f369b2} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12797 | 2024.11.14 04:56:39.566359 [ 250 ] {5668fa00-935e-4bee-bdd6-b6f817f369b2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001551 sec., 644.7453255963894 rows/sec., 43.44 KiB/sec. | ||
| 12798 | 2024.11.14 04:56:39.566407 [ 250 ] {5668fa00-935e-4bee-bdd6-b6f817f369b2} <Debug> TCPHandler: Processed in 0.001775182 sec. | ||
| 12799 | 2024.11.14 04:56:39.566549 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12800 | 2024.11.14 04:56:39.566669 [ 252 ] {ab76abba-911c-43cf-9c89-37b95ae4987e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12801 | 2024.11.14 04:56:39.566752 [ 252 ] {ab76abba-911c-43cf-9c89-37b95ae4987e} <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 | ||
| 12802 | 2024.11.14 04:56:39.567966 [ 252 ] {ab76abba-911c-43cf-9c89-37b95ae4987e} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12803 | 2024.11.14 04:56:39.568003 [ 252 ] {ab76abba-911c-43cf-9c89-37b95ae4987e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 12804 | 2024.11.14 04:56:39.568707 [ 252 ] {ab76abba-911c-43cf-9c89-37b95ae4987e} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 12805 | 2024.11.14 04:56:39.568970 [ 252 ] {ab76abba-911c-43cf-9c89-37b95ae4987e} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12806 | 2024.11.14 04:56:39.569162 [ 252 ] {ab76abba-911c-43cf-9c89-37b95ae4987e} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.00252 sec., 16269.841269841269 rows/sec., 29.15 MiB/sec. | ||
| 12807 | 2024.11.14 04:56:39.569249 [ 252 ] {ab76abba-911c-43cf-9c89-37b95ae4987e} <Debug> TCPHandler: Processed in 0.0027587 sec. | ||
| 12808 | 2024.11.14 04:56:39.569399 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12809 | 2024.11.14 04:56:39.569517 [ 250 ] {a6480f81-6b48-47b9-b1e3-60c4580215ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12810 | 2024.11.14 04:56:39.569567 [ 250 ] {a6480f81-6b48-47b9-b1e3-60c4580215ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12811 | 2024.11.14 04:56:39.570055 [ 250 ] {a6480f81-6b48-47b9-b1e3-60c4580215ed} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12812 | 2024.11.14 04:56:39.570093 [ 250 ] {a6480f81-6b48-47b9-b1e3-60c4580215ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 12813 | 2024.11.14 04:56:39.570473 [ 250 ] {a6480f81-6b48-47b9-b1e3-60c4580215ed} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 12814 | 2024.11.14 04:56:39.570710 [ 250 ] {a6480f81-6b48-47b9-b1e3-60c4580215ed} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12815 | 2024.11.14 04:56:39.570947 [ 250 ] {a6480f81-6b48-47b9-b1e3-60c4580215ed} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001449 sec., 56590.75224292616 rows/sec., 3.59 MiB/sec. | ||
| 12816 | 2024.11.14 04:56:39.571038 [ 250 ] {a6480f81-6b48-47b9-b1e3-60c4580215ed} <Debug> TCPHandler: Processed in 0.001696559 sec. | ||
| 12817 | 2024.11.14 04:56:39.791561 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:47364, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12818 | 2024.11.14 04:56:39.993707 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:40525, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12819 | 2024.11.14 04:56:40.376165 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:59928, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12820 | 2024.11.14 04:56:40.461049 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:47087, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12821 | 2024.11.14 04:56:40.544441 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:56912, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12822 | 2024.11.14 04:56:40.587431 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:43562, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12823 | 2024.11.14 04:56:40.589741 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:49965, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12824 | 2024.11.14 04:56:40.605779 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:59877, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12825 | 2024.11.14 04:56:40.637052 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:48770, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12826 | 2024.11.14 04:56:40.685138 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:32855, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12827 | 2024.11.14 04:56:40.757541 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:47779, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12828 | 2024.11.14 04:56:40.785311 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:52876, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12829 | 2024.11.14 04:56:40.785735 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:33453, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12830 | 2024.11.14 04:56:40.824364 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:47939, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12831 | 2024.11.14 04:56:40.826709 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:58418, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12832 | 2024.11.14 04:56:40.933520 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:65380, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12833 | 2024.11.14 04:56:41.459100 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:39417, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12834 | 2024.11.14 04:56:41.864014 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:39896, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12835 | 2024.11.14 04:56:42.013097 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:60944, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12836 | 2024.11.14 04:56:42.095575 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:64519, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12837 | 2024.11.14 04:56:42.227328 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:56531, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12838 | 2024.11.14 04:56:42.323093 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:35849, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12839 | 2024.11.14 04:56:42.323337 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:35984, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12840 | 2024.11.14 04:56:42.349691 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:38133, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12841 | 2024.11.14 04:56:44.530199 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12842 | 2024.11.14 04:56:44.530410 [ 250 ] {0763ee6c-0ae8-4b03-af49-1869b6c0675b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12843 | 2024.11.14 04:56:44.530486 [ 250 ] {0763ee6c-0ae8-4b03-af49-1869b6c0675b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12844 | 2024.11.14 04:56:44.531282 [ 250 ] {0763ee6c-0ae8-4b03-af49-1869b6c0675b} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12845 | 2024.11.14 04:56:44.531338 [ 250 ] {0763ee6c-0ae8-4b03-af49-1869b6c0675b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 12846 | 2024.11.14 04:56:44.531775 [ 250 ] {0763ee6c-0ae8-4b03-af49-1869b6c0675b} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 12847 | 2024.11.14 04:56:44.532045 [ 250 ] {0763ee6c-0ae8-4b03-af49-1869b6c0675b} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12848 | 2024.11.14 04:56:44.532292 [ 250 ] {0763ee6c-0ae8-4b03-af49-1869b6c0675b} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001933 sec., 28970.512157268495 rows/sec., 2.21 MiB/sec. | ||
| 12849 | 2024.11.14 04:56:44.532357 [ 250 ] {0763ee6c-0ae8-4b03-af49-1869b6c0675b} <Debug> TCPHandler: Processed in 0.002289596 sec. | ||
| 12850 | 2024.11.14 04:56:44.532623 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12851 | 2024.11.14 04:56:44.532818 [ 252 ] {3e3dca8b-1256-442a-95bd-0a843ff48e2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12852 | 2024.11.14 04:56:44.532894 [ 252 ] {3e3dca8b-1256-442a-95bd-0a843ff48e2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12853 | 2024.11.14 04:56:44.533667 [ 252 ] {3e3dca8b-1256-442a-95bd-0a843ff48e2f} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12854 | 2024.11.14 04:56:44.533718 [ 252 ] {3e3dca8b-1256-442a-95bd-0a843ff48e2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 12855 | 2024.11.14 04:56:44.534152 [ 252 ] {3e3dca8b-1256-442a-95bd-0a843ff48e2f} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 12856 | 2024.11.14 04:56:44.534396 [ 252 ] {3e3dca8b-1256-442a-95bd-0a843ff48e2f} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12857 | 2024.11.14 04:56:44.534633 [ 252 ] {3e3dca8b-1256-442a-95bd-0a843ff48e2f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001868 sec., 34261.24197002141 rows/sec., 2.67 MiB/sec. | ||
| 12858 | 2024.11.14 04:56:44.534681 [ 220 ] {} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 12859 | 2024.11.14 04:56:44.534710 [ 252 ] {3e3dca8b-1256-442a-95bd-0a843ff48e2f} <Debug> TCPHandler: Processed in 0.002221524 sec. | ||
| 12860 | 2024.11.14 04:56:44.534725 [ 220 ] {} <Debug> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 12861 | 2024.11.14 04:56:44.534887 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12862 | 2024.11.14 04:56:44.535054 [ 250 ] {3c76f404-c0e0-47db-991b-acbe83db37d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12863 | 2024.11.14 04:56:44.535166 [ 250 ] {3c76f404-c0e0-47db-991b-acbe83db37d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12864 | 2024.11.14 04:56:44.536437 [ 250 ] {3c76f404-c0e0-47db-991b-acbe83db37d5} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12865 | 2024.11.14 04:56:44.536514 [ 250 ] {3c76f404-c0e0-47db-991b-acbe83db37d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 12866 | 2024.11.14 04:56:44.536951 [ 250 ] {3c76f404-c0e0-47db-991b-acbe83db37d5} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 12867 | 2024.11.14 04:56:44.537383 [ 250 ] {3c76f404-c0e0-47db-991b-acbe83db37d5} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12868 | 2024.11.14 04:56:44.537666 [ 250 ] {3c76f404-c0e0-47db-991b-acbe83db37d5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002662 sec., 60105.18407212623 rows/sec., 4.19 MiB/sec. | ||
| 12869 | 2024.11.14 04:56:44.537807 [ 250 ] {3c76f404-c0e0-47db-991b-acbe83db37d5} <Debug> TCPHandler: Processed in 0.002993056 sec. | ||
| 12870 | 2024.11.14 04:56:44.537991 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12871 | 2024.11.14 04:56:44.538140 [ 252 ] {dd37d478-de62-4a6f-af49-dd8a3a526297} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12872 | 2024.11.14 04:56:44.538209 [ 252 ] {dd37d478-de62-4a6f-af49-dd8a3a526297} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12873 | 2024.11.14 04:56:44.538314 [ 220 ] {} <Debug> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 12874 | 2024.11.14 04:56:44.539059 [ 252 ] {dd37d478-de62-4a6f-af49-dd8a3a526297} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12875 | 2024.11.14 04:56:44.539098 [ 252 ] {dd37d478-de62-4a6f-af49-dd8a3a526297} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 12876 | 2024.11.14 04:56:44.539469 [ 252 ] {dd37d478-de62-4a6f-af49-dd8a3a526297} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 12877 | 2024.11.14 04:56:44.539708 [ 252 ] {dd37d478-de62-4a6f-af49-dd8a3a526297} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12878 | 2024.11.14 04:56:44.539923 [ 252 ] {dd37d478-de62-4a6f-af49-dd8a3a526297} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001824 sec., 32894.73684210526 rows/sec., 2.22 MiB/sec. | ||
| 12879 | 2024.11.14 04:56:44.539974 [ 252 ] {dd37d478-de62-4a6f-af49-dd8a3a526297} <Debug> TCPHandler: Processed in 0.00206993 sec. | ||
| 12880 | 2024.11.14 04:56:45.577503 [ 217 ] {} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 12881 | 2024.11.14 04:56:45.577561 [ 217 ] {} <Debug> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 12882 | 2024.11.14 04:56:45.579509 [ 217 ] {} <Debug> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 12883 | 2024.11.14 04:56:48.764788 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1826 | ||
| 12884 | 2024.11.14 04:56:48.767735 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12885 | 2024.11.14 04:56:48.767786 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 12886 | 2024.11.14 04:56:48.769261 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 12887 | 2024.11.14 04:56:48.769575 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12888 | 2024.11.14 04:56:48.770096 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1826 | ||
| 12889 | 2024.11.14 04:56:49.529987 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12890 | 2024.11.14 04:56:49.530276 [ 250 ] {ab8d854a-29df-45b9-9245-061bd245ac0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12891 | 2024.11.14 04:56:49.530349 [ 250 ] {ab8d854a-29df-45b9-9245-061bd245ac0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12892 | 2024.11.14 04:56:49.531079 [ 250 ] {ab8d854a-29df-45b9-9245-061bd245ac0b} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12893 | 2024.11.14 04:56:49.531129 [ 250 ] {ab8d854a-29df-45b9-9245-061bd245ac0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 12894 | 2024.11.14 04:56:49.531561 [ 250 ] {ab8d854a-29df-45b9-9245-061bd245ac0b} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 12895 | 2024.11.14 04:56:49.531811 [ 250 ] {ab8d854a-29df-45b9-9245-061bd245ac0b} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12896 | 2024.11.14 04:56:49.532067 [ 250 ] {ab8d854a-29df-45b9-9245-061bd245ac0b} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001858 sec., 30139.93541442411 rows/sec., 2.30 MiB/sec. | ||
| 12897 | 2024.11.14 04:56:49.532152 [ 250 ] {ab8d854a-29df-45b9-9245-061bd245ac0b} <Debug> TCPHandler: Processed in 0.002348198 sec. | ||
| 12898 | 2024.11.14 04:56:49.532448 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12899 | 2024.11.14 04:56:49.532667 [ 252 ] {8c54ffe0-f8c0-46b2-a09c-7f8da8538b5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12900 | 2024.11.14 04:56:49.532747 [ 252 ] {8c54ffe0-f8c0-46b2-a09c-7f8da8538b5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12901 | 2024.11.14 04:56:49.533564 [ 252 ] {8c54ffe0-f8c0-46b2-a09c-7f8da8538b5c} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12902 | 2024.11.14 04:56:49.533606 [ 252 ] {8c54ffe0-f8c0-46b2-a09c-7f8da8538b5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 12903 | 2024.11.14 04:56:49.534042 [ 252 ] {8c54ffe0-f8c0-46b2-a09c-7f8da8538b5c} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 12904 | 2024.11.14 04:56:49.534296 [ 252 ] {8c54ffe0-f8c0-46b2-a09c-7f8da8538b5c} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12905 | 2024.11.14 04:56:49.534530 [ 252 ] {8c54ffe0-f8c0-46b2-a09c-7f8da8538b5c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001915 sec., 33420.36553524804 rows/sec., 2.61 MiB/sec. | ||
| 12906 | 2024.11.14 04:56:49.534636 [ 252 ] {8c54ffe0-f8c0-46b2-a09c-7f8da8538b5c} <Debug> TCPHandler: Processed in 0.002372068 sec. | ||
| 12907 | 2024.11.14 04:56:49.534858 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12908 | 2024.11.14 04:56:49.535181 [ 250 ] {1c4c47e1-257b-4726-b88e-5750352be639} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12909 | 2024.11.14 04:56:49.535262 [ 250 ] {1c4c47e1-257b-4726-b88e-5750352be639} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12910 | 2024.11.14 04:56:49.535847 [ 250 ] {1c4c47e1-257b-4726-b88e-5750352be639} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12911 | 2024.11.14 04:56:49.535886 [ 250 ] {1c4c47e1-257b-4726-b88e-5750352be639} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 12912 | 2024.11.14 04:56:49.536283 [ 250 ] {1c4c47e1-257b-4726-b88e-5750352be639} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 12913 | 2024.11.14 04:56:49.536533 [ 250 ] {1c4c47e1-257b-4726-b88e-5750352be639} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12914 | 2024.11.14 04:56:49.536703 [ 250 ] {1c4c47e1-257b-4726-b88e-5750352be639} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00164 sec., 97560.9756097561 rows/sec., 6.79 MiB/sec. | ||
| 12915 | 2024.11.14 04:56:49.536752 [ 250 ] {1c4c47e1-257b-4726-b88e-5750352be639} <Debug> TCPHandler: Processed in 0.002029859 sec. | ||
| 12916 | 2024.11.14 04:56:49.536911 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12917 | 2024.11.14 04:56:49.537059 [ 252 ] {a1b03586-200d-48da-82fd-a926ec6bf2f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12918 | 2024.11.14 04:56:49.537123 [ 252 ] {a1b03586-200d-48da-82fd-a926ec6bf2f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12919 | 2024.11.14 04:56:49.537645 [ 252 ] {a1b03586-200d-48da-82fd-a926ec6bf2f9} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12920 | 2024.11.14 04:56:49.537683 [ 252 ] {a1b03586-200d-48da-82fd-a926ec6bf2f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 12921 | 2024.11.14 04:56:49.538070 [ 252 ] {a1b03586-200d-48da-82fd-a926ec6bf2f9} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 12922 | 2024.11.14 04:56:49.538317 [ 252 ] {a1b03586-200d-48da-82fd-a926ec6bf2f9} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12923 | 2024.11.14 04:56:49.538536 [ 252 ] {a1b03586-200d-48da-82fd-a926ec6bf2f9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001515 sec., 39603.960396039605 rows/sec., 2.67 MiB/sec. | ||
| 12924 | 2024.11.14 04:56:49.538591 [ 252 ] {a1b03586-200d-48da-82fd-a926ec6bf2f9} <Debug> TCPHandler: Processed in 0.001749751 sec. | ||
| 12925 | 2024.11.14 04:56:50.095658 [ 114 ] {} <Debug> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78) (MergerMutator): Selected 5 parts from all_1_67_14 to all_71_71_0 | ||
| 12926 | 2024.11.14 04:56:50.095727 [ 114 ] {} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12927 | 2024.11.14 04:56:50.095749 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 12928 | 2024.11.14 04:56:50.095887 [ 217 ] {} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Found 5 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 12929 | 2024.11.14 04:56:50.095900 [ 197 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_71_15} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_67_14 to all_71_71_0 into Compact with storage Full | ||
| 12930 | 2024.11.14 04:56:50.095958 [ 217 ] {} <Debug> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Removing 5 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 12931 | 2024.11.14 04:56:50.096130 [ 197 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_71_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12932 | 2024.11.14 04:56:50.096177 [ 197 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_71_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_67_14, total 66 rows starting from the beginning of the part | ||
| 12933 | 2024.11.14 04:56:50.096262 [ 197 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_71_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 4 rows starting from the beginning of the part | ||
| 12934 | 2024.11.14 04:56:50.096654 [ 197 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_71_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 48 rows starting from the beginning of the part | ||
| 12935 | 2024.11.14 04:56:50.097002 [ 197 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_71_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 10 rows starting from the beginning of the part | ||
| 12936 | 2024.11.14 04:56:50.097396 [ 197 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_71_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 48 rows starting from the beginning of the part | ||
| 12937 | 2024.11.14 04:56:50.098817 [ 199 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_71_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 176 rows, containing 5 columns (5 merged, 0 gathered) in 0.002985496 sec., 58951.67838107973 rows/sec., 4.43 MiB/sec. | ||
| 12938 | 2024.11.14 04:56:50.099035 [ 217 ] {} <Debug> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Removing 5 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 12939 | 2024.11.14 04:56:50.099107 [ 199 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_71_15} <Trace> MergedBlockOutputStream: filled checksums all_1_71_15 (state Temporary) | ||
| 12940 | 2024.11.14 04:56:50.099726 [ 199 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_71_15} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_merge_all_1_71_15 to all_1_71_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12941 | 2024.11.14 04:56:50.099820 [ 199 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_71_15} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78) (MergerMutator): Merged 5 parts: [all_1_67_14, all_71_71_0] -> all_1_71_15 | ||
| 12942 | 2024.11.14 04:56:50.099929 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 12943 | 2024.11.14 04:56:53.296462 [ 113 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12944 | 2024.11.14 04:56:53.296514 [ 113 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12945 | 2024.11.14 04:56:54.537328 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12946 | 2024.11.14 04:56:54.537553 [ 250 ] {fdb43849-b2ba-42a3-99cd-046c3843f7f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12947 | 2024.11.14 04:56:54.537633 [ 250 ] {fdb43849-b2ba-42a3-99cd-046c3843f7f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12948 | 2024.11.14 04:56:54.538448 [ 250 ] {fdb43849-b2ba-42a3-99cd-046c3843f7f0} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12949 | 2024.11.14 04:56:54.538499 [ 250 ] {fdb43849-b2ba-42a3-99cd-046c3843f7f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 12950 | 2024.11.14 04:56:54.538937 [ 250 ] {fdb43849-b2ba-42a3-99cd-046c3843f7f0} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 12951 | 2024.11.14 04:56:54.539187 [ 250 ] {fdb43849-b2ba-42a3-99cd-046c3843f7f0} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12952 | 2024.11.14 04:56:54.539420 [ 250 ] {fdb43849-b2ba-42a3-99cd-046c3843f7f0} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001927 sec., 7265.179034769071 rows/sec., 523.00 KiB/sec. | ||
| 12953 | 2024.11.14 04:56:54.539477 [ 250 ] {fdb43849-b2ba-42a3-99cd-046c3843f7f0} <Debug> TCPHandler: Processed in 0.002286977 sec. | ||
| 12954 | 2024.11.14 04:56:54.539753 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12955 | 2024.11.14 04:56:54.539966 [ 252 ] {8f8280f8-ad21-43b4-bece-6a14fb553803} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12956 | 2024.11.14 04:56:54.540047 [ 252 ] {8f8280f8-ad21-43b4-bece-6a14fb553803} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12957 | 2024.11.14 04:56:54.540935 [ 252 ] {8f8280f8-ad21-43b4-bece-6a14fb553803} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12958 | 2024.11.14 04:56:54.540979 [ 252 ] {8f8280f8-ad21-43b4-bece-6a14fb553803} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 12959 | 2024.11.14 04:56:54.541428 [ 252 ] {8f8280f8-ad21-43b4-bece-6a14fb553803} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 12960 | 2024.11.14 04:56:54.541683 [ 252 ] {8f8280f8-ad21-43b4-bece-6a14fb553803} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12961 | 2024.11.14 04:56:54.541896 [ 252 ] {8f8280f8-ad21-43b4-bece-6a14fb553803} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.001984 sec., 143649.1935483871 rows/sec., 12.67 MiB/sec. | ||
| 12962 | 2024.11.14 04:56:54.541999 [ 252 ] {8f8280f8-ad21-43b4-bece-6a14fb553803} <Debug> TCPHandler: Processed in 0.002389699 sec. | ||
| 12963 | 2024.11.14 04:56:54.542230 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12964 | 2024.11.14 04:56:54.542410 [ 250 ] {8b588379-640b-42b8-8078-14a2e26acc73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12965 | 2024.11.14 04:56:54.542468 [ 250 ] {8b588379-640b-42b8-8078-14a2e26acc73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12966 | 2024.11.14 04:56:54.543162 [ 250 ] {8b588379-640b-42b8-8078-14a2e26acc73} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12967 | 2024.11.14 04:56:54.543210 [ 250 ] {8b588379-640b-42b8-8078-14a2e26acc73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 12968 | 2024.11.14 04:56:54.543598 [ 250 ] {8b588379-640b-42b8-8078-14a2e26acc73} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 12969 | 2024.11.14 04:56:54.543846 [ 250 ] {8b588379-640b-42b8-8078-14a2e26acc73} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12970 | 2024.11.14 04:56:54.544042 [ 250 ] {8b588379-640b-42b8-8078-14a2e26acc73} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001664 sec., 28846.153846153848 rows/sec., 2.08 MiB/sec. | ||
| 12971 | 2024.11.14 04:56:54.544093 [ 250 ] {8b588379-640b-42b8-8078-14a2e26acc73} <Debug> TCPHandler: Processed in 0.001987477 sec. | ||
| 12972 | 2024.11.14 04:56:54.544242 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12973 | 2024.11.14 04:56:54.544372 [ 252 ] {67b9cf7d-a1dd-4010-8615-fd37336c7c3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12974 | 2024.11.14 04:56:54.544432 [ 252 ] {67b9cf7d-a1dd-4010-8615-fd37336c7c3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12975 | 2024.11.14 04:56:54.545125 [ 252 ] {67b9cf7d-a1dd-4010-8615-fd37336c7c3f} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12976 | 2024.11.14 04:56:54.545172 [ 252 ] {67b9cf7d-a1dd-4010-8615-fd37336c7c3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 12977 | 2024.11.14 04:56:54.545566 [ 252 ] {67b9cf7d-a1dd-4010-8615-fd37336c7c3f} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 12978 | 2024.11.14 04:56:54.545802 [ 252 ] {67b9cf7d-a1dd-4010-8615-fd37336c7c3f} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12979 | 2024.11.14 04:56:54.545978 [ 252 ] {67b9cf7d-a1dd-4010-8615-fd37336c7c3f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001641 sec., 8531.383302864107 rows/sec., 597.48 KiB/sec. | ||
| 12980 | 2024.11.14 04:56:54.546029 [ 252 ] {67b9cf7d-a1dd-4010-8615-fd37336c7c3f} <Debug> TCPHandler: Processed in 0.001849744 sec. | ||
| 12981 | 2024.11.14 04:56:54.546178 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12982 | 2024.11.14 04:56:54.546294 [ 250 ] {9a39bf6f-946f-4250-8553-08f87901e442} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12983 | 2024.11.14 04:56:54.546342 [ 250 ] {9a39bf6f-946f-4250-8553-08f87901e442} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12984 | 2024.11.14 04:56:54.547361 [ 250 ] {9a39bf6f-946f-4250-8553-08f87901e442} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12985 | 2024.11.14 04:56:54.547426 [ 250 ] {9a39bf6f-946f-4250-8553-08f87901e442} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 12986 | 2024.11.14 04:56:54.547786 [ 250 ] {9a39bf6f-946f-4250-8553-08f87901e442} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 12987 | 2024.11.14 04:56:54.548037 [ 250 ] {9a39bf6f-946f-4250-8553-08f87901e442} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12988 | 2024.11.14 04:56:54.548245 [ 250 ] {9a39bf6f-946f-4250-8553-08f87901e442} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001974 sec., 6585.612968591692 rows/sec., 410.61 KiB/sec. | ||
| 12989 | 2024.11.14 04:56:54.548297 [ 250 ] {9a39bf6f-946f-4250-8553-08f87901e442} <Debug> TCPHandler: Processed in 0.002174013 sec. | ||
| 12990 | 2024.11.14 04:56:54.548448 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12991 | 2024.11.14 04:56:54.548589 [ 252 ] {3ca8775e-1ed0-482b-935c-498a81518632} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12992 | 2024.11.14 04:56:54.548646 [ 252 ] {3ca8775e-1ed0-482b-935c-498a81518632} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12993 | 2024.11.14 04:56:54.549446 [ 252 ] {3ca8775e-1ed0-482b-935c-498a81518632} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12994 | 2024.11.14 04:56:54.549483 [ 252 ] {3ca8775e-1ed0-482b-935c-498a81518632} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 12995 | 2024.11.14 04:56:54.549870 [ 252 ] {3ca8775e-1ed0-482b-935c-498a81518632} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 12996 | 2024.11.14 04:56:54.550112 [ 252 ] {3ca8775e-1ed0-482b-935c-498a81518632} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12997 | 2024.11.14 04:56:54.550287 [ 252 ] {3ca8775e-1ed0-482b-935c-498a81518632} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001732 sec., 244226.32794457275 rows/sec., 17.46 MiB/sec. | ||
| 12998 | 2024.11.14 04:56:54.550337 [ 252 ] {3ca8775e-1ed0-482b-935c-498a81518632} <Debug> TCPHandler: Processed in 0.001958347 sec. | ||
| 12999 | 2024.11.14 04:56:54.550532 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13000 | 2024.11.14 04:56:54.550751 [ 250 ] {52e81e33-97ff-4416-a0e4-f14dc8c73280} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13001 | 2024.11.14 04:56:54.550842 [ 250 ] {52e81e33-97ff-4416-a0e4-f14dc8c73280} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13002 | 2024.11.14 04:56:54.551563 [ 250 ] {52e81e33-97ff-4416-a0e4-f14dc8c73280} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13003 | 2024.11.14 04:56:54.551602 [ 250 ] {52e81e33-97ff-4416-a0e4-f14dc8c73280} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 13004 | 2024.11.14 04:56:54.551967 [ 250 ] {52e81e33-97ff-4416-a0e4-f14dc8c73280} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 13005 | 2024.11.14 04:56:54.552209 [ 250 ] {52e81e33-97ff-4416-a0e4-f14dc8c73280} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13006 | 2024.11.14 04:56:54.552474 [ 250 ] {52e81e33-97ff-4416-a0e4-f14dc8c73280} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00176 sec., 3409.090909090909 rows/sec., 178.11 KiB/sec. | ||
| 13007 | 2024.11.14 04:56:54.552546 [ 250 ] {52e81e33-97ff-4416-a0e4-f14dc8c73280} <Debug> TCPHandler: Processed in 0.002122671 sec. | ||
| 13008 | 2024.11.14 04:56:54.552787 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13009 | 2024.11.14 04:56:54.553035 [ 252 ] {cd7a5ff5-71b4-4d9c-8ef8-19a132beb319} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13010 | 2024.11.14 04:56:54.553097 [ 252 ] {cd7a5ff5-71b4-4d9c-8ef8-19a132beb319} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13011 | 2024.11.14 04:56:54.553708 [ 252 ] {cd7a5ff5-71b4-4d9c-8ef8-19a132beb319} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13012 | 2024.11.14 04:56:54.553745 [ 252 ] {cd7a5ff5-71b4-4d9c-8ef8-19a132beb319} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 13013 | 2024.11.14 04:56:54.554150 [ 252 ] {cd7a5ff5-71b4-4d9c-8ef8-19a132beb319} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 13014 | 2024.11.14 04:56:54.554388 [ 252 ] {cd7a5ff5-71b4-4d9c-8ef8-19a132beb319} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13015 | 2024.11.14 04:56:54.554523 [ 112 ] {} <Debug> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 13016 | 2024.11.14 04:56:54.554566 [ 112 ] {} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13017 | 2024.11.14 04:56:54.554575 [ 252 ] {cd7a5ff5-71b4-4d9c-8ef8-19a132beb319} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001608 sec., 147388.05970149254 rows/sec., 9.88 MiB/sec. | ||
| 13018 | 2024.11.14 04:56:54.554594 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 13019 | 2024.11.14 04:56:54.554639 [ 252 ] {cd7a5ff5-71b4-4d9c-8ef8-19a132beb319} <Debug> TCPHandler: Processed in 0.002009548 sec. | ||
| 13020 | 2024.11.14 04:56:54.554897 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13021 | 2024.11.14 04:56:54.554966 [ 193 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
| 13022 | 2024.11.14 04:56:54.555475 [ 250 ] {310c6989-1664-4e35-b185-f427e6f79f52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13023 | 2024.11.14 04:56:54.555519 [ 193 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13024 | 2024.11.14 04:56:54.555641 [ 193 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_116_23, total 23173 rows starting from the beginning of the part | ||
| 13025 | 2024.11.14 04:56:54.555758 [ 250 ] {310c6989-1664-4e35-b185-f427e6f79f52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13026 | 2024.11.14 04:56:54.556133 [ 193 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 160 rows starting from the beginning of the part | ||
| 13027 | 2024.11.14 04:56:54.556827 [ 193 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 237 rows starting from the beginning of the part | ||
| 13028 | 2024.11.14 04:56:54.557343 [ 193 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 160 rows starting from the beginning of the part | ||
| 13029 | 2024.11.14 04:56:54.557634 [ 193 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 160 rows starting from the beginning of the part | ||
| 13030 | 2024.11.14 04:56:54.558004 [ 193 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 237 rows starting from the beginning of the part | ||
| 13031 | 2024.11.14 04:56:54.558701 [ 250 ] {310c6989-1664-4e35-b185-f427e6f79f52} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13032 | 2024.11.14 04:56:54.558773 [ 250 ] {310c6989-1664-4e35-b185-f427e6f79f52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 13033 | 2024.11.14 04:56:54.559551 [ 250 ] {310c6989-1664-4e35-b185-f427e6f79f52} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 13034 | 2024.11.14 04:56:54.559872 [ 250 ] {310c6989-1664-4e35-b185-f427e6f79f52} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13035 | 2024.11.14 04:56:54.560369 [ 250 ] {310c6989-1664-4e35-b185-f427e6f79f52} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005093 sec., 196.347928529354 rows/sec., 13.23 KiB/sec. | ||
| 13036 | 2024.11.14 04:56:54.560814 [ 250 ] {310c6989-1664-4e35-b185-f427e6f79f52} <Debug> TCPHandler: Processed in 0.006062456 sec. | ||
| 13037 | 2024.11.14 04:56:54.561262 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13038 | 2024.11.14 04:56:54.561567 [ 252 ] {de73614f-414b-4801-adc7-446d6a075fc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13039 | 2024.11.14 04:56:54.561796 [ 252 ] {de73614f-414b-4801-adc7-446d6a075fc6} <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 | ||
| 13040 | 2024.11.14 04:56:54.563325 [ 252 ] {de73614f-414b-4801-adc7-446d6a075fc6} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13041 | 2024.11.14 04:56:54.563365 [ 252 ] {de73614f-414b-4801-adc7-446d6a075fc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 13042 | 2024.11.14 04:56:54.564179 [ 252 ] {de73614f-414b-4801-adc7-446d6a075fc6} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 13043 | 2024.11.14 04:56:54.564585 [ 252 ] {de73614f-414b-4801-adc7-446d6a075fc6} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13044 | 2024.11.14 04:56:54.564742 [ 112 ] {} <Debug> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e) (MergerMutator): Selected 6 parts from all_1_40_8 to all_45_45_0 | ||
| 13045 | 2024.11.14 04:56:54.564789 [ 112 ] {} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13046 | 2024.11.14 04:56:54.564817 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 13047 | 2024.11.14 04:56:54.564836 [ 252 ] {de73614f-414b-4801-adc7-446d6a075fc6} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.003373 sec., 12155.351319300325 rows/sec., 21.78 MiB/sec. | ||
| 13048 | 2024.11.14 04:56:54.565243 [ 190 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_45_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_40_8 to all_45_45_0 into Compact with storage Full | ||
| 13049 | 2024.11.14 04:56:54.565554 [ 252 ] {de73614f-414b-4801-adc7-446d6a075fc6} <Debug> TCPHandler: Processed in 0.004574053 sec. | ||
| 13050 | 2024.11.14 04:56:54.565912 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13051 | 2024.11.14 04:56:54.566479 [ 250 ] {b1a30f81-512d-4fb8-ae6d-8aa4047ab45c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13052 | 2024.11.14 04:56:54.566702 [ 250 ] {b1a30f81-512d-4fb8-ae6d-8aa4047ab45c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13053 | 2024.11.14 04:56:54.567787 [ 190 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_45_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13054 | 2024.11.14 04:56:54.567920 [ 203 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24127 rows, containing 5 columns (5 merged, 0 gathered) in 0.013221233 sec., 1824867.6201380007 rows/sec., 124.36 MiB/sec. | ||
| 13055 | 2024.11.14 04:56:54.568071 [ 190 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_40_8, total 1470 rows starting from the beginning of the part | ||
| 13056 | 2024.11.14 04:56:54.568832 [ 203 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 13057 | 2024.11.14 04:56:54.568854 [ 190 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 41 rows starting from the beginning of the part | ||
| 13058 | 2024.11.14 04:56:54.569975 [ 250 ] {b1a30f81-512d-4fb8-ae6d-8aa4047ab45c} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13059 | 2024.11.14 04:56:54.570099 [ 250 ] {b1a30f81-512d-4fb8-ae6d-8aa4047ab45c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 13060 | 2024.11.14 04:56:54.570246 [ 190 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 41 rows starting from the beginning of the part | ||
| 13061 | 2024.11.14 04:56:54.570292 [ 203 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_121_24} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13062 | 2024.11.14 04:56:54.570723 [ 203 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_121_24} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 13063 | 2024.11.14 04:56:54.571235 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.24 MiB. | ||
| 13064 | 2024.11.14 04:56:54.571469 [ 190 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 41 rows starting from the beginning of the part | ||
| 13065 | 2024.11.14 04:56:54.571700 [ 250 ] {b1a30f81-512d-4fb8-ae6d-8aa4047ab45c} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 13066 | 2024.11.14 04:56:54.571987 [ 190 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 41 rows starting from the beginning of the part | ||
| 13067 | 2024.11.14 04:56:54.572451 [ 250 ] {b1a30f81-512d-4fb8-ae6d-8aa4047ab45c} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13068 | 2024.11.14 04:56:54.572530 [ 190 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 41 rows starting from the beginning of the part | ||
| 13069 | 2024.11.14 04:56:54.572721 [ 112 ] {} <Debug> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 13070 | 2024.11.14 04:56:54.572898 [ 112 ] {} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13071 | 2024.11.14 04:56:54.573021 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 13072 | 2024.11.14 04:56:54.573075 [ 250 ] {b1a30f81-512d-4fb8-ae6d-8aa4047ab45c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.006745 sec., 12157.153446997776 rows/sec., 790.66 KiB/sec. | ||
| 13073 | 2024.11.14 04:56:54.573634 [ 250 ] {b1a30f81-512d-4fb8-ae6d-8aa4047ab45c} <Debug> TCPHandler: Processed in 0.007909889 sec. | ||
| 13074 | 2024.11.14 04:56:54.573876 [ 200 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
| 13075 | 2024.11.14 04:56:54.574314 [ 200 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13076 | 2024.11.14 04:56:54.574415 [ 200 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 6958 rows starting from the beginning of the part | ||
| 13077 | 2024.11.14 04:56:54.574704 [ 200 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 60 rows starting from the beginning of the part | ||
| 13078 | 2024.11.14 04:56:54.574980 [ 200 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 82 rows starting from the beginning of the part | ||
| 13079 | 2024.11.14 04:56:54.575407 [ 200 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 60 rows starting from the beginning of the part | ||
| 13080 | 2024.11.14 04:56:54.575696 [ 200 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 60 rows starting from the beginning of the part | ||
| 13081 | 2024.11.14 04:56:54.576075 [ 200 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 82 rows starting from the beginning of the part | ||
| 13082 | 2024.11.14 04:56:54.579568 [ 200 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7302 rows, containing 4 columns (4 merged, 0 gathered) in 0.006318963 sec., 1155569.3552882015 rows/sec., 75.78 MiB/sec. | ||
| 13083 | 2024.11.14 04:56:54.580065 [ 200 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 13084 | 2024.11.14 04:56:54.580425 [ 200 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_121_24} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13085 | 2024.11.14 04:56:54.580569 [ 200 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_121_24} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 13086 | 2024.11.14 04:56:54.580652 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.27 MiB. | ||
| 13087 | 2024.11.14 04:56:54.584162 [ 192 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_45_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1675 rows, containing 19 columns (19 merged, 0 gathered) in 0.019249828 sec., 87013.76448662294 rows/sec., 155.92 MiB/sec. | ||
| 13088 | 2024.11.14 04:56:54.585679 [ 191 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_45_9} <Trace> MergedBlockOutputStream: filled checksums all_1_45_9 (state Temporary) | ||
| 13089 | 2024.11.14 04:56:54.586134 [ 191 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_45_9} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Renaming temporary part tmp_merge_all_1_45_9 to all_1_45_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13090 | 2024.11.14 04:56:54.586219 [ 191 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_45_9} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e) (MergerMutator): Merged 6 parts: [all_1_40_8, all_45_45_0] -> all_1_45_9 | ||
| 13091 | 2024.11.14 04:56:54.586372 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.70 MiB. | ||
| 13092 | 2024.11.14 04:56:58.771232 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1856 | ||
| 13093 | 2024.11.14 04:56:58.774672 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13094 | 2024.11.14 04:56:58.774713 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 13095 | 2024.11.14 04:56:58.776189 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 13096 | 2024.11.14 04:56:58.776522 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13097 | 2024.11.14 04:56:58.776834 [ 217 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 13098 | 2024.11.14 04:56:58.776933 [ 217 ] {} <Debug> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 13099 | 2024.11.14 04:56:58.777550 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1856 | ||
| 13100 | 2024.11.14 04:56:58.779365 [ 217 ] {} <Debug> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 13101 | 2024.11.14 04:56:59.120547 [ 225 ] {} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 13102 | 2024.11.14 04:56:59.120598 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 13103 | 2024.11.14 04:56:59.122975 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 13104 | 2024.11.14 04:56:59.167205 [ 217 ] {} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 13105 | 2024.11.14 04:56:59.167234 [ 217 ] {} <Debug> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 13106 | 2024.11.14 04:56:59.169267 [ 217 ] {} <Debug> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 13107 | 2024.11.14 04:56:59.528966 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13108 | 2024.11.14 04:56:59.529178 [ 250 ] {baa75a78-7dcf-4652-bb83-a5a676c0b3fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 13109 | 2024.11.14 04:56:59.529258 [ 250 ] {baa75a78-7dcf-4652-bb83-a5a676c0b3fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13110 | 2024.11.14 04:56:59.530006 [ 250 ] {baa75a78-7dcf-4652-bb83-a5a676c0b3fc} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13111 | 2024.11.14 04:56:59.530048 [ 250 ] {baa75a78-7dcf-4652-bb83-a5a676c0b3fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 13112 | 2024.11.14 04:56:59.530495 [ 250 ] {baa75a78-7dcf-4652-bb83-a5a676c0b3fc} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 13113 | 2024.11.14 04:56:59.530755 [ 250 ] {baa75a78-7dcf-4652-bb83-a5a676c0b3fc} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13114 | 2024.11.14 04:56:59.530974 [ 250 ] {baa75a78-7dcf-4652-bb83-a5a676c0b3fc} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001842 sec., 2171.5526601520087 rows/sec., 177.07 KiB/sec. | ||
| 13115 | 2024.11.14 04:56:59.531052 [ 250 ] {baa75a78-7dcf-4652-bb83-a5a676c0b3fc} <Debug> TCPHandler: Processed in 0.002224534 sec. | ||
| 13116 | 2024.11.14 04:56:59.531370 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13117 | 2024.11.14 04:56:59.531580 [ 252 ] {483bec0c-3c32-4d08-8792-9414b0178773} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13118 | 2024.11.14 04:56:59.531652 [ 252 ] {483bec0c-3c32-4d08-8792-9414b0178773} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13119 | 2024.11.14 04:56:59.532418 [ 252 ] {483bec0c-3c32-4d08-8792-9414b0178773} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13120 | 2024.11.14 04:56:59.532468 [ 252 ] {483bec0c-3c32-4d08-8792-9414b0178773} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 13121 | 2024.11.14 04:56:59.532911 [ 252 ] {483bec0c-3c32-4d08-8792-9414b0178773} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 13122 | 2024.11.14 04:56:59.533165 [ 252 ] {483bec0c-3c32-4d08-8792-9414b0178773} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13123 | 2024.11.14 04:56:59.533391 [ 252 ] {483bec0c-3c32-4d08-8792-9414b0178773} <Debug> executeQuery: Read 58 rows, 4.52 KiB in 0.001865 sec., 31099.195710455766 rows/sec., 2.37 MiB/sec. | ||
| 13124 | 2024.11.14 04:56:59.533448 [ 252 ] {483bec0c-3c32-4d08-8792-9414b0178773} <Debug> TCPHandler: Processed in 0.002246465 sec. | ||
| 13125 | 2024.11.14 04:56:59.533612 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13126 | 2024.11.14 04:56:59.533752 [ 250 ] {60ab22e6-ec79-4150-a826-014f866bb115} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13127 | 2024.11.14 04:56:59.533809 [ 250 ] {60ab22e6-ec79-4150-a826-014f866bb115} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13128 | 2024.11.14 04:56:59.534481 [ 250 ] {60ab22e6-ec79-4150-a826-014f866bb115} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13129 | 2024.11.14 04:56:59.534526 [ 250 ] {60ab22e6-ec79-4150-a826-014f866bb115} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 13130 | 2024.11.14 04:56:59.534892 [ 250 ] {60ab22e6-ec79-4150-a826-014f866bb115} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 13131 | 2024.11.14 04:56:59.535140 [ 250 ] {60ab22e6-ec79-4150-a826-014f866bb115} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13132 | 2024.11.14 04:56:59.535355 [ 250 ] {60ab22e6-ec79-4150-a826-014f866bb115} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001637 sec., 2443.494196701283 rows/sec., 170.62 KiB/sec. | ||
| 13133 | 2024.11.14 04:56:59.535407 [ 250 ] {60ab22e6-ec79-4150-a826-014f866bb115} <Debug> TCPHandler: Processed in 0.001861454 sec. | ||
| 13134 | 2024.11.14 04:56:59.535555 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13135 | 2024.11.14 04:56:59.535695 [ 252 ] {b506d006-6c3a-48a0-88a5-95fc53d6153e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13136 | 2024.11.14 04:56:59.535752 [ 252 ] {b506d006-6c3a-48a0-88a5-95fc53d6153e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13137 | 2024.11.14 04:56:59.536506 [ 252 ] {b506d006-6c3a-48a0-88a5-95fc53d6153e} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13138 | 2024.11.14 04:56:59.536548 [ 252 ] {b506d006-6c3a-48a0-88a5-95fc53d6153e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 13139 | 2024.11.14 04:56:59.536937 [ 252 ] {b506d006-6c3a-48a0-88a5-95fc53d6153e} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 13140 | 2024.11.14 04:56:59.537180 [ 252 ] {b506d006-6c3a-48a0-88a5-95fc53d6153e} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13141 | 2024.11.14 04:56:59.537410 [ 252 ] {b506d006-6c3a-48a0-88a5-95fc53d6153e} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001745 sec., 38968.48137535816 rows/sec., 3.05 MiB/sec. | ||
| 13142 | 2024.11.14 04:56:59.537481 [ 252 ] {b506d006-6c3a-48a0-88a5-95fc53d6153e} <Debug> TCPHandler: Processed in 0.001995988 sec. | ||
| 13143 | 2024.11.14 04:56:59.537729 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13144 | 2024.11.14 04:56:59.537932 [ 250 ] {6a08d307-d986-4dc4-876e-49a7ea471c4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13145 | 2024.11.14 04:56:59.537993 [ 250 ] {6a08d307-d986-4dc4-876e-49a7ea471c4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13146 | 2024.11.14 04:56:59.538626 [ 250 ] {6a08d307-d986-4dc4-876e-49a7ea471c4a} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13147 | 2024.11.14 04:56:59.538667 [ 250 ] {6a08d307-d986-4dc4-876e-49a7ea471c4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 13148 | 2024.11.14 04:56:59.539071 [ 250 ] {6a08d307-d986-4dc4-876e-49a7ea471c4a} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 13149 | 2024.11.14 04:56:59.539325 [ 250 ] {6a08d307-d986-4dc4-876e-49a7ea471c4a} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13150 | 2024.11.14 04:56:59.539537 [ 250 ] {6a08d307-d986-4dc4-876e-49a7ea471c4a} <Debug> executeQuery: Read 130 rows, 9.27 KiB in 0.001638 sec., 79365.07936507936 rows/sec., 5.53 MiB/sec. | ||
| 13151 | 2024.11.14 04:56:59.539589 [ 250 ] {6a08d307-d986-4dc4-876e-49a7ea471c4a} <Debug> TCPHandler: Processed in 0.002000248 sec. | ||
| 13152 | 2024.11.14 04:56:59.539750 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13153 | 2024.11.14 04:56:59.539867 [ 252 ] {23d805ed-5a9c-45d4-a7f8-74bcb3c7db6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13154 | 2024.11.14 04:56:59.539918 [ 252 ] {23d805ed-5a9c-45d4-a7f8-74bcb3c7db6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13155 | 2024.11.14 04:56:59.540427 [ 252 ] {23d805ed-5a9c-45d4-a7f8-74bcb3c7db6b} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13156 | 2024.11.14 04:56:59.540466 [ 252 ] {23d805ed-5a9c-45d4-a7f8-74bcb3c7db6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 13157 | 2024.11.14 04:56:59.540849 [ 252 ] {23d805ed-5a9c-45d4-a7f8-74bcb3c7db6b} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 13158 | 2024.11.14 04:56:59.541101 [ 252 ] {23d805ed-5a9c-45d4-a7f8-74bcb3c7db6b} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13159 | 2024.11.14 04:56:59.541308 [ 252 ] {23d805ed-5a9c-45d4-a7f8-74bcb3c7db6b} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001466 sec., 32742.155525238744 rows/sec., 2.21 MiB/sec. | ||
| 13160 | 2024.11.14 04:56:59.541359 [ 252 ] {23d805ed-5a9c-45d4-a7f8-74bcb3c7db6b} <Debug> TCPHandler: Processed in 0.001667318 sec. | ||
| 13161 | 2024.11.14 04:57:04.530365 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13162 | 2024.11.14 04:57:04.530576 [ 250 ] {918d52fc-65e1-497d-acfe-a7ceede0558e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13163 | 2024.11.14 04:57:04.530652 [ 250 ] {918d52fc-65e1-497d-acfe-a7ceede0558e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13164 | 2024.11.14 04:57:04.531427 [ 250 ] {918d52fc-65e1-497d-acfe-a7ceede0558e} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13165 | 2024.11.14 04:57:04.531481 [ 250 ] {918d52fc-65e1-497d-acfe-a7ceede0558e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 13166 | 2024.11.14 04:57:04.531940 [ 250 ] {918d52fc-65e1-497d-acfe-a7ceede0558e} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 13167 | 2024.11.14 04:57:04.532201 [ 250 ] {918d52fc-65e1-497d-acfe-a7ceede0558e} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13168 | 2024.11.14 04:57:04.532413 [ 55 ] {} <Debug> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 13169 | 2024.11.14 04:57:04.532487 [ 250 ] {918d52fc-65e1-497d-acfe-a7ceede0558e} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00196 sec., 28571.428571428572 rows/sec., 2.18 MiB/sec. | ||
| 13170 | 2024.11.14 04:57:04.532507 [ 55 ] {} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13171 | 2024.11.14 04:57:04.532575 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 13172 | 2024.11.14 04:57:04.532649 [ 250 ] {918d52fc-65e1-497d-acfe-a7ceede0558e} <Debug> TCPHandler: Processed in 0.002409959 sec. | ||
| 13173 | 2024.11.14 04:57:04.532852 [ 186 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
| 13174 | 2024.11.14 04:57:04.533064 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13175 | 2024.11.14 04:57:04.533116 [ 186 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13176 | 2024.11.14 04:57:04.533229 [ 186 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 1434 rows starting from the beginning of the part | ||
| 13177 | 2024.11.14 04:57:04.533690 [ 186 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 56 rows starting from the beginning of the part | ||
| 13178 | 2024.11.14 04:57:04.533843 [ 252 ] {5e98cb19-0bc7-42e0-a2f8-66c7b78e17d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13179 | 2024.11.14 04:57:04.534065 [ 186 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 56 rows starting from the beginning of the part | ||
| 13180 | 2024.11.14 04:57:04.534217 [ 252 ] {5e98cb19-0bc7-42e0-a2f8-66c7b78e17d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13181 | 2024.11.14 04:57:04.534576 [ 186 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 285 rows starting from the beginning of the part | ||
| 13182 | 2024.11.14 04:57:04.534946 [ 186 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 58 rows starting from the beginning of the part | ||
| 13183 | 2024.11.14 04:57:04.535321 [ 186 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 56 rows starting from the beginning of the part | ||
| 13184 | 2024.11.14 04:57:04.538172 [ 252 ] {5e98cb19-0bc7-42e0-a2f8-66c7b78e17d6} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13185 | 2024.11.14 04:57:04.538262 [ 252 ] {5e98cb19-0bc7-42e0-a2f8-66c7b78e17d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 13186 | 2024.11.14 04:57:04.539073 [ 252 ] {5e98cb19-0bc7-42e0-a2f8-66c7b78e17d6} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 13187 | 2024.11.14 04:57:04.539257 [ 195 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1945 rows, containing 5 columns (5 merged, 0 gathered) in 0.006576761 sec., 295738.2821118176 rows/sec., 25.77 MiB/sec. | ||
| 13188 | 2024.11.14 04:57:04.539514 [ 252 ] {5e98cb19-0bc7-42e0-a2f8-66c7b78e17d6} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13189 | 2024.11.14 04:57:04.539586 [ 195 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 13190 | 2024.11.14 04:57:04.539776 [ 55 ] {} <Debug> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 13191 | 2024.11.14 04:57:04.539875 [ 55 ] {} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13192 | 2024.11.14 04:57:04.539946 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 13193 | 2024.11.14 04:57:04.540056 [ 252 ] {5e98cb19-0bc7-42e0-a2f8-66c7b78e17d6} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.006566 sec., 9747.182455071581 rows/sec., 779.05 KiB/sec. | ||
| 13194 | 2024.11.14 04:57:04.540409 [ 198 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
| 13195 | 2024.11.14 04:57:04.540557 [ 195 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_126_25} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13196 | 2024.11.14 04:57:04.540970 [ 195 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_126_25} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 13197 | 2024.11.14 04:57:04.541268 [ 198 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13198 | 2024.11.14 04:57:04.541369 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
| 13199 | 2024.11.14 04:57:04.541373 [ 252 ] {5e98cb19-0bc7-42e0-a2f8-66c7b78e17d6} <Debug> TCPHandler: Processed in 0.008518897 sec. | ||
| 13200 | 2024.11.14 04:57:04.541474 [ 198 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 915 rows starting from the beginning of the part | ||
| 13201 | 2024.11.14 04:57:04.541798 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13202 | 2024.11.14 04:57:04.542110 [ 198 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 64 rows starting from the beginning of the part | ||
| 13203 | 2024.11.14 04:57:04.542382 [ 250 ] {81c531f2-8cb5-4d10-846f-565e2339c698} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13204 | 2024.11.14 04:57:04.542694 [ 198 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 64 rows starting from the beginning of the part | ||
| 13205 | 2024.11.14 04:57:04.542719 [ 250 ] {81c531f2-8cb5-4d10-846f-565e2339c698} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13206 | 2024.11.14 04:57:04.543341 [ 198 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 423 rows starting from the beginning of the part | ||
| 13207 | 2024.11.14 04:57:04.543820 [ 198 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 68 rows starting from the beginning of the part | ||
| 13208 | 2024.11.14 04:57:04.544288 [ 198 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 64 rows starting from the beginning of the part | ||
| 13209 | 2024.11.14 04:57:04.545428 [ 250 ] {81c531f2-8cb5-4d10-846f-565e2339c698} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13210 | 2024.11.14 04:57:04.545480 [ 250 ] {81c531f2-8cb5-4d10-846f-565e2339c698} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 13211 | 2024.11.14 04:57:04.546063 [ 250 ] {81c531f2-8cb5-4d10-846f-565e2339c698} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 13212 | 2024.11.14 04:57:04.546323 [ 188 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1598 rows, containing 5 columns (5 merged, 0 gathered) in 0.006263211 sec., 255140.6938070584 rows/sec., 19.67 MiB/sec. | ||
| 13213 | 2024.11.14 04:57:04.546440 [ 250 ] {81c531f2-8cb5-4d10-846f-565e2339c698} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13214 | 2024.11.14 04:57:04.546652 [ 188 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 13215 | 2024.11.14 04:57:04.546918 [ 250 ] {81c531f2-8cb5-4d10-846f-565e2339c698} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004731 sec., 33819.48848023674 rows/sec., 2.36 MiB/sec. | ||
| 13216 | 2024.11.14 04:57:04.547053 [ 250 ] {81c531f2-8cb5-4d10-846f-565e2339c698} <Debug> TCPHandler: Processed in 0.005473318 sec. | ||
| 13217 | 2024.11.14 04:57:04.547248 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13218 | 2024.11.14 04:57:04.547252 [ 188 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_126_25} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13219 | 2024.11.14 04:57:04.547367 [ 188 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_126_25} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 13220 | 2024.11.14 04:57:04.547429 [ 252 ] {7b0ea914-a6cb-470a-bb2f-e2ab7b9280de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13221 | 2024.11.14 04:57:04.547477 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
| 13222 | 2024.11.14 04:57:04.547518 [ 252 ] {7b0ea914-a6cb-470a-bb2f-e2ab7b9280de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13223 | 2024.11.14 04:57:04.548058 [ 252 ] {7b0ea914-a6cb-470a-bb2f-e2ab7b9280de} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13224 | 2024.11.14 04:57:04.548099 [ 252 ] {7b0ea914-a6cb-470a-bb2f-e2ab7b9280de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 13225 | 2024.11.14 04:57:04.548494 [ 252 ] {7b0ea914-a6cb-470a-bb2f-e2ab7b9280de} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 13226 | 2024.11.14 04:57:04.548746 [ 252 ] {7b0ea914-a6cb-470a-bb2f-e2ab7b9280de} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13227 | 2024.11.14 04:57:04.548967 [ 252 ] {7b0ea914-a6cb-470a-bb2f-e2ab7b9280de} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001589 sec., 37759.59723096287 rows/sec., 2.54 MiB/sec. | ||
| 13228 | 2024.11.14 04:57:04.549019 [ 252 ] {7b0ea914-a6cb-470a-bb2f-e2ab7b9280de} <Debug> TCPHandler: Processed in 0.001867294 sec. | ||
| 13229 | 2024.11.14 04:57:06.465011 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54818, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13230 | 2024.11.14 04:57:06.675409 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36506, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13231 | 2024.11.14 04:57:06.781817 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44790, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13232 | 2024.11.14 04:57:06.806200 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34034, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13233 | 2024.11.14 04:57:06.820458 [ 57 ] {} <Debug> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
| 13234 | 2024.11.14 04:57:06.820550 [ 57 ] {} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13235 | 2024.11.14 04:57:06.820590 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 13236 | 2024.11.14 04:57:06.820965 [ 186 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_41_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_37_9 to all_41_41_0 into Compact with storage Full | ||
| 13237 | 2024.11.14 04:57:06.821360 [ 186 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13238 | 2024.11.14 04:57:06.821404 [ 186 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 242 rows starting from the beginning of the part | ||
| 13239 | 2024.11.14 04:57:06.821504 [ 186 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 14 rows starting from the beginning of the part | ||
| 13240 | 2024.11.14 04:57:06.821730 [ 186 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 14 rows starting from the beginning of the part | ||
| 13241 | 2024.11.14 04:57:06.821969 [ 186 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 14 rows starting from the beginning of the part | ||
| 13242 | 2024.11.14 04:57:06.822278 [ 186 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 14 rows starting from the beginning of the part | ||
| 13243 | 2024.11.14 04:57:06.823419 [ 188 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.002705618 sec., 110141.19509849507 rows/sec., 7.90 MiB/sec. | ||
| 13244 | 2024.11.14 04:57:06.823604 [ 194 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
| 13245 | 2024.11.14 04:57:06.823918 [ 194 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_41_10} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13246 | 2024.11.14 04:57:06.824002 [ 194 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_41_10} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
| 13247 | 2024.11.14 04:57:06.824084 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 13248 | 2024.11.14 04:57:06.867485 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55269, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13249 | 2024.11.14 04:57:06.929780 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59858, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13250 | 2024.11.14 04:57:06.933120 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37645, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13251 | 2024.11.14 04:57:06.941418 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35602, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13252 | 2024.11.14 04:57:08.296777 [ 63 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13253 | 2024.11.14 04:57:08.296855 [ 63 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13254 | 2024.11.14 04:57:08.443866 [ 221 ] {} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 13255 | 2024.11.14 04:57:08.443920 [ 221 ] {} <Debug> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 13256 | 2024.11.14 04:57:08.445523 [ 221 ] {} <Debug> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 13257 | 2024.11.14 04:57:08.778694 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1876 | ||
| 13258 | 2024.11.14 04:57:08.781506 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13259 | 2024.11.14 04:57:08.781553 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 13260 | 2024.11.14 04:57:08.783027 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 13261 | 2024.11.14 04:57:08.783336 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13262 | 2024.11.14 04:57:08.785081 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1876 | ||
| 13263 | 2024.11.14 04:57:09.536727 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13264 | 2024.11.14 04:57:09.536942 [ 250 ] {b47d1559-5a57-4c70-b99f-89a3bae1af42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13265 | 2024.11.14 04:57:09.537023 [ 250 ] {b47d1559-5a57-4c70-b99f-89a3bae1af42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13266 | 2024.11.14 04:57:09.537853 [ 250 ] {b47d1559-5a57-4c70-b99f-89a3bae1af42} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13267 | 2024.11.14 04:57:09.537903 [ 250 ] {b47d1559-5a57-4c70-b99f-89a3bae1af42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 13268 | 2024.11.14 04:57:09.538339 [ 250 ] {b47d1559-5a57-4c70-b99f-89a3bae1af42} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 13269 | 2024.11.14 04:57:09.538592 [ 250 ] {b47d1559-5a57-4c70-b99f-89a3bae1af42} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13270 | 2024.11.14 04:57:09.538792 [ 83 ] {} <Debug> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
| 13271 | 2024.11.14 04:57:09.538855 [ 250 ] {b47d1559-5a57-4c70-b99f-89a3bae1af42} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001966 sec., 7121.057985757884 rows/sec., 512.62 KiB/sec. | ||
| 13272 | 2024.11.14 04:57:09.538885 [ 83 ] {} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13273 | 2024.11.14 04:57:09.538952 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 13274 | 2024.11.14 04:57:09.538979 [ 250 ] {b47d1559-5a57-4c70-b99f-89a3bae1af42} <Debug> TCPHandler: Processed in 0.002391009 sec. | ||
| 13275 | 2024.11.14 04:57:09.539174 [ 225 ] {} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 13276 | 2024.11.14 04:57:09.539257 [ 225 ] {} <Debug> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 13277 | 2024.11.14 04:57:09.539258 [ 188 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_41_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_37_9 to all_41_41_0 into Compact with storage Full | ||
| 13278 | 2024.11.14 04:57:09.539278 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13279 | 2024.11.14 04:57:09.539664 [ 252 ] {2345c839-5e86-4022-8276-8cb54494dafd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13280 | 2024.11.14 04:57:09.539706 [ 188 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13281 | 2024.11.14 04:57:09.539747 [ 188 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 14 rows starting from the beginning of the part | ||
| 13282 | 2024.11.14 04:57:09.539762 [ 252 ] {2345c839-5e86-4022-8276-8cb54494dafd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13283 | 2024.11.14 04:57:09.539961 [ 188 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 14 rows starting from the beginning of the part | ||
| 13284 | 2024.11.14 04:57:09.540530 [ 188 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 14 rows starting from the beginning of the part | ||
| 13285 | 2024.11.14 04:57:09.540901 [ 188 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 14 rows starting from the beginning of the part | ||
| 13286 | 2024.11.14 04:57:09.541328 [ 188 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 14 rows starting from the beginning of the part | ||
| 13287 | 2024.11.14 04:57:09.543965 [ 252 ] {2345c839-5e86-4022-8276-8cb54494dafd} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13288 | 2024.11.14 04:57:09.544019 [ 252 ] {2345c839-5e86-4022-8276-8cb54494dafd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 13289 | 2024.11.14 04:57:09.545148 [ 194 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.006073326 sec., 11525.809745763689 rows/sec., 874.73 KiB/sec. | ||
| 13290 | 2024.11.14 04:57:09.545390 [ 252 ] {2345c839-5e86-4022-8276-8cb54494dafd} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 13291 | 2024.11.14 04:57:09.545414 [ 194 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
| 13292 | 2024.11.14 04:57:09.545643 [ 225 ] {} <Debug> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 13293 | 2024.11.14 04:57:09.546350 [ 252 ] {2345c839-5e86-4022-8276-8cb54494dafd} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13294 | 2024.11.14 04:57:09.546462 [ 194 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_41_10} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13295 | 2024.11.14 04:57:09.546779 [ 194 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_41_10} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
| 13296 | 2024.11.14 04:57:09.547045 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 13297 | 2024.11.14 04:57:09.547166 [ 252 ] {2345c839-5e86-4022-8276-8cb54494dafd} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.007675 sec., 37133.55048859934 rows/sec., 3.28 MiB/sec. | ||
| 13298 | 2024.11.14 04:57:09.547242 [ 252 ] {2345c839-5e86-4022-8276-8cb54494dafd} <Debug> TCPHandler: Processed in 0.008144886 sec. | ||
| 13299 | 2024.11.14 04:57:09.547420 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13300 | 2024.11.14 04:57:09.547539 [ 250 ] {3f04db16-de42-4e0f-b36a-e2039f901fa5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13301 | 2024.11.14 04:57:09.547588 [ 250 ] {3f04db16-de42-4e0f-b36a-e2039f901fa5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13302 | 2024.11.14 04:57:09.548186 [ 250 ] {3f04db16-de42-4e0f-b36a-e2039f901fa5} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13303 | 2024.11.14 04:57:09.548226 [ 250 ] {3f04db16-de42-4e0f-b36a-e2039f901fa5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 13304 | 2024.11.14 04:57:09.548581 [ 250 ] {3f04db16-de42-4e0f-b36a-e2039f901fa5} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 13305 | 2024.11.14 04:57:09.548831 [ 250 ] {3f04db16-de42-4e0f-b36a-e2039f901fa5} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13306 | 2024.11.14 04:57:09.549047 [ 250 ] {3f04db16-de42-4e0f-b36a-e2039f901fa5} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001526 sec., 31454.78374836173 rows/sec., 2.26 MiB/sec. | ||
| 13307 | 2024.11.14 04:57:09.549126 [ 250 ] {3f04db16-de42-4e0f-b36a-e2039f901fa5} <Debug> TCPHandler: Processed in 0.001763731 sec. | ||
| 13308 | 2024.11.14 04:57:09.549367 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13309 | 2024.11.14 04:57:09.549525 [ 252 ] {b66858a2-be68-4502-81fe-de6e275a1264} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13310 | 2024.11.14 04:57:09.549578 [ 252 ] {b66858a2-be68-4502-81fe-de6e275a1264} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13311 | 2024.11.14 04:57:09.550173 [ 252 ] {b66858a2-be68-4502-81fe-de6e275a1264} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13312 | 2024.11.14 04:57:09.550215 [ 252 ] {b66858a2-be68-4502-81fe-de6e275a1264} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 13313 | 2024.11.14 04:57:09.550587 [ 252 ] {b66858a2-be68-4502-81fe-de6e275a1264} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 13314 | 2024.11.14 04:57:09.550826 [ 252 ] {b66858a2-be68-4502-81fe-de6e275a1264} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13315 | 2024.11.14 04:57:09.551049 [ 252 ] {b66858a2-be68-4502-81fe-de6e275a1264} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001556 sec., 8997.429305912596 rows/sec., 630.12 KiB/sec. | ||
| 13316 | 2024.11.14 04:57:09.551156 [ 252 ] {b66858a2-be68-4502-81fe-de6e275a1264} <Debug> TCPHandler: Processed in 0.001924916 sec. | ||
| 13317 | 2024.11.14 04:57:09.551356 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13318 | 2024.11.14 04:57:09.551491 [ 250 ] {2a92992e-6054-4062-840b-0d5df795bd5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13319 | 2024.11.14 04:57:09.551548 [ 250 ] {2a92992e-6054-4062-840b-0d5df795bd5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13320 | 2024.11.14 04:57:09.552176 [ 250 ] {2a92992e-6054-4062-840b-0d5df795bd5a} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13321 | 2024.11.14 04:57:09.552216 [ 250 ] {2a92992e-6054-4062-840b-0d5df795bd5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 13322 | 2024.11.14 04:57:09.552569 [ 250 ] {2a92992e-6054-4062-840b-0d5df795bd5a} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 13323 | 2024.11.14 04:57:09.552803 [ 250 ] {2a92992e-6054-4062-840b-0d5df795bd5a} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13324 | 2024.11.14 04:57:09.552965 [ 83 ] {} <Debug> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
| 13325 | 2024.11.14 04:57:09.553043 [ 250 ] {2a92992e-6054-4062-840b-0d5df795bd5a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001572 sec., 8269.72010178117 rows/sec., 515.62 KiB/sec. | ||
| 13326 | 2024.11.14 04:57:09.553046 [ 83 ] {} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13327 | 2024.11.14 04:57:09.553134 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 13328 | 2024.11.14 04:57:09.553162 [ 250 ] {2a92992e-6054-4062-840b-0d5df795bd5a} <Debug> TCPHandler: Processed in 0.001909146 sec. | ||
| 13329 | 2024.11.14 04:57:09.553349 [ 209 ] {} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 13330 | 2024.11.14 04:57:09.553442 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13331 | 2024.11.14 04:57:09.553443 [ 209 ] {} <Debug> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 13332 | 2024.11.14 04:57:09.553467 [ 197 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_41_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_37_9 to all_41_41_0 into Compact with storage Full | ||
| 13333 | 2024.11.14 04:57:09.553801 [ 252 ] {11deddbe-8174-44fd-8069-99650d8d545a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13334 | 2024.11.14 04:57:09.554022 [ 197 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13335 | 2024.11.14 04:57:09.554023 [ 252 ] {11deddbe-8174-44fd-8069-99650d8d545a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13336 | 2024.11.14 04:57:09.554107 [ 197 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 13 rows starting from the beginning of the part | ||
| 13337 | 2024.11.14 04:57:09.554604 [ 197 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 13 rows starting from the beginning of the part | ||
| 13338 | 2024.11.14 04:57:09.555220 [ 197 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 13 rows starting from the beginning of the part | ||
| 13339 | 2024.11.14 04:57:09.555757 [ 197 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 13 rows starting from the beginning of the part | ||
| 13340 | 2024.11.14 04:57:09.556199 [ 197 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 13 rows starting from the beginning of the part | ||
| 13341 | 2024.11.14 04:57:09.558645 [ 252 ] {11deddbe-8174-44fd-8069-99650d8d545a} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13342 | 2024.11.14 04:57:09.558795 [ 252 ] {11deddbe-8174-44fd-8069-99650d8d545a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 13343 | 2024.11.14 04:57:09.559680 [ 197 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.006404995 sec., 10148.329545924704 rows/sec., 672.39 KiB/sec. | ||
| 13344 | 2024.11.14 04:57:09.559802 [ 209 ] {} <Debug> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 13345 | 2024.11.14 04:57:09.560034 [ 199 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
| 13346 | 2024.11.14 04:57:09.560256 [ 252 ] {11deddbe-8174-44fd-8069-99650d8d545a} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 13347 | 2024.11.14 04:57:09.560923 [ 199 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_41_10} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13348 | 2024.11.14 04:57:09.561013 [ 252 ] {11deddbe-8174-44fd-8069-99650d8d545a} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13349 | 2024.11.14 04:57:09.561147 [ 199 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_41_10} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
| 13350 | 2024.11.14 04:57:09.561414 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 13351 | 2024.11.14 04:57:09.561474 [ 252 ] {11deddbe-8174-44fd-8069-99650d8d545a} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.007824 sec., 54064.41717791412 rows/sec., 3.86 MiB/sec. | ||
| 13352 | 2024.11.14 04:57:09.561541 [ 252 ] {11deddbe-8174-44fd-8069-99650d8d545a} <Debug> TCPHandler: Processed in 0.008261599 sec. | ||
| 13353 | 2024.11.14 04:57:09.561754 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13354 | 2024.11.14 04:57:09.561930 [ 250 ] {b1419822-937d-4659-8d28-0ecede27a197} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13355 | 2024.11.14 04:57:09.561988 [ 250 ] {b1419822-937d-4659-8d28-0ecede27a197} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13356 | 2024.11.14 04:57:09.562563 [ 250 ] {b1419822-937d-4659-8d28-0ecede27a197} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13357 | 2024.11.14 04:57:09.562611 [ 250 ] {b1419822-937d-4659-8d28-0ecede27a197} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 13358 | 2024.11.14 04:57:09.563007 [ 250 ] {b1419822-937d-4659-8d28-0ecede27a197} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 13359 | 2024.11.14 04:57:09.563243 [ 250 ] {b1419822-937d-4659-8d28-0ecede27a197} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13360 | 2024.11.14 04:57:09.563485 [ 250 ] {b1419822-937d-4659-8d28-0ecede27a197} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001578 sec., 3802.2813688212927 rows/sec., 198.65 KiB/sec. | ||
| 13361 | 2024.11.14 04:57:09.563558 [ 250 ] {b1419822-937d-4659-8d28-0ecede27a197} <Debug> TCPHandler: Processed in 0.001915036 sec. | ||
| 13362 | 2024.11.14 04:57:09.563809 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13363 | 2024.11.14 04:57:09.563952 [ 252 ] {57ac7574-ecff-4e59-b8f0-0370bcaa6c09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13364 | 2024.11.14 04:57:09.564015 [ 252 ] {57ac7574-ecff-4e59-b8f0-0370bcaa6c09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13365 | 2024.11.14 04:57:09.564700 [ 252 ] {57ac7574-ecff-4e59-b8f0-0370bcaa6c09} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13366 | 2024.11.14 04:57:09.564773 [ 252 ] {57ac7574-ecff-4e59-b8f0-0370bcaa6c09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 13367 | 2024.11.14 04:57:09.565171 [ 252 ] {57ac7574-ecff-4e59-b8f0-0370bcaa6c09} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 13368 | 2024.11.14 04:57:09.565417 [ 252 ] {57ac7574-ecff-4e59-b8f0-0370bcaa6c09} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13369 | 2024.11.14 04:57:09.565642 [ 252 ] {57ac7574-ecff-4e59-b8f0-0370bcaa6c09} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001717 sec., 138031.4502038439 rows/sec., 9.25 MiB/sec. | ||
| 13370 | 2024.11.14 04:57:09.565707 [ 252 ] {57ac7574-ecff-4e59-b8f0-0370bcaa6c09} <Debug> TCPHandler: Processed in 0.002033349 sec. | ||
| 13371 | 2024.11.14 04:57:09.565912 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13372 | 2024.11.14 04:57:09.566132 [ 250 ] {8e3817b1-9208-4ce5-9bce-836ed17ced78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13373 | 2024.11.14 04:57:09.566192 [ 250 ] {8e3817b1-9208-4ce5-9bce-836ed17ced78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13374 | 2024.11.14 04:57:09.566777 [ 250 ] {8e3817b1-9208-4ce5-9bce-836ed17ced78} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13375 | 2024.11.14 04:57:09.566824 [ 250 ] {8e3817b1-9208-4ce5-9bce-836ed17ced78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 13376 | 2024.11.14 04:57:09.567180 [ 250 ] {8e3817b1-9208-4ce5-9bce-836ed17ced78} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 13377 | 2024.11.14 04:57:09.567425 [ 250 ] {8e3817b1-9208-4ce5-9bce-836ed17ced78} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13378 | 2024.11.14 04:57:09.567668 [ 250 ] {8e3817b1-9208-4ce5-9bce-836ed17ced78} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001562 sec., 640.2048655569782 rows/sec., 43.14 KiB/sec. | ||
| 13379 | 2024.11.14 04:57:09.567852 [ 250 ] {8e3817b1-9208-4ce5-9bce-836ed17ced78} <Debug> TCPHandler: Processed in 0.002055439 sec. | ||
| 13380 | 2024.11.14 04:57:09.568080 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13381 | 2024.11.14 04:57:09.568218 [ 252 ] {12171c2b-2586-46e7-aa58-7d1f5688aa26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13382 | 2024.11.14 04:57:09.568313 [ 252 ] {12171c2b-2586-46e7-aa58-7d1f5688aa26} <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 | ||
| 13383 | 2024.11.14 04:57:09.569562 [ 252 ] {12171c2b-2586-46e7-aa58-7d1f5688aa26} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13384 | 2024.11.14 04:57:09.569601 [ 252 ] {12171c2b-2586-46e7-aa58-7d1f5688aa26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 13385 | 2024.11.14 04:57:09.570283 [ 252 ] {12171c2b-2586-46e7-aa58-7d1f5688aa26} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 13386 | 2024.11.14 04:57:09.570539 [ 252 ] {12171c2b-2586-46e7-aa58-7d1f5688aa26} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13387 | 2024.11.14 04:57:09.570801 [ 252 ] {12171c2b-2586-46e7-aa58-7d1f5688aa26} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002611 sec., 15702.795863653771 rows/sec., 28.14 MiB/sec. | ||
| 13388 | 2024.11.14 04:57:09.571085 [ 252 ] {12171c2b-2586-46e7-aa58-7d1f5688aa26} <Debug> TCPHandler: Processed in 0.003135621 sec. | ||
| 13389 | 2024.11.14 04:57:09.571253 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13390 | 2024.11.14 04:57:09.571390 [ 250 ] {40b41e78-ec7d-40be-9723-59481f6a2ba8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13391 | 2024.11.14 04:57:09.571448 [ 250 ] {40b41e78-ec7d-40be-9723-59481f6a2ba8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13392 | 2024.11.14 04:57:09.571972 [ 250 ] {40b41e78-ec7d-40be-9723-59481f6a2ba8} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13393 | 2024.11.14 04:57:09.572011 [ 250 ] {40b41e78-ec7d-40be-9723-59481f6a2ba8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 13394 | 2024.11.14 04:57:09.572375 [ 250 ] {40b41e78-ec7d-40be-9723-59481f6a2ba8} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 13395 | 2024.11.14 04:57:09.572616 [ 250 ] {40b41e78-ec7d-40be-9723-59481f6a2ba8} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13396 | 2024.11.14 04:57:09.572816 [ 250 ] {40b41e78-ec7d-40be-9723-59481f6a2ba8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001456 sec., 56318.681318681316 rows/sec., 3.58 MiB/sec. | ||
| 13397 | 2024.11.14 04:57:09.572863 [ 250 ] {40b41e78-ec7d-40be-9723-59481f6a2ba8} <Debug> TCPHandler: Processed in 0.001676578 sec. | ||
| 13398 | 2024.11.14 04:57:09.796013 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:65273, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13399 | 2024.11.14 04:57:09.829127 [ 223 ] {} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 13400 | 2024.11.14 04:57:09.829178 [ 223 ] {} <Debug> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 13401 | 2024.11.14 04:57:09.831378 [ 223 ] {} <Debug> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 13402 | 2024.11.14 04:57:09.998440 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:36414, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13403 | 2024.11.14 04:57:10.368516 [ 220 ] {} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 13404 | 2024.11.14 04:57:10.368573 [ 220 ] {} <Debug> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 13405 | 2024.11.14 04:57:10.370782 [ 220 ] {} <Debug> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 13406 | 2024.11.14 04:57:10.378198 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:47204, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13407 | 2024.11.14 04:57:10.462877 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:35764, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13408 | 2024.11.14 04:57:10.550237 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:61599, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13409 | 2024.11.14 04:57:10.592918 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:34547, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13410 | 2024.11.14 04:57:10.605591 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:41557, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13411 | 2024.11.14 04:57:10.614220 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:62456, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13412 | 2024.11.14 04:57:10.639545 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:55000, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13413 | 2024.11.14 04:57:10.690589 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:63854, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13414 | 2024.11.14 04:57:10.778013 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:52231, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13415 | 2024.11.14 04:57:10.787744 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:56863, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13416 | 2024.11.14 04:57:10.801153 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:62367, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13417 | 2024.11.14 04:57:10.829926 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:48649, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13418 | 2024.11.14 04:57:10.847461 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:46912, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13419 | 2024.11.14 04:57:10.951290 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:51038, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13420 | 2024.11.14 04:57:11.385482 [ 73 ] {} <Debug> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 13421 | 2024.11.14 04:57:11.385543 [ 73 ] {} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13422 | 2024.11.14 04:57:11.385566 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 13423 | 2024.11.14 04:57:11.385693 [ 224 ] {} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 13424 | 2024.11.14 04:57:11.385776 [ 224 ] {} <Debug> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 13425 | 2024.11.14 04:57:11.385842 [ 199 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::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 | ||
| 13426 | 2024.11.14 04:57:11.386173 [ 199 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13427 | 2024.11.14 04:57:11.386217 [ 199 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 18 rows starting from the beginning of the part | ||
| 13428 | 2024.11.14 04:57:11.386420 [ 199 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 4 rows starting from the beginning of the part | ||
| 13429 | 2024.11.14 04:57:11.386811 [ 199 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 4 rows starting from the beginning of the part | ||
| 13430 | 2024.11.14 04:57:11.387133 [ 199 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 10 rows starting from the beginning of the part | ||
| 13431 | 2024.11.14 04:57:11.387613 [ 199 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 4 rows starting from the beginning of the part | ||
| 13432 | 2024.11.14 04:57:11.389713 [ 199 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 5 columns (5 merged, 0 gathered) in 0.004046477 sec., 9885.142063083518 rows/sec., 844.68 KiB/sec. | ||
| 13433 | 2024.11.14 04:57:11.389903 [ 196 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 13434 | 2024.11.14 04:57:11.390074 [ 224 ] {} <Debug> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 13435 | 2024.11.14 04:57:11.390344 [ 196 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_29_7} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13436 | 2024.11.14 04:57:11.390446 [ 196 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_29_7} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 13437 | 2024.11.14 04:57:11.390547 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 13438 | 2024.11.14 04:57:11.462213 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:50414, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13439 | 2024.11.14 04:57:11.884126 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:40055, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13440 | 2024.11.14 04:57:12.016108 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:39264, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13441 | 2024.11.14 04:57:12.113539 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:63842, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13442 | 2024.11.14 04:57:12.235335 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:40253, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13443 | 2024.11.14 04:57:12.332315 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:53338, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13444 | 2024.11.14 04:57:12.335686 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:60546, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13445 | 2024.11.14 04:57:12.360100 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:54692, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13446 | 2024.11.14 04:57:14.528369 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13447 | 2024.11.14 04:57:14.528695 [ 250 ] {5a6db8ed-90c5-4115-b4fb-ecf1b663b322} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 13448 | 2024.11.14 04:57:14.528810 [ 250 ] {5a6db8ed-90c5-4115-b4fb-ecf1b663b322} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13449 | 2024.11.14 04:57:14.529616 [ 250 ] {5a6db8ed-90c5-4115-b4fb-ecf1b663b322} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13450 | 2024.11.14 04:57:14.529664 [ 250 ] {5a6db8ed-90c5-4115-b4fb-ecf1b663b322} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 13451 | 2024.11.14 04:57:14.530083 [ 250 ] {5a6db8ed-90c5-4115-b4fb-ecf1b663b322} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 13452 | 2024.11.14 04:57:14.530335 [ 250 ] {5a6db8ed-90c5-4115-b4fb-ecf1b663b322} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13453 | 2024.11.14 04:57:14.530582 [ 250 ] {5a6db8ed-90c5-4115-b4fb-ecf1b663b322} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001962 sec., 2038.7359836901119 rows/sec., 166.24 KiB/sec. | ||
| 13454 | 2024.11.14 04:57:14.530669 [ 250 ] {5a6db8ed-90c5-4115-b4fb-ecf1b663b322} <Debug> TCPHandler: Processed in 0.002484152 sec. | ||
| 13455 | 2024.11.14 04:57:14.530992 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13456 | 2024.11.14 04:57:14.531203 [ 252 ] {bdd50931-0a1c-426b-b83b-e74791f45a35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13457 | 2024.11.14 04:57:14.531285 [ 252 ] {bdd50931-0a1c-426b-b83b-e74791f45a35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13458 | 2024.11.14 04:57:14.532132 [ 252 ] {bdd50931-0a1c-426b-b83b-e74791f45a35} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13459 | 2024.11.14 04:57:14.532180 [ 252 ] {bdd50931-0a1c-426b-b83b-e74791f45a35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 13460 | 2024.11.14 04:57:14.532603 [ 252 ] {bdd50931-0a1c-426b-b83b-e74791f45a35} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 13461 | 2024.11.14 04:57:14.532847 [ 252 ] {bdd50931-0a1c-426b-b83b-e74791f45a35} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13462 | 2024.11.14 04:57:14.533096 [ 252 ] {bdd50931-0a1c-426b-b83b-e74791f45a35} <Debug> executeQuery: Read 58 rows, 4.52 KiB in 0.001946 sec., 29804.727646454267 rows/sec., 2.27 MiB/sec. | ||
| 13463 | 2024.11.14 04:57:14.533155 [ 252 ] {bdd50931-0a1c-426b-b83b-e74791f45a35} <Debug> TCPHandler: Processed in 0.002334478 sec. | ||
| 13464 | 2024.11.14 04:57:14.533375 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13465 | 2024.11.14 04:57:14.533559 [ 250 ] {fadea196-b688-4823-87cc-86186073f737} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13466 | 2024.11.14 04:57:14.533617 [ 250 ] {fadea196-b688-4823-87cc-86186073f737} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13467 | 2024.11.14 04:57:14.534248 [ 250 ] {fadea196-b688-4823-87cc-86186073f737} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13468 | 2024.11.14 04:57:14.534287 [ 250 ] {fadea196-b688-4823-87cc-86186073f737} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 13469 | 2024.11.14 04:57:14.534630 [ 250 ] {fadea196-b688-4823-87cc-86186073f737} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 13470 | 2024.11.14 04:57:14.534876 [ 250 ] {fadea196-b688-4823-87cc-86186073f737} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13471 | 2024.11.14 04:57:14.535131 [ 250 ] {fadea196-b688-4823-87cc-86186073f737} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001592 sec., 2512.5628140703516 rows/sec., 175.44 KiB/sec. | ||
| 13472 | 2024.11.14 04:57:14.535192 [ 250 ] {fadea196-b688-4823-87cc-86186073f737} <Debug> TCPHandler: Processed in 0.001937906 sec. | ||
| 13473 | 2024.11.14 04:57:14.535414 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13474 | 2024.11.14 04:57:14.535579 [ 252 ] {f47ac191-be2f-4c93-a7b1-32db17efc2d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13475 | 2024.11.14 04:57:14.535630 [ 252 ] {f47ac191-be2f-4c93-a7b1-32db17efc2d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13476 | 2024.11.14 04:57:14.536263 [ 252 ] {f47ac191-be2f-4c93-a7b1-32db17efc2d7} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13477 | 2024.11.14 04:57:14.536303 [ 252 ] {f47ac191-be2f-4c93-a7b1-32db17efc2d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 13478 | 2024.11.14 04:57:14.536672 [ 252 ] {f47ac191-be2f-4c93-a7b1-32db17efc2d7} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 13479 | 2024.11.14 04:57:14.536921 [ 252 ] {f47ac191-be2f-4c93-a7b1-32db17efc2d7} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13480 | 2024.11.14 04:57:14.537143 [ 252 ] {f47ac191-be2f-4c93-a7b1-32db17efc2d7} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001587 sec., 42848.14114681789 rows/sec., 3.35 MiB/sec. | ||
| 13481 | 2024.11.14 04:57:14.537227 [ 252 ] {f47ac191-be2f-4c93-a7b1-32db17efc2d7} <Debug> TCPHandler: Processed in 0.001940827 sec. | ||
| 13482 | 2024.11.14 04:57:14.537448 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13483 | 2024.11.14 04:57:14.537766 [ 250 ] {96372fa7-cce0-4779-9cb4-a726ecc8654e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13484 | 2024.11.14 04:57:14.537851 [ 250 ] {96372fa7-cce0-4779-9cb4-a726ecc8654e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13485 | 2024.11.14 04:57:14.538425 [ 250 ] {96372fa7-cce0-4779-9cb4-a726ecc8654e} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13486 | 2024.11.14 04:57:14.538464 [ 250 ] {96372fa7-cce0-4779-9cb4-a726ecc8654e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 13487 | 2024.11.14 04:57:14.538854 [ 250 ] {96372fa7-cce0-4779-9cb4-a726ecc8654e} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 13488 | 2024.11.14 04:57:14.539101 [ 250 ] {96372fa7-cce0-4779-9cb4-a726ecc8654e} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13489 | 2024.11.14 04:57:14.539314 [ 250 ] {96372fa7-cce0-4779-9cb4-a726ecc8654e} <Debug> executeQuery: Read 130 rows, 9.27 KiB in 0.001649 sec., 78835.65797453001 rows/sec., 5.49 MiB/sec. | ||
| 13490 | 2024.11.14 04:57:14.539364 [ 250 ] {96372fa7-cce0-4779-9cb4-a726ecc8654e} <Debug> TCPHandler: Processed in 0.002023728 sec. | ||
| 13491 | 2024.11.14 04:57:14.539533 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13492 | 2024.11.14 04:57:14.539674 [ 252 ] {9679a53b-81a1-444a-a0a7-e4540c0865b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13493 | 2024.11.14 04:57:14.539735 [ 252 ] {9679a53b-81a1-444a-a0a7-e4540c0865b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13494 | 2024.11.14 04:57:14.540277 [ 252 ] {9679a53b-81a1-444a-a0a7-e4540c0865b5} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13495 | 2024.11.14 04:57:14.540316 [ 252 ] {9679a53b-81a1-444a-a0a7-e4540c0865b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 13496 | 2024.11.14 04:57:14.540692 [ 252 ] {9679a53b-81a1-444a-a0a7-e4540c0865b5} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 13497 | 2024.11.14 04:57:14.540935 [ 252 ] {9679a53b-81a1-444a-a0a7-e4540c0865b5} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13498 | 2024.11.14 04:57:14.541143 [ 252 ] {9679a53b-81a1-444a-a0a7-e4540c0865b5} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001501 sec., 31978.680879413725 rows/sec., 2.16 MiB/sec. | ||
| 13499 | 2024.11.14 04:57:14.541193 [ 252 ] {9679a53b-81a1-444a-a0a7-e4540c0865b5} <Debug> TCPHandler: Processed in 0.00172798 sec. | ||
| 13500 | 2024.11.14 04:57:18.786126 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1910 | ||
| 13501 | 2024.11.14 04:57:18.789205 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13502 | 2024.11.14 04:57:18.789259 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 13503 | 2024.11.14 04:57:18.790768 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 13504 | 2024.11.14 04:57:18.791083 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13505 | 2024.11.14 04:57:18.791304 [ 107 ] {} <Debug> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 13506 | 2024.11.14 04:57:18.791435 [ 107 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13507 | 2024.11.14 04:57:18.791504 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 13508 | 2024.11.14 04:57:18.792246 [ 196 ] {517a6315-c66d-488d-99aa-0fdeb396e457::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 | ||
| 13509 | 2024.11.14 04:57:18.794202 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1910 | ||
| 13510 | 2024.11.14 04:57:18.794628 [ 196 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13511 | 2024.11.14 04:57:18.794816 [ 196 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1776 rows starting from the beginning of the part | ||
| 13512 | 2024.11.14 04:57:18.795489 [ 196 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 20 rows starting from the beginning of the part | ||
| 13513 | 2024.11.14 04:57:18.796084 [ 196 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 30 rows starting from the beginning of the part | ||
| 13514 | 2024.11.14 04:57:18.796683 [ 196 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 30 rows starting from the beginning of the part | ||
| 13515 | 2024.11.14 04:57:18.797348 [ 196 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 20 rows starting from the beginning of the part | ||
| 13516 | 2024.11.14 04:57:18.798021 [ 196 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 34 rows starting from the beginning of the part | ||
| 13517 | 2024.11.14 04:57:18.806431 [ 191 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1910 rows, containing 72 columns (72 merged, 0 gathered) in 0.014757787 sec., 129423.19874924337 rows/sec., 98.46 MiB/sec. | ||
| 13518 | 2024.11.14 04:57:18.808325 [ 190 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 13519 | 2024.11.14 04:57:18.809143 [ 190 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_66_13} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13520 | 2024.11.14 04:57:18.809223 [ 190 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_66_13} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 13521 | 2024.11.14 04:57:18.809531 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.01 MiB. | ||
| 13522 | 2024.11.14 04:57:19.529568 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13523 | 2024.11.14 04:57:19.529798 [ 250 ] {ba342b11-6601-49dd-80d3-1d2e7eef0652} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13524 | 2024.11.14 04:57:19.529881 [ 250 ] {ba342b11-6601-49dd-80d3-1d2e7eef0652} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13525 | 2024.11.14 04:57:19.530689 [ 250 ] {ba342b11-6601-49dd-80d3-1d2e7eef0652} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13526 | 2024.11.14 04:57:19.530743 [ 250 ] {ba342b11-6601-49dd-80d3-1d2e7eef0652} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 13527 | 2024.11.14 04:57:19.531194 [ 250 ] {ba342b11-6601-49dd-80d3-1d2e7eef0652} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 13528 | 2024.11.14 04:57:19.531459 [ 250 ] {ba342b11-6601-49dd-80d3-1d2e7eef0652} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13529 | 2024.11.14 04:57:19.531677 [ 250 ] {ba342b11-6601-49dd-80d3-1d2e7eef0652} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001941 sec., 28851.107676455435 rows/sec., 2.20 MiB/sec. | ||
| 13530 | 2024.11.14 04:57:19.531781 [ 250 ] {ba342b11-6601-49dd-80d3-1d2e7eef0652} <Debug> TCPHandler: Processed in 0.002359058 sec. | ||
| 13531 | 2024.11.14 04:57:19.532091 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13532 | 2024.11.14 04:57:19.532284 [ 252 ] {9c79611d-a57b-45e6-a5f7-969f72e56828} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13533 | 2024.11.14 04:57:19.532359 [ 252 ] {9c79611d-a57b-45e6-a5f7-969f72e56828} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13534 | 2024.11.14 04:57:19.533138 [ 252 ] {9c79611d-a57b-45e6-a5f7-969f72e56828} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13535 | 2024.11.14 04:57:19.533190 [ 252 ] {9c79611d-a57b-45e6-a5f7-969f72e56828} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 13536 | 2024.11.14 04:57:19.533654 [ 252 ] {9c79611d-a57b-45e6-a5f7-969f72e56828} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 13537 | 2024.11.14 04:57:19.533917 [ 252 ] {9c79611d-a57b-45e6-a5f7-969f72e56828} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13538 | 2024.11.14 04:57:19.534190 [ 252 ] {9c79611d-a57b-45e6-a5f7-969f72e56828} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001951 sec., 32803.6904151717 rows/sec., 2.56 MiB/sec. | ||
| 13539 | 2024.11.14 04:57:19.534304 [ 252 ] {9c79611d-a57b-45e6-a5f7-969f72e56828} <Debug> TCPHandler: Processed in 0.002377579 sec. | ||
| 13540 | 2024.11.14 04:57:19.534531 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13541 | 2024.11.14 04:57:19.534747 [ 250 ] {2546c588-4ad2-43e3-9a6f-0b7412d74ec7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13542 | 2024.11.14 04:57:19.534809 [ 250 ] {2546c588-4ad2-43e3-9a6f-0b7412d74ec7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13543 | 2024.11.14 04:57:19.535447 [ 250 ] {2546c588-4ad2-43e3-9a6f-0b7412d74ec7} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13544 | 2024.11.14 04:57:19.535489 [ 250 ] {2546c588-4ad2-43e3-9a6f-0b7412d74ec7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 13545 | 2024.11.14 04:57:19.535923 [ 250 ] {2546c588-4ad2-43e3-9a6f-0b7412d74ec7} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 13546 | 2024.11.14 04:57:19.536179 [ 250 ] {2546c588-4ad2-43e3-9a6f-0b7412d74ec7} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13547 | 2024.11.14 04:57:19.536369 [ 105 ] {} <Debug> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 13548 | 2024.11.14 04:57:19.536391 [ 250 ] {2546c588-4ad2-43e3-9a6f-0b7412d74ec7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001686 sec., 94899.16963226572 rows/sec., 6.61 MiB/sec. | ||
| 13549 | 2024.11.14 04:57:19.536448 [ 105 ] {} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13550 | 2024.11.14 04:57:19.536514 [ 250 ] {2546c588-4ad2-43e3-9a6f-0b7412d74ec7} <Debug> TCPHandler: Processed in 0.002103921 sec. | ||
| 13551 | 2024.11.14 04:57:19.536520 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 13552 | 2024.11.14 04:57:19.536748 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13553 | 2024.11.14 04:57:19.536755 [ 200 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
| 13554 | 2024.11.14 04:57:19.537049 [ 252 ] {27e6a8db-1942-4d1d-bb2a-68b84f1c7f43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13555 | 2024.11.14 04:57:19.537153 [ 200 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13556 | 2024.11.14 04:57:19.537175 [ 252 ] {27e6a8db-1942-4d1d-bb2a-68b84f1c7f43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13557 | 2024.11.14 04:57:19.537261 [ 200 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_121_24, total 24127 rows starting from the beginning of the part | ||
| 13558 | 2024.11.14 04:57:19.537922 [ 200 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 130 rows starting from the beginning of the part | ||
| 13559 | 2024.11.14 04:57:19.538655 [ 200 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 160 rows starting from the beginning of the part | ||
| 13560 | 2024.11.14 04:57:19.539213 [ 200 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 237 rows starting from the beginning of the part | ||
| 13561 | 2024.11.14 04:57:19.539386 [ 200 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 130 rows starting from the beginning of the part | ||
| 13562 | 2024.11.14 04:57:19.539637 [ 200 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 160 rows starting from the beginning of the part | ||
| 13563 | 2024.11.14 04:57:19.540317 [ 252 ] {27e6a8db-1942-4d1d-bb2a-68b84f1c7f43} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13564 | 2024.11.14 04:57:19.540367 [ 252 ] {27e6a8db-1942-4d1d-bb2a-68b84f1c7f43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 13565 | 2024.11.14 04:57:19.540882 [ 252 ] {27e6a8db-1942-4d1d-bb2a-68b84f1c7f43} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 13566 | 2024.11.14 04:57:19.541154 [ 252 ] {27e6a8db-1942-4d1d-bb2a-68b84f1c7f43} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13567 | 2024.11.14 04:57:19.541385 [ 105 ] {} <Debug> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 13568 | 2024.11.14 04:57:19.541490 [ 105 ] {} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13569 | 2024.11.14 04:57:19.541551 [ 252 ] {27e6a8db-1942-4d1d-bb2a-68b84f1c7f43} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004594 sec., 13060.5137135394 rows/sec., 901.31 KiB/sec. | ||
| 13570 | 2024.11.14 04:57:19.541563 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 13571 | 2024.11.14 04:57:19.541884 [ 252 ] {27e6a8db-1942-4d1d-bb2a-68b84f1c7f43} <Debug> TCPHandler: Processed in 0.005232472 sec. | ||
| 13572 | 2024.11.14 04:57:19.542218 [ 190 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
| 13573 | 2024.11.14 04:57:19.542568 [ 190 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13574 | 2024.11.14 04:57:19.542652 [ 190 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 7302 rows starting from the beginning of the part | ||
| 13575 | 2024.11.14 04:57:19.542890 [ 190 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 48 rows starting from the beginning of the part | ||
| 13576 | 2024.11.14 04:57:19.543095 [ 190 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 60 rows starting from the beginning of the part | ||
| 13577 | 2024.11.14 04:57:19.543238 [ 190 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 82 rows starting from the beginning of the part | ||
| 13578 | 2024.11.14 04:57:19.543418 [ 190 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 48 rows starting from the beginning of the part | ||
| 13579 | 2024.11.14 04:57:19.543773 [ 190 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 60 rows starting from the beginning of the part | ||
| 13580 | 2024.11.14 04:57:19.546559 [ 191 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7600 rows, containing 4 columns (4 merged, 0 gathered) in 0.00482117 sec., 1576380.8370167408 rows/sec., 103.42 MiB/sec. | ||
| 13581 | 2024.11.14 04:57:19.547184 [ 191 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 13582 | 2024.11.14 04:57:19.547544 [ 198 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24944 rows, containing 5 columns (5 merged, 0 gathered) in 0.010903425 sec., 2287721.5186971067 rows/sec., 155.96 MiB/sec. | ||
| 13583 | 2024.11.14 04:57:19.547832 [ 191 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_126_25} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13584 | 2024.11.14 04:57:19.547945 [ 191 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_126_25} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 13585 | 2024.11.14 04:57:19.547987 [ 198 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 13586 | 2024.11.14 04:57:19.548127 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.26 MiB. | ||
| 13587 | 2024.11.14 04:57:19.548423 [ 198 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_126_25} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13588 | 2024.11.14 04:57:19.548511 [ 198 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_126_25} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 13589 | 2024.11.14 04:57:19.548602 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.24 MiB. | ||
| 13590 | 2024.11.14 04:57:21.212939 [ 103 ] {} <Debug> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
| 13591 | 2024.11.14 04:57:21.213040 [ 103 ] {} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13592 | 2024.11.14 04:57:21.213082 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 13593 | 2024.11.14 04:57:21.213333 [ 225 ] {} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 13594 | 2024.11.14 04:57:21.213422 [ 200 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_41_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_37_9 to all_41_41_0 into Compact with storage Full | ||
| 13595 | 2024.11.14 04:57:21.213450 [ 225 ] {} <Debug> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 13596 | 2024.11.14 04:57:21.213855 [ 200 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13597 | 2024.11.14 04:57:21.213921 [ 200 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 37 rows starting from the beginning of the part | ||
| 13598 | 2024.11.14 04:57:21.214236 [ 200 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1 rows starting from the beginning of the part | ||
| 13599 | 2024.11.14 04:57:21.214565 [ 200 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1 rows starting from the beginning of the part | ||
| 13600 | 2024.11.14 04:57:21.214870 [ 200 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 1 rows starting from the beginning of the part | ||
| 13601 | 2024.11.14 04:57:21.215064 [ 200 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1 rows starting from the beginning of the part | ||
| 13602 | 2024.11.14 04:57:21.217178 [ 195 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41 rows, containing 4 columns (4 merged, 0 gathered) in 0.003973455 sec., 10318.475986263844 rows/sec., 695.29 KiB/sec. | ||
| 13603 | 2024.11.14 04:57:21.217215 [ 225 ] {} <Debug> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 13604 | 2024.11.14 04:57:21.217458 [ 195 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
| 13605 | 2024.11.14 04:57:21.218014 [ 195 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_41_10} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13606 | 2024.11.14 04:57:21.218101 [ 195 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_41_10} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
| 13607 | 2024.11.14 04:57:21.218196 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 13608 | 2024.11.14 04:57:22.584326 [ 101 ] {} <Debug> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
| 13609 | 2024.11.14 04:57:22.584388 [ 101 ] {} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13610 | 2024.11.14 04:57:22.584410 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 13611 | 2024.11.14 04:57:22.584531 [ 209 ] {} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 13612 | 2024.11.14 04:57:22.584591 [ 209 ] {} <Debug> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 13613 | 2024.11.14 04:57:22.584665 [ 186 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_41_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_37_9 to all_41_41_0 into Compact with storage Full | ||
| 13614 | 2024.11.14 04:57:22.584933 [ 186 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13615 | 2024.11.14 04:57:22.584998 [ 186 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 222 rows starting from the beginning of the part | ||
| 13616 | 2024.11.14 04:57:22.585232 [ 186 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 6 rows starting from the beginning of the part | ||
| 13617 | 2024.11.14 04:57:22.585537 [ 186 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 6 rows starting from the beginning of the part | ||
| 13618 | 2024.11.14 04:57:22.585782 [ 186 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 6 rows starting from the beginning of the part | ||
| 13619 | 2024.11.14 04:57:22.586025 [ 186 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 6 rows starting from the beginning of the part | ||
| 13620 | 2024.11.14 04:57:22.588313 [ 186 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 246 rows, containing 4 columns (4 merged, 0 gathered) in 0.003813471 sec., 64508.16067566791 rows/sec., 3.29 MiB/sec. | ||
| 13621 | 2024.11.14 04:57:22.588532 [ 195 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
| 13622 | 2024.11.14 04:57:22.588649 [ 209 ] {} <Debug> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 13623 | 2024.11.14 04:57:22.589155 [ 195 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_41_10} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13624 | 2024.11.14 04:57:22.589257 [ 195 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_41_10} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
| 13625 | 2024.11.14 04:57:22.589361 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 13626 | 2024.11.14 04:57:23.296911 [ 101 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13627 | 2024.11.14 04:57:23.296966 [ 101 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13628 | 2024.11.14 04:57:24.226322 [ 219 ] {} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 13629 | 2024.11.14 04:57:24.226425 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 13630 | 2024.11.14 04:57:24.228564 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 13631 | 2024.11.14 04:57:24.536315 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13632 | 2024.11.14 04:57:24.536533 [ 250 ] {187de382-8306-48e6-8d5c-a53a58beac69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13633 | 2024.11.14 04:57:24.536615 [ 250 ] {187de382-8306-48e6-8d5c-a53a58beac69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13634 | 2024.11.14 04:57:24.537424 [ 250 ] {187de382-8306-48e6-8d5c-a53a58beac69} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13635 | 2024.11.14 04:57:24.537475 [ 250 ] {187de382-8306-48e6-8d5c-a53a58beac69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 13636 | 2024.11.14 04:57:24.537896 [ 250 ] {187de382-8306-48e6-8d5c-a53a58beac69} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 13637 | 2024.11.14 04:57:24.538156 [ 250 ] {187de382-8306-48e6-8d5c-a53a58beac69} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13638 | 2024.11.14 04:57:24.538411 [ 250 ] {187de382-8306-48e6-8d5c-a53a58beac69} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001928 sec., 7261.410788381742 rows/sec., 522.72 KiB/sec. | ||
| 13639 | 2024.11.14 04:57:24.538501 [ 250 ] {187de382-8306-48e6-8d5c-a53a58beac69} <Debug> TCPHandler: Processed in 0.002321387 sec. | ||
| 13640 | 2024.11.14 04:57:24.538799 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13641 | 2024.11.14 04:57:24.539006 [ 252 ] {8778204d-f67f-4cd3-bfa8-d21dc53da874} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13642 | 2024.11.14 04:57:24.539084 [ 252 ] {8778204d-f67f-4cd3-bfa8-d21dc53da874} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13643 | 2024.11.14 04:57:24.539937 [ 252 ] {8778204d-f67f-4cd3-bfa8-d21dc53da874} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13644 | 2024.11.14 04:57:24.539979 [ 252 ] {8778204d-f67f-4cd3-bfa8-d21dc53da874} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 13645 | 2024.11.14 04:57:24.540430 [ 252 ] {8778204d-f67f-4cd3-bfa8-d21dc53da874} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 13646 | 2024.11.14 04:57:24.540681 [ 252 ] {8778204d-f67f-4cd3-bfa8-d21dc53da874} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13647 | 2024.11.14 04:57:24.540881 [ 252 ] {8778204d-f67f-4cd3-bfa8-d21dc53da874} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.001932 sec., 147515.52795031056 rows/sec., 13.01 MiB/sec. | ||
| 13648 | 2024.11.14 04:57:24.540943 [ 252 ] {8778204d-f67f-4cd3-bfa8-d21dc53da874} <Debug> TCPHandler: Processed in 0.002312817 sec. | ||
| 13649 | 2024.11.14 04:57:24.541090 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13650 | 2024.11.14 04:57:24.541230 [ 250 ] {16cd93c7-06a5-471d-93c2-c298dd4b0f54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13651 | 2024.11.14 04:57:24.541289 [ 250 ] {16cd93c7-06a5-471d-93c2-c298dd4b0f54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13652 | 2024.11.14 04:57:24.541990 [ 250 ] {16cd93c7-06a5-471d-93c2-c298dd4b0f54} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13653 | 2024.11.14 04:57:24.542038 [ 250 ] {16cd93c7-06a5-471d-93c2-c298dd4b0f54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 13654 | 2024.11.14 04:57:24.542436 [ 250 ] {16cd93c7-06a5-471d-93c2-c298dd4b0f54} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 13655 | 2024.11.14 04:57:24.542675 [ 250 ] {16cd93c7-06a5-471d-93c2-c298dd4b0f54} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13656 | 2024.11.14 04:57:24.542832 [ 100 ] {} <Debug> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78) (MergerMutator): Selected 6 parts from all_1_71_15 to all_76_76_0 | ||
| 13657 | 2024.11.14 04:57:24.542906 [ 250 ] {16cd93c7-06a5-471d-93c2-c298dd4b0f54} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001702 sec., 28202.115158636898 rows/sec., 2.03 MiB/sec. | ||
| 13658 | 2024.11.14 04:57:24.542909 [ 100 ] {} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13659 | 2024.11.14 04:57:24.543008 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 13660 | 2024.11.14 04:57:24.543032 [ 250 ] {16cd93c7-06a5-471d-93c2-c298dd4b0f54} <Debug> TCPHandler: Processed in 0.002008208 sec. | ||
| 13661 | 2024.11.14 04:57:24.543323 [ 221 ] {} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Found 6 old parts to remove. Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] | ||
| 13662 | 2024.11.14 04:57:24.543355 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13663 | 2024.11.14 04:57:24.543388 [ 221 ] {} <Debug> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Removing 6 parts from filesystem (serially): Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] | ||
| 13664 | 2024.11.14 04:57:24.543355 [ 194 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_76_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_15 to all_76_76_0 into Compact with storage Full | ||
| 13665 | 2024.11.14 04:57:24.543696 [ 252 ] {06330e80-78dc-47fc-a2db-575787edd40f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13666 | 2024.11.14 04:57:24.543864 [ 194 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_76_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13667 | 2024.11.14 04:57:24.543918 [ 252 ] {06330e80-78dc-47fc-a2db-575787edd40f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13668 | 2024.11.14 04:57:24.543940 [ 194 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_76_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_15, total 66 rows starting from the beginning of the part | ||
| 13669 | 2024.11.14 04:57:24.544325 [ 194 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_76_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 48 rows starting from the beginning of the part | ||
| 13670 | 2024.11.14 04:57:24.544699 [ 194 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_76_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 4 rows starting from the beginning of the part | ||
| 13671 | 2024.11.14 04:57:24.545141 [ 194 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_76_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 48 rows starting from the beginning of the part | ||
| 13672 | 2024.11.14 04:57:24.545578 [ 194 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_76_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 4 rows starting from the beginning of the part | ||
| 13673 | 2024.11.14 04:57:24.545982 [ 194 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_76_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 48 rows starting from the beginning of the part | ||
| 13674 | 2024.11.14 04:57:24.547523 [ 252 ] {06330e80-78dc-47fc-a2db-575787edd40f} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13675 | 2024.11.14 04:57:24.547639 [ 252 ] {06330e80-78dc-47fc-a2db-575787edd40f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 13676 | 2024.11.14 04:57:24.549361 [ 252 ] {06330e80-78dc-47fc-a2db-575787edd40f} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 13677 | 2024.11.14 04:57:24.550242 [ 252 ] {06330e80-78dc-47fc-a2db-575787edd40f} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13678 | 2024.11.14 04:57:24.550485 [ 194 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_76_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 218 rows, containing 5 columns (5 merged, 0 gathered) in 0.007357553 sec., 29629.416193128338 rows/sec., 2.23 MiB/sec. | ||
| 13679 | 2024.11.14 04:57:24.551094 [ 197 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_76_16} <Trace> MergedBlockOutputStream: filled checksums all_1_76_16 (state Temporary) | ||
| 13680 | 2024.11.14 04:57:24.551171 [ 252 ] {06330e80-78dc-47fc-a2db-575787edd40f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.007592 sec., 1844.0463645943098 rows/sec., 129.14 KiB/sec. | ||
| 13681 | 2024.11.14 04:57:24.551724 [ 252 ] {06330e80-78dc-47fc-a2db-575787edd40f} <Debug> TCPHandler: Processed in 0.008536927 sec. | ||
| 13682 | 2024.11.14 04:57:24.552049 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13683 | 2024.11.14 04:57:24.552469 [ 197 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_76_16} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_merge_all_1_76_16 to all_1_76_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13684 | 2024.11.14 04:57:24.552495 [ 250 ] {da59a2ee-e7e0-4b3f-9a31-99c03c1b2311} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13685 | 2024.11.14 04:57:24.552634 [ 250 ] {da59a2ee-e7e0-4b3f-9a31-99c03c1b2311} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13686 | 2024.11.14 04:57:24.552726 [ 197 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_76_16} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78) (MergerMutator): Merged 6 parts: [all_1_71_15, all_76_76_0] -> all_1_76_16 | ||
| 13687 | 2024.11.14 04:57:24.553024 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 13688 | 2024.11.14 04:57:24.553133 [ 221 ] {} <Debug> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Removing 6 parts from memory: Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] | ||
| 13689 | 2024.11.14 04:57:24.554576 [ 250 ] {da59a2ee-e7e0-4b3f-9a31-99c03c1b2311} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13690 | 2024.11.14 04:57:24.554620 [ 250 ] {da59a2ee-e7e0-4b3f-9a31-99c03c1b2311} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 13691 | 2024.11.14 04:57:24.554981 [ 250 ] {da59a2ee-e7e0-4b3f-9a31-99c03c1b2311} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 13692 | 2024.11.14 04:57:24.555222 [ 250 ] {da59a2ee-e7e0-4b3f-9a31-99c03c1b2311} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13693 | 2024.11.14 04:57:24.555427 [ 250 ] {da59a2ee-e7e0-4b3f-9a31-99c03c1b2311} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00303 sec., 4290.42904290429 rows/sec., 267.51 KiB/sec. | ||
| 13694 | 2024.11.14 04:57:24.555482 [ 250 ] {da59a2ee-e7e0-4b3f-9a31-99c03c1b2311} <Debug> TCPHandler: Processed in 0.003617505 sec. | ||
| 13695 | 2024.11.14 04:57:24.555631 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13696 | 2024.11.14 04:57:24.555779 [ 252 ] {08db5736-4aa4-488a-bc00-cc25927dc8b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13697 | 2024.11.14 04:57:24.555839 [ 252 ] {08db5736-4aa4-488a-bc00-cc25927dc8b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13698 | 2024.11.14 04:57:24.556637 [ 252 ] {08db5736-4aa4-488a-bc00-cc25927dc8b8} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13699 | 2024.11.14 04:57:24.556675 [ 252 ] {08db5736-4aa4-488a-bc00-cc25927dc8b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 13700 | 2024.11.14 04:57:24.557061 [ 252 ] {08db5736-4aa4-488a-bc00-cc25927dc8b8} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 13701 | 2024.11.14 04:57:24.557301 [ 252 ] {08db5736-4aa4-488a-bc00-cc25927dc8b8} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13702 | 2024.11.14 04:57:24.557481 [ 252 ] {08db5736-4aa4-488a-bc00-cc25927dc8b8} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001739 sec., 243243.24324324323 rows/sec., 17.39 MiB/sec. | ||
| 13703 | 2024.11.14 04:57:24.557533 [ 252 ] {08db5736-4aa4-488a-bc00-cc25927dc8b8} <Debug> TCPHandler: Processed in 0.001975517 sec. | ||
| 13704 | 2024.11.14 04:57:24.557685 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13705 | 2024.11.14 04:57:24.557827 [ 250 ] {8567aeb3-6bcd-4a35-bcc7-38f3b9bc55d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13706 | 2024.11.14 04:57:24.557886 [ 250 ] {8567aeb3-6bcd-4a35-bcc7-38f3b9bc55d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13707 | 2024.11.14 04:57:24.558464 [ 250 ] {8567aeb3-6bcd-4a35-bcc7-38f3b9bc55d6} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13708 | 2024.11.14 04:57:24.558503 [ 250 ] {8567aeb3-6bcd-4a35-bcc7-38f3b9bc55d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 13709 | 2024.11.14 04:57:24.558870 [ 250 ] {8567aeb3-6bcd-4a35-bcc7-38f3b9bc55d6} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 13710 | 2024.11.14 04:57:24.559109 [ 250 ] {8567aeb3-6bcd-4a35-bcc7-38f3b9bc55d6} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13711 | 2024.11.14 04:57:24.559320 [ 250 ] {8567aeb3-6bcd-4a35-bcc7-38f3b9bc55d6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001524 sec., 3937.0078740157483 rows/sec., 205.69 KiB/sec. | ||
| 13712 | 2024.11.14 04:57:24.559376 [ 250 ] {8567aeb3-6bcd-4a35-bcc7-38f3b9bc55d6} <Debug> TCPHandler: Processed in 0.001760741 sec. | ||
| 13713 | 2024.11.14 04:57:24.559551 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13714 | 2024.11.14 04:57:24.559692 [ 252 ] {5c0bab24-6598-4239-b252-bf90be867315} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13715 | 2024.11.14 04:57:24.559753 [ 252 ] {5c0bab24-6598-4239-b252-bf90be867315} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13716 | 2024.11.14 04:57:24.560412 [ 252 ] {5c0bab24-6598-4239-b252-bf90be867315} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13717 | 2024.11.14 04:57:24.560452 [ 252 ] {5c0bab24-6598-4239-b252-bf90be867315} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 13718 | 2024.11.14 04:57:24.560842 [ 252 ] {5c0bab24-6598-4239-b252-bf90be867315} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 13719 | 2024.11.14 04:57:24.561083 [ 252 ] {5c0bab24-6598-4239-b252-bf90be867315} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13720 | 2024.11.14 04:57:24.561298 [ 252 ] {5c0bab24-6598-4239-b252-bf90be867315} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001639 sec., 144600.36607687615 rows/sec., 9.69 MiB/sec. | ||
| 13721 | 2024.11.14 04:57:24.561348 [ 252 ] {5c0bab24-6598-4239-b252-bf90be867315} <Debug> TCPHandler: Processed in 0.001866794 sec. | ||
| 13722 | 2024.11.14 04:57:24.561551 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13723 | 2024.11.14 04:57:24.561756 [ 250 ] {f38a4d8a-351a-4239-8a9f-b2663d556d1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13724 | 2024.11.14 04:57:24.561843 [ 250 ] {f38a4d8a-351a-4239-8a9f-b2663d556d1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13725 | 2024.11.14 04:57:24.562479 [ 250 ] {f38a4d8a-351a-4239-8a9f-b2663d556d1a} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13726 | 2024.11.14 04:57:24.562518 [ 250 ] {f38a4d8a-351a-4239-8a9f-b2663d556d1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 13727 | 2024.11.14 04:57:24.562876 [ 250 ] {f38a4d8a-351a-4239-8a9f-b2663d556d1a} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 13728 | 2024.11.14 04:57:24.563110 [ 250 ] {f38a4d8a-351a-4239-8a9f-b2663d556d1a} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13729 | 2024.11.14 04:57:24.563313 [ 250 ] {f38a4d8a-351a-4239-8a9f-b2663d556d1a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001606 sec., 622.66500622665 rows/sec., 41.96 KiB/sec. | ||
| 13730 | 2024.11.14 04:57:24.563362 [ 250 ] {f38a4d8a-351a-4239-8a9f-b2663d556d1a} <Debug> TCPHandler: Processed in 0.001908265 sec. | ||
| 13731 | 2024.11.14 04:57:24.563511 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13732 | 2024.11.14 04:57:24.563651 [ 252 ] {6d4d371f-f80f-45c1-b811-8daa834e13cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13733 | 2024.11.14 04:57:24.563746 [ 252 ] {6d4d371f-f80f-45c1-b811-8daa834e13cf} <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 | ||
| 13734 | 2024.11.14 04:57:24.564972 [ 252 ] {6d4d371f-f80f-45c1-b811-8daa834e13cf} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13735 | 2024.11.14 04:57:24.565011 [ 252 ] {6d4d371f-f80f-45c1-b811-8daa834e13cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 13736 | 2024.11.14 04:57:24.565689 [ 252 ] {6d4d371f-f80f-45c1-b811-8daa834e13cf} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 13737 | 2024.11.14 04:57:24.565941 [ 252 ] {6d4d371f-f80f-45c1-b811-8daa834e13cf} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13738 | 2024.11.14 04:57:24.566182 [ 224 ] {} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Found 6 old parts to remove. Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 13739 | 2024.11.14 04:57:24.566209 [ 252 ] {6d4d371f-f80f-45c1-b811-8daa834e13cf} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002586 sec., 15854.60170146945 rows/sec., 28.41 MiB/sec. | ||
| 13740 | 2024.11.14 04:57:24.566216 [ 224 ] {} <Debug> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Removing 6 parts from filesystem (serially): Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 13741 | 2024.11.14 04:57:24.566365 [ 252 ] {6d4d371f-f80f-45c1-b811-8daa834e13cf} <Debug> TCPHandler: Processed in 0.002922355 sec. | ||
| 13742 | 2024.11.14 04:57:24.566588 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13743 | 2024.11.14 04:57:24.566935 [ 250 ] {43152c36-2592-4fa2-859d-a18a52023cdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13744 | 2024.11.14 04:57:24.567040 [ 250 ] {43152c36-2592-4fa2-859d-a18a52023cdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13745 | 2024.11.14 04:57:24.568329 [ 250 ] {43152c36-2592-4fa2-859d-a18a52023cdb} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13746 | 2024.11.14 04:57:24.568386 [ 250 ] {43152c36-2592-4fa2-859d-a18a52023cdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 13747 | 2024.11.14 04:57:24.569017 [ 250 ] {43152c36-2592-4fa2-859d-a18a52023cdb} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 13748 | 2024.11.14 04:57:24.569434 [ 250 ] {43152c36-2592-4fa2-859d-a18a52023cdb} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13749 | 2024.11.14 04:57:24.569710 [ 250 ] {43152c36-2592-4fa2-859d-a18a52023cdb} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002906 sec., 28217.48107364074 rows/sec., 1.79 MiB/sec. | ||
| 13750 | 2024.11.14 04:57:24.569823 [ 250 ] {43152c36-2592-4fa2-859d-a18a52023cdb} <Debug> TCPHandler: Processed in 0.003338217 sec. | ||
| 13751 | 2024.11.14 04:57:24.569904 [ 224 ] {} <Debug> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Removing 6 parts from memory: Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 13752 | 2024.11.14 04:57:25.221803 [ 224 ] {} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 13753 | 2024.11.14 04:57:25.221857 [ 224 ] {} <Debug> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 13754 | 2024.11.14 04:57:25.223732 [ 224 ] {} <Debug> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 13755 | 2024.11.14 04:57:28.795316 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1940 | ||
| 13756 | 2024.11.14 04:57:28.798247 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13757 | 2024.11.14 04:57:28.798297 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 13758 | 2024.11.14 04:57:28.799801 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 13759 | 2024.11.14 04:57:28.800124 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13760 | 2024.11.14 04:57:28.801540 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1940 | ||
| 13761 | 2024.11.14 04:57:29.528362 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13762 | 2024.11.14 04:57:29.528567 [ 250 ] {0c504673-0679-46ce-8757-194b1667393c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 13763 | 2024.11.14 04:57:29.528641 [ 250 ] {0c504673-0679-46ce-8757-194b1667393c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13764 | 2024.11.14 04:57:29.529377 [ 250 ] {0c504673-0679-46ce-8757-194b1667393c} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13765 | 2024.11.14 04:57:29.529428 [ 250 ] {0c504673-0679-46ce-8757-194b1667393c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 13766 | 2024.11.14 04:57:29.529846 [ 250 ] {0c504673-0679-46ce-8757-194b1667393c} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 13767 | 2024.11.14 04:57:29.530097 [ 250 ] {0c504673-0679-46ce-8757-194b1667393c} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13768 | 2024.11.14 04:57:29.530333 [ 250 ] {0c504673-0679-46ce-8757-194b1667393c} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.00182 sec., 5494.505494505494 rows/sec., 448.04 KiB/sec. | ||
| 13769 | 2024.11.14 04:57:29.530389 [ 250 ] {0c504673-0679-46ce-8757-194b1667393c} <Debug> TCPHandler: Processed in 0.002166312 sec. | ||
| 13770 | 2024.11.14 04:57:29.530665 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13771 | 2024.11.14 04:57:29.530876 [ 252 ] {7a57ca99-21a9-4d5d-94a7-639c4f1d22f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13772 | 2024.11.14 04:57:29.530960 [ 252 ] {7a57ca99-21a9-4d5d-94a7-639c4f1d22f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13773 | 2024.11.14 04:57:29.531804 [ 252 ] {7a57ca99-21a9-4d5d-94a7-639c4f1d22f9} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13774 | 2024.11.14 04:57:29.531851 [ 252 ] {7a57ca99-21a9-4d5d-94a7-639c4f1d22f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 13775 | 2024.11.14 04:57:29.532283 [ 252 ] {7a57ca99-21a9-4d5d-94a7-639c4f1d22f9} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 13776 | 2024.11.14 04:57:29.532532 [ 252 ] {7a57ca99-21a9-4d5d-94a7-639c4f1d22f9} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13777 | 2024.11.14 04:57:29.532725 [ 95 ] {} <Debug> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 13778 | 2024.11.14 04:57:29.532804 [ 252 ] {7a57ca99-21a9-4d5d-94a7-639c4f1d22f9} <Debug> executeQuery: Read 61 rows, 4.74 KiB in 0.001977 sec., 30854.830551340416 rows/sec., 2.34 MiB/sec. | ||
| 13779 | 2024.11.14 04:57:29.532820 [ 95 ] {} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13780 | 2024.11.14 04:57:29.532892 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 13781 | 2024.11.14 04:57:29.532941 [ 252 ] {7a57ca99-21a9-4d5d-94a7-639c4f1d22f9} <Debug> TCPHandler: Processed in 0.0024206 sec. | ||
| 13782 | 2024.11.14 04:57:29.533239 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13783 | 2024.11.14 04:57:29.533250 [ 188 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full | ||
| 13784 | 2024.11.14 04:57:29.533592 [ 250 ] {549d742e-f6ac-43c3-a044-bf62c2934d82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13785 | 2024.11.14 04:57:29.533773 [ 250 ] {549d742e-f6ac-43c3-a044-bf62c2934d82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13786 | 2024.11.14 04:57:29.533808 [ 188 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13787 | 2024.11.14 04:57:29.533984 [ 188 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 1434 rows starting from the beginning of the part | ||
| 13788 | 2024.11.14 04:57:29.534525 [ 188 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 285 rows starting from the beginning of the part | ||
| 13789 | 2024.11.14 04:57:29.534908 [ 188 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 58 rows starting from the beginning of the part | ||
| 13790 | 2024.11.14 04:57:29.535329 [ 188 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 56 rows starting from the beginning of the part | ||
| 13791 | 2024.11.14 04:57:29.536405 [ 188 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 285 rows starting from the beginning of the part | ||
| 13792 | 2024.11.14 04:57:29.536900 [ 188 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 61 rows starting from the beginning of the part | ||
| 13793 | 2024.11.14 04:57:29.537849 [ 250 ] {549d742e-f6ac-43c3-a044-bf62c2934d82} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13794 | 2024.11.14 04:57:29.537936 [ 250 ] {549d742e-f6ac-43c3-a044-bf62c2934d82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 13795 | 2024.11.14 04:57:29.538848 [ 250 ] {549d742e-f6ac-43c3-a044-bf62c2934d82} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 13796 | 2024.11.14 04:57:29.539410 [ 250 ] {549d742e-f6ac-43c3-a044-bf62c2934d82} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13797 | 2024.11.14 04:57:29.539866 [ 250 ] {549d742e-f6ac-43c3-a044-bf62c2934d82} <Debug> executeQuery: Read 10 rows, 715.00 B in 0.006417 sec., 1558.3606046439147 rows/sec., 108.81 KiB/sec. | ||
| 13798 | 2024.11.14 04:57:29.540146 [ 250 ] {549d742e-f6ac-43c3-a044-bf62c2934d82} <Debug> TCPHandler: Processed in 0.007047114 sec. | ||
| 13799 | 2024.11.14 04:57:29.540474 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13800 | 2024.11.14 04:57:29.540948 [ 252 ] {fcce829d-24af-4438-8e0c-c9844eca3a97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13801 | 2024.11.14 04:57:29.541169 [ 252 ] {fcce829d-24af-4438-8e0c-c9844eca3a97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13802 | 2024.11.14 04:57:29.541223 [ 188 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2179 rows, containing 5 columns (5 merged, 0 gathered) in 0.008221628 sec., 265032.66749602393 rows/sec., 23.30 MiB/sec. | ||
| 13803 | 2024.11.14 04:57:29.541459 [ 188 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 13804 | 2024.11.14 04:57:29.541814 [ 188 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_131_26} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13805 | 2024.11.14 04:57:29.541937 [ 188 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_131_26} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 13806 | 2024.11.14 04:57:29.542009 [ 252 ] {fcce829d-24af-4438-8e0c-c9844eca3a97} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13807 | 2024.11.14 04:57:29.542035 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 13808 | 2024.11.14 04:57:29.542056 [ 252 ] {fcce829d-24af-4438-8e0c-c9844eca3a97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 13809 | 2024.11.14 04:57:29.542416 [ 252 ] {fcce829d-24af-4438-8e0c-c9844eca3a97} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 13810 | 2024.11.14 04:57:29.542659 [ 252 ] {fcce829d-24af-4438-8e0c-c9844eca3a97} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13811 | 2024.11.14 04:57:29.542836 [ 95 ] {} <Debug> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 13812 | 2024.11.14 04:57:29.542910 [ 252 ] {fcce829d-24af-4438-8e0c-c9844eca3a97} <Debug> executeQuery: Read 74 rows, 5.93 KiB in 0.002129 sec., 34758.102395490845 rows/sec., 2.72 MiB/sec. | ||
| 13813 | 2024.11.14 04:57:29.542918 [ 95 ] {} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13814 | 2024.11.14 04:57:29.542999 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 13815 | 2024.11.14 04:57:29.543033 [ 252 ] {fcce829d-24af-4438-8e0c-c9844eca3a97} <Debug> TCPHandler: Processed in 0.002745079 sec. | ||
| 13816 | 2024.11.14 04:57:29.543309 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13817 | 2024.11.14 04:57:29.543371 [ 187 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full | ||
| 13818 | 2024.11.14 04:57:29.543694 [ 250 ] {fc790be7-109e-4e56-a4ab-a9348df4578c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13819 | 2024.11.14 04:57:29.543905 [ 250 ] {fc790be7-109e-4e56-a4ab-a9348df4578c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13820 | 2024.11.14 04:57:29.543923 [ 187 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13821 | 2024.11.14 04:57:29.544066 [ 187 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 915 rows starting from the beginning of the part | ||
| 13822 | 2024.11.14 04:57:29.544474 [ 187 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 423 rows starting from the beginning of the part | ||
| 13823 | 2024.11.14 04:57:29.544883 [ 187 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 68 rows starting from the beginning of the part | ||
| 13824 | 2024.11.14 04:57:29.545298 [ 187 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 64 rows starting from the beginning of the part | ||
| 13825 | 2024.11.14 04:57:29.545734 [ 187 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 423 rows starting from the beginning of the part | ||
| 13826 | 2024.11.14 04:57:29.546186 [ 187 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 74 rows starting from the beginning of the part | ||
| 13827 | 2024.11.14 04:57:29.548111 [ 250 ] {fc790be7-109e-4e56-a4ab-a9348df4578c} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13828 | 2024.11.14 04:57:29.548168 [ 250 ] {fc790be7-109e-4e56-a4ab-a9348df4578c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 13829 | 2024.11.14 04:57:29.549311 [ 250 ] {fc790be7-109e-4e56-a4ab-a9348df4578c} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 13830 | 2024.11.14 04:57:29.549749 [ 250 ] {fc790be7-109e-4e56-a4ab-a9348df4578c} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13831 | 2024.11.14 04:57:29.550195 [ 199 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1967 rows, containing 5 columns (5 merged, 0 gathered) in 0.007108186 sec., 276723.2033601822 rows/sec., 21.19 MiB/sec. | ||
| 13832 | 2024.11.14 04:57:29.550283 [ 250 ] {fc790be7-109e-4e56-a4ab-a9348df4578c} <Debug> executeQuery: Read 133 rows, 9.48 KiB in 0.006741 sec., 19730.01038421599 rows/sec., 1.37 MiB/sec. | ||
| 13833 | 2024.11.14 04:57:29.550416 [ 250 ] {fc790be7-109e-4e56-a4ab-a9348df4578c} <Debug> TCPHandler: Processed in 0.00724125 sec. | ||
| 13834 | 2024.11.14 04:57:29.550461 [ 199 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 13835 | 2024.11.14 04:57:29.550614 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13836 | 2024.11.14 04:57:29.550812 [ 252 ] {da8d5da2-3d34-4384-a03a-d17daa92421b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13837 | 2024.11.14 04:57:29.550887 [ 252 ] {da8d5da2-3d34-4384-a03a-d17daa92421b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13838 | 2024.11.14 04:57:29.550994 [ 199 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_131_26} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13839 | 2024.11.14 04:57:29.551292 [ 199 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_131_26} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 13840 | 2024.11.14 04:57:29.551454 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 13841 | 2024.11.14 04:57:29.551788 [ 252 ] {da8d5da2-3d34-4384-a03a-d17daa92421b} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13842 | 2024.11.14 04:57:29.551832 [ 252 ] {da8d5da2-3d34-4384-a03a-d17daa92421b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 13843 | 2024.11.14 04:57:29.552211 [ 252 ] {da8d5da2-3d34-4384-a03a-d17daa92421b} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 13844 | 2024.11.14 04:57:29.552446 [ 252 ] {da8d5da2-3d34-4384-a03a-d17daa92421b} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13845 | 2024.11.14 04:57:29.552633 [ 252 ] {da8d5da2-3d34-4384-a03a-d17daa92421b} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001899 sec., 25276.46129541864 rows/sec., 1.70 MiB/sec. | ||
| 13846 | 2024.11.14 04:57:29.552684 [ 252 ] {da8d5da2-3d34-4384-a03a-d17daa92421b} <Debug> TCPHandler: Processed in 0.002154672 sec. | ||
| 13847 | 2024.11.14 04:57:34.529484 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13848 | 2024.11.14 04:57:34.529748 [ 250 ] {0c8d1ba2-9353-4736-ba96-c22c41778012} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13849 | 2024.11.14 04:57:34.529820 [ 250 ] {0c8d1ba2-9353-4736-ba96-c22c41778012} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13850 | 2024.11.14 04:57:34.530600 [ 250 ] {0c8d1ba2-9353-4736-ba96-c22c41778012} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13851 | 2024.11.14 04:57:34.530643 [ 250 ] {0c8d1ba2-9353-4736-ba96-c22c41778012} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 13852 | 2024.11.14 04:57:34.531086 [ 250 ] {0c8d1ba2-9353-4736-ba96-c22c41778012} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 13853 | 2024.11.14 04:57:34.531346 [ 250 ] {0c8d1ba2-9353-4736-ba96-c22c41778012} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13854 | 2024.11.14 04:57:34.531555 [ 250 ] {0c8d1ba2-9353-4736-ba96-c22c41778012} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00186 sec., 30107.526881720427 rows/sec., 2.30 MiB/sec. | ||
| 13855 | 2024.11.14 04:57:34.531620 [ 250 ] {0c8d1ba2-9353-4736-ba96-c22c41778012} <Debug> TCPHandler: Processed in 0.002318857 sec. | ||
| 13856 | 2024.11.14 04:57:34.531890 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13857 | 2024.11.14 04:57:34.532107 [ 252 ] {e97cf2a0-f424-4160-bc51-7e62efed4816} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13858 | 2024.11.14 04:57:34.532188 [ 252 ] {e97cf2a0-f424-4160-bc51-7e62efed4816} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13859 | 2024.11.14 04:57:34.533000 [ 252 ] {e97cf2a0-f424-4160-bc51-7e62efed4816} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13860 | 2024.11.14 04:57:34.533051 [ 252 ] {e97cf2a0-f424-4160-bc51-7e62efed4816} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 13861 | 2024.11.14 04:57:34.533493 [ 252 ] {e97cf2a0-f424-4160-bc51-7e62efed4816} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 13862 | 2024.11.14 04:57:34.533748 [ 252 ] {e97cf2a0-f424-4160-bc51-7e62efed4816} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13863 | 2024.11.14 04:57:34.533971 [ 252 ] {e97cf2a0-f424-4160-bc51-7e62efed4816} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00191 sec., 33507.85340314136 rows/sec., 2.62 MiB/sec. | ||
| 13864 | 2024.11.14 04:57:34.534035 [ 252 ] {e97cf2a0-f424-4160-bc51-7e62efed4816} <Debug> TCPHandler: Processed in 0.002289786 sec. | ||
| 13865 | 2024.11.14 04:57:34.534050 [ 219 ] {} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 13866 | 2024.11.14 04:57:34.534122 [ 219 ] {} <Debug> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 13867 | 2024.11.14 04:57:34.534315 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13868 | 2024.11.14 04:57:34.534626 [ 250 ] {2e07cd87-cb30-49a5-bffb-01aae107ed11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13869 | 2024.11.14 04:57:34.534735 [ 250 ] {2e07cd87-cb30-49a5-bffb-01aae107ed11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13870 | 2024.11.14 04:57:34.535934 [ 250 ] {2e07cd87-cb30-49a5-bffb-01aae107ed11} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13871 | 2024.11.14 04:57:34.535995 [ 250 ] {2e07cd87-cb30-49a5-bffb-01aae107ed11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 13872 | 2024.11.14 04:57:34.536774 [ 250 ] {2e07cd87-cb30-49a5-bffb-01aae107ed11} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 13873 | 2024.11.14 04:57:34.537200 [ 250 ] {2e07cd87-cb30-49a5-bffb-01aae107ed11} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13874 | 2024.11.14 04:57:34.537583 [ 250 ] {2e07cd87-cb30-49a5-bffb-01aae107ed11} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003061 sec., 52270.499836654686 rows/sec., 3.64 MiB/sec. | ||
| 13875 | 2024.11.14 04:57:34.537725 [ 250 ] {2e07cd87-cb30-49a5-bffb-01aae107ed11} <Debug> TCPHandler: Processed in 0.003581144 sec. | ||
| 13876 | 2024.11.14 04:57:34.537787 [ 219 ] {} <Debug> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 13877 | 2024.11.14 04:57:34.537955 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13878 | 2024.11.14 04:57:34.538263 [ 252 ] {b69f8c42-62a4-4a21-8799-9a270e82b3a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13879 | 2024.11.14 04:57:34.538437 [ 252 ] {b69f8c42-62a4-4a21-8799-9a270e82b3a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13880 | 2024.11.14 04:57:34.539535 [ 252 ] {b69f8c42-62a4-4a21-8799-9a270e82b3a4} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13881 | 2024.11.14 04:57:34.539572 [ 252 ] {b69f8c42-62a4-4a21-8799-9a270e82b3a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 13882 | 2024.11.14 04:57:34.539950 [ 252 ] {b69f8c42-62a4-4a21-8799-9a270e82b3a4} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 13883 | 2024.11.14 04:57:34.540194 [ 252 ] {b69f8c42-62a4-4a21-8799-9a270e82b3a4} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13884 | 2024.11.14 04:57:34.540392 [ 252 ] {b69f8c42-62a4-4a21-8799-9a270e82b3a4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002242 sec., 26761.819803746654 rows/sec., 1.80 MiB/sec. | ||
| 13885 | 2024.11.14 04:57:34.540484 [ 252 ] {b69f8c42-62a4-4a21-8799-9a270e82b3a4} <Debug> TCPHandler: Processed in 0.002657527 sec. | ||
| 13886 | 2024.11.14 04:57:35.498655 [ 224 ] {} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 13887 | 2024.11.14 04:57:35.498707 [ 224 ] {} <Debug> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 13888 | 2024.11.14 04:57:35.500755 [ 224 ] {} <Debug> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 13889 | 2024.11.14 04:57:36.475468 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41037, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13890 | 2024.11.14 04:57:36.687068 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49870, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13891 | 2024.11.14 04:57:36.788547 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40154, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13892 | 2024.11.14 04:57:36.807927 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54084, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13893 | 2024.11.14 04:57:36.888243 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47203, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13894 | 2024.11.14 04:57:36.931547 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55560, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13895 | 2024.11.14 04:57:36.938866 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55114, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13896 | 2024.11.14 04:57:36.952145 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52030, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13897 | 2024.11.14 04:57:38.297010 [ 84 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13898 | 2024.11.14 04:57:38.297055 [ 84 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13899 | 2024.11.14 04:57:38.802617 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1960 | ||
| 13900 | 2024.11.14 04:57:38.805362 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13901 | 2024.11.14 04:57:38.805412 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 13902 | 2024.11.14 04:57:38.806882 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 13903 | 2024.11.14 04:57:38.807185 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13904 | 2024.11.14 04:57:38.808603 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1960 | ||
| 13905 | 2024.11.14 04:57:39.542558 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13906 | 2024.11.14 04:57:39.542823 [ 250 ] {87c4279b-70f1-435c-9dd5-00ffd9ead978} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13907 | 2024.11.14 04:57:39.542924 [ 250 ] {87c4279b-70f1-435c-9dd5-00ffd9ead978} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13908 | 2024.11.14 04:57:39.543895 [ 250 ] {87c4279b-70f1-435c-9dd5-00ffd9ead978} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13909 | 2024.11.14 04:57:39.543961 [ 250 ] {87c4279b-70f1-435c-9dd5-00ffd9ead978} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 13910 | 2024.11.14 04:57:39.544540 [ 250 ] {87c4279b-70f1-435c-9dd5-00ffd9ead978} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 13911 | 2024.11.14 04:57:39.544919 [ 250 ] {87c4279b-70f1-435c-9dd5-00ffd9ead978} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13912 | 2024.11.14 04:57:39.545230 [ 250 ] {87c4279b-70f1-435c-9dd5-00ffd9ead978} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002464 sec., 5681.818181818182 rows/sec., 409.01 KiB/sec. | ||
| 13913 | 2024.11.14 04:57:39.545342 [ 250 ] {87c4279b-70f1-435c-9dd5-00ffd9ead978} <Debug> TCPHandler: Processed in 0.002951425 sec. | ||
| 13914 | 2024.11.14 04:57:39.545714 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13915 | 2024.11.14 04:57:39.545991 [ 252 ] {a4c1710f-8c34-422e-9c7a-a10ec2f8115c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13916 | 2024.11.14 04:57:39.546097 [ 252 ] {a4c1710f-8c34-422e-9c7a-a10ec2f8115c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13917 | 2024.11.14 04:57:39.547432 [ 252 ] {a4c1710f-8c34-422e-9c7a-a10ec2f8115c} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13918 | 2024.11.14 04:57:39.547514 [ 252 ] {a4c1710f-8c34-422e-9c7a-a10ec2f8115c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 13919 | 2024.11.14 04:57:39.548045 [ 252 ] {a4c1710f-8c34-422e-9c7a-a10ec2f8115c} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 13920 | 2024.11.14 04:57:39.548347 [ 252 ] {a4c1710f-8c34-422e-9c7a-a10ec2f8115c} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13921 | 2024.11.14 04:57:39.548633 [ 252 ] {a4c1710f-8c34-422e-9c7a-a10ec2f8115c} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.00272 sec., 104779.41176470587 rows/sec., 9.24 MiB/sec. | ||
| 13922 | 2024.11.14 04:57:39.548733 [ 252 ] {a4c1710f-8c34-422e-9c7a-a10ec2f8115c} <Debug> TCPHandler: Processed in 0.003205692 sec. | ||
| 13923 | 2024.11.14 04:57:39.548964 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13924 | 2024.11.14 04:57:39.549123 [ 250 ] {10e8103a-7c4d-48af-b039-3dfc1f7f2f79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13925 | 2024.11.14 04:57:39.549198 [ 250 ] {10e8103a-7c4d-48af-b039-3dfc1f7f2f79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13926 | 2024.11.14 04:57:39.550057 [ 250 ] {10e8103a-7c4d-48af-b039-3dfc1f7f2f79} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13927 | 2024.11.14 04:57:39.550114 [ 250 ] {10e8103a-7c4d-48af-b039-3dfc1f7f2f79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 13928 | 2024.11.14 04:57:39.550609 [ 250 ] {10e8103a-7c4d-48af-b039-3dfc1f7f2f79} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 13929 | 2024.11.14 04:57:39.550961 [ 250 ] {10e8103a-7c4d-48af-b039-3dfc1f7f2f79} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13930 | 2024.11.14 04:57:39.551239 [ 250 ] {10e8103a-7c4d-48af-b039-3dfc1f7f2f79} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.002144 sec., 22388.059701492537 rows/sec., 1.61 MiB/sec. | ||
| 13931 | 2024.11.14 04:57:39.551361 [ 250 ] {10e8103a-7c4d-48af-b039-3dfc1f7f2f79} <Debug> TCPHandler: Processed in 0.002474632 sec. | ||
| 13932 | 2024.11.14 04:57:39.551680 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13933 | 2024.11.14 04:57:39.551892 [ 252 ] {823edf90-2f69-497e-9f5f-fd9ba12aa14d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13934 | 2024.11.14 04:57:39.551981 [ 252 ] {823edf90-2f69-497e-9f5f-fd9ba12aa14d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13935 | 2024.11.14 04:57:39.552870 [ 252 ] {823edf90-2f69-497e-9f5f-fd9ba12aa14d} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13936 | 2024.11.14 04:57:39.552914 [ 252 ] {823edf90-2f69-497e-9f5f-fd9ba12aa14d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 13937 | 2024.11.14 04:57:39.553334 [ 252 ] {823edf90-2f69-497e-9f5f-fd9ba12aa14d} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 13938 | 2024.11.14 04:57:39.553611 [ 252 ] {823edf90-2f69-497e-9f5f-fd9ba12aa14d} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13939 | 2024.11.14 04:57:39.553861 [ 252 ] {823edf90-2f69-497e-9f5f-fd9ba12aa14d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002039 sec., 6866.110838646396 rows/sec., 480.86 KiB/sec. | ||
| 13940 | 2024.11.14 04:57:39.553923 [ 252 ] {823edf90-2f69-497e-9f5f-fd9ba12aa14d} <Debug> TCPHandler: Processed in 0.002459221 sec. | ||
| 13941 | 2024.11.14 04:57:39.554125 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13942 | 2024.11.14 04:57:39.554266 [ 250 ] {aaceeb8f-8150-4c22-8c6a-6aabbbc856bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13943 | 2024.11.14 04:57:39.554325 [ 250 ] {aaceeb8f-8150-4c22-8c6a-6aabbbc856bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13944 | 2024.11.14 04:57:39.554988 [ 250 ] {aaceeb8f-8150-4c22-8c6a-6aabbbc856bb} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13945 | 2024.11.14 04:57:39.555027 [ 250 ] {aaceeb8f-8150-4c22-8c6a-6aabbbc856bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 13946 | 2024.11.14 04:57:39.555392 [ 250 ] {aaceeb8f-8150-4c22-8c6a-6aabbbc856bb} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 13947 | 2024.11.14 04:57:39.555634 [ 250 ] {aaceeb8f-8150-4c22-8c6a-6aabbbc856bb} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13948 | 2024.11.14 04:57:39.555810 [ 250 ] {aaceeb8f-8150-4c22-8c6a-6aabbbc856bb} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001575 sec., 8253.968253968254 rows/sec., 514.63 KiB/sec. | ||
| 13949 | 2024.11.14 04:57:39.555862 [ 250 ] {aaceeb8f-8150-4c22-8c6a-6aabbbc856bb} <Debug> TCPHandler: Processed in 0.001838233 sec. | ||
| 13950 | 2024.11.14 04:57:39.556014 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13951 | 2024.11.14 04:57:39.556131 [ 252 ] {f070f1c4-da0b-4618-a9dd-d5bf66904c60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13952 | 2024.11.14 04:57:39.556180 [ 252 ] {f070f1c4-da0b-4618-a9dd-d5bf66904c60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13953 | 2024.11.14 04:57:39.556935 [ 252 ] {f070f1c4-da0b-4618-a9dd-d5bf66904c60} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13954 | 2024.11.14 04:57:39.556975 [ 252 ] {f070f1c4-da0b-4618-a9dd-d5bf66904c60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 13955 | 2024.11.14 04:57:39.557369 [ 252 ] {f070f1c4-da0b-4618-a9dd-d5bf66904c60} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 13956 | 2024.11.14 04:57:39.557628 [ 252 ] {f070f1c4-da0b-4618-a9dd-d5bf66904c60} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13957 | 2024.11.14 04:57:39.557840 [ 252 ] {f070f1c4-da0b-4618-a9dd-d5bf66904c60} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001732 sec., 244226.32794457275 rows/sec., 17.46 MiB/sec. | ||
| 13958 | 2024.11.14 04:57:39.557891 [ 252 ] {f070f1c4-da0b-4618-a9dd-d5bf66904c60} <Debug> TCPHandler: Processed in 0.001936156 sec. | ||
| 13959 | 2024.11.14 04:57:39.558045 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13960 | 2024.11.14 04:57:39.558183 [ 250 ] {dac403d2-0721-45f4-b7cc-45d747d34178} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13961 | 2024.11.14 04:57:39.558243 [ 250 ] {dac403d2-0721-45f4-b7cc-45d747d34178} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13962 | 2024.11.14 04:57:39.558806 [ 250 ] {dac403d2-0721-45f4-b7cc-45d747d34178} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13963 | 2024.11.14 04:57:39.558844 [ 250 ] {dac403d2-0721-45f4-b7cc-45d747d34178} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 13964 | 2024.11.14 04:57:39.559218 [ 250 ] {dac403d2-0721-45f4-b7cc-45d747d34178} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 13965 | 2024.11.14 04:57:39.559477 [ 250 ] {dac403d2-0721-45f4-b7cc-45d747d34178} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13966 | 2024.11.14 04:57:39.559655 [ 250 ] {dac403d2-0721-45f4-b7cc-45d747d34178} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001503 sec., 3992.015968063872 rows/sec., 208.57 KiB/sec. | ||
| 13967 | 2024.11.14 04:57:39.559704 [ 250 ] {dac403d2-0721-45f4-b7cc-45d747d34178} <Debug> TCPHandler: Processed in 0.00172586 sec. | ||
| 13968 | 2024.11.14 04:57:39.559855 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13969 | 2024.11.14 04:57:39.559994 [ 252 ] {3869265a-d636-4661-a863-a5c57901bae7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13970 | 2024.11.14 04:57:39.560056 [ 252 ] {3869265a-d636-4661-a863-a5c57901bae7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13971 | 2024.11.14 04:57:39.560739 [ 252 ] {3869265a-d636-4661-a863-a5c57901bae7} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13972 | 2024.11.14 04:57:39.560778 [ 252 ] {3869265a-d636-4661-a863-a5c57901bae7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 13973 | 2024.11.14 04:57:39.561173 [ 252 ] {3869265a-d636-4661-a863-a5c57901bae7} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 13974 | 2024.11.14 04:57:39.561412 [ 252 ] {3869265a-d636-4661-a863-a5c57901bae7} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13975 | 2024.11.14 04:57:39.561640 [ 252 ] {3869265a-d636-4661-a863-a5c57901bae7} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00167 sec., 141916.16766467065 rows/sec., 9.51 MiB/sec. | ||
| 13976 | 2024.11.14 04:57:39.561725 [ 252 ] {3869265a-d636-4661-a863-a5c57901bae7} <Debug> TCPHandler: Processed in 0.001940706 sec. | ||
| 13977 | 2024.11.14 04:57:39.561944 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13978 | 2024.11.14 04:57:39.562296 [ 250 ] {1fd7accc-80dd-48af-a44c-f8f832a9c107} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13979 | 2024.11.14 04:57:39.562375 [ 250 ] {1fd7accc-80dd-48af-a44c-f8f832a9c107} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13980 | 2024.11.14 04:57:39.562917 [ 250 ] {1fd7accc-80dd-48af-a44c-f8f832a9c107} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13981 | 2024.11.14 04:57:39.562955 [ 250 ] {1fd7accc-80dd-48af-a44c-f8f832a9c107} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 13982 | 2024.11.14 04:57:39.563318 [ 250 ] {1fd7accc-80dd-48af-a44c-f8f832a9c107} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 13983 | 2024.11.14 04:57:39.563571 [ 250 ] {1fd7accc-80dd-48af-a44c-f8f832a9c107} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13984 | 2024.11.14 04:57:39.563751 [ 250 ] {1fd7accc-80dd-48af-a44c-f8f832a9c107} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001583 sec., 631.7119393556538 rows/sec., 42.57 KiB/sec. | ||
| 13985 | 2024.11.14 04:57:39.563801 [ 250 ] {1fd7accc-80dd-48af-a44c-f8f832a9c107} <Debug> TCPHandler: Processed in 0.001991718 sec. | ||
| 13986 | 2024.11.14 04:57:39.563943 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13987 | 2024.11.14 04:57:39.564059 [ 252 ] {0b871332-1301-4d0d-bafb-98b70cb43c14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13988 | 2024.11.14 04:57:39.564151 [ 252 ] {0b871332-1301-4d0d-bafb-98b70cb43c14} <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 | ||
| 13989 | 2024.11.14 04:57:39.565380 [ 252 ] {0b871332-1301-4d0d-bafb-98b70cb43c14} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13990 | 2024.11.14 04:57:39.565420 [ 252 ] {0b871332-1301-4d0d-bafb-98b70cb43c14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 13991 | 2024.11.14 04:57:39.566080 [ 252 ] {0b871332-1301-4d0d-bafb-98b70cb43c14} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 13992 | 2024.11.14 04:57:39.566338 [ 252 ] {0b871332-1301-4d0d-bafb-98b70cb43c14} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13993 | 2024.11.14 04:57:39.566622 [ 252 ] {0b871332-1301-4d0d-bafb-98b70cb43c14} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002585 sec., 15860.73500967118 rows/sec., 28.42 MiB/sec. | ||
| 13994 | 2024.11.14 04:57:39.567134 [ 252 ] {0b871332-1301-4d0d-bafb-98b70cb43c14} <Debug> TCPHandler: Processed in 0.003243154 sec. | ||
| 13995 | 2024.11.14 04:57:39.567326 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13996 | 2024.11.14 04:57:39.567449 [ 250 ] {86ff9af7-5b51-49c6-ac30-f28aa6804111} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13997 | 2024.11.14 04:57:39.567499 [ 250 ] {86ff9af7-5b51-49c6-ac30-f28aa6804111} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13998 | 2024.11.14 04:57:39.568008 [ 250 ] {86ff9af7-5b51-49c6-ac30-f28aa6804111} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13999 | 2024.11.14 04:57:39.568046 [ 250 ] {86ff9af7-5b51-49c6-ac30-f28aa6804111} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 14000 | 2024.11.14 04:57:39.568419 [ 250 ] {86ff9af7-5b51-49c6-ac30-f28aa6804111} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 14001 | 2024.11.14 04:57:39.568669 [ 250 ] {86ff9af7-5b51-49c6-ac30-f28aa6804111} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14002 | 2024.11.14 04:57:39.568866 [ 250 ] {86ff9af7-5b51-49c6-ac30-f28aa6804111} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001436 sec., 57103.06406685237 rows/sec., 3.63 MiB/sec. | ||
| 14003 | 2024.11.14 04:57:39.568940 [ 250 ] {86ff9af7-5b51-49c6-ac30-f28aa6804111} <Debug> TCPHandler: Processed in 0.001672469 sec. | ||
| 14004 | 2024.11.14 04:57:39.808189 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:40250, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14005 | 2024.11.14 04:57:40.010350 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:44303, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14006 | 2024.11.14 04:57:40.396947 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:63024, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14007 | 2024.11.14 04:57:40.473133 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:55288, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14008 | 2024.11.14 04:57:40.570518 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:51087, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14009 | 2024.11.14 04:57:40.599851 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:43656, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14010 | 2024.11.14 04:57:40.606410 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:33317, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14011 | 2024.11.14 04:57:40.629254 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:63925, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14012 | 2024.11.14 04:57:40.657934 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:40798, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14013 | 2024.11.14 04:57:40.708518 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:36040, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14014 | 2024.11.14 04:57:40.798564 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:32790, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14015 | 2024.11.14 04:57:40.798615 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:41666, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14016 | 2024.11.14 04:57:40.807165 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:47459, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14017 | 2024.11.14 04:57:40.842274 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:62889, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14018 | 2024.11.14 04:57:40.850506 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:50454, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14019 | 2024.11.14 04:57:40.970209 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:50625, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14020 | 2024.11.14 04:57:41.481434 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:43866, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14021 | 2024.11.14 04:57:41.890068 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:44962, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14022 | 2024.11.14 04:57:42.025916 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:42736, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14023 | 2024.11.14 04:57:42.122388 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:45152, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14024 | 2024.11.14 04:57:42.242157 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:38596, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14025 | 2024.11.14 04:57:42.337058 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:48553, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14026 | 2024.11.14 04:57:42.352438 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:45315, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14027 | 2024.11.14 04:57:42.373871 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:39907, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14028 | 2024.11.14 04:57:44.528031 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14029 | 2024.11.14 04:57:44.528221 [ 250 ] {c94116b2-d2c4-4ed3-a82a-fad0dbea7337} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14030 | 2024.11.14 04:57:44.528298 [ 250 ] {c94116b2-d2c4-4ed3-a82a-fad0dbea7337} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14031 | 2024.11.14 04:57:44.529106 [ 250 ] {c94116b2-d2c4-4ed3-a82a-fad0dbea7337} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14032 | 2024.11.14 04:57:44.529152 [ 250 ] {c94116b2-d2c4-4ed3-a82a-fad0dbea7337} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 14033 | 2024.11.14 04:57:44.529586 [ 250 ] {c94116b2-d2c4-4ed3-a82a-fad0dbea7337} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 14034 | 2024.11.14 04:57:44.529835 [ 250 ] {c94116b2-d2c4-4ed3-a82a-fad0dbea7337} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14035 | 2024.11.14 04:57:44.530039 [ 250 ] {c94116b2-d2c4-4ed3-a82a-fad0dbea7337} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001872 sec., 29914.529914529914 rows/sec., 2.28 MiB/sec. | ||
| 14036 | 2024.11.14 04:57:44.530102 [ 250 ] {c94116b2-d2c4-4ed3-a82a-fad0dbea7337} <Debug> TCPHandler: Processed in 0.002201534 sec. | ||
| 14037 | 2024.11.14 04:57:44.530383 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14038 | 2024.11.14 04:57:44.530577 [ 252 ] {2e649f12-f975-4a91-90c8-a70356b83d62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14039 | 2024.11.14 04:57:44.530653 [ 252 ] {2e649f12-f975-4a91-90c8-a70356b83d62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14040 | 2024.11.14 04:57:44.531436 [ 252 ] {2e649f12-f975-4a91-90c8-a70356b83d62} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14041 | 2024.11.14 04:57:44.531489 [ 252 ] {2e649f12-f975-4a91-90c8-a70356b83d62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 14042 | 2024.11.14 04:57:44.531935 [ 252 ] {2e649f12-f975-4a91-90c8-a70356b83d62} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 14043 | 2024.11.14 04:57:44.532213 [ 252 ] {2e649f12-f975-4a91-90c8-a70356b83d62} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14044 | 2024.11.14 04:57:44.532450 [ 252 ] {2e649f12-f975-4a91-90c8-a70356b83d62} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001926 sec., 33229.491173416405 rows/sec., 2.59 MiB/sec. | ||
| 14045 | 2024.11.14 04:57:44.532517 [ 252 ] {2e649f12-f975-4a91-90c8-a70356b83d62} <Debug> TCPHandler: Processed in 0.002274896 sec. | ||
| 14046 | 2024.11.14 04:57:44.532698 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14047 | 2024.11.14 04:57:44.532829 [ 250 ] {8ad248a2-c64f-44a6-8d10-638d97f7d357} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14048 | 2024.11.14 04:57:44.532891 [ 250 ] {8ad248a2-c64f-44a6-8d10-638d97f7d357} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14049 | 2024.11.14 04:57:44.533564 [ 250 ] {8ad248a2-c64f-44a6-8d10-638d97f7d357} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14050 | 2024.11.14 04:57:44.533609 [ 250 ] {8ad248a2-c64f-44a6-8d10-638d97f7d357} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 14051 | 2024.11.14 04:57:44.534056 [ 250 ] {8ad248a2-c64f-44a6-8d10-638d97f7d357} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 14052 | 2024.11.14 04:57:44.534300 [ 250 ] {8ad248a2-c64f-44a6-8d10-638d97f7d357} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14053 | 2024.11.14 04:57:44.534439 [ 78 ] {} <Debug> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 14054 | 2024.11.14 04:57:44.534488 [ 250 ] {8ad248a2-c64f-44a6-8d10-638d97f7d357} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001692 sec., 75650.1182033097 rows/sec., 5.27 MiB/sec. | ||
| 14055 | 2024.11.14 04:57:44.534489 [ 78 ] {} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14056 | 2024.11.14 04:57:44.534538 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 14057 | 2024.11.14 04:57:44.534568 [ 250 ] {8ad248a2-c64f-44a6-8d10-638d97f7d357} <Debug> TCPHandler: Processed in 0.001930985 sec. | ||
| 14058 | 2024.11.14 04:57:44.534757 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14059 | 2024.11.14 04:57:44.534776 [ 193 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full | ||
| 14060 | 2024.11.14 04:57:44.534970 [ 252 ] {a857a1c3-7103-4286-8396-9e918f46f731} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14061 | 2024.11.14 04:57:44.535096 [ 193 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14062 | 2024.11.14 04:57:44.535115 [ 252 ] {a857a1c3-7103-4286-8396-9e918f46f731} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14063 | 2024.11.14 04:57:44.535183 [ 193 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_126_25, total 24944 rows starting from the beginning of the part | ||
| 14064 | 2024.11.14 04:57:44.535618 [ 193 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 237 rows starting from the beginning of the part | ||
| 14065 | 2024.11.14 04:57:44.536030 [ 193 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 133 rows starting from the beginning of the part | ||
| 14066 | 2024.11.14 04:57:44.536333 [ 193 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 160 rows starting from the beginning of the part | ||
| 14067 | 2024.11.14 04:57:44.536536 [ 193 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 237 rows starting from the beginning of the part | ||
| 14068 | 2024.11.14 04:57:44.536873 [ 193 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 128 rows starting from the beginning of the part | ||
| 14069 | 2024.11.14 04:57:44.537551 [ 252 ] {a857a1c3-7103-4286-8396-9e918f46f731} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14070 | 2024.11.14 04:57:44.537614 [ 252 ] {a857a1c3-7103-4286-8396-9e918f46f731} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 14071 | 2024.11.14 04:57:44.538425 [ 252 ] {a857a1c3-7103-4286-8396-9e918f46f731} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 14072 | 2024.11.14 04:57:44.538743 [ 252 ] {a857a1c3-7103-4286-8396-9e918f46f731} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14073 | 2024.11.14 04:57:44.538950 [ 78 ] {} <Debug> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 14074 | 2024.11.14 04:57:44.539039 [ 78 ] {} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14075 | 2024.11.14 04:57:44.539120 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 14076 | 2024.11.14 04:57:44.539186 [ 252 ] {a857a1c3-7103-4286-8396-9e918f46f731} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.004256 sec., 11278.195488721803 rows/sec., 778.31 KiB/sec. | ||
| 14077 | 2024.11.14 04:57:44.539567 [ 252 ] {a857a1c3-7103-4286-8396-9e918f46f731} <Debug> TCPHandler: Processed in 0.004896102 sec. | ||
| 14078 | 2024.11.14 04:57:44.539563 [ 199 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full | ||
| 14079 | 2024.11.14 04:57:44.540032 [ 199 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14080 | 2024.11.14 04:57:44.540122 [ 199 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 7600 rows starting from the beginning of the part | ||
| 14081 | 2024.11.14 04:57:44.540418 [ 199 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 82 rows starting from the beginning of the part | ||
| 14082 | 2024.11.14 04:57:44.540728 [ 199 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 48 rows starting from the beginning of the part | ||
| 14083 | 2024.11.14 04:57:44.541104 [ 199 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 60 rows starting from the beginning of the part | ||
| 14084 | 2024.11.14 04:57:44.541394 [ 199 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 82 rows starting from the beginning of the part | ||
| 14085 | 2024.11.14 04:57:44.541584 [ 199 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 48 rows starting from the beginning of the part | ||
| 14086 | 2024.11.14 04:57:44.544445 [ 192 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7920 rows, containing 4 columns (4 merged, 0 gathered) in 0.00518402 sec., 1527771.883596128 rows/sec., 100.22 MiB/sec. | ||
| 14087 | 2024.11.14 04:57:44.544924 [ 192 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 14088 | 2024.11.14 04:57:44.545265 [ 196 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_131_26} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14089 | 2024.11.14 04:57:44.545368 [ 196 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_131_26} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 14090 | 2024.11.14 04:57:44.545521 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.54 MiB. | ||
| 14091 | 2024.11.14 04:57:44.546083 [ 198 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25839 rows, containing 5 columns (5 merged, 0 gathered) in 0.011426971 sec., 2261229.1568780565 rows/sec., 154.16 MiB/sec. | ||
| 14092 | 2024.11.14 04:57:44.546338 [ 196 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 14093 | 2024.11.14 04:57:44.546634 [ 196 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_131_26} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14094 | 2024.11.14 04:57:44.546715 [ 196 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_131_26} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 14095 | 2024.11.14 04:57:44.546807 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. | ||
| 14096 | 2024.11.14 04:57:48.652560 [ 223 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 14097 | 2024.11.14 04:57:48.652625 [ 223 ] {} <Debug> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 14098 | 2024.11.14 04:57:48.655256 [ 223 ] {} <Debug> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 14099 | 2024.11.14 04:57:48.808848 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1990 | ||
| 14100 | 2024.11.14 04:57:48.811923 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14101 | 2024.11.14 04:57:48.811972 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 14102 | 2024.11.14 04:57:48.813469 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 14103 | 2024.11.14 04:57:48.813790 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14104 | 2024.11.14 04:57:48.814315 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1990 | ||
| 14105 | 2024.11.14 04:57:49.530163 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14106 | 2024.11.14 04:57:49.530375 [ 250 ] {b932660f-4556-4623-b8c8-206052bc805f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14107 | 2024.11.14 04:57:49.530459 [ 250 ] {b932660f-4556-4623-b8c8-206052bc805f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14108 | 2024.11.14 04:57:49.531370 [ 250 ] {b932660f-4556-4623-b8c8-206052bc805f} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14109 | 2024.11.14 04:57:49.531432 [ 250 ] {b932660f-4556-4623-b8c8-206052bc805f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 14110 | 2024.11.14 04:57:49.532084 [ 250 ] {b932660f-4556-4623-b8c8-206052bc805f} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 14111 | 2024.11.14 04:57:49.532589 [ 250 ] {b932660f-4556-4623-b8c8-206052bc805f} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14112 | 2024.11.14 04:57:49.532890 [ 250 ] {b932660f-4556-4623-b8c8-206052bc805f} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002572 sec., 21772.939346811818 rows/sec., 1.66 MiB/sec. | ||
| 14113 | 2024.11.14 04:57:49.532975 [ 250 ] {b932660f-4556-4623-b8c8-206052bc805f} <Debug> TCPHandler: Processed in 0.002950115 sec. | ||
| 14114 | 2024.11.14 04:57:49.533282 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14115 | 2024.11.14 04:57:49.533489 [ 252 ] {3e20da76-518f-4d63-814f-f19844295776} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14116 | 2024.11.14 04:57:49.533591 [ 252 ] {3e20da76-518f-4d63-814f-f19844295776} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14117 | 2024.11.14 04:57:49.534514 [ 252 ] {3e20da76-518f-4d63-814f-f19844295776} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14118 | 2024.11.14 04:57:49.534564 [ 252 ] {3e20da76-518f-4d63-814f-f19844295776} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 14119 | 2024.11.14 04:57:49.535279 [ 252 ] {3e20da76-518f-4d63-814f-f19844295776} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 14120 | 2024.11.14 04:57:49.535644 [ 252 ] {3e20da76-518f-4d63-814f-f19844295776} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14121 | 2024.11.14 04:57:49.535902 [ 252 ] {3e20da76-518f-4d63-814f-f19844295776} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002476 sec., 25848.142164781908 rows/sec., 2.02 MiB/sec. | ||
| 14122 | 2024.11.14 04:57:49.535985 [ 252 ] {3e20da76-518f-4d63-814f-f19844295776} <Debug> TCPHandler: Processed in 0.002851683 sec. | ||
| 14123 | 2024.11.14 04:57:49.536187 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14124 | 2024.11.14 04:57:49.536350 [ 250 ] {f72354bd-96dd-4617-970c-a6ebefb9250e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14125 | 2024.11.14 04:57:49.536426 [ 250 ] {f72354bd-96dd-4617-970c-a6ebefb9250e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14126 | 2024.11.14 04:57:49.537292 [ 250 ] {f72354bd-96dd-4617-970c-a6ebefb9250e} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14127 | 2024.11.14 04:57:49.537345 [ 250 ] {f72354bd-96dd-4617-970c-a6ebefb9250e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 14128 | 2024.11.14 04:57:49.537875 [ 250 ] {f72354bd-96dd-4617-970c-a6ebefb9250e} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 14129 | 2024.11.14 04:57:49.538173 [ 250 ] {f72354bd-96dd-4617-970c-a6ebefb9250e} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14130 | 2024.11.14 04:57:49.538404 [ 250 ] {f72354bd-96dd-4617-970c-a6ebefb9250e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002093 sec., 76445.2938365982 rows/sec., 5.32 MiB/sec. | ||
| 14131 | 2024.11.14 04:57:49.538468 [ 250 ] {f72354bd-96dd-4617-970c-a6ebefb9250e} <Debug> TCPHandler: Processed in 0.002360269 sec. | ||
| 14132 | 2024.11.14 04:57:49.538634 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14133 | 2024.11.14 04:57:49.538795 [ 252 ] {674ea460-0c81-434d-be24-702b4458b1d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14134 | 2024.11.14 04:57:49.538876 [ 252 ] {674ea460-0c81-434d-be24-702b4458b1d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14135 | 2024.11.14 04:57:49.539521 [ 252 ] {674ea460-0c81-434d-be24-702b4458b1d8} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14136 | 2024.11.14 04:57:49.539565 [ 252 ] {674ea460-0c81-434d-be24-702b4458b1d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 14137 | 2024.11.14 04:57:49.540051 [ 252 ] {674ea460-0c81-434d-be24-702b4458b1d8} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 14138 | 2024.11.14 04:57:49.540361 [ 252 ] {674ea460-0c81-434d-be24-702b4458b1d8} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14139 | 2024.11.14 04:57:49.540599 [ 252 ] {674ea460-0c81-434d-be24-702b4458b1d8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001844 sec., 32537.960954446855 rows/sec., 2.19 MiB/sec. | ||
| 14140 | 2024.11.14 04:57:49.540668 [ 252 ] {674ea460-0c81-434d-be24-702b4458b1d8} <Debug> TCPHandler: Processed in 0.002104841 sec. | ||
| 14141 | 2024.11.14 04:57:50.268677 [ 220 ] {} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 14142 | 2024.11.14 04:57:50.268735 [ 220 ] {} <Debug> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 14143 | 2024.11.14 04:57:50.271030 [ 220 ] {} <Debug> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 14144 | 2024.11.14 04:57:50.539510 [ 220 ] {} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 14145 | 2024.11.14 04:57:50.539551 [ 220 ] {} <Debug> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 14146 | 2024.11.14 04:57:50.541639 [ 220 ] {} <Debug> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 14147 | 2024.11.14 04:57:53.297302 [ 69 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14148 | 2024.11.14 04:57:53.297361 [ 69 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14149 | 2024.11.14 04:57:54.536857 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14150 | 2024.11.14 04:57:54.537163 [ 250 ] {41bb75a4-0210-47f8-9e68-43b2f257e2b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14151 | 2024.11.14 04:57:54.537260 [ 250 ] {41bb75a4-0210-47f8-9e68-43b2f257e2b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14152 | 2024.11.14 04:57:54.537998 [ 250 ] {41bb75a4-0210-47f8-9e68-43b2f257e2b7} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14153 | 2024.11.14 04:57:54.538048 [ 250 ] {41bb75a4-0210-47f8-9e68-43b2f257e2b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 14154 | 2024.11.14 04:57:54.538461 [ 250 ] {41bb75a4-0210-47f8-9e68-43b2f257e2b7} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 14155 | 2024.11.14 04:57:54.538719 [ 250 ] {41bb75a4-0210-47f8-9e68-43b2f257e2b7} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14156 | 2024.11.14 04:57:54.538957 [ 250 ] {41bb75a4-0210-47f8-9e68-43b2f257e2b7} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00188 sec., 7446.808510638298 rows/sec., 536.07 KiB/sec. | ||
| 14157 | 2024.11.14 04:57:54.539014 [ 250 ] {41bb75a4-0210-47f8-9e68-43b2f257e2b7} <Debug> TCPHandler: Processed in 0.002349698 sec. | ||
| 14158 | 2024.11.14 04:57:54.539278 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14159 | 2024.11.14 04:57:54.539488 [ 252 ] {f0a5fd65-2b3f-4a30-ae90-2ed4ac9e67eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14160 | 2024.11.14 04:57:54.539568 [ 252 ] {f0a5fd65-2b3f-4a30-ae90-2ed4ac9e67eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14161 | 2024.11.14 04:57:54.540535 [ 252 ] {f0a5fd65-2b3f-4a30-ae90-2ed4ac9e67eb} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14162 | 2024.11.14 04:57:54.540576 [ 252 ] {f0a5fd65-2b3f-4a30-ae90-2ed4ac9e67eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 14163 | 2024.11.14 04:57:54.541036 [ 252 ] {f0a5fd65-2b3f-4a30-ae90-2ed4ac9e67eb} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 14164 | 2024.11.14 04:57:54.541302 [ 252 ] {f0a5fd65-2b3f-4a30-ae90-2ed4ac9e67eb} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14165 | 2024.11.14 04:57:54.541452 [ 68 ] {} <Debug> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 14166 | 2024.11.14 04:57:54.541498 [ 68 ] {} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14167 | 2024.11.14 04:57:54.541510 [ 252 ] {f0a5fd65-2b3f-4a30-ae90-2ed4ac9e67eb} <Debug> executeQuery: Read 309 rows, 28.01 KiB in 0.002076 sec., 148843.93063583813 rows/sec., 13.18 MiB/sec. | ||
| 14168 | 2024.11.14 04:57:54.541525 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 14169 | 2024.11.14 04:57:54.541620 [ 252 ] {f0a5fd65-2b3f-4a30-ae90-2ed4ac9e67eb} <Debug> TCPHandler: Processed in 0.002481891 sec. | ||
| 14170 | 2024.11.14 04:57:54.541803 [ 191 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full | ||
| 14171 | 2024.11.14 04:57:54.541892 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14172 | 2024.11.14 04:57:54.542002 [ 191 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14173 | 2024.11.14 04:57:54.542074 [ 191 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 1434 rows starting from the beginning of the part | ||
| 14174 | 2024.11.14 04:57:54.542276 [ 250 ] {2b8c86a9-c175-467a-82a2-3eb31dcdde4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14175 | 2024.11.14 04:57:54.542367 [ 191 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 56 rows starting from the beginning of the part | ||
| 14176 | 2024.11.14 04:57:54.542429 [ 250 ] {2b8c86a9-c175-467a-82a2-3eb31dcdde4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14177 | 2024.11.14 04:57:54.542681 [ 191 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 285 rows starting from the beginning of the part | ||
| 14178 | 2024.11.14 04:57:54.543157 [ 191 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 56 rows starting from the beginning of the part | ||
| 14179 | 2024.11.14 04:57:54.543588 [ 191 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 56 rows starting from the beginning of the part | ||
| 14180 | 2024.11.14 04:57:54.543994 [ 191 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 309 rows starting from the beginning of the part | ||
| 14181 | 2024.11.14 04:57:54.545451 [ 250 ] {2b8c86a9-c175-467a-82a2-3eb31dcdde4b} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14182 | 2024.11.14 04:57:54.545511 [ 250 ] {2b8c86a9-c175-467a-82a2-3eb31dcdde4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 14183 | 2024.11.14 04:57:54.546534 [ 250 ] {2b8c86a9-c175-467a-82a2-3eb31dcdde4b} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 14184 | 2024.11.14 04:57:54.546906 [ 250 ] {2b8c86a9-c175-467a-82a2-3eb31dcdde4b} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14185 | 2024.11.14 04:57:54.547472 [ 250 ] {2b8c86a9-c175-467a-82a2-3eb31dcdde4b} <Debug> executeQuery: Read 60 rows, 4.44 KiB in 0.00531 sec., 11299.435028248588 rows/sec., 836.42 KiB/sec. | ||
| 14186 | 2024.11.14 04:57:54.547831 [ 250 ] {2b8c86a9-c175-467a-82a2-3eb31dcdde4b} <Debug> TCPHandler: Processed in 0.006071895 sec. | ||
| 14187 | 2024.11.14 04:57:54.547852 [ 198 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2196 rows, containing 5 columns (5 merged, 0 gathered) in 0.006202149 sec., 354070.82287123386 rows/sec., 31.18 MiB/sec. | ||
| 14188 | 2024.11.14 04:57:54.548256 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14189 | 2024.11.14 04:57:54.548338 [ 198 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 14190 | 2024.11.14 04:57:54.548535 [ 252 ] {89ae6b85-ccb6-4cb0-845b-da1111e5a40e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14191 | 2024.11.14 04:57:54.548636 [ 252 ] {89ae6b85-ccb6-4cb0-845b-da1111e5a40e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14192 | 2024.11.14 04:57:54.548947 [ 198 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_136_27} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14193 | 2024.11.14 04:57:54.549189 [ 198 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_136_27} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 14194 | 2024.11.14 04:57:54.549414 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 14195 | 2024.11.14 04:57:54.549802 [ 252 ] {89ae6b85-ccb6-4cb0-845b-da1111e5a40e} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14196 | 2024.11.14 04:57:54.549846 [ 252 ] {89ae6b85-ccb6-4cb0-845b-da1111e5a40e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 14197 | 2024.11.14 04:57:54.550214 [ 252 ] {89ae6b85-ccb6-4cb0-845b-da1111e5a40e} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 14198 | 2024.11.14 04:57:54.550456 [ 252 ] {89ae6b85-ccb6-4cb0-845b-da1111e5a40e} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14199 | 2024.11.14 04:57:54.550671 [ 252 ] {89ae6b85-ccb6-4cb0-845b-da1111e5a40e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002201 sec., 6360.745115856429 rows/sec., 445.47 KiB/sec. | ||
| 14200 | 2024.11.14 04:57:54.550823 [ 252 ] {89ae6b85-ccb6-4cb0-845b-da1111e5a40e} <Debug> TCPHandler: Processed in 0.002846413 sec. | ||
| 14201 | 2024.11.14 04:57:54.551051 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14202 | 2024.11.14 04:57:54.551237 [ 250 ] {3628a7d3-a58b-498b-9f37-1bc0e35d3876} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14203 | 2024.11.14 04:57:54.551326 [ 250 ] {3628a7d3-a58b-498b-9f37-1bc0e35d3876} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14204 | 2024.11.14 04:57:54.552288 [ 250 ] {3628a7d3-a58b-498b-9f37-1bc0e35d3876} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14205 | 2024.11.14 04:57:54.552327 [ 250 ] {3628a7d3-a58b-498b-9f37-1bc0e35d3876} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 14206 | 2024.11.14 04:57:54.552674 [ 250 ] {3628a7d3-a58b-498b-9f37-1bc0e35d3876} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 14207 | 2024.11.14 04:57:54.552911 [ 250 ] {3628a7d3-a58b-498b-9f37-1bc0e35d3876} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14208 | 2024.11.14 04:57:54.553160 [ 250 ] {3628a7d3-a58b-498b-9f37-1bc0e35d3876} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001974 sec., 6585.612968591692 rows/sec., 410.61 KiB/sec. | ||
| 14209 | 2024.11.14 04:57:54.553385 [ 250 ] {3628a7d3-a58b-498b-9f37-1bc0e35d3876} <Debug> TCPHandler: Processed in 0.002447101 sec. | ||
| 14210 | 2024.11.14 04:57:54.553598 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14211 | 2024.11.14 04:57:54.553736 [ 252 ] {93facd7e-d680-491c-9dd1-3438f8fc51f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14212 | 2024.11.14 04:57:54.553794 [ 252 ] {93facd7e-d680-491c-9dd1-3438f8fc51f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14213 | 2024.11.14 04:57:54.554602 [ 252 ] {93facd7e-d680-491c-9dd1-3438f8fc51f3} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14214 | 2024.11.14 04:57:54.554639 [ 252 ] {93facd7e-d680-491c-9dd1-3438f8fc51f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 14215 | 2024.11.14 04:57:54.555023 [ 252 ] {93facd7e-d680-491c-9dd1-3438f8fc51f3} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 14216 | 2024.11.14 04:57:54.555260 [ 252 ] {93facd7e-d680-491c-9dd1-3438f8fc51f3} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14217 | 2024.11.14 04:57:54.555392 [ 68 ] {} <Debug> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 14218 | 2024.11.14 04:57:54.555433 [ 68 ] {} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14219 | 2024.11.14 04:57:54.555447 [ 252 ] {93facd7e-d680-491c-9dd1-3438f8fc51f3} <Debug> executeQuery: Read 445 rows, 32.74 KiB in 0.00174 sec., 255747.1264367816 rows/sec., 18.37 MiB/sec. | ||
| 14220 | 2024.11.14 04:57:54.555460 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 14221 | 2024.11.14 04:57:54.555541 [ 252 ] {93facd7e-d680-491c-9dd1-3438f8fc51f3} <Debug> TCPHandler: Processed in 0.002037039 sec. | ||
| 14222 | 2024.11.14 04:57:54.555781 [ 190 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full | ||
| 14223 | 2024.11.14 04:57:54.555811 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14224 | 2024.11.14 04:57:54.556042 [ 190 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14225 | 2024.11.14 04:57:54.556093 [ 250 ] {3daff6c0-0ba4-4607-abf8-00a72f476831} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14226 | 2024.11.14 04:57:54.556115 [ 190 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 915 rows starting from the beginning of the part | ||
| 14227 | 2024.11.14 04:57:54.556201 [ 250 ] {3daff6c0-0ba4-4607-abf8-00a72f476831} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14228 | 2024.11.14 04:57:54.556393 [ 190 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 64 rows starting from the beginning of the part | ||
| 14229 | 2024.11.14 04:57:54.556819 [ 190 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 423 rows starting from the beginning of the part | ||
| 14230 | 2024.11.14 04:57:54.557241 [ 190 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 64 rows starting from the beginning of the part | ||
| 14231 | 2024.11.14 04:57:54.557591 [ 190 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 64 rows starting from the beginning of the part | ||
| 14232 | 2024.11.14 04:57:54.558030 [ 190 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 445 rows starting from the beginning of the part | ||
| 14233 | 2024.11.14 04:57:54.558780 [ 250 ] {3daff6c0-0ba4-4607-abf8-00a72f476831} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14234 | 2024.11.14 04:57:54.558823 [ 250 ] {3daff6c0-0ba4-4607-abf8-00a72f476831} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 14235 | 2024.11.14 04:57:54.559349 [ 250 ] {3daff6c0-0ba4-4607-abf8-00a72f476831} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 14236 | 2024.11.14 04:57:54.559691 [ 250 ] {3daff6c0-0ba4-4607-abf8-00a72f476831} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14237 | 2024.11.14 04:57:54.560023 [ 250 ] {3daff6c0-0ba4-4607-abf8-00a72f476831} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003993 sec., 1502.6296018031555 rows/sec., 78.51 KiB/sec. | ||
| 14238 | 2024.11.14 04:57:54.560458 [ 250 ] {3daff6c0-0ba4-4607-abf8-00a72f476831} <Debug> TCPHandler: Processed in 0.004794769 sec. | ||
| 14239 | 2024.11.14 04:57:54.560811 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14240 | 2024.11.14 04:57:54.561198 [ 198 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1975 rows, containing 5 columns (5 merged, 0 gathered) in 0.005627373 sec., 350963.0514984523 rows/sec., 26.89 MiB/sec. | ||
| 14241 | 2024.11.14 04:57:54.561214 [ 252 ] {f59857e7-5498-4149-a970-fab4f093151c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14242 | 2024.11.14 04:57:54.561301 [ 252 ] {f59857e7-5498-4149-a970-fab4f093151c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14243 | 2024.11.14 04:57:54.561465 [ 198 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 14244 | 2024.11.14 04:57:54.562055 [ 198 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_136_27} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14245 | 2024.11.14 04:57:54.562286 [ 198 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_136_27} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 14246 | 2024.11.14 04:57:54.562429 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 14247 | 2024.11.14 04:57:54.562574 [ 252 ] {f59857e7-5498-4149-a970-fab4f093151c} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14248 | 2024.11.14 04:57:54.562617 [ 252 ] {f59857e7-5498-4149-a970-fab4f093151c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 14249 | 2024.11.14 04:57:54.563018 [ 252 ] {f59857e7-5498-4149-a970-fab4f093151c} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 14250 | 2024.11.14 04:57:54.563257 [ 252 ] {f59857e7-5498-4149-a970-fab4f093151c} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14251 | 2024.11.14 04:57:54.563476 [ 252 ] {f59857e7-5498-4149-a970-fab4f093151c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002364 sec., 100253.80710659898 rows/sec., 6.72 MiB/sec. | ||
| 14252 | 2024.11.14 04:57:54.563543 [ 252 ] {f59857e7-5498-4149-a970-fab4f093151c} <Debug> TCPHandler: Processed in 0.002951305 sec. | ||
| 14253 | 2024.11.14 04:57:54.563751 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14254 | 2024.11.14 04:57:54.563957 [ 250 ] {085bf3b9-a825-49b3-81ac-66745be57798} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14255 | 2024.11.14 04:57:54.564017 [ 250 ] {085bf3b9-a825-49b3-81ac-66745be57798} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14256 | 2024.11.14 04:57:54.564506 [ 250 ] {085bf3b9-a825-49b3-81ac-66745be57798} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14257 | 2024.11.14 04:57:54.564543 [ 250 ] {085bf3b9-a825-49b3-81ac-66745be57798} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 14258 | 2024.11.14 04:57:54.564901 [ 250 ] {085bf3b9-a825-49b3-81ac-66745be57798} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 14259 | 2024.11.14 04:57:54.565138 [ 250 ] {085bf3b9-a825-49b3-81ac-66745be57798} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14260 | 2024.11.14 04:57:54.565310 [ 250 ] {085bf3b9-a825-49b3-81ac-66745be57798} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001384 sec., 722.543352601156 rows/sec., 48.69 KiB/sec. | ||
| 14261 | 2024.11.14 04:57:54.565357 [ 250 ] {085bf3b9-a825-49b3-81ac-66745be57798} <Debug> TCPHandler: Processed in 0.00172569 sec. | ||
| 14262 | 2024.11.14 04:57:54.565518 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14263 | 2024.11.14 04:57:54.565657 [ 252 ] {0e7e8859-a9cd-4e92-9f08-6715ff822a58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14264 | 2024.11.14 04:57:54.565753 [ 252 ] {0e7e8859-a9cd-4e92-9f08-6715ff822a58} <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 | ||
| 14265 | 2024.11.14 04:57:54.567016 [ 252 ] {0e7e8859-a9cd-4e92-9f08-6715ff822a58} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14266 | 2024.11.14 04:57:54.567054 [ 252 ] {0e7e8859-a9cd-4e92-9f08-6715ff822a58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 14267 | 2024.11.14 04:57:54.567770 [ 252 ] {0e7e8859-a9cd-4e92-9f08-6715ff822a58} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 14268 | 2024.11.14 04:57:54.568027 [ 252 ] {0e7e8859-a9cd-4e92-9f08-6715ff822a58} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14269 | 2024.11.14 04:57:54.568307 [ 252 ] {0e7e8859-a9cd-4e92-9f08-6715ff822a58} <Debug> executeQuery: Read 53 rows, 97.25 KiB in 0.002681 sec., 19768.74300634092 rows/sec., 35.42 MiB/sec. | ||
| 14270 | 2024.11.14 04:57:54.568414 [ 252 ] {0e7e8859-a9cd-4e92-9f08-6715ff822a58} <Debug> TCPHandler: Processed in 0.002962606 sec. | ||
| 14271 | 2024.11.14 04:57:54.568622 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14272 | 2024.11.14 04:57:54.568845 [ 250 ] {8fea0d3a-1ba5-4ac7-9e93-778ee3c7b799} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 14273 | 2024.11.14 04:57:54.568936 [ 250 ] {8fea0d3a-1ba5-4ac7-9e93-778ee3c7b799} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 14274 | 2024.11.14 04:57:54.569529 [ 250 ] {8fea0d3a-1ba5-4ac7-9e93-778ee3c7b799} <Trace> oximeter.measurements_i64 (e86ff124-2fb2-42f7-9780-c2e2f15f1a1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14275 | 2024.11.14 04:57:54.569565 [ 250 ] {8fea0d3a-1ba5-4ac7-9e93-778ee3c7b799} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 14276 | 2024.11.14 04:57:54.569925 [ 250 ] {8fea0d3a-1ba5-4ac7-9e93-778ee3c7b799} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 14277 | 2024.11.14 04:57:54.570163 [ 250 ] {8fea0d3a-1ba5-4ac7-9e93-778ee3c7b799} <Trace> oximeter.measurements_i64 (e86ff124-2fb2-42f7-9780-c2e2f15f1a1b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14278 | 2024.11.14 04:57:54.570389 [ 250 ] {8fea0d3a-1ba5-4ac7-9e93-778ee3c7b799} <Debug> executeQuery: Read 15 rows, 1.09 KiB in 0.001578 sec., 9505.703422053231 rows/sec., 689.41 KiB/sec. | ||
| 14279 | 2024.11.14 04:57:54.570485 [ 250 ] {8fea0d3a-1ba5-4ac7-9e93-778ee3c7b799} <Debug> TCPHandler: Processed in 0.001971887 sec. | ||
| 14280 | 2024.11.14 04:57:54.570644 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14281 | 2024.11.14 04:57:54.570781 [ 252 ] {39bdeada-0e67-4615-bf61-abe0a5a736f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14282 | 2024.11.14 04:57:54.570840 [ 252 ] {39bdeada-0e67-4615-bf61-abe0a5a736f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14283 | 2024.11.14 04:57:54.571380 [ 252 ] {39bdeada-0e67-4615-bf61-abe0a5a736f1} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14284 | 2024.11.14 04:57:54.571418 [ 252 ] {39bdeada-0e67-4615-bf61-abe0a5a736f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 14285 | 2024.11.14 04:57:54.571783 [ 252 ] {39bdeada-0e67-4615-bf61-abe0a5a736f1} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 14286 | 2024.11.14 04:57:54.572026 [ 252 ] {39bdeada-0e67-4615-bf61-abe0a5a736f1} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14287 | 2024.11.14 04:57:54.572245 [ 252 ] {39bdeada-0e67-4615-bf61-abe0a5a736f1} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001494 sec., 54886.211512717535 rows/sec., 3.49 MiB/sec. | ||
| 14288 | 2024.11.14 04:57:54.572295 [ 252 ] {39bdeada-0e67-4615-bf61-abe0a5a736f1} <Debug> TCPHandler: Processed in 0.00172255 sec. | ||
| 14289 | 2024.11.14 04:57:58.815417 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2022 | ||
| 14290 | 2024.11.14 04:57:58.818548 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14291 | 2024.11.14 04:57:58.818612 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 14292 | 2024.11.14 04:57:58.820132 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 14293 | 2024.11.14 04:57:58.820649 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14294 | 2024.11.14 04:57:58.821608 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2022 | ||
| 14295 | 2024.11.14 04:57:59.215701 [ 217 ] {} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 14296 | 2024.11.14 04:57:59.215783 [ 217 ] {} <Debug> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 14297 | 2024.11.14 04:57:59.217867 [ 217 ] {} <Debug> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 14298 | 2024.11.14 04:57:59.529476 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14299 | 2024.11.14 04:57:59.529670 [ 250 ] {4a708c4c-6abc-4b92-992e-70ee14b7e795} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 14300 | 2024.11.14 04:57:59.529743 [ 250 ] {4a708c4c-6abc-4b92-992e-70ee14b7e795} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 14301 | 2024.11.14 04:57:59.530496 [ 250 ] {4a708c4c-6abc-4b92-992e-70ee14b7e795} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14302 | 2024.11.14 04:57:59.530547 [ 250 ] {4a708c4c-6abc-4b92-992e-70ee14b7e795} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 14303 | 2024.11.14 04:57:59.530976 [ 250 ] {4a708c4c-6abc-4b92-992e-70ee14b7e795} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 14304 | 2024.11.14 04:57:59.531233 [ 250 ] {4a708c4c-6abc-4b92-992e-70ee14b7e795} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14305 | 2024.11.14 04:57:59.531511 [ 250 ] {4a708c4c-6abc-4b92-992e-70ee14b7e795} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001888 sec., 2118.64406779661 rows/sec., 172.76 KiB/sec. | ||
| 14306 | 2024.11.14 04:57:59.531709 [ 250 ] {4a708c4c-6abc-4b92-992e-70ee14b7e795} <Debug> TCPHandler: Processed in 0.002360569 sec. | ||
| 14307 | 2024.11.14 04:57:59.531995 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14308 | 2024.11.14 04:57:59.532182 [ 252 ] {01632033-db7d-46fa-8dd4-1f80ea21b83b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14309 | 2024.11.14 04:57:59.532254 [ 252 ] {01632033-db7d-46fa-8dd4-1f80ea21b83b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14310 | 2024.11.14 04:57:59.533013 [ 252 ] {01632033-db7d-46fa-8dd4-1f80ea21b83b} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14311 | 2024.11.14 04:57:59.533053 [ 252 ] {01632033-db7d-46fa-8dd4-1f80ea21b83b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 14312 | 2024.11.14 04:57:59.533485 [ 252 ] {01632033-db7d-46fa-8dd4-1f80ea21b83b} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 14313 | 2024.11.14 04:57:59.533744 [ 252 ] {01632033-db7d-46fa-8dd4-1f80ea21b83b} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14314 | 2024.11.14 04:57:59.533948 [ 252 ] {01632033-db7d-46fa-8dd4-1f80ea21b83b} <Debug> executeQuery: Read 58 rows, 4.52 KiB in 0.001812 sec., 32008.830022075053 rows/sec., 2.44 MiB/sec. | ||
| 14315 | 2024.11.14 04:57:59.534006 [ 225 ] {} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 14316 | 2024.11.14 04:57:59.534036 [ 252 ] {01632033-db7d-46fa-8dd4-1f80ea21b83b} <Debug> TCPHandler: Processed in 0.002176593 sec. | ||
| 14317 | 2024.11.14 04:57:59.534063 [ 225 ] {} <Debug> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 14318 | 2024.11.14 04:57:59.534270 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14319 | 2024.11.14 04:57:59.534441 [ 250 ] {cdb84c9f-029f-4d6b-9539-c77d6f1420e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14320 | 2024.11.14 04:57:59.534520 [ 250 ] {cdb84c9f-029f-4d6b-9539-c77d6f1420e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14321 | 2024.11.14 04:57:59.536083 [ 250 ] {cdb84c9f-029f-4d6b-9539-c77d6f1420e5} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14322 | 2024.11.14 04:57:59.536133 [ 250 ] {cdb84c9f-029f-4d6b-9539-c77d6f1420e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 14323 | 2024.11.14 04:57:59.536775 [ 250 ] {cdb84c9f-029f-4d6b-9539-c77d6f1420e5} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 14324 | 2024.11.14 04:57:59.537261 [ 250 ] {cdb84c9f-029f-4d6b-9539-c77d6f1420e5} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14325 | 2024.11.14 04:57:59.537644 [ 225 ] {} <Debug> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 14326 | 2024.11.14 04:57:59.537662 [ 250 ] {cdb84c9f-029f-4d6b-9539-c77d6f1420e5} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.003265 sec., 1225.114854517611 rows/sec., 85.54 KiB/sec. | ||
| 14327 | 2024.11.14 04:57:59.538000 [ 250 ] {cdb84c9f-029f-4d6b-9539-c77d6f1420e5} <Debug> TCPHandler: Processed in 0.003840662 sec. | ||
| 14328 | 2024.11.14 04:57:59.538224 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14329 | 2024.11.14 04:57:59.538415 [ 252 ] {95deacb3-6355-45a6-b8ce-9d051f02b2c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14330 | 2024.11.14 04:57:59.538479 [ 252 ] {95deacb3-6355-45a6-b8ce-9d051f02b2c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14331 | 2024.11.14 04:57:59.539087 [ 252 ] {95deacb3-6355-45a6-b8ce-9d051f02b2c8} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14332 | 2024.11.14 04:57:59.539127 [ 252 ] {95deacb3-6355-45a6-b8ce-9d051f02b2c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 14333 | 2024.11.14 04:57:59.539502 [ 252 ] {95deacb3-6355-45a6-b8ce-9d051f02b2c8} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 14334 | 2024.11.14 04:57:59.539755 [ 252 ] {95deacb3-6355-45a6-b8ce-9d051f02b2c8} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14335 | 2024.11.14 04:57:59.539973 [ 252 ] {95deacb3-6355-45a6-b8ce-9d051f02b2c8} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001596 sec., 42606.51629072682 rows/sec., 3.33 MiB/sec. | ||
| 14336 | 2024.11.14 04:57:59.540027 [ 252 ] {95deacb3-6355-45a6-b8ce-9d051f02b2c8} <Debug> TCPHandler: Processed in 0.001914586 sec. | ||
| 14337 | 2024.11.14 04:57:59.540171 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14338 | 2024.11.14 04:57:59.540293 [ 250 ] {a55653db-1462-4922-b8e8-351b0483e15a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14339 | 2024.11.14 04:57:59.540349 [ 250 ] {a55653db-1462-4922-b8e8-351b0483e15a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14340 | 2024.11.14 04:57:59.540948 [ 250 ] {a55653db-1462-4922-b8e8-351b0483e15a} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14341 | 2024.11.14 04:57:59.540988 [ 250 ] {a55653db-1462-4922-b8e8-351b0483e15a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 14342 | 2024.11.14 04:57:59.541395 [ 250 ] {a55653db-1462-4922-b8e8-351b0483e15a} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 14343 | 2024.11.14 04:57:59.541644 [ 250 ] {a55653db-1462-4922-b8e8-351b0483e15a} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14344 | 2024.11.14 04:57:59.541877 [ 250 ] {a55653db-1462-4922-b8e8-351b0483e15a} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001611 sec., 100558.6592178771 rows/sec., 7.00 MiB/sec. | ||
| 14345 | 2024.11.14 04:57:59.541929 [ 250 ] {a55653db-1462-4922-b8e8-351b0483e15a} <Debug> TCPHandler: Processed in 0.001816383 sec. | ||
| 14346 | 2024.11.14 04:57:59.542083 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14347 | 2024.11.14 04:57:59.542201 [ 252 ] {ce4375b3-c426-4ec1-a0b8-470c686cde66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14348 | 2024.11.14 04:57:59.542252 [ 252 ] {ce4375b3-c426-4ec1-a0b8-470c686cde66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14349 | 2024.11.14 04:57:59.542761 [ 252 ] {ce4375b3-c426-4ec1-a0b8-470c686cde66} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14350 | 2024.11.14 04:57:59.542799 [ 252 ] {ce4375b3-c426-4ec1-a0b8-470c686cde66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 14351 | 2024.11.14 04:57:59.543203 [ 252 ] {ce4375b3-c426-4ec1-a0b8-470c686cde66} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 14352 | 2024.11.14 04:57:59.543436 [ 252 ] {ce4375b3-c426-4ec1-a0b8-470c686cde66} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14353 | 2024.11.14 04:57:59.543663 [ 252 ] {ce4375b3-c426-4ec1-a0b8-470c686cde66} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001487 sec., 40349.69737726967 rows/sec., 2.72 MiB/sec. | ||
| 14354 | 2024.11.14 04:57:59.543714 [ 252 ] {ce4375b3-c426-4ec1-a0b8-470c686cde66} <Debug> TCPHandler: Processed in 0.00168916 sec. | ||
| 14355 | 2024.11.14 04:58:04.529666 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14356 | 2024.11.14 04:58:04.529897 [ 250 ] {970f457c-0c6d-4a21-95e4-4190d8b7c1af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14357 | 2024.11.14 04:58:04.529981 [ 250 ] {970f457c-0c6d-4a21-95e4-4190d8b7c1af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14358 | 2024.11.14 04:58:04.530811 [ 250 ] {970f457c-0c6d-4a21-95e4-4190d8b7c1af} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14359 | 2024.11.14 04:58:04.530858 [ 250 ] {970f457c-0c6d-4a21-95e4-4190d8b7c1af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 14360 | 2024.11.14 04:58:04.531288 [ 250 ] {970f457c-0c6d-4a21-95e4-4190d8b7c1af} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 14361 | 2024.11.14 04:58:04.531551 [ 250 ] {970f457c-0c6d-4a21-95e4-4190d8b7c1af} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14362 | 2024.11.14 04:58:04.531797 [ 250 ] {970f457c-0c6d-4a21-95e4-4190d8b7c1af} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001962 sec., 28542.303771661565 rows/sec., 2.18 MiB/sec. | ||
| 14363 | 2024.11.14 04:58:04.531853 [ 250 ] {970f457c-0c6d-4a21-95e4-4190d8b7c1af} <Debug> TCPHandler: Processed in 0.002328528 sec. | ||
| 14364 | 2024.11.14 04:58:04.532117 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14365 | 2024.11.14 04:58:04.532325 [ 252 ] {29ddf854-17bf-4604-b85a-eb6617cca7f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14366 | 2024.11.14 04:58:04.532403 [ 252 ] {29ddf854-17bf-4604-b85a-eb6617cca7f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14367 | 2024.11.14 04:58:04.533172 [ 252 ] {29ddf854-17bf-4604-b85a-eb6617cca7f7} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14368 | 2024.11.14 04:58:04.533212 [ 252 ] {29ddf854-17bf-4604-b85a-eb6617cca7f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 14369 | 2024.11.14 04:58:04.533644 [ 252 ] {29ddf854-17bf-4604-b85a-eb6617cca7f7} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 14370 | 2024.11.14 04:58:04.533901 [ 252 ] {29ddf854-17bf-4604-b85a-eb6617cca7f7} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14371 | 2024.11.14 04:58:04.534103 [ 252 ] {29ddf854-17bf-4604-b85a-eb6617cca7f7} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001835 sec., 34877.38419618529 rows/sec., 2.72 MiB/sec. | ||
| 14372 | 2024.11.14 04:58:04.534157 [ 252 ] {29ddf854-17bf-4604-b85a-eb6617cca7f7} <Debug> TCPHandler: Processed in 0.002178973 sec. | ||
| 14373 | 2024.11.14 04:58:04.534390 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14374 | 2024.11.14 04:58:04.534566 [ 250 ] {63c2c9a1-78da-48ca-a9b4-61609ccbfb38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14375 | 2024.11.14 04:58:04.534640 [ 250 ] {63c2c9a1-78da-48ca-a9b4-61609ccbfb38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14376 | 2024.11.14 04:58:04.535225 [ 250 ] {63c2c9a1-78da-48ca-a9b4-61609ccbfb38} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14377 | 2024.11.14 04:58:04.535264 [ 250 ] {63c2c9a1-78da-48ca-a9b4-61609ccbfb38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 14378 | 2024.11.14 04:58:04.535660 [ 250 ] {63c2c9a1-78da-48ca-a9b4-61609ccbfb38} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 14379 | 2024.11.14 04:58:04.535899 [ 250 ] {63c2c9a1-78da-48ca-a9b4-61609ccbfb38} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14380 | 2024.11.14 04:58:04.536116 [ 250 ] {63c2c9a1-78da-48ca-a9b4-61609ccbfb38} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001576 sec., 101522.84263959392 rows/sec., 7.07 MiB/sec. | ||
| 14381 | 2024.11.14 04:58:04.536167 [ 250 ] {63c2c9a1-78da-48ca-a9b4-61609ccbfb38} <Debug> TCPHandler: Processed in 0.001887564 sec. | ||
| 14382 | 2024.11.14 04:58:04.536315 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14383 | 2024.11.14 04:58:04.536437 [ 252 ] {ba85b60d-9bd3-4820-a111-d4a8be7cbaef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14384 | 2024.11.14 04:58:04.536497 [ 252 ] {ba85b60d-9bd3-4820-a111-d4a8be7cbaef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14385 | 2024.11.14 04:58:04.537086 [ 252 ] {ba85b60d-9bd3-4820-a111-d4a8be7cbaef} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14386 | 2024.11.14 04:58:04.537132 [ 252 ] {ba85b60d-9bd3-4820-a111-d4a8be7cbaef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 14387 | 2024.11.14 04:58:04.537547 [ 252 ] {ba85b60d-9bd3-4820-a111-d4a8be7cbaef} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 14388 | 2024.11.14 04:58:04.537785 [ 252 ] {ba85b60d-9bd3-4820-a111-d4a8be7cbaef} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14389 | 2024.11.14 04:58:04.537965 [ 252 ] {ba85b60d-9bd3-4820-a111-d4a8be7cbaef} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001556 sec., 38560.411311053984 rows/sec., 2.60 MiB/sec. | ||
| 14390 | 2024.11.14 04:58:04.538013 [ 252 ] {ba85b60d-9bd3-4820-a111-d4a8be7cbaef} <Debug> TCPHandler: Processed in 0.001753781 sec. | ||
| 14391 | 2024.11.14 04:58:06.437338 [ 53 ] {} <Debug> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0 | ||
| 14392 | 2024.11.14 04:58:06.437414 [ 53 ] {} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14393 | 2024.11.14 04:58:06.437437 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 14394 | 2024.11.14 04:58:06.437676 [ 200 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_45_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_41_10 to all_45_45_0 into Compact with storage Full | ||
| 14395 | 2024.11.14 04:58:06.437913 [ 200 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14396 | 2024.11.14 04:58:06.437962 [ 200 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_10, total 242 rows starting from the beginning of the part | ||
| 14397 | 2024.11.14 04:58:06.438072 [ 200 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 14 rows starting from the beginning of the part | ||
| 14398 | 2024.11.14 04:58:06.438337 [ 200 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 14 rows starting from the beginning of the part | ||
| 14399 | 2024.11.14 04:58:06.438663 [ 200 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 14 rows starting from the beginning of the part | ||
| 14400 | 2024.11.14 04:58:06.438828 [ 200 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 14 rows starting from the beginning of the part | ||
| 14401 | 2024.11.14 04:58:06.439980 [ 198 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.002445331 sec., 121864.89272822371 rows/sec., 8.74 MiB/sec. | ||
| 14402 | 2024.11.14 04:58:06.440295 [ 198 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary) | ||
| 14403 | 2024.11.14 04:58:06.440742 [ 198 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_45_11} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14404 | 2024.11.14 04:58:06.440838 [ 198 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_45_11} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11 | ||
| 14405 | 2024.11.14 04:58:06.440945 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 14406 | 2024.11.14 04:58:06.492941 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33298, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14407 | 2024.11.14 04:58:06.707379 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57450, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14408 | 2024.11.14 04:58:06.807727 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45405, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14409 | 2024.11.14 04:58:06.812021 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56921, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14410 | 2024.11.14 04:58:06.904425 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49744, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14411 | 2024.11.14 04:58:06.934775 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56197, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14412 | 2024.11.14 04:58:06.950074 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57742, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14413 | 2024.11.14 04:58:06.957335 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47256, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14414 | 2024.11.14 04:58:08.297611 [ 50 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14415 | 2024.11.14 04:58:08.297658 [ 50 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14416 | 2024.11.14 04:58:08.822684 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 2042 | ||
| 14417 | 2024.11.14 04:58:08.825411 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14418 | 2024.11.14 04:58:08.825453 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 14419 | 2024.11.14 04:58:08.826914 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 14420 | 2024.11.14 04:58:08.827223 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14421 | 2024.11.14 04:58:08.827390 [ 50 ] {} <Debug> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 14422 | 2024.11.14 04:58:08.827450 [ 50 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14423 | 2024.11.14 04:58:08.827487 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 14424 | 2024.11.14 04:58:08.827949 [ 186 ] {517a6315-c66d-488d-99aa-0fdeb396e457::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 | ||
| 14425 | 2024.11.14 04:58:08.829619 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2042 | ||
| 14426 | 2024.11.14 04:58:08.829894 [ 186 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14427 | 2024.11.14 04:58:08.830039 [ 186 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1910 rows starting from the beginning of the part | ||
| 14428 | 2024.11.14 04:58:08.830579 [ 186 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 30 rows starting from the beginning of the part | ||
| 14429 | 2024.11.14 04:58:08.831081 [ 186 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 20 rows starting from the beginning of the part | ||
| 14430 | 2024.11.14 04:58:08.831564 [ 186 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 30 rows starting from the beginning of the part | ||
| 14431 | 2024.11.14 04:58:08.832076 [ 186 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 32 rows starting from the beginning of the part | ||
| 14432 | 2024.11.14 04:58:08.832676 [ 186 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 20 rows starting from the beginning of the part | ||
| 14433 | 2024.11.14 04:58:08.841775 [ 200 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2042 rows, containing 72 columns (72 merged, 0 gathered) in 0.014190311 sec., 143901.00400195597 rows/sec., 108.97 MiB/sec. | ||
| 14434 | 2024.11.14 04:58:08.843983 [ 195 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 14435 | 2024.11.14 04:58:08.844817 [ 195 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_71_14} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14436 | 2024.11.14 04:58:08.844906 [ 195 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_71_14} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 14437 | 2024.11.14 04:58:08.845258 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.57 MiB. | ||
| 14438 | 2024.11.14 04:58:08.969091 [ 221 ] {} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Found 5 old parts to remove. Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 14439 | 2024.11.14 04:58:08.969149 [ 221 ] {} <Debug> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Removing 5 parts from filesystem (serially): Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 14440 | 2024.11.14 04:58:08.971081 [ 221 ] {} <Debug> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Removing 5 parts from memory: Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 14441 | 2024.11.14 04:58:09.006060 [ 244 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.004651864 sec. | ||
| 14442 | 2024.11.14 04:58:09.536753 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14443 | 2024.11.14 04:58:09.536952 [ 250 ] {f163be82-bd0e-4596-acff-14a50eac6acf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14444 | 2024.11.14 04:58:09.537025 [ 250 ] {f163be82-bd0e-4596-acff-14a50eac6acf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14445 | 2024.11.14 04:58:09.537783 [ 250 ] {f163be82-bd0e-4596-acff-14a50eac6acf} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14446 | 2024.11.14 04:58:09.537830 [ 250 ] {f163be82-bd0e-4596-acff-14a50eac6acf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 14447 | 2024.11.14 04:58:09.538269 [ 250 ] {f163be82-bd0e-4596-acff-14a50eac6acf} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 14448 | 2024.11.14 04:58:09.538521 [ 250 ] {f163be82-bd0e-4596-acff-14a50eac6acf} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14449 | 2024.11.14 04:58:09.538729 [ 49 ] {} <Debug> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0 | ||
| 14450 | 2024.11.14 04:58:09.538755 [ 250 ] {f163be82-bd0e-4596-acff-14a50eac6acf} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00186 sec., 7526.881720430107 rows/sec., 541.83 KiB/sec. | ||
| 14451 | 2024.11.14 04:58:09.538812 [ 49 ] {} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14452 | 2024.11.14 04:58:09.538906 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 14453 | 2024.11.14 04:58:09.538908 [ 250 ] {f163be82-bd0e-4596-acff-14a50eac6acf} <Debug> TCPHandler: Processed in 0.002277806 sec. | ||
| 14454 | 2024.11.14 04:58:09.539128 [ 200 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_45_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_41_10 to all_45_45_0 into Compact with storage Full | ||
| 14455 | 2024.11.14 04:58:09.539235 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14456 | 2024.11.14 04:58:09.539300 [ 200 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14457 | 2024.11.14 04:58:09.539344 [ 200 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_10, total 14 rows starting from the beginning of the part | ||
| 14458 | 2024.11.14 04:58:09.539456 [ 252 ] {1d6282eb-b013-4640-b4db-298a37db809b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14459 | 2024.11.14 04:58:09.539481 [ 200 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 14 rows starting from the beginning of the part | ||
| 14460 | 2024.11.14 04:58:09.539679 [ 252 ] {1d6282eb-b013-4640-b4db-298a37db809b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14461 | 2024.11.14 04:58:09.539919 [ 200 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 14 rows starting from the beginning of the part | ||
| 14462 | 2024.11.14 04:58:09.540310 [ 200 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 14 rows starting from the beginning of the part | ||
| 14463 | 2024.11.14 04:58:09.540710 [ 200 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 14 rows starting from the beginning of the part | ||
| 14464 | 2024.11.14 04:58:09.542093 [ 252 ] {1d6282eb-b013-4640-b4db-298a37db809b} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14465 | 2024.11.14 04:58:09.542142 [ 252 ] {1d6282eb-b013-4640-b4db-298a37db809b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 14466 | 2024.11.14 04:58:09.542427 [ 200 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003391518 sec., 20639.725338329325 rows/sec., 1.53 MiB/sec. | ||
| 14467 | 2024.11.14 04:58:09.542662 [ 197 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary) | ||
| 14468 | 2024.11.14 04:58:09.542805 [ 252 ] {1d6282eb-b013-4640-b4db-298a37db809b} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 14469 | 2024.11.14 04:58:09.543239 [ 197 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_45_11} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14470 | 2024.11.14 04:58:09.543339 [ 252 ] {1d6282eb-b013-4640-b4db-298a37db809b} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14471 | 2024.11.14 04:58:09.543412 [ 197 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_45_11} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11 | ||
| 14472 | 2024.11.14 04:58:09.543640 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 14473 | 2024.11.14 04:58:09.543783 [ 252 ] {1d6282eb-b013-4640-b4db-298a37db809b} <Debug> executeQuery: Read 313 rows, 28.39 KiB in 0.004398 sec., 71168.71305138699 rows/sec., 6.30 MiB/sec. | ||
| 14474 | 2024.11.14 04:58:09.543869 [ 252 ] {1d6282eb-b013-4640-b4db-298a37db809b} <Debug> TCPHandler: Processed in 0.004769938 sec. | ||
| 14475 | 2024.11.14 04:58:09.544121 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14476 | 2024.11.14 04:58:09.544340 [ 250 ] {7c8d4306-9985-4a4f-af3f-562ff013a009} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14477 | 2024.11.14 04:58:09.544392 [ 250 ] {7c8d4306-9985-4a4f-af3f-562ff013a009} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14478 | 2024.11.14 04:58:09.545031 [ 250 ] {7c8d4306-9985-4a4f-af3f-562ff013a009} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14479 | 2024.11.14 04:58:09.545071 [ 250 ] {7c8d4306-9985-4a4f-af3f-562ff013a009} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 14480 | 2024.11.14 04:58:09.545440 [ 250 ] {7c8d4306-9985-4a4f-af3f-562ff013a009} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 14481 | 2024.11.14 04:58:09.545699 [ 250 ] {7c8d4306-9985-4a4f-af3f-562ff013a009} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14482 | 2024.11.14 04:58:09.545875 [ 49 ] {} <Debug> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78) (MergerMutator): Selected 6 parts from all_1_76_16 to all_81_81_0 | ||
| 14483 | 2024.11.14 04:58:09.545935 [ 49 ] {} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14484 | 2024.11.14 04:58:09.545941 [ 250 ] {7c8d4306-9985-4a4f-af3f-562ff013a009} <Debug> executeQuery: Read 62 rows, 4.59 KiB in 0.00164 sec., 37804.87804878049 rows/sec., 2.73 MiB/sec. | ||
| 14485 | 2024.11.14 04:58:09.545969 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 14486 | 2024.11.14 04:58:09.546114 [ 250 ] {7c8d4306-9985-4a4f-af3f-562ff013a009} <Debug> TCPHandler: Processed in 0.002119342 sec. | ||
| 14487 | 2024.11.14 04:58:09.546225 [ 225 ] {} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Found 6 old parts to remove. Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] | ||
| 14488 | 2024.11.14 04:58:09.546347 [ 225 ] {} <Debug> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Removing 6 parts from filesystem (serially): Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] | ||
| 14489 | 2024.11.14 04:58:09.546374 [ 203 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_81_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_16 to all_81_81_0 into Compact with storage Full | ||
| 14490 | 2024.11.14 04:58:09.546441 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14491 | 2024.11.14 04:58:09.546855 [ 203 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_81_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14492 | 2024.11.14 04:58:09.546862 [ 252 ] {e53589e2-8c97-412c-8a5b-34e5f81f01da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14493 | 2024.11.14 04:58:09.546917 [ 203 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_81_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_16, total 66 rows starting from the beginning of the part | ||
| 14494 | 2024.11.14 04:58:09.546996 [ 252 ] {e53589e2-8c97-412c-8a5b-34e5f81f01da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14495 | 2024.11.14 04:58:09.547405 [ 203 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_81_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 10 rows starting from the beginning of the part | ||
| 14496 | 2024.11.14 04:58:09.547890 [ 203 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_81_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 48 rows starting from the beginning of the part | ||
| 14497 | 2024.11.14 04:58:09.548340 [ 203 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_81_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 60 rows starting from the beginning of the part | ||
| 14498 | 2024.11.14 04:58:09.548770 [ 203 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_81_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 4 rows starting from the beginning of the part | ||
| 14499 | 2024.11.14 04:58:09.549284 [ 203 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_81_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 62 rows starting from the beginning of the part | ||
| 14500 | 2024.11.14 04:58:09.551298 [ 252 ] {e53589e2-8c97-412c-8a5b-34e5f81f01da} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14501 | 2024.11.14 04:58:09.551401 [ 252 ] {e53589e2-8c97-412c-8a5b-34e5f81f01da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 14502 | 2024.11.14 04:58:09.553283 [ 252 ] {e53589e2-8c97-412c-8a5b-34e5f81f01da} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 14503 | 2024.11.14 04:58:09.553770 [ 203 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_81_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 250 rows, containing 5 columns (5 merged, 0 gathered) in 0.007648621 sec., 32685.630520848135 rows/sec., 2.47 MiB/sec. | ||
| 14504 | 2024.11.14 04:58:09.554113 [ 203 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_81_17} <Trace> MergedBlockOutputStream: filled checksums all_1_81_17 (state Temporary) | ||
| 14505 | 2024.11.14 04:58:09.554252 [ 252 ] {e53589e2-8c97-412c-8a5b-34e5f81f01da} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14506 | 2024.11.14 04:58:09.554845 [ 252 ] {e53589e2-8c97-412c-8a5b-34e5f81f01da} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.008121 sec., 1723.925624923039 rows/sec., 120.73 KiB/sec. | ||
| 14507 | 2024.11.14 04:58:09.555000 [ 203 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_81_17} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_merge_all_1_81_17 to all_1_81_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14508 | 2024.11.14 04:58:09.554987 [ 225 ] {} <Debug> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Removing 6 parts from memory: Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] | ||
| 14509 | 2024.11.14 04:58:09.555114 [ 252 ] {e53589e2-8c97-412c-8a5b-34e5f81f01da} <Debug> TCPHandler: Processed in 0.008799255 sec. | ||
| 14510 | 2024.11.14 04:58:09.555333 [ 203 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_81_17} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78) (MergerMutator): Merged 6 parts: [all_1_76_16, all_81_81_0] -> all_1_81_17 | ||
| 14511 | 2024.11.14 04:58:09.555497 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14512 | 2024.11.14 04:58:09.555605 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 14513 | 2024.11.14 04:58:09.555855 [ 250 ] {4152c407-61ff-4141-9065-27240a5310f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14514 | 2024.11.14 04:58:09.556025 [ 250 ] {4152c407-61ff-4141-9065-27240a5310f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14515 | 2024.11.14 04:58:09.556786 [ 250 ] {4152c407-61ff-4141-9065-27240a5310f7} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14516 | 2024.11.14 04:58:09.556849 [ 250 ] {4152c407-61ff-4141-9065-27240a5310f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 14517 | 2024.11.14 04:58:09.557213 [ 250 ] {4152c407-61ff-4141-9065-27240a5310f7} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 14518 | 2024.11.14 04:58:09.557449 [ 250 ] {4152c407-61ff-4141-9065-27240a5310f7} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14519 | 2024.11.14 04:58:09.557608 [ 49 ] {} <Debug> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0 | ||
| 14520 | 2024.11.14 04:58:09.557663 [ 49 ] {} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14521 | 2024.11.14 04:58:09.557704 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 14522 | 2024.11.14 04:58:09.557706 [ 250 ] {4152c407-61ff-4141-9065-27240a5310f7} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001956 sec., 6646.216768916156 rows/sec., 414.39 KiB/sec. | ||
| 14523 | 2024.11.14 04:58:09.557906 [ 219 ] {} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Found 5 old parts to remove. Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 14524 | 2024.11.14 04:58:09.557983 [ 250 ] {4152c407-61ff-4141-9065-27240a5310f7} <Debug> TCPHandler: Processed in 0.002674807 sec. | ||
| 14525 | 2024.11.14 04:58:09.558000 [ 219 ] {} <Debug> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Removing 5 parts from filesystem (serially): Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 14526 | 2024.11.14 04:58:09.558166 [ 188 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_45_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_41_10 to all_45_45_0 into Compact with storage Full | ||
| 14527 | 2024.11.14 04:58:09.558272 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14528 | 2024.11.14 04:58:09.558664 [ 188 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14529 | 2024.11.14 04:58:09.558694 [ 252 ] {52f21840-9ee5-4a0a-8d92-15b19b77c8dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14530 | 2024.11.14 04:58:09.558717 [ 188 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_10, total 13 rows starting from the beginning of the part | ||
| 14531 | 2024.11.14 04:58:09.558760 [ 252 ] {52f21840-9ee5-4a0a-8d92-15b19b77c8dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14532 | 2024.11.14 04:58:09.558969 [ 188 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 13 rows starting from the beginning of the part | ||
| 14533 | 2024.11.14 04:58:09.559507 [ 188 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 13 rows starting from the beginning of the part | ||
| 14534 | 2024.11.14 04:58:09.560135 [ 188 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 13 rows starting from the beginning of the part | ||
| 14535 | 2024.11.14 04:58:09.560497 [ 188 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 13 rows starting from the beginning of the part | ||
| 14536 | 2024.11.14 04:58:09.562868 [ 252 ] {52f21840-9ee5-4a0a-8d92-15b19b77c8dd} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14537 | 2024.11.14 04:58:09.562948 [ 252 ] {52f21840-9ee5-4a0a-8d92-15b19b77c8dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 14538 | 2024.11.14 04:58:09.563759 [ 192 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.005939552 sec., 10943.586317621262 rows/sec., 725.08 KiB/sec. | ||
| 14539 | 2024.11.14 04:58:09.564069 [ 193 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary) | ||
| 14540 | 2024.11.14 04:58:09.564221 [ 252 ] {52f21840-9ee5-4a0a-8d92-15b19b77c8dd} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 14541 | 2024.11.14 04:58:09.564609 [ 193 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_45_11} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14542 | 2024.11.14 04:58:09.564842 [ 252 ] {52f21840-9ee5-4a0a-8d92-15b19b77c8dd} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14543 | 2024.11.14 04:58:09.564920 [ 193 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_45_11} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11 | ||
| 14544 | 2024.11.14 04:58:09.564939 [ 219 ] {} <Debug> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Removing 5 parts from memory: Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 14545 | 2024.11.14 04:58:09.565197 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 14546 | 2024.11.14 04:58:09.565582 [ 252 ] {52f21840-9ee5-4a0a-8d92-15b19b77c8dd} <Debug> executeQuery: Read 437 rows, 32.09 KiB in 0.007021 sec., 62241.84589089873 rows/sec., 4.46 MiB/sec. | ||
| 14547 | 2024.11.14 04:58:09.565749 [ 252 ] {52f21840-9ee5-4a0a-8d92-15b19b77c8dd} <Debug> TCPHandler: Processed in 0.00762677 sec. | ||
| 14548 | 2024.11.14 04:58:09.565927 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14549 | 2024.11.14 04:58:09.566045 [ 250 ] {2c5d047c-9ce2-4c9d-bf72-184befaee821} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14550 | 2024.11.14 04:58:09.566096 [ 250 ] {2c5d047c-9ce2-4c9d-bf72-184befaee821} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14551 | 2024.11.14 04:58:09.566588 [ 250 ] {2c5d047c-9ce2-4c9d-bf72-184befaee821} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14552 | 2024.11.14 04:58:09.566627 [ 250 ] {2c5d047c-9ce2-4c9d-bf72-184befaee821} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 14553 | 2024.11.14 04:58:09.566993 [ 250 ] {2c5d047c-9ce2-4c9d-bf72-184befaee821} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 14554 | 2024.11.14 04:58:09.567235 [ 250 ] {2c5d047c-9ce2-4c9d-bf72-184befaee821} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14555 | 2024.11.14 04:58:09.567486 [ 250 ] {2c5d047c-9ce2-4c9d-bf72-184befaee821} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001456 sec., 4120.879120879121 rows/sec., 215.30 KiB/sec. | ||
| 14556 | 2024.11.14 04:58:09.567655 [ 250 ] {2c5d047c-9ce2-4c9d-bf72-184befaee821} <Debug> TCPHandler: Processed in 0.001780072 sec. | ||
| 14557 | 2024.11.14 04:58:09.567874 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14558 | 2024.11.14 04:58:09.568013 [ 252 ] {6baaa59e-5c79-4825-a303-496ac6e93eb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14559 | 2024.11.14 04:58:09.568073 [ 252 ] {6baaa59e-5c79-4825-a303-496ac6e93eb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14560 | 2024.11.14 04:58:09.568715 [ 252 ] {6baaa59e-5c79-4825-a303-496ac6e93eb9} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14561 | 2024.11.14 04:58:09.568753 [ 252 ] {6baaa59e-5c79-4825-a303-496ac6e93eb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 14562 | 2024.11.14 04:58:09.569149 [ 252 ] {6baaa59e-5c79-4825-a303-496ac6e93eb9} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 14563 | 2024.11.14 04:58:09.569382 [ 252 ] {6baaa59e-5c79-4825-a303-496ac6e93eb9} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14564 | 2024.11.14 04:58:09.569547 [ 49 ] {} <Debug> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 14565 | 2024.11.14 04:58:09.569598 [ 49 ] {} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14566 | 2024.11.14 04:58:09.569615 [ 252 ] {6baaa59e-5c79-4825-a303-496ac6e93eb9} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001623 sec., 146025.87800369685 rows/sec., 9.79 MiB/sec. | ||
| 14567 | 2024.11.14 04:58:09.569647 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 14568 | 2024.11.14 04:58:09.569747 [ 252 ] {6baaa59e-5c79-4825-a303-496ac6e93eb9} <Debug> TCPHandler: Processed in 0.001979477 sec. | ||
| 14569 | 2024.11.14 04:58:09.569863 [ 192 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full | ||
| 14570 | 2024.11.14 04:58:09.569952 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14571 | 2024.11.14 04:58:09.570042 [ 192 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14572 | 2024.11.14 04:58:09.570129 [ 192 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_131_26, total 25839 rows starting from the beginning of the part | ||
| 14573 | 2024.11.14 04:58:09.570211 [ 250 ] {50ddf7e6-a4f3-43a2-ae02-06a4ee738a59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14574 | 2024.11.14 04:58:09.570347 [ 192 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 160 rows starting from the beginning of the part | ||
| 14575 | 2024.11.14 04:58:09.570460 [ 250 ] {50ddf7e6-a4f3-43a2-ae02-06a4ee738a59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14576 | 2024.11.14 04:58:09.570756 [ 192 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 237 rows starting from the beginning of the part | ||
| 14577 | 2024.11.14 04:58:09.571148 [ 192 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 162 rows starting from the beginning of the part | ||
| 14578 | 2024.11.14 04:58:09.571512 [ 192 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 160 rows starting from the beginning of the part | ||
| 14579 | 2024.11.14 04:58:09.571839 [ 192 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 237 rows starting from the beginning of the part | ||
| 14580 | 2024.11.14 04:58:09.572849 [ 250 ] {50ddf7e6-a4f3-43a2-ae02-06a4ee738a59} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14581 | 2024.11.14 04:58:09.572926 [ 250 ] {50ddf7e6-a4f3-43a2-ae02-06a4ee738a59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 14582 | 2024.11.14 04:58:09.573530 [ 250 ] {50ddf7e6-a4f3-43a2-ae02-06a4ee738a59} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 14583 | 2024.11.14 04:58:09.573837 [ 250 ] {50ddf7e6-a4f3-43a2-ae02-06a4ee738a59} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14584 | 2024.11.14 04:58:09.574193 [ 250 ] {50ddf7e6-a4f3-43a2-ae02-06a4ee738a59} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004059 sec., 246.3661000246366 rows/sec., 16.60 KiB/sec. | ||
| 14585 | 2024.11.14 04:58:09.574269 [ 250 ] {50ddf7e6-a4f3-43a2-ae02-06a4ee738a59} <Debug> TCPHandler: Processed in 0.004407338 sec. | ||
| 14586 | 2024.11.14 04:58:09.574458 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14587 | 2024.11.14 04:58:09.574648 [ 252 ] {41c8bd08-c586-4f86-8cad-032bd106968f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14588 | 2024.11.14 04:58:09.574794 [ 252 ] {41c8bd08-c586-4f86-8cad-032bd106968f} <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 | ||
| 14589 | 2024.11.14 04:58:09.576897 [ 252 ] {41c8bd08-c586-4f86-8cad-032bd106968f} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14590 | 2024.11.14 04:58:09.576939 [ 252 ] {41c8bd08-c586-4f86-8cad-032bd106968f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 14591 | 2024.11.14 04:58:09.577769 [ 252 ] {41c8bd08-c586-4f86-8cad-032bd106968f} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 14592 | 2024.11.14 04:58:09.578060 [ 252 ] {41c8bd08-c586-4f86-8cad-032bd106968f} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14593 | 2024.11.14 04:58:09.578290 [ 49 ] {} <Debug> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e) (MergerMutator): Selected 6 parts from all_1_45_9 to all_50_50_0 | ||
| 14594 | 2024.11.14 04:58:09.578389 [ 49 ] {} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14595 | 2024.11.14 04:58:09.578484 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 14596 | 2024.11.14 04:58:09.578566 [ 252 ] {41c8bd08-c586-4f86-8cad-032bd106968f} <Debug> executeQuery: Read 55 rows, 100.92 KiB in 0.00394 sec., 13959.390862944163 rows/sec., 25.01 MiB/sec. | ||
| 14597 | 2024.11.14 04:58:09.579000 [ 193 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_50_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_45_9 to all_50_50_0 into Compact with storage Full | ||
| 14598 | 2024.11.14 04:58:09.579807 [ 252 ] {41c8bd08-c586-4f86-8cad-032bd106968f} <Debug> TCPHandler: Processed in 0.005414947 sec. | ||
| 14599 | 2024.11.14 04:58:09.580138 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14600 | 2024.11.14 04:58:09.580608 [ 250 ] {cc2a5e6b-3e33-44de-ad5a-448dbebb5972} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14601 | 2024.11.14 04:58:09.580641 [ 193 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_50_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14602 | 2024.11.14 04:58:09.580794 [ 250 ] {cc2a5e6b-3e33-44de-ad5a-448dbebb5972} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14603 | 2024.11.14 04:58:09.580842 [ 193 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_9, total 1675 rows starting from the beginning of the part | ||
| 14604 | 2024.11.14 04:58:09.582162 [ 192 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26795 rows, containing 5 columns (5 merged, 0 gathered) in 0.012363158 sec., 2167326.503471039 rows/sec., 147.77 MiB/sec. | ||
| 14605 | 2024.11.14 04:58:09.582461 [ 193 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 41 rows starting from the beginning of the part | ||
| 14606 | 2024.11.14 04:58:09.582801 [ 192 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 14607 | 2024.11.14 04:58:09.583800 [ 193 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 41 rows starting from the beginning of the part | ||
| 14608 | 2024.11.14 04:58:09.583824 [ 250 ] {cc2a5e6b-3e33-44de-ad5a-448dbebb5972} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14609 | 2024.11.14 04:58:09.583910 [ 250 ] {cc2a5e6b-3e33-44de-ad5a-448dbebb5972} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 14610 | 2024.11.14 04:58:09.584103 [ 192 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_136_27} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14611 | 2024.11.14 04:58:09.584557 [ 192 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_136_27} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 14612 | 2024.11.14 04:58:09.584911 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. | ||
| 14613 | 2024.11.14 04:58:09.585131 [ 193 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 41 rows starting from the beginning of the part | ||
| 14614 | 2024.11.14 04:58:09.585776 [ 193 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 53 rows starting from the beginning of the part | ||
| 14615 | 2024.11.14 04:58:09.585812 [ 250 ] {cc2a5e6b-3e33-44de-ad5a-448dbebb5972} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 14616 | 2024.11.14 04:58:09.586368 [ 193 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 55 rows starting from the beginning of the part | ||
| 14617 | 2024.11.14 04:58:09.586550 [ 250 ] {cc2a5e6b-3e33-44de-ad5a-448dbebb5972} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14618 | 2024.11.14 04:58:09.587055 [ 49 ] {} <Debug> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 14619 | 2024.11.14 04:58:09.587155 [ 49 ] {} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14620 | 2024.11.14 04:58:09.587250 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 14621 | 2024.11.14 04:58:09.587573 [ 250 ] {cc2a5e6b-3e33-44de-ad5a-448dbebb5972} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.007115 sec., 11524.94729444835 rows/sec., 749.54 KiB/sec. | ||
| 14622 | 2024.11.14 04:58:09.587852 [ 196 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full | ||
| 14623 | 2024.11.14 04:58:09.588000 [ 250 ] {cc2a5e6b-3e33-44de-ad5a-448dbebb5972} <Debug> TCPHandler: Processed in 0.008007712 sec. | ||
| 14624 | 2024.11.14 04:58:09.588792 [ 196 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14625 | 2024.11.14 04:58:09.588937 [ 196 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 7920 rows starting from the beginning of the part | ||
| 14626 | 2024.11.14 04:58:09.589445 [ 196 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 60 rows starting from the beginning of the part | ||
| 14627 | 2024.11.14 04:58:09.589962 [ 196 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 82 rows starting from the beginning of the part | ||
| 14628 | 2024.11.14 04:58:09.590476 [ 196 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 60 rows starting from the beginning of the part | ||
| 14629 | 2024.11.14 04:58:09.590928 [ 196 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 60 rows starting from the beginning of the part | ||
| 14630 | 2024.11.14 04:58:09.591246 [ 196 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 82 rows starting from the beginning of the part | ||
| 14631 | 2024.11.14 04:58:09.594007 [ 189 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8264 rows, containing 4 columns (4 merged, 0 gathered) in 0.00655753 sec., 1260230.6051211355 rows/sec., 82.66 MiB/sec. | ||
| 14632 | 2024.11.14 04:58:09.594165 [ 189 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 14633 | 2024.11.14 04:58:09.594495 [ 189 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_136_27} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14634 | 2024.11.14 04:58:09.594576 [ 189 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_136_27} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 14635 | 2024.11.14 04:58:09.594658 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.52 MiB. | ||
| 14636 | 2024.11.14 04:58:09.601268 [ 190 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_50_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1906 rows, containing 19 columns (19 merged, 0 gathered) in 0.022657036 sec., 84123.9780878664 rows/sec., 150.75 MiB/sec. | ||
| 14637 | 2024.11.14 04:58:09.602988 [ 190 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_50_10} <Trace> MergedBlockOutputStream: filled checksums all_1_50_10 (state Temporary) | ||
| 14638 | 2024.11.14 04:58:09.603426 [ 190 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_50_10} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Renaming temporary part tmp_merge_all_1_50_10 to all_1_50_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14639 | 2024.11.14 04:58:09.603511 [ 190 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_50_10} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e) (MergerMutator): Merged 6 parts: [all_1_45_9, all_50_50_0] -> all_1_50_10 | ||
| 14640 | 2024.11.14 04:58:09.603666 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.60 MiB. | ||
| 14641 | 2024.11.14 04:58:09.825634 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:37614, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14642 | 2024.11.14 04:58:09.955151 [ 209 ] {} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Found 5 old parts to remove. Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 14643 | 2024.11.14 04:58:09.955200 [ 209 ] {} <Debug> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Removing 5 parts from filesystem (serially): Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 14644 | 2024.11.14 04:58:09.956858 [ 209 ] {} <Debug> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Removing 5 parts from memory: Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 14645 | 2024.11.14 04:58:10.014747 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:47982, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14646 | 2024.11.14 04:58:10.411735 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:41132, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14647 | 2024.11.14 04:58:10.482421 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:49029, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14648 | 2024.11.14 04:58:10.584101 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:45455, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14649 | 2024.11.14 04:58:10.609495 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:35396, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14650 | 2024.11.14 04:58:10.619148 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:56725, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14651 | 2024.11.14 04:58:10.637494 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:49503, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14652 | 2024.11.14 04:58:10.666174 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:58385, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14653 | 2024.11.14 04:58:10.712867 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:47626, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14654 | 2024.11.14 04:58:10.800382 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:55850, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14655 | 2024.11.14 04:58:10.811821 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:44885, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14656 | 2024.11.14 04:58:10.817182 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:39542, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14657 | 2024.11.14 04:58:10.854056 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:53042, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14658 | 2024.11.14 04:58:10.866408 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:62039, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14659 | 2024.11.14 04:58:10.988487 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:60854, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14660 | 2024.11.14 04:58:11.484032 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:55530, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14661 | 2024.11.14 04:58:11.892068 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:52844, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14662 | 2024.11.14 04:58:12.032090 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:36969, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14663 | 2024.11.14 04:58:12.137643 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:44329, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14664 | 2024.11.14 04:58:12.249368 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:43509, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14665 | 2024.11.14 04:58:12.350297 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:36920, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14666 | 2024.11.14 04:58:12.363703 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:62276, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14667 | 2024.11.14 04:58:12.389053 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:43147, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14668 | 2024.11.14 04:58:14.527275 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14669 | 2024.11.14 04:58:14.527495 [ 250 ] {bf5a61e0-6166-421b-919a-1a22d0674967} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 14670 | 2024.11.14 04:58:14.527581 [ 250 ] {bf5a61e0-6166-421b-919a-1a22d0674967} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 14671 | 2024.11.14 04:58:14.528354 [ 250 ] {bf5a61e0-6166-421b-919a-1a22d0674967} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14672 | 2024.11.14 04:58:14.528406 [ 250 ] {bf5a61e0-6166-421b-919a-1a22d0674967} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 14673 | 2024.11.14 04:58:14.528832 [ 250 ] {bf5a61e0-6166-421b-919a-1a22d0674967} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 14674 | 2024.11.14 04:58:14.529100 [ 250 ] {bf5a61e0-6166-421b-919a-1a22d0674967} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14675 | 2024.11.14 04:58:14.529337 [ 250 ] {bf5a61e0-6166-421b-919a-1a22d0674967} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001903 sec., 2101.9442984760904 rows/sec., 171.40 KiB/sec. | ||
| 14676 | 2024.11.14 04:58:14.529396 [ 250 ] {bf5a61e0-6166-421b-919a-1a22d0674967} <Debug> TCPHandler: Processed in 0.002261496 sec. | ||
| 14677 | 2024.11.14 04:58:14.529664 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14678 | 2024.11.14 04:58:14.529911 [ 252 ] {68b2ff52-928f-4855-976f-a4ed48fe35bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14679 | 2024.11.14 04:58:14.529985 [ 252 ] {68b2ff52-928f-4855-976f-a4ed48fe35bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14680 | 2024.11.14 04:58:14.530751 [ 252 ] {68b2ff52-928f-4855-976f-a4ed48fe35bb} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14681 | 2024.11.14 04:58:14.530800 [ 252 ] {68b2ff52-928f-4855-976f-a4ed48fe35bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 14682 | 2024.11.14 04:58:14.531241 [ 252 ] {68b2ff52-928f-4855-976f-a4ed48fe35bb} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 14683 | 2024.11.14 04:58:14.531486 [ 252 ] {68b2ff52-928f-4855-976f-a4ed48fe35bb} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14684 | 2024.11.14 04:58:14.531712 [ 252 ] {68b2ff52-928f-4855-976f-a4ed48fe35bb} <Debug> executeQuery: Read 58 rows, 4.52 KiB in 0.001855 sec., 31266.84636118598 rows/sec., 2.38 MiB/sec. | ||
| 14685 | 2024.11.14 04:58:14.531769 [ 252 ] {68b2ff52-928f-4855-976f-a4ed48fe35bb} <Debug> TCPHandler: Processed in 0.002245795 sec. | ||
| 14686 | 2024.11.14 04:58:14.531970 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14687 | 2024.11.14 04:58:14.532091 [ 250 ] {6ec8ddf9-6b3e-414e-83b3-5fc715b5d71a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14688 | 2024.11.14 04:58:14.532142 [ 250 ] {6ec8ddf9-6b3e-414e-83b3-5fc715b5d71a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14689 | 2024.11.14 04:58:14.532721 [ 250 ] {6ec8ddf9-6b3e-414e-83b3-5fc715b5d71a} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14690 | 2024.11.14 04:58:14.532762 [ 250 ] {6ec8ddf9-6b3e-414e-83b3-5fc715b5d71a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 14691 | 2024.11.14 04:58:14.533111 [ 250 ] {6ec8ddf9-6b3e-414e-83b3-5fc715b5d71a} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 14692 | 2024.11.14 04:58:14.533350 [ 250 ] {6ec8ddf9-6b3e-414e-83b3-5fc715b5d71a} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14693 | 2024.11.14 04:58:14.533573 [ 250 ] {6ec8ddf9-6b3e-414e-83b3-5fc715b5d71a} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001502 sec., 2663.1158455392806 rows/sec., 185.95 KiB/sec. | ||
| 14694 | 2024.11.14 04:58:14.533650 [ 250 ] {6ec8ddf9-6b3e-414e-83b3-5fc715b5d71a} <Debug> TCPHandler: Processed in 0.00173655 sec. | ||
| 14695 | 2024.11.14 04:58:14.533891 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14696 | 2024.11.14 04:58:14.534041 [ 252 ] {31689005-db6a-4f17-bd6c-8d1b58da5835} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14697 | 2024.11.14 04:58:14.534091 [ 252 ] {31689005-db6a-4f17-bd6c-8d1b58da5835} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14698 | 2024.11.14 04:58:14.534700 [ 252 ] {31689005-db6a-4f17-bd6c-8d1b58da5835} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14699 | 2024.11.14 04:58:14.534741 [ 252 ] {31689005-db6a-4f17-bd6c-8d1b58da5835} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 14700 | 2024.11.14 04:58:14.535108 [ 252 ] {31689005-db6a-4f17-bd6c-8d1b58da5835} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 14701 | 2024.11.14 04:58:14.535348 [ 252 ] {31689005-db6a-4f17-bd6c-8d1b58da5835} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14702 | 2024.11.14 04:58:14.535553 [ 252 ] {31689005-db6a-4f17-bd6c-8d1b58da5835} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001535 sec., 44299.67426710098 rows/sec., 3.46 MiB/sec. | ||
| 14703 | 2024.11.14 04:58:14.535604 [ 252 ] {31689005-db6a-4f17-bd6c-8d1b58da5835} <Debug> TCPHandler: Processed in 0.001854204 sec. | ||
| 14704 | 2024.11.14 04:58:14.535755 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14705 | 2024.11.14 04:58:14.535874 [ 250 ] {4759c48c-8443-461e-a425-927316ac796e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14706 | 2024.11.14 04:58:14.535927 [ 250 ] {4759c48c-8443-461e-a425-927316ac796e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14707 | 2024.11.14 04:58:14.536487 [ 250 ] {4759c48c-8443-461e-a425-927316ac796e} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14708 | 2024.11.14 04:58:14.536528 [ 250 ] {4759c48c-8443-461e-a425-927316ac796e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 14709 | 2024.11.14 04:58:14.536929 [ 250 ] {4759c48c-8443-461e-a425-927316ac796e} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 14710 | 2024.11.14 04:58:14.537172 [ 250 ] {4759c48c-8443-461e-a425-927316ac796e} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14711 | 2024.11.14 04:58:14.537410 [ 250 ] {4759c48c-8443-461e-a425-927316ac796e} <Debug> executeQuery: Read 130 rows, 9.27 KiB in 0.001561 sec., 83279.94875080076 rows/sec., 5.80 MiB/sec. | ||
| 14712 | 2024.11.14 04:58:14.537524 [ 250 ] {4759c48c-8443-461e-a425-927316ac796e} <Debug> TCPHandler: Processed in 0.001823062 sec. | ||
| 14713 | 2024.11.14 04:58:14.537799 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14714 | 2024.11.14 04:58:14.537985 [ 252 ] {e7df42a1-e344-44ad-8258-535c64346058} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14715 | 2024.11.14 04:58:14.538036 [ 252 ] {e7df42a1-e344-44ad-8258-535c64346058} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14716 | 2024.11.14 04:58:14.538543 [ 252 ] {e7df42a1-e344-44ad-8258-535c64346058} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14717 | 2024.11.14 04:58:14.538583 [ 252 ] {e7df42a1-e344-44ad-8258-535c64346058} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 14718 | 2024.11.14 04:58:14.538950 [ 252 ] {e7df42a1-e344-44ad-8258-535c64346058} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 14719 | 2024.11.14 04:58:14.539192 [ 252 ] {e7df42a1-e344-44ad-8258-535c64346058} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14720 | 2024.11.14 04:58:14.539414 [ 252 ] {e7df42a1-e344-44ad-8258-535c64346058} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001453 sec., 33035.09979353062 rows/sec., 2.23 MiB/sec. | ||
| 14721 | 2024.11.14 04:58:14.539509 [ 252 ] {e7df42a1-e344-44ad-8258-535c64346058} <Debug> TCPHandler: Processed in 0.001868284 sec. | ||
| 14722 | 2024.11.14 04:58:14.849496 [ 221 ] {} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 14723 | 2024.11.14 04:58:14.849564 [ 221 ] {} <Debug> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 14724 | 2024.11.14 04:58:14.851556 [ 221 ] {} <Debug> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 14725 | 2024.11.14 04:58:15.707783 [ 225 ] {} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 14726 | 2024.11.14 04:58:15.707845 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 14727 | 2024.11.14 04:58:15.710134 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 14728 | 2024.11.14 04:58:18.830667 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2076 | ||
| 14729 | 2024.11.14 04:58:18.833748 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14730 | 2024.11.14 04:58:18.833794 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 14731 | 2024.11.14 04:58:18.835296 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 14732 | 2024.11.14 04:58:18.835605 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14733 | 2024.11.14 04:58:18.837799 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2076 | ||
| 14734 | 2024.11.14 04:58:19.529105 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14735 | 2024.11.14 04:58:19.529316 [ 250 ] {bf898690-8ece-4b17-9c06-4e6c99cea11e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14736 | 2024.11.14 04:58:19.529397 [ 250 ] {bf898690-8ece-4b17-9c06-4e6c99cea11e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14737 | 2024.11.14 04:58:19.530224 [ 250 ] {bf898690-8ece-4b17-9c06-4e6c99cea11e} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14738 | 2024.11.14 04:58:19.530265 [ 250 ] {bf898690-8ece-4b17-9c06-4e6c99cea11e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 14739 | 2024.11.14 04:58:19.530706 [ 250 ] {bf898690-8ece-4b17-9c06-4e6c99cea11e} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 14740 | 2024.11.14 04:58:19.530965 [ 250 ] {bf898690-8ece-4b17-9c06-4e6c99cea11e} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14741 | 2024.11.14 04:58:19.531124 [ 38 ] {} <Debug> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 14742 | 2024.11.14 04:58:19.531171 [ 38 ] {} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14743 | 2024.11.14 04:58:19.531176 [ 250 ] {bf898690-8ece-4b17-9c06-4e6c99cea11e} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00192 sec., 29166.666666666664 rows/sec., 2.23 MiB/sec. | ||
| 14744 | 2024.11.14 04:58:19.531199 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 14745 | 2024.11.14 04:58:19.531264 [ 250 ] {bf898690-8ece-4b17-9c06-4e6c99cea11e} <Debug> TCPHandler: Processed in 0.002293036 sec. | ||
| 14746 | 2024.11.14 04:58:19.531432 [ 198 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full | ||
| 14747 | 2024.11.14 04:58:19.531666 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14748 | 2024.11.14 04:58:19.531755 [ 198 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14749 | 2024.11.14 04:58:19.531870 [ 198 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 1458 rows starting from the beginning of the part | ||
| 14750 | 2024.11.14 04:58:19.532312 [ 198 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 58 rows starting from the beginning of the part | ||
| 14751 | 2024.11.14 04:58:19.532413 [ 252 ] {c7d2c50a-7a9e-483b-8729-1d4c8df3546d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14752 | 2024.11.14 04:58:19.532728 [ 252 ] {c7d2c50a-7a9e-483b-8729-1d4c8df3546d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14753 | 2024.11.14 04:58:19.532798 [ 198 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 56 rows starting from the beginning of the part | ||
| 14754 | 2024.11.14 04:58:19.533315 [ 198 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 313 rows starting from the beginning of the part | ||
| 14755 | 2024.11.14 04:58:19.533704 [ 198 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 58 rows starting from the beginning of the part | ||
| 14756 | 2024.11.14 04:58:19.534234 [ 198 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 56 rows starting from the beginning of the part | ||
| 14757 | 2024.11.14 04:58:19.537367 [ 252 ] {c7d2c50a-7a9e-483b-8729-1d4c8df3546d} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14758 | 2024.11.14 04:58:19.537462 [ 252 ] {c7d2c50a-7a9e-483b-8729-1d4c8df3546d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 14759 | 2024.11.14 04:58:19.538318 [ 252 ] {c7d2c50a-7a9e-483b-8729-1d4c8df3546d} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 14760 | 2024.11.14 04:58:19.538899 [ 252 ] {c7d2c50a-7a9e-483b-8729-1d4c8df3546d} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14761 | 2024.11.14 04:58:19.538998 [ 198 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1999 rows, containing 5 columns (5 merged, 0 gathered) in 0.007724503 sec., 258786.87599707063 rows/sec., 22.60 MiB/sec. | ||
| 14762 | 2024.11.14 04:58:19.539188 [ 38 ] {} <Debug> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 14763 | 2024.11.14 04:58:19.539256 [ 38 ] {} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14764 | 2024.11.14 04:58:19.539316 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 14765 | 2024.11.14 04:58:19.539369 [ 252 ] {c7d2c50a-7a9e-483b-8729-1d4c8df3546d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.007291 sec., 8777.945412151968 rows/sec., 701.58 KiB/sec. | ||
| 14766 | 2024.11.14 04:58:19.539610 [ 189 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 14767 | 2024.11.14 04:58:19.539670 [ 194 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full | ||
| 14768 | 2024.11.14 04:58:19.539684 [ 252 ] {c7d2c50a-7a9e-483b-8729-1d4c8df3546d} <Debug> TCPHandler: Processed in 0.008263369 sec. | ||
| 14769 | 2024.11.14 04:58:19.539986 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14770 | 2024.11.14 04:58:19.540042 [ 194 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14771 | 2024.11.14 04:58:19.540101 [ 194 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 930 rows starting from the beginning of the part | ||
| 14772 | 2024.11.14 04:58:19.540295 [ 250 ] {92ebd1fe-d7ae-4205-948e-7444986e6bd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14773 | 2024.11.14 04:58:19.540459 [ 194 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 68 rows starting from the beginning of the part | ||
| 14774 | 2024.11.14 04:58:19.540524 [ 250 ] {92ebd1fe-d7ae-4205-948e-7444986e6bd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14775 | 2024.11.14 04:58:19.541068 [ 194 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 64 rows starting from the beginning of the part | ||
| 14776 | 2024.11.14 04:58:19.541539 [ 194 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 437 rows starting from the beginning of the part | ||
| 14777 | 2024.11.14 04:58:19.541295 [ 189 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_141_28} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14778 | 2024.11.14 04:58:19.542121 [ 194 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 68 rows starting from the beginning of the part | ||
| 14779 | 2024.11.14 04:58:19.542179 [ 189 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_141_28} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 14780 | 2024.11.14 04:58:19.542629 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. | ||
| 14781 | 2024.11.14 04:58:19.542675 [ 194 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 64 rows starting from the beginning of the part | ||
| 14782 | 2024.11.14 04:58:19.543763 [ 250 ] {92ebd1fe-d7ae-4205-948e-7444986e6bd8} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14783 | 2024.11.14 04:58:19.543809 [ 250 ] {92ebd1fe-d7ae-4205-948e-7444986e6bd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 14784 | 2024.11.14 04:58:19.544393 [ 250 ] {92ebd1fe-d7ae-4205-948e-7444986e6bd8} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 14785 | 2024.11.14 04:58:19.544636 [ 195 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1631 rows, containing 5 columns (5 merged, 0 gathered) in 0.005211701 sec., 312949.6492603854 rows/sec., 24.16 MiB/sec. | ||
| 14786 | 2024.11.14 04:58:19.544770 [ 250 ] {92ebd1fe-d7ae-4205-948e-7444986e6bd8} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14787 | 2024.11.14 04:58:19.544998 [ 195 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 14788 | 2024.11.14 04:58:19.545101 [ 250 ] {92ebd1fe-d7ae-4205-948e-7444986e6bd8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004913 sec., 32566.65988194586 rows/sec., 2.27 MiB/sec. | ||
| 14789 | 2024.11.14 04:58:19.545196 [ 250 ] {92ebd1fe-d7ae-4205-948e-7444986e6bd8} <Debug> TCPHandler: Processed in 0.005368446 sec. | ||
| 14790 | 2024.11.14 04:58:19.545386 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14791 | 2024.11.14 04:58:19.545549 [ 195 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_141_28} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14792 | 2024.11.14 04:58:19.545586 [ 252 ] {ce75f4f8-bde4-49ca-873b-b911ba11b470} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14793 | 2024.11.14 04:58:19.545709 [ 252 ] {ce75f4f8-bde4-49ca-873b-b911ba11b470} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14794 | 2024.11.14 04:58:19.545744 [ 195 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_141_28} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 14795 | 2024.11.14 04:58:19.545969 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
| 14796 | 2024.11.14 04:58:19.546793 [ 252 ] {ce75f4f8-bde4-49ca-873b-b911ba11b470} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14797 | 2024.11.14 04:58:19.546839 [ 252 ] {ce75f4f8-bde4-49ca-873b-b911ba11b470} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 14798 | 2024.11.14 04:58:19.547234 [ 252 ] {ce75f4f8-bde4-49ca-873b-b911ba11b470} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 14799 | 2024.11.14 04:58:19.547481 [ 252 ] {ce75f4f8-bde4-49ca-873b-b911ba11b470} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14800 | 2024.11.14 04:58:19.547692 [ 252 ] {ce75f4f8-bde4-49ca-873b-b911ba11b470} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002176 sec., 27573.529411764706 rows/sec., 1.86 MiB/sec. | ||
| 14801 | 2024.11.14 04:58:19.547756 [ 252 ] {ce75f4f8-bde4-49ca-873b-b911ba11b470} <Debug> TCPHandler: Processed in 0.002456571 sec. | ||
| 14802 | 2024.11.14 04:58:20.064983 [ 36 ] {} <Debug> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0 | ||
| 14803 | 2024.11.14 04:58:20.065097 [ 36 ] {} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14804 | 2024.11.14 04:58:20.065137 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 14805 | 2024.11.14 04:58:20.065386 [ 188 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_45_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_41_10 to all_45_45_0 into Compact with storage Full | ||
| 14806 | 2024.11.14 04:58:20.065988 [ 188 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14807 | 2024.11.14 04:58:20.066108 [ 188 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_10, total 41 rows starting from the beginning of the part | ||
| 14808 | 2024.11.14 04:58:20.066247 [ 188 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1 rows starting from the beginning of the part | ||
| 14809 | 2024.11.14 04:58:20.066482 [ 188 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 1 rows starting from the beginning of the part | ||
| 14810 | 2024.11.14 04:58:20.066745 [ 188 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1 rows starting from the beginning of the part | ||
| 14811 | 2024.11.14 04:58:20.066976 [ 188 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 1 rows starting from the beginning of the part | ||
| 14812 | 2024.11.14 04:58:20.068169 [ 195 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 45 rows, containing 4 columns (4 merged, 0 gathered) in 0.002937305 sec., 15320.165934419478 rows/sec., 1.01 MiB/sec. | ||
| 14813 | 2024.11.14 04:58:20.068353 [ 195 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary) | ||
| 14814 | 2024.11.14 04:58:20.068690 [ 195 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_45_11} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14815 | 2024.11.14 04:58:20.068781 [ 195 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_45_11} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11 | ||
| 14816 | 2024.11.14 04:58:20.068887 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 14817 | 2024.11.14 04:58:21.110424 [ 35 ] {} <Debug> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0 | ||
| 14818 | 2024.11.14 04:58:21.110491 [ 35 ] {} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14819 | 2024.11.14 04:58:21.110514 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 14820 | 2024.11.14 04:58:21.110656 [ 220 ] {} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Found 5 old parts to remove. Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 14821 | 2024.11.14 04:58:21.110696 [ 191 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_45_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_41_10 to all_45_45_0 into Compact with storage Full | ||
| 14822 | 2024.11.14 04:58:21.110727 [ 220 ] {} <Debug> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Removing 5 parts from filesystem (serially): Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 14823 | 2024.11.14 04:58:21.111024 [ 191 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14824 | 2024.11.14 04:58:21.111088 [ 191 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_10, total 246 rows starting from the beginning of the part | ||
| 14825 | 2024.11.14 04:58:21.111168 [ 191 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 6 rows starting from the beginning of the part | ||
| 14826 | 2024.11.14 04:58:21.111436 [ 191 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 6 rows starting from the beginning of the part | ||
| 14827 | 2024.11.14 04:58:21.111659 [ 191 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 6 rows starting from the beginning of the part | ||
| 14828 | 2024.11.14 04:58:21.111938 [ 191 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 6 rows starting from the beginning of the part | ||
| 14829 | 2024.11.14 04:58:21.113385 [ 195 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 270 rows, containing 4 columns (4 merged, 0 gathered) in 0.002806712 sec., 96197.9711491596 rows/sec., 4.91 MiB/sec. | ||
| 14830 | 2024.11.14 04:58:21.113611 [ 195 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary) | ||
| 14831 | 2024.11.14 04:58:21.114095 [ 195 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_45_11} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14832 | 2024.11.14 04:58:21.114188 [ 195 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_45_11} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11 | ||
| 14833 | 2024.11.14 04:58:21.114321 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 14834 | 2024.11.14 04:58:21.114779 [ 220 ] {} <Debug> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Removing 5 parts from memory: Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 14835 | 2024.11.14 04:58:21.537598 [ 220 ] {} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Found 5 old parts to remove. Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 14836 | 2024.11.14 04:58:21.537662 [ 220 ] {} <Debug> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Removing 5 parts from filesystem (serially): Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 14837 | 2024.11.14 04:58:21.539896 [ 220 ] {} <Debug> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Removing 5 parts from memory: Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 14838 | 2024.11.14 04:58:23.297696 [ 32 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14839 | 2024.11.14 04:58:23.297749 [ 32 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14840 | 2024.11.14 04:58:24.212318 [ 223 ] {} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 14841 | 2024.11.14 04:58:24.212373 [ 223 ] {} <Debug> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 14842 | 2024.11.14 04:58:24.214393 [ 223 ] {} <Debug> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 14843 | 2024.11.14 04:58:24.510946 [ 220 ] {} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 14844 | 2024.11.14 04:58:24.511016 [ 220 ] {} <Debug> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 14845 | 2024.11.14 04:58:24.513843 [ 220 ] {} <Debug> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 14846 | 2024.11.14 04:58:24.536640 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14847 | 2024.11.14 04:58:24.536854 [ 250 ] {6849769c-6c04-47e1-8ce4-050eb5248276} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14848 | 2024.11.14 04:58:24.536935 [ 250 ] {6849769c-6c04-47e1-8ce4-050eb5248276} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14849 | 2024.11.14 04:58:24.537733 [ 250 ] {6849769c-6c04-47e1-8ce4-050eb5248276} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14850 | 2024.11.14 04:58:24.537776 [ 250 ] {6849769c-6c04-47e1-8ce4-050eb5248276} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 14851 | 2024.11.14 04:58:24.538233 [ 250 ] {6849769c-6c04-47e1-8ce4-050eb5248276} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 14852 | 2024.11.14 04:58:24.538490 [ 250 ] {6849769c-6c04-47e1-8ce4-050eb5248276} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14853 | 2024.11.14 04:58:24.538724 [ 250 ] {6849769c-6c04-47e1-8ce4-050eb5248276} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001925 sec., 7272.727272727272 rows/sec., 523.54 KiB/sec. | ||
| 14854 | 2024.11.14 04:58:24.538932 [ 250 ] {6849769c-6c04-47e1-8ce4-050eb5248276} <Debug> TCPHandler: Processed in 0.002427301 sec. | ||
| 14855 | 2024.11.14 04:58:24.539232 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14856 | 2024.11.14 04:58:24.539427 [ 252 ] {18528003-82fd-4b69-a76d-d9bc573c23c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14857 | 2024.11.14 04:58:24.539505 [ 252 ] {18528003-82fd-4b69-a76d-d9bc573c23c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14858 | 2024.11.14 04:58:24.540419 [ 252 ] {18528003-82fd-4b69-a76d-d9bc573c23c6} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14859 | 2024.11.14 04:58:24.540461 [ 252 ] {18528003-82fd-4b69-a76d-d9bc573c23c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 14860 | 2024.11.14 04:58:24.540898 [ 252 ] {18528003-82fd-4b69-a76d-d9bc573c23c6} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 14861 | 2024.11.14 04:58:24.541151 [ 252 ] {18528003-82fd-4b69-a76d-d9bc573c23c6} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14862 | 2024.11.14 04:58:24.541370 [ 252 ] {18528003-82fd-4b69-a76d-d9bc573c23c6} <Debug> executeQuery: Read 327 rows, 29.69 KiB in 0.001998 sec., 163663.66366366364 rows/sec., 14.51 MiB/sec. | ||
| 14863 | 2024.11.14 04:58:24.541437 [ 252 ] {18528003-82fd-4b69-a76d-d9bc573c23c6} <Debug> TCPHandler: Processed in 0.002361299 sec. | ||
| 14864 | 2024.11.14 04:58:24.541602 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14865 | 2024.11.14 04:58:24.541739 [ 250 ] {c2e8ca78-6022-4f4b-bb2b-f34d405f316f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14866 | 2024.11.14 04:58:24.541797 [ 250 ] {c2e8ca78-6022-4f4b-bb2b-f34d405f316f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14867 | 2024.11.14 04:58:24.542436 [ 250 ] {c2e8ca78-6022-4f4b-bb2b-f34d405f316f} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14868 | 2024.11.14 04:58:24.542474 [ 250 ] {c2e8ca78-6022-4f4b-bb2b-f34d405f316f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 14869 | 2024.11.14 04:58:24.542852 [ 250 ] {c2e8ca78-6022-4f4b-bb2b-f34d405f316f} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 14870 | 2024.11.14 04:58:24.543091 [ 250 ] {c2e8ca78-6022-4f4b-bb2b-f34d405f316f} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14871 | 2024.11.14 04:58:24.543264 [ 250 ] {c2e8ca78-6022-4f4b-bb2b-f34d405f316f} <Debug> executeQuery: Read 69 rows, 5.12 KiB in 0.001556 sec., 44344.47300771208 rows/sec., 3.21 MiB/sec. | ||
| 14872 | 2024.11.14 04:58:24.543315 [ 250 ] {c2e8ca78-6022-4f4b-bb2b-f34d405f316f} <Debug> TCPHandler: Processed in 0.001783312 sec. | ||
| 14873 | 2024.11.14 04:58:24.543462 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14874 | 2024.11.14 04:58:24.543590 [ 252 ] {790c351b-db08-4505-b222-35c2a81e7ef7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14875 | 2024.11.14 04:58:24.543643 [ 252 ] {790c351b-db08-4505-b222-35c2a81e7ef7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14876 | 2024.11.14 04:58:24.544234 [ 252 ] {790c351b-db08-4505-b222-35c2a81e7ef7} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14877 | 2024.11.14 04:58:24.544275 [ 252 ] {790c351b-db08-4505-b222-35c2a81e7ef7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 14878 | 2024.11.14 04:58:24.544636 [ 252 ] {790c351b-db08-4505-b222-35c2a81e7ef7} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 14879 | 2024.11.14 04:58:24.544886 [ 252 ] {790c351b-db08-4505-b222-35c2a81e7ef7} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14880 | 2024.11.14 04:58:24.545221 [ 252 ] {790c351b-db08-4505-b222-35c2a81e7ef7} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001621 sec., 8636.64404688464 rows/sec., 604.85 KiB/sec. | ||
| 14881 | 2024.11.14 04:58:24.545623 [ 252 ] {790c351b-db08-4505-b222-35c2a81e7ef7} <Debug> TCPHandler: Processed in 0.002213645 sec. | ||
| 14882 | 2024.11.14 04:58:24.545961 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14883 | 2024.11.14 04:58:24.546225 [ 250 ] {7ce11614-67f4-4e4a-9052-73da29972a19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14884 | 2024.11.14 04:58:24.546282 [ 250 ] {7ce11614-67f4-4e4a-9052-73da29972a19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14885 | 2024.11.14 04:58:24.546965 [ 250 ] {7ce11614-67f4-4e4a-9052-73da29972a19} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14886 | 2024.11.14 04:58:24.547012 [ 250 ] {7ce11614-67f4-4e4a-9052-73da29972a19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 14887 | 2024.11.14 04:58:24.547386 [ 250 ] {7ce11614-67f4-4e4a-9052-73da29972a19} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 14888 | 2024.11.14 04:58:24.547625 [ 250 ] {7ce11614-67f4-4e4a-9052-73da29972a19} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14889 | 2024.11.14 04:58:24.547842 [ 250 ] {7ce11614-67f4-4e4a-9052-73da29972a19} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001647 sec., 7893.139040680024 rows/sec., 492.14 KiB/sec. | ||
| 14890 | 2024.11.14 04:58:24.548078 [ 250 ] {7ce11614-67f4-4e4a-9052-73da29972a19} <Debug> TCPHandler: Processed in 0.002321318 sec. | ||
| 14891 | 2024.11.14 04:58:24.548302 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14892 | 2024.11.14 04:58:24.548448 [ 252 ] {95bf54f6-95af-434c-b586-cf76f0966e4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14893 | 2024.11.14 04:58:24.548505 [ 252 ] {95bf54f6-95af-434c-b586-cf76f0966e4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14894 | 2024.11.14 04:58:24.549332 [ 252 ] {95bf54f6-95af-434c-b586-cf76f0966e4d} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14895 | 2024.11.14 04:58:24.549372 [ 252 ] {95bf54f6-95af-434c-b586-cf76f0966e4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 14896 | 2024.11.14 04:58:24.549753 [ 252 ] {95bf54f6-95af-434c-b586-cf76f0966e4d} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 14897 | 2024.11.14 04:58:24.550008 [ 252 ] {95bf54f6-95af-434c-b586-cf76f0966e4d} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14898 | 2024.11.14 04:58:24.550218 [ 252 ] {95bf54f6-95af-434c-b586-cf76f0966e4d} <Debug> executeQuery: Read 453 rows, 33.37 KiB in 0.001808 sec., 250553.09734513276 rows/sec., 18.02 MiB/sec. | ||
| 14899 | 2024.11.14 04:58:24.550269 [ 252 ] {95bf54f6-95af-434c-b586-cf76f0966e4d} <Debug> TCPHandler: Processed in 0.0020915 sec. | ||
| 14900 | 2024.11.14 04:58:24.550421 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14901 | 2024.11.14 04:58:24.550559 [ 250 ] {a9799e70-ac24-4e59-94f5-422aa636fa35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14902 | 2024.11.14 04:58:24.550620 [ 250 ] {a9799e70-ac24-4e59-94f5-422aa636fa35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14903 | 2024.11.14 04:58:24.551151 [ 250 ] {a9799e70-ac24-4e59-94f5-422aa636fa35} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14904 | 2024.11.14 04:58:24.551189 [ 250 ] {a9799e70-ac24-4e59-94f5-422aa636fa35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 14905 | 2024.11.14 04:58:24.551551 [ 250 ] {a9799e70-ac24-4e59-94f5-422aa636fa35} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 14906 | 2024.11.14 04:58:24.551787 [ 250 ] {a9799e70-ac24-4e59-94f5-422aa636fa35} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14907 | 2024.11.14 04:58:24.552023 [ 250 ] {a9799e70-ac24-4e59-94f5-422aa636fa35} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001481 sec., 4051.3166779203243 rows/sec., 211.67 KiB/sec. | ||
| 14908 | 2024.11.14 04:58:24.552085 [ 250 ] {a9799e70-ac24-4e59-94f5-422aa636fa35} <Debug> TCPHandler: Processed in 0.00173158 sec. | ||
| 14909 | 2024.11.14 04:58:24.552335 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14910 | 2024.11.14 04:58:24.552542 [ 252 ] {ef3be1ad-ee98-41c9-938f-e84e03bf6120} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14911 | 2024.11.14 04:58:24.552604 [ 252 ] {ef3be1ad-ee98-41c9-938f-e84e03bf6120} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14912 | 2024.11.14 04:58:24.553255 [ 252 ] {ef3be1ad-ee98-41c9-938f-e84e03bf6120} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14913 | 2024.11.14 04:58:24.553294 [ 252 ] {ef3be1ad-ee98-41c9-938f-e84e03bf6120} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 14914 | 2024.11.14 04:58:24.553688 [ 252 ] {ef3be1ad-ee98-41c9-938f-e84e03bf6120} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 14915 | 2024.11.14 04:58:24.553920 [ 252 ] {ef3be1ad-ee98-41c9-938f-e84e03bf6120} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14916 | 2024.11.14 04:58:24.554127 [ 252 ] {ef3be1ad-ee98-41c9-938f-e84e03bf6120} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001626 sec., 145756.45756457563 rows/sec., 9.77 MiB/sec. | ||
| 14917 | 2024.11.14 04:58:24.554177 [ 252 ] {ef3be1ad-ee98-41c9-938f-e84e03bf6120} <Debug> TCPHandler: Processed in 0.002011489 sec. | ||
| 14918 | 2024.11.14 04:58:24.554340 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14919 | 2024.11.14 04:58:24.554482 [ 250 ] {64e5fbfb-927b-4116-b4c7-73b58e8c6079} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14920 | 2024.11.14 04:58:24.554543 [ 250 ] {64e5fbfb-927b-4116-b4c7-73b58e8c6079} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14921 | 2024.11.14 04:58:24.555067 [ 250 ] {64e5fbfb-927b-4116-b4c7-73b58e8c6079} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14922 | 2024.11.14 04:58:24.555104 [ 250 ] {64e5fbfb-927b-4116-b4c7-73b58e8c6079} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 14923 | 2024.11.14 04:58:24.555464 [ 250 ] {64e5fbfb-927b-4116-b4c7-73b58e8c6079} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 14924 | 2024.11.14 04:58:24.555696 [ 250 ] {64e5fbfb-927b-4116-b4c7-73b58e8c6079} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14925 | 2024.11.14 04:58:24.555868 [ 250 ] {64e5fbfb-927b-4116-b4c7-73b58e8c6079} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001418 sec., 705.2186177715091 rows/sec., 47.52 KiB/sec. | ||
| 14926 | 2024.11.14 04:58:24.555916 [ 250 ] {64e5fbfb-927b-4116-b4c7-73b58e8c6079} <Debug> TCPHandler: Processed in 0.001648598 sec. | ||
| 14927 | 2024.11.14 04:58:24.556055 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14928 | 2024.11.14 04:58:24.556194 [ 252 ] {6473dfd6-be1a-4618-ac48-8712103a1728} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14929 | 2024.11.14 04:58:24.556290 [ 252 ] {6473dfd6-be1a-4618-ac48-8712103a1728} <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 | ||
| 14930 | 2024.11.14 04:58:24.557610 [ 252 ] {6473dfd6-be1a-4618-ac48-8712103a1728} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14931 | 2024.11.14 04:58:24.557649 [ 252 ] {6473dfd6-be1a-4618-ac48-8712103a1728} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 14932 | 2024.11.14 04:58:24.558352 [ 252 ] {6473dfd6-be1a-4618-ac48-8712103a1728} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 14933 | 2024.11.14 04:58:24.558625 [ 252 ] {6473dfd6-be1a-4618-ac48-8712103a1728} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14934 | 2024.11.14 04:58:24.558882 [ 252 ] {6473dfd6-be1a-4618-ac48-8712103a1728} <Debug> executeQuery: Read 62 rows, 113.77 KiB in 0.002718 sec., 22810.890360559235 rows/sec., 40.88 MiB/sec. | ||
| 14935 | 2024.11.14 04:58:24.559157 [ 252 ] {6473dfd6-be1a-4618-ac48-8712103a1728} <Debug> TCPHandler: Processed in 0.003160882 sec. | ||
| 14936 | 2024.11.14 04:58:24.559366 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14937 | 2024.11.14 04:58:24.559570 [ 250 ] {e07c1fa9-324b-46e6-8e74-69f47d33dade} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 14938 | 2024.11.14 04:58:24.559655 [ 250 ] {e07c1fa9-324b-46e6-8e74-69f47d33dade} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 14939 | 2024.11.14 04:58:24.560273 [ 250 ] {e07c1fa9-324b-46e6-8e74-69f47d33dade} <Trace> oximeter.measurements_i64 (e86ff124-2fb2-42f7-9780-c2e2f15f1a1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14940 | 2024.11.14 04:58:24.560310 [ 250 ] {e07c1fa9-324b-46e6-8e74-69f47d33dade} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 14941 | 2024.11.14 04:58:24.560674 [ 250 ] {e07c1fa9-324b-46e6-8e74-69f47d33dade} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 14942 | 2024.11.14 04:58:24.560912 [ 250 ] {e07c1fa9-324b-46e6-8e74-69f47d33dade} <Trace> oximeter.measurements_i64 (e86ff124-2fb2-42f7-9780-c2e2f15f1a1b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14943 | 2024.11.14 04:58:24.561155 [ 250 ] {e07c1fa9-324b-46e6-8e74-69f47d33dade} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.001619 sec., 5558.987029030266 rows/sec., 392.68 KiB/sec. | ||
| 14944 | 2024.11.14 04:58:24.561236 [ 250 ] {e07c1fa9-324b-46e6-8e74-69f47d33dade} <Debug> TCPHandler: Processed in 0.001969247 sec. | ||
| 14945 | 2024.11.14 04:58:24.561392 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14946 | 2024.11.14 04:58:24.561512 [ 252 ] {a0c69496-5b6c-46c5-ae6b-07518e164f40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14947 | 2024.11.14 04:58:24.561562 [ 252 ] {a0c69496-5b6c-46c5-ae6b-07518e164f40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14948 | 2024.11.14 04:58:24.562045 [ 252 ] {a0c69496-5b6c-46c5-ae6b-07518e164f40} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14949 | 2024.11.14 04:58:24.562084 [ 252 ] {a0c69496-5b6c-46c5-ae6b-07518e164f40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 14950 | 2024.11.14 04:58:24.562456 [ 252 ] {a0c69496-5b6c-46c5-ae6b-07518e164f40} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 14951 | 2024.11.14 04:58:24.562699 [ 252 ] {a0c69496-5b6c-46c5-ae6b-07518e164f40} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14952 | 2024.11.14 04:58:24.562902 [ 252 ] {a0c69496-5b6c-46c5-ae6b-07518e164f40} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001414 sec., 57991.513437058 rows/sec., 3.68 MiB/sec. | ||
| 14953 | 2024.11.14 04:58:24.562950 [ 252 ] {a0c69496-5b6c-46c5-ae6b-07518e164f40} <Debug> TCPHandler: Processed in 0.001617006 sec. | ||
| 14954 | 2024.11.14 04:58:25.240752 [ 28 ] {} <Debug> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 14955 | 2024.11.14 04:58:25.240860 [ 28 ] {} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14956 | 2024.11.14 04:58:25.240899 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 14957 | 2024.11.14 04:58:25.241259 [ 191 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_33_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_7 to all_33_33_0 into Compact with storage Full | ||
| 14958 | 2024.11.14 04:58:25.241548 [ 191 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14959 | 2024.11.14 04:58:25.241594 [ 191 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 18 rows starting from the beginning of the part | ||
| 14960 | 2024.11.14 04:58:25.241703 [ 191 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 4 rows starting from the beginning of the part | ||
| 14961 | 2024.11.14 04:58:25.241799 [ 191 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 10 rows starting from the beginning of the part | ||
| 14962 | 2024.11.14 04:58:25.241994 [ 191 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 4 rows starting from the beginning of the part | ||
| 14963 | 2024.11.14 04:58:25.242097 [ 191 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 4 rows starting from the beginning of the part | ||
| 14964 | 2024.11.14 04:58:25.243084 [ 186 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 5 columns (5 merged, 0 gathered) in 0.00206862 sec., 19336.56253927739 rows/sec., 1.61 MiB/sec. | ||
| 14965 | 2024.11.14 04:58:25.243290 [ 196 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 14966 | 2024.11.14 04:58:25.243668 [ 196 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_33_8} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14967 | 2024.11.14 04:58:25.243768 [ 196 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_33_8} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 14968 | 2024.11.14 04:58:25.243878 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 14969 | 2024.11.14 04:58:27.917421 [ 223 ] {} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 14970 | 2024.11.14 04:58:27.917515 [ 223 ] {} <Debug> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 14971 | 2024.11.14 04:58:27.919867 [ 223 ] {} <Debug> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 14972 | 2024.11.14 04:58:28.838891 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2108 | ||
| 14973 | 2024.11.14 04:58:28.843512 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14974 | 2024.11.14 04:58:28.843556 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 14975 | 2024.11.14 04:58:28.845085 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 14976 | 2024.11.14 04:58:28.845431 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14977 | 2024.11.14 04:58:28.845974 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2108 | ||
| 14978 | 2024.11.14 04:58:29.528461 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14979 | 2024.11.14 04:58:29.528675 [ 250 ] {9bd5d148-d27f-4cd1-ac28-db45f6dae4e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 14980 | 2024.11.14 04:58:29.528757 [ 250 ] {9bd5d148-d27f-4cd1-ac28-db45f6dae4e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 14981 | 2024.11.14 04:58:29.529562 [ 250 ] {9bd5d148-d27f-4cd1-ac28-db45f6dae4e6} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14982 | 2024.11.14 04:58:29.529613 [ 250 ] {9bd5d148-d27f-4cd1-ac28-db45f6dae4e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 14983 | 2024.11.14 04:58:29.530040 [ 250 ] {9bd5d148-d27f-4cd1-ac28-db45f6dae4e6} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 14984 | 2024.11.14 04:58:29.530289 [ 250 ] {9bd5d148-d27f-4cd1-ac28-db45f6dae4e6} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14985 | 2024.11.14 04:58:29.530545 [ 250 ] {9bd5d148-d27f-4cd1-ac28-db45f6dae4e6} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.00192 sec., 5208.333333333333 rows/sec., 424.70 KiB/sec. | ||
| 14986 | 2024.11.14 04:58:29.530670 [ 250 ] {9bd5d148-d27f-4cd1-ac28-db45f6dae4e6} <Debug> TCPHandler: Processed in 0.002342698 sec. | ||
| 14987 | 2024.11.14 04:58:29.530979 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14988 | 2024.11.14 04:58:29.531188 [ 252 ] {90c2a191-d001-4314-a381-379e17b98a9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14989 | 2024.11.14 04:58:29.531262 [ 252 ] {90c2a191-d001-4314-a381-379e17b98a9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14990 | 2024.11.14 04:58:29.532062 [ 252 ] {90c2a191-d001-4314-a381-379e17b98a9e} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14991 | 2024.11.14 04:58:29.532110 [ 252 ] {90c2a191-d001-4314-a381-379e17b98a9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 14992 | 2024.11.14 04:58:29.532550 [ 252 ] {90c2a191-d001-4314-a381-379e17b98a9e} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 14993 | 2024.11.14 04:58:29.532809 [ 252 ] {90c2a191-d001-4314-a381-379e17b98a9e} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14994 | 2024.11.14 04:58:29.533041 [ 252 ] {90c2a191-d001-4314-a381-379e17b98a9e} <Debug> executeQuery: Read 61 rows, 4.74 KiB in 0.001901 sec., 32088.37453971594 rows/sec., 2.44 MiB/sec. | ||
| 14995 | 2024.11.14 04:58:29.533143 [ 252 ] {90c2a191-d001-4314-a381-379e17b98a9e} <Debug> TCPHandler: Processed in 0.002329328 sec. | ||
| 14996 | 2024.11.14 04:58:29.533355 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14997 | 2024.11.14 04:58:29.533661 [ 250 ] {fc5b80cd-ffee-452f-9666-3696cba1a6c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14998 | 2024.11.14 04:58:29.533725 [ 250 ] {fc5b80cd-ffee-452f-9666-3696cba1a6c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14999 | 2024.11.14 04:58:29.534295 [ 250 ] {fc5b80cd-ffee-452f-9666-3696cba1a6c7} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15000 | 2024.11.14 04:58:29.534335 [ 250 ] {fc5b80cd-ffee-452f-9666-3696cba1a6c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15001 | 2024.11.14 04:58:29.534702 [ 250 ] {fc5b80cd-ffee-452f-9666-3696cba1a6c7} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 15002 | 2024.11.14 04:58:29.534941 [ 250 ] {fc5b80cd-ffee-452f-9666-3696cba1a6c7} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15003 | 2024.11.14 04:58:29.535152 [ 250 ] {fc5b80cd-ffee-452f-9666-3696cba1a6c7} <Debug> executeQuery: Read 10 rows, 715.00 B in 0.0016 sec., 6250 rows/sec., 436.40 KiB/sec. | ||
| 15004 | 2024.11.14 04:58:29.535204 [ 250 ] {fc5b80cd-ffee-452f-9666-3696cba1a6c7} <Debug> TCPHandler: Processed in 0.001961827 sec. | ||
| 15005 | 2024.11.14 04:58:29.535372 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15006 | 2024.11.14 04:58:29.535522 [ 252 ] {9e08d219-8437-4a65-9d0a-c0089854635f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15007 | 2024.11.14 04:58:29.535588 [ 252 ] {9e08d219-8437-4a65-9d0a-c0089854635f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15008 | 2024.11.14 04:58:29.536325 [ 252 ] {9e08d219-8437-4a65-9d0a-c0089854635f} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15009 | 2024.11.14 04:58:29.536367 [ 252 ] {9e08d219-8437-4a65-9d0a-c0089854635f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15010 | 2024.11.14 04:58:29.536744 [ 252 ] {9e08d219-8437-4a65-9d0a-c0089854635f} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 15011 | 2024.11.14 04:58:29.536985 [ 252 ] {9e08d219-8437-4a65-9d0a-c0089854635f} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15012 | 2024.11.14 04:58:29.537203 [ 252 ] {9e08d219-8437-4a65-9d0a-c0089854635f} <Debug> executeQuery: Read 74 rows, 5.93 KiB in 0.001717 sec., 43098.42748980781 rows/sec., 3.37 MiB/sec. | ||
| 15013 | 2024.11.14 04:58:29.537268 [ 252 ] {9e08d219-8437-4a65-9d0a-c0089854635f} <Debug> TCPHandler: Processed in 0.001968647 sec. | ||
| 15014 | 2024.11.14 04:58:29.537446 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15015 | 2024.11.14 04:58:29.537611 [ 250 ] {601390fc-8315-4c1b-8230-4589e24a7ec2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15016 | 2024.11.14 04:58:29.537694 [ 250 ] {601390fc-8315-4c1b-8230-4589e24a7ec2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15017 | 2024.11.14 04:58:29.538383 [ 250 ] {601390fc-8315-4c1b-8230-4589e24a7ec2} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15018 | 2024.11.14 04:58:29.538422 [ 250 ] {601390fc-8315-4c1b-8230-4589e24a7ec2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15019 | 2024.11.14 04:58:29.538813 [ 250 ] {601390fc-8315-4c1b-8230-4589e24a7ec2} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 15020 | 2024.11.14 04:58:29.539047 [ 250 ] {601390fc-8315-4c1b-8230-4589e24a7ec2} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15021 | 2024.11.14 04:58:29.539269 [ 250 ] {601390fc-8315-4c1b-8230-4589e24a7ec2} <Debug> executeQuery: Read 133 rows, 9.48 KiB in 0.001699 sec., 78281.34196586227 rows/sec., 5.45 MiB/sec. | ||
| 15022 | 2024.11.14 04:58:29.539320 [ 250 ] {601390fc-8315-4c1b-8230-4589e24a7ec2} <Debug> TCPHandler: Processed in 0.001945826 sec. | ||
| 15023 | 2024.11.14 04:58:29.539486 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15024 | 2024.11.14 04:58:29.539618 [ 252 ] {aab762df-56b4-4270-89d3-db47f00d563c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15025 | 2024.11.14 04:58:29.539674 [ 252 ] {aab762df-56b4-4270-89d3-db47f00d563c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15026 | 2024.11.14 04:58:29.540203 [ 252 ] {aab762df-56b4-4270-89d3-db47f00d563c} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15027 | 2024.11.14 04:58:29.540242 [ 252 ] {aab762df-56b4-4270-89d3-db47f00d563c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15028 | 2024.11.14 04:58:29.540644 [ 252 ] {aab762df-56b4-4270-89d3-db47f00d563c} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 15029 | 2024.11.14 04:58:29.541076 [ 252 ] {aab762df-56b4-4270-89d3-db47f00d563c} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15030 | 2024.11.14 04:58:29.541341 [ 252 ] {aab762df-56b4-4270-89d3-db47f00d563c} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001744 sec., 27522.93577981651 rows/sec., 1.85 MiB/sec. | ||
| 15031 | 2024.11.14 04:58:29.541408 [ 252 ] {aab762df-56b4-4270-89d3-db47f00d563c} <Debug> TCPHandler: Processed in 0.001982048 sec. | ||
| 15032 | 2024.11.14 04:58:34.528933 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15033 | 2024.11.14 04:58:34.529135 [ 250 ] {c5a7624e-9f96-41fc-a420-0d488dc9ff07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15034 | 2024.11.14 04:58:34.529209 [ 250 ] {c5a7624e-9f96-41fc-a420-0d488dc9ff07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15035 | 2024.11.14 04:58:34.529978 [ 250 ] {c5a7624e-9f96-41fc-a420-0d488dc9ff07} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15036 | 2024.11.14 04:58:34.530028 [ 250 ] {c5a7624e-9f96-41fc-a420-0d488dc9ff07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15037 | 2024.11.14 04:58:34.530466 [ 250 ] {c5a7624e-9f96-41fc-a420-0d488dc9ff07} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 15038 | 2024.11.14 04:58:34.530712 [ 250 ] {c5a7624e-9f96-41fc-a420-0d488dc9ff07} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15039 | 2024.11.14 04:58:34.530942 [ 250 ] {c5a7624e-9f96-41fc-a420-0d488dc9ff07} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001856 sec., 30172.41379310345 rows/sec., 2.30 MiB/sec. | ||
| 15040 | 2024.11.14 04:58:34.530999 [ 250 ] {c5a7624e-9f96-41fc-a420-0d488dc9ff07} <Debug> TCPHandler: Processed in 0.002195764 sec. | ||
| 15041 | 2024.11.14 04:58:34.531281 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15042 | 2024.11.14 04:58:34.531495 [ 252 ] {4803d20a-bb1d-41d6-8095-4c81d17c206a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15043 | 2024.11.14 04:58:34.531575 [ 252 ] {4803d20a-bb1d-41d6-8095-4c81d17c206a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15044 | 2024.11.14 04:58:34.532441 [ 252 ] {4803d20a-bb1d-41d6-8095-4c81d17c206a} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15045 | 2024.11.14 04:58:34.532489 [ 252 ] {4803d20a-bb1d-41d6-8095-4c81d17c206a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15046 | 2024.11.14 04:58:34.532918 [ 252 ] {4803d20a-bb1d-41d6-8095-4c81d17c206a} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 15047 | 2024.11.14 04:58:34.533168 [ 252 ] {4803d20a-bb1d-41d6-8095-4c81d17c206a} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15048 | 2024.11.14 04:58:34.533440 [ 252 ] {4803d20a-bb1d-41d6-8095-4c81d17c206a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001997 sec., 32048.072108162243 rows/sec., 2.50 MiB/sec. | ||
| 15049 | 2024.11.14 04:58:34.533549 [ 252 ] {4803d20a-bb1d-41d6-8095-4c81d17c206a} <Debug> TCPHandler: Processed in 0.00241234 sec. | ||
| 15050 | 2024.11.14 04:58:34.533761 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15051 | 2024.11.14 04:58:34.533998 [ 250 ] {f2d884ac-99ba-4431-aef3-9cbbdc33eaf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15052 | 2024.11.14 04:58:34.534060 [ 250 ] {f2d884ac-99ba-4431-aef3-9cbbdc33eaf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15053 | 2024.11.14 04:58:34.534697 [ 250 ] {f2d884ac-99ba-4431-aef3-9cbbdc33eaf9} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15054 | 2024.11.14 04:58:34.534736 [ 250 ] {f2d884ac-99ba-4431-aef3-9cbbdc33eaf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15055 | 2024.11.14 04:58:34.535129 [ 250 ] {f2d884ac-99ba-4431-aef3-9cbbdc33eaf9} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 15056 | 2024.11.14 04:58:34.535381 [ 250 ] {f2d884ac-99ba-4431-aef3-9cbbdc33eaf9} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15057 | 2024.11.14 04:58:34.535550 [ 85 ] {} <Debug> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 15058 | 2024.11.14 04:58:34.535608 [ 250 ] {f2d884ac-99ba-4431-aef3-9cbbdc33eaf9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001652 sec., 96852.30024213075 rows/sec., 6.75 MiB/sec. | ||
| 15059 | 2024.11.14 04:58:34.535622 [ 85 ] {} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15060 | 2024.11.14 04:58:34.535690 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15061 | 2024.11.14 04:58:34.535744 [ 250 ] {f2d884ac-99ba-4431-aef3-9cbbdc33eaf9} <Debug> TCPHandler: Processed in 0.002097291 sec. | ||
| 15062 | 2024.11.14 04:58:34.536055 [ 197 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full | ||
| 15063 | 2024.11.14 04:58:34.536105 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15064 | 2024.11.14 04:58:34.536588 [ 197 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15065 | 2024.11.14 04:58:34.536598 [ 252 ] {3ecec70a-d8d9-4efe-aab5-053ced041395} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15066 | 2024.11.14 04:58:34.536699 [ 197 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_136_27, total 26795 rows starting from the beginning of the part | ||
| 15067 | 2024.11.14 04:58:34.536855 [ 252 ] {3ecec70a-d8d9-4efe-aab5-053ced041395} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15068 | 2024.11.14 04:58:34.537323 [ 197 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 130 rows starting from the beginning of the part | ||
| 15069 | 2024.11.14 04:58:34.538053 [ 197 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 160 rows starting from the beginning of the part | ||
| 15070 | 2024.11.14 04:58:34.538574 [ 197 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 237 rows starting from the beginning of the part | ||
| 15071 | 2024.11.14 04:58:34.538816 [ 197 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 133 rows starting from the beginning of the part | ||
| 15072 | 2024.11.14 04:58:34.539147 [ 197 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 160 rows starting from the beginning of the part | ||
| 15073 | 2024.11.14 04:58:34.539901 [ 252 ] {3ecec70a-d8d9-4efe-aab5-053ced041395} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15074 | 2024.11.14 04:58:34.539975 [ 252 ] {3ecec70a-d8d9-4efe-aab5-053ced041395} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15075 | 2024.11.14 04:58:34.540680 [ 252 ] {3ecec70a-d8d9-4efe-aab5-053ced041395} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 15076 | 2024.11.14 04:58:34.540980 [ 252 ] {3ecec70a-d8d9-4efe-aab5-053ced041395} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15077 | 2024.11.14 04:58:34.541157 [ 85 ] {} <Debug> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 15078 | 2024.11.14 04:58:34.541249 [ 85 ] {} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15079 | 2024.11.14 04:58:34.541320 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15080 | 2024.11.14 04:58:34.541476 [ 252 ] {3ecec70a-d8d9-4efe-aab5-053ced041395} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005038 sec., 11909.487892020643 rows/sec., 821.88 KiB/sec. | ||
| 15081 | 2024.11.14 04:58:34.541794 [ 252 ] {3ecec70a-d8d9-4efe-aab5-053ced041395} <Debug> TCPHandler: Processed in 0.005913781 sec. | ||
| 15082 | 2024.11.14 04:58:34.542193 [ 186 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full | ||
| 15083 | 2024.11.14 04:58:34.542616 [ 186 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15084 | 2024.11.14 04:58:34.542690 [ 186 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_136_27, total 8264 rows starting from the beginning of the part | ||
| 15085 | 2024.11.14 04:58:34.542973 [ 186 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 48 rows starting from the beginning of the part | ||
| 15086 | 2024.11.14 04:58:34.543201 [ 186 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 60 rows starting from the beginning of the part | ||
| 15087 | 2024.11.14 04:58:34.543422 [ 186 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 82 rows starting from the beginning of the part | ||
| 15088 | 2024.11.14 04:58:34.543535 [ 186 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 48 rows starting from the beginning of the part | ||
| 15089 | 2024.11.14 04:58:34.543880 [ 186 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 60 rows starting from the beginning of the part | ||
| 15090 | 2024.11.14 04:58:34.547358 [ 186 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8562 rows, containing 4 columns (4 merged, 0 gathered) in 0.005851479 sec., 1463219.8116066041 rows/sec., 96.01 MiB/sec. | ||
| 15091 | 2024.11.14 04:58:34.547648 [ 186 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 15092 | 2024.11.14 04:58:34.547690 [ 200 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27615 rows, containing 5 columns (5 merged, 0 gathered) in 0.011891804 sec., 2322187.6176230283 rows/sec., 158.38 MiB/sec. | ||
| 15093 | 2024.11.14 04:58:34.548002 [ 186 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_141_28} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15094 | 2024.11.14 04:58:34.548132 [ 200 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 15095 | 2024.11.14 04:58:34.548138 [ 186 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_141_28} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 15096 | 2024.11.14 04:58:34.548341 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.81 MiB. | ||
| 15097 | 2024.11.14 04:58:34.548578 [ 200 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_141_28} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15098 | 2024.11.14 04:58:34.548668 [ 200 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_141_28} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 15099 | 2024.11.14 04:58:34.548762 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. | ||
| 15100 | 2024.11.14 04:58:36.512210 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64416, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15101 | 2024.11.14 04:58:36.713742 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63582, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15102 | 2024.11.14 04:58:36.817141 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33216, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15103 | 2024.11.14 04:58:36.825529 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36519, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15104 | 2024.11.14 04:58:36.921895 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41477, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15105 | 2024.11.14 04:58:36.947232 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63333, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15106 | 2024.11.14 04:58:36.968515 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47796, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15107 | 2024.11.14 04:58:36.969715 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34409, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15108 | 2024.11.14 04:58:38.272585 [ 219 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 15109 | 2024.11.14 04:58:38.272646 [ 219 ] {} <Debug> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 15110 | 2024.11.14 04:58:38.275025 [ 219 ] {} <Debug> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 15111 | 2024.11.14 04:58:38.297803 [ 120 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15112 | 2024.11.14 04:58:38.297881 [ 120 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15113 | 2024.11.14 04:58:38.847073 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 2128 | ||
| 15114 | 2024.11.14 04:58:38.849879 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15115 | 2024.11.14 04:58:38.849929 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15116 | 2024.11.14 04:58:38.851431 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 15117 | 2024.11.14 04:58:38.851770 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15118 | 2024.11.14 04:58:38.852303 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2128 | ||
| 15119 | 2024.11.14 04:58:39.000465 [ 225 ] {} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 15120 | 2024.11.14 04:58:39.000533 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 15121 | 2024.11.14 04:58:39.003522 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 15122 | 2024.11.14 04:58:39.536681 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15123 | 2024.11.14 04:58:39.536895 [ 250 ] {6bb22890-6252-450b-b91a-511d06c9f0ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15124 | 2024.11.14 04:58:39.536977 [ 250 ] {6bb22890-6252-450b-b91a-511d06c9f0ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15125 | 2024.11.14 04:58:39.537798 [ 250 ] {6bb22890-6252-450b-b91a-511d06c9f0ef} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15126 | 2024.11.14 04:58:39.537854 [ 250 ] {6bb22890-6252-450b-b91a-511d06c9f0ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15127 | 2024.11.14 04:58:39.538301 [ 250 ] {6bb22890-6252-450b-b91a-511d06c9f0ef} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 15128 | 2024.11.14 04:58:39.538559 [ 250 ] {6bb22890-6252-450b-b91a-511d06c9f0ef} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15129 | 2024.11.14 04:58:39.538829 [ 250 ] {6bb22890-6252-450b-b91a-511d06c9f0ef} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001991 sec., 7031.642390758412 rows/sec., 506.18 KiB/sec. | ||
| 15130 | 2024.11.14 04:58:39.539011 [ 250 ] {6bb22890-6252-450b-b91a-511d06c9f0ef} <Debug> TCPHandler: Processed in 0.002464291 sec. | ||
| 15131 | 2024.11.14 04:58:39.539295 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15132 | 2024.11.14 04:58:39.539477 [ 252 ] {c3a40b3a-292c-424a-a630-b9f970c5f64f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15133 | 2024.11.14 04:58:39.539548 [ 252 ] {c3a40b3a-292c-424a-a630-b9f970c5f64f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15134 | 2024.11.14 04:58:39.540461 [ 252 ] {c3a40b3a-292c-424a-a630-b9f970c5f64f} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15135 | 2024.11.14 04:58:39.540506 [ 252 ] {c3a40b3a-292c-424a-a630-b9f970c5f64f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15136 | 2024.11.14 04:58:39.540972 [ 252 ] {c3a40b3a-292c-424a-a630-b9f970c5f64f} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 15137 | 2024.11.14 04:58:39.541232 [ 252 ] {c3a40b3a-292c-424a-a630-b9f970c5f64f} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15138 | 2024.11.14 04:58:39.541480 [ 252 ] {c3a40b3a-292c-424a-a630-b9f970c5f64f} <Debug> executeQuery: Read 327 rows, 29.69 KiB in 0.002054 sec., 159201.55793573515 rows/sec., 14.12 MiB/sec. | ||
| 15139 | 2024.11.14 04:58:39.541541 [ 252 ] {c3a40b3a-292c-424a-a630-b9f970c5f64f} <Debug> TCPHandler: Processed in 0.002380168 sec. | ||
| 15140 | 2024.11.14 04:58:39.541707 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15141 | 2024.11.14 04:58:39.541826 [ 250 ] {f80b92dc-538e-42ce-a687-35ecbfae3584} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15142 | 2024.11.14 04:58:39.541875 [ 250 ] {f80b92dc-538e-42ce-a687-35ecbfae3584} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15143 | 2024.11.14 04:58:39.542518 [ 250 ] {f80b92dc-538e-42ce-a687-35ecbfae3584} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15144 | 2024.11.14 04:58:39.542558 [ 250 ] {f80b92dc-538e-42ce-a687-35ecbfae3584} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15145 | 2024.11.14 04:58:39.542929 [ 250 ] {f80b92dc-538e-42ce-a687-35ecbfae3584} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 15146 | 2024.11.14 04:58:39.543180 [ 250 ] {f80b92dc-538e-42ce-a687-35ecbfae3584} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15147 | 2024.11.14 04:58:39.543402 [ 250 ] {f80b92dc-538e-42ce-a687-35ecbfae3584} <Debug> executeQuery: Read 69 rows, 5.12 KiB in 0.001601 sec., 43098.06371018114 rows/sec., 3.12 MiB/sec. | ||
| 15148 | 2024.11.14 04:58:39.543455 [ 250 ] {f80b92dc-538e-42ce-a687-35ecbfae3584} <Debug> TCPHandler: Processed in 0.001807652 sec. | ||
| 15149 | 2024.11.14 04:58:39.543618 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15150 | 2024.11.14 04:58:39.543760 [ 252 ] {1dd1ed25-ba21-4f16-9628-d05633ccd975} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15151 | 2024.11.14 04:58:39.543827 [ 252 ] {1dd1ed25-ba21-4f16-9628-d05633ccd975} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15152 | 2024.11.14 04:58:39.544449 [ 252 ] {1dd1ed25-ba21-4f16-9628-d05633ccd975} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15153 | 2024.11.14 04:58:39.544490 [ 252 ] {1dd1ed25-ba21-4f16-9628-d05633ccd975} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15154 | 2024.11.14 04:58:39.544884 [ 252 ] {1dd1ed25-ba21-4f16-9628-d05633ccd975} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 15155 | 2024.11.14 04:58:39.545135 [ 252 ] {1dd1ed25-ba21-4f16-9628-d05633ccd975} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15156 | 2024.11.14 04:58:39.545357 [ 252 ] {1dd1ed25-ba21-4f16-9628-d05633ccd975} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001641 sec., 8531.383302864107 rows/sec., 597.48 KiB/sec. | ||
| 15157 | 2024.11.14 04:58:39.545417 [ 252 ] {1dd1ed25-ba21-4f16-9628-d05633ccd975} <Debug> TCPHandler: Processed in 0.001862804 sec. | ||
| 15158 | 2024.11.14 04:58:39.545571 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15159 | 2024.11.14 04:58:39.545690 [ 250 ] {9e706c4a-35e6-421c-9c84-f8a2885165ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15160 | 2024.11.14 04:58:39.545738 [ 250 ] {9e706c4a-35e6-421c-9c84-f8a2885165ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15161 | 2024.11.14 04:58:39.546319 [ 250 ] {9e706c4a-35e6-421c-9c84-f8a2885165ad} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15162 | 2024.11.14 04:58:39.546358 [ 250 ] {9e706c4a-35e6-421c-9c84-f8a2885165ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15163 | 2024.11.14 04:58:39.546720 [ 250 ] {9e706c4a-35e6-421c-9c84-f8a2885165ad} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 15164 | 2024.11.14 04:58:39.546953 [ 250 ] {9e706c4a-35e6-421c-9c84-f8a2885165ad} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15165 | 2024.11.14 04:58:39.547155 [ 250 ] {9e706c4a-35e6-421c-9c84-f8a2885165ad} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00149 sec., 8724.832214765102 rows/sec., 543.99 KiB/sec. | ||
| 15166 | 2024.11.14 04:58:39.547209 [ 250 ] {9e706c4a-35e6-421c-9c84-f8a2885165ad} <Debug> TCPHandler: Processed in 0.001693529 sec. | ||
| 15167 | 2024.11.14 04:58:39.547410 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15168 | 2024.11.14 04:58:39.547533 [ 252 ] {86967e29-e4f4-44f2-9f3d-6c5fc58b00b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15169 | 2024.11.14 04:58:39.547587 [ 252 ] {86967e29-e4f4-44f2-9f3d-6c5fc58b00b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15170 | 2024.11.14 04:58:39.548365 [ 252 ] {86967e29-e4f4-44f2-9f3d-6c5fc58b00b4} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15171 | 2024.11.14 04:58:39.548406 [ 252 ] {86967e29-e4f4-44f2-9f3d-6c5fc58b00b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15172 | 2024.11.14 04:58:39.548809 [ 252 ] {86967e29-e4f4-44f2-9f3d-6c5fc58b00b4} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 15173 | 2024.11.14 04:58:39.549052 [ 252 ] {86967e29-e4f4-44f2-9f3d-6c5fc58b00b4} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15174 | 2024.11.14 04:58:39.549309 [ 252 ] {86967e29-e4f4-44f2-9f3d-6c5fc58b00b4} <Debug> executeQuery: Read 444 rows, 32.65 KiB in 0.001796 sec., 247216.03563474386 rows/sec., 17.75 MiB/sec. | ||
| 15175 | 2024.11.14 04:58:39.549386 [ 252 ] {86967e29-e4f4-44f2-9f3d-6c5fc58b00b4} <Debug> TCPHandler: Processed in 0.002035558 sec. | ||
| 15176 | 2024.11.14 04:58:39.549611 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15177 | 2024.11.14 04:58:39.549935 [ 250 ] {07468278-8f1d-4200-ad11-94cfeef6dafe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 15178 | 2024.11.14 04:58:39.550012 [ 250 ] {07468278-8f1d-4200-ad11-94cfeef6dafe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15179 | 2024.11.14 04:58:39.550571 [ 250 ] {07468278-8f1d-4200-ad11-94cfeef6dafe} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15180 | 2024.11.14 04:58:39.550610 [ 250 ] {07468278-8f1d-4200-ad11-94cfeef6dafe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15181 | 2024.11.14 04:58:39.550971 [ 250 ] {07468278-8f1d-4200-ad11-94cfeef6dafe} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 15182 | 2024.11.14 04:58:39.551206 [ 250 ] {07468278-8f1d-4200-ad11-94cfeef6dafe} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15183 | 2024.11.14 04:58:39.551413 [ 250 ] {07468278-8f1d-4200-ad11-94cfeef6dafe} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001583 sec., 3790.271636133923 rows/sec., 198.03 KiB/sec. | ||
| 15184 | 2024.11.14 04:58:39.551461 [ 250 ] {07468278-8f1d-4200-ad11-94cfeef6dafe} <Debug> TCPHandler: Processed in 0.001982948 sec. | ||
| 15185 | 2024.11.14 04:58:39.551622 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15186 | 2024.11.14 04:58:39.551762 [ 252 ] {4c510f17-4561-4603-9cda-51a815e21dab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15187 | 2024.11.14 04:58:39.551825 [ 252 ] {4c510f17-4561-4603-9cda-51a815e21dab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15188 | 2024.11.14 04:58:39.552527 [ 252 ] {4c510f17-4561-4603-9cda-51a815e21dab} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15189 | 2024.11.14 04:58:39.552567 [ 252 ] {4c510f17-4561-4603-9cda-51a815e21dab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15190 | 2024.11.14 04:58:39.552972 [ 252 ] {4c510f17-4561-4603-9cda-51a815e21dab} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 15191 | 2024.11.14 04:58:39.553207 [ 252 ] {4c510f17-4561-4603-9cda-51a815e21dab} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15192 | 2024.11.14 04:58:39.553412 [ 252 ] {4c510f17-4561-4603-9cda-51a815e21dab} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001682 sec., 140903.6860879905 rows/sec., 9.44 MiB/sec. | ||
| 15193 | 2024.11.14 04:58:39.553461 [ 252 ] {4c510f17-4561-4603-9cda-51a815e21dab} <Debug> TCPHandler: Processed in 0.001908535 sec. | ||
| 15194 | 2024.11.14 04:58:39.553610 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15195 | 2024.11.14 04:58:39.553749 [ 250 ] {b08d8955-2333-47ed-9736-157f331b6002} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 15196 | 2024.11.14 04:58:39.553810 [ 250 ] {b08d8955-2333-47ed-9736-157f331b6002} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15197 | 2024.11.14 04:58:39.554365 [ 250 ] {b08d8955-2333-47ed-9736-157f331b6002} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15198 | 2024.11.14 04:58:39.554411 [ 250 ] {b08d8955-2333-47ed-9736-157f331b6002} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15199 | 2024.11.14 04:58:39.554776 [ 250 ] {b08d8955-2333-47ed-9736-157f331b6002} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 15200 | 2024.11.14 04:58:39.555016 [ 250 ] {b08d8955-2333-47ed-9736-157f331b6002} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15201 | 2024.11.14 04:58:39.555220 [ 250 ] {b08d8955-2333-47ed-9736-157f331b6002} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001502 sec., 665.7789613848201 rows/sec., 44.86 KiB/sec. | ||
| 15202 | 2024.11.14 04:58:39.555269 [ 250 ] {b08d8955-2333-47ed-9736-157f331b6002} <Debug> TCPHandler: Processed in 0.00172634 sec. | ||
| 15203 | 2024.11.14 04:58:39.555416 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15204 | 2024.11.14 04:58:39.555544 [ 252 ] {a05d930f-a1ad-4bd9-8baa-f41d6e4896ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15205 | 2024.11.14 04:58:39.555639 [ 252 ] {a05d930f-a1ad-4bd9-8baa-f41d6e4896ab} <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 | ||
| 15206 | 2024.11.14 04:58:39.557056 [ 252 ] {a05d930f-a1ad-4bd9-8baa-f41d6e4896ab} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15207 | 2024.11.14 04:58:39.557096 [ 252 ] {a05d930f-a1ad-4bd9-8baa-f41d6e4896ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15208 | 2024.11.14 04:58:39.557810 [ 252 ] {a05d930f-a1ad-4bd9-8baa-f41d6e4896ab} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 15209 | 2024.11.14 04:58:39.558063 [ 252 ] {a05d930f-a1ad-4bd9-8baa-f41d6e4896ab} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15210 | 2024.11.14 04:58:39.558361 [ 252 ] {a05d930f-a1ad-4bd9-8baa-f41d6e4896ab} <Debug> executeQuery: Read 62 rows, 113.77 KiB in 0.002839 sec., 21838.675589996477 rows/sec., 39.13 MiB/sec. | ||
| 15211 | 2024.11.14 04:58:39.558359 [ 223 ] {} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Found 6 old parts to remove. Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] | ||
| 15212 | 2024.11.14 04:58:39.558460 [ 223 ] {} <Debug> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Removing 6 parts from filesystem (serially): Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] | ||
| 15213 | 2024.11.14 04:58:39.558633 [ 252 ] {a05d930f-a1ad-4bd9-8baa-f41d6e4896ab} <Debug> TCPHandler: Processed in 0.003275754 sec. | ||
| 15214 | 2024.11.14 04:58:39.558912 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15215 | 2024.11.14 04:58:39.559179 [ 250 ] {f6e2a91a-5d50-4d15-ab24-d11775cf8716} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15216 | 2024.11.14 04:58:39.559307 [ 250 ] {f6e2a91a-5d50-4d15-ab24-d11775cf8716} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15217 | 2024.11.14 04:58:39.560547 [ 250 ] {f6e2a91a-5d50-4d15-ab24-d11775cf8716} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15218 | 2024.11.14 04:58:39.560600 [ 250 ] {f6e2a91a-5d50-4d15-ab24-d11775cf8716} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15219 | 2024.11.14 04:58:39.561334 [ 250 ] {f6e2a91a-5d50-4d15-ab24-d11775cf8716} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 15220 | 2024.11.14 04:58:39.561696 [ 250 ] {f6e2a91a-5d50-4d15-ab24-d11775cf8716} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15221 | 2024.11.14 04:58:39.562116 [ 250 ] {f6e2a91a-5d50-4d15-ab24-d11775cf8716} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003022 sec., 27134.3481138319 rows/sec., 1.72 MiB/sec. | ||
| 15222 | 2024.11.14 04:58:39.562239 [ 250 ] {f6e2a91a-5d50-4d15-ab24-d11775cf8716} <Debug> TCPHandler: Processed in 0.00345988 sec. | ||
| 15223 | 2024.11.14 04:58:39.562545 [ 223 ] {} <Debug> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Removing 6 parts from memory: Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] | ||
| 15224 | 2024.11.14 04:58:39.833493 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:51296, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15225 | 2024.11.14 04:58:40.018964 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:33741, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15226 | 2024.11.14 04:58:40.039363 [ 221 ] {} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 15227 | 2024.11.14 04:58:40.039422 [ 221 ] {} <Debug> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 15228 | 2024.11.14 04:58:40.041442 [ 221 ] {} <Debug> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 15229 | 2024.11.14 04:58:40.414975 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:58826, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15230 | 2024.11.14 04:58:40.488516 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:55847, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15231 | 2024.11.14 04:58:40.594810 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:40383, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15232 | 2024.11.14 04:58:40.629445 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:35986, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15233 | 2024.11.14 04:58:40.630904 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:64573, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15234 | 2024.11.14 04:58:40.640429 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:50671, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15235 | 2024.11.14 04:58:40.679037 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:43873, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15236 | 2024.11.14 04:58:40.727009 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:62100, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15237 | 2024.11.14 04:58:40.815483 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:52340, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15238 | 2024.11.14 04:58:40.818979 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:40718, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15239 | 2024.11.14 04:58:40.828366 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:61203, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15240 | 2024.11.14 04:58:40.856144 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:61050, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15241 | 2024.11.14 04:58:40.883398 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:35181, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15242 | 2024.11.14 04:58:40.990023 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:41801, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15243 | 2024.11.14 04:58:41.491821 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:52282, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15244 | 2024.11.14 04:58:41.901702 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:39082, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15245 | 2024.11.14 04:58:42.044632 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:34138, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15246 | 2024.11.14 04:58:42.148927 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:51649, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15247 | 2024.11.14 04:58:42.270593 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:62374, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15248 | 2024.11.14 04:58:42.358516 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:55369, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15249 | 2024.11.14 04:58:42.379954 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:38913, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15250 | 2024.11.14 04:58:42.395403 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:55624, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15251 | 2024.11.14 04:58:44.529357 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15252 | 2024.11.14 04:58:44.529573 [ 250 ] {c3d55f87-6fd7-4642-ab54-3752000f3f3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15253 | 2024.11.14 04:58:44.529654 [ 250 ] {c3d55f87-6fd7-4642-ab54-3752000f3f3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15254 | 2024.11.14 04:58:44.530421 [ 250 ] {c3d55f87-6fd7-4642-ab54-3752000f3f3c} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15255 | 2024.11.14 04:58:44.530472 [ 250 ] {c3d55f87-6fd7-4642-ab54-3752000f3f3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15256 | 2024.11.14 04:58:44.530900 [ 250 ] {c3d55f87-6fd7-4642-ab54-3752000f3f3c} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 15257 | 2024.11.14 04:58:44.531151 [ 250 ] {c3d55f87-6fd7-4642-ab54-3752000f3f3c} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15258 | 2024.11.14 04:58:44.531350 [ 125 ] {} <Debug> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 | ||
| 15259 | 2024.11.14 04:58:44.531412 [ 250 ] {c3d55f87-6fd7-4642-ab54-3752000f3f3c} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001892 sec., 29598.308668076108 rows/sec., 2.26 MiB/sec. | ||
| 15260 | 2024.11.14 04:58:44.531443 [ 125 ] {} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15261 | 2024.11.14 04:58:44.531527 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15262 | 2024.11.14 04:58:44.531536 [ 250 ] {c3d55f87-6fd7-4642-ab54-3752000f3f3c} <Debug> TCPHandler: Processed in 0.002319927 sec. | ||
| 15263 | 2024.11.14 04:58:44.531761 [ 192 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_146_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full | ||
| 15264 | 2024.11.14 04:58:44.531837 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15265 | 2024.11.14 04:58:44.531971 [ 192 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15266 | 2024.11.14 04:58:44.532023 [ 192 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 1462 rows starting from the beginning of the part | ||
| 15267 | 2024.11.14 04:58:44.532034 [ 252 ] {933ca2c2-349f-4d3b-9541-462b63aabc3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15268 | 2024.11.14 04:58:44.532123 [ 252 ] {933ca2c2-349f-4d3b-9541-462b63aabc3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15269 | 2024.11.14 04:58:44.532218 [ 192 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 327 rows starting from the beginning of the part | ||
| 15270 | 2024.11.14 04:58:44.532686 [ 192 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 61 rows starting from the beginning of the part | ||
| 15271 | 2024.11.14 04:58:44.532840 [ 192 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 56 rows starting from the beginning of the part | ||
| 15272 | 2024.11.14 04:58:44.533301 [ 192 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 327 rows starting from the beginning of the part | ||
| 15273 | 2024.11.14 04:58:44.533543 [ 192 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 56 rows starting from the beginning of the part | ||
| 15274 | 2024.11.14 04:58:44.534528 [ 252 ] {933ca2c2-349f-4d3b-9541-462b63aabc3a} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15275 | 2024.11.14 04:58:44.534577 [ 252 ] {933ca2c2-349f-4d3b-9541-462b63aabc3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15276 | 2024.11.14 04:58:44.535160 [ 252 ] {933ca2c2-349f-4d3b-9541-462b63aabc3a} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 15277 | 2024.11.14 04:58:44.535445 [ 252 ] {933ca2c2-349f-4d3b-9541-462b63aabc3a} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15278 | 2024.11.14 04:58:44.535691 [ 200 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2289 rows, containing 5 columns (5 merged, 0 gathered) in 0.004027137 sec., 568393.8738612568 rows/sec., 50.19 MiB/sec. | ||
| 15279 | 2024.11.14 04:58:44.535743 [ 150 ] {} <Debug> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 | ||
| 15280 | 2024.11.14 04:58:44.535808 [ 150 ] {} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15281 | 2024.11.14 04:58:44.535852 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15282 | 2024.11.14 04:58:44.535852 [ 252 ] {933ca2c2-349f-4d3b-9541-462b63aabc3a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003864 sec., 16563.14699792961 rows/sec., 1.29 MiB/sec. | ||
| 15283 | 2024.11.14 04:58:44.536201 [ 200 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) | ||
| 15284 | 2024.11.14 04:58:44.536281 [ 252 ] {933ca2c2-349f-4d3b-9541-462b63aabc3a} <Debug> TCPHandler: Processed in 0.004577472 sec. | ||
| 15285 | 2024.11.14 04:58:44.536311 [ 192 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_146_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full | ||
| 15286 | 2024.11.14 04:58:44.536632 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15287 | 2024.11.14 04:58:44.537129 [ 250 ] {98307418-6086-4084-a46a-e02ff1ee3aef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15288 | 2024.11.14 04:58:44.537169 [ 192 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15289 | 2024.11.14 04:58:44.537341 [ 192 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 932 rows starting from the beginning of the part | ||
| 15290 | 2024.11.14 04:58:44.537370 [ 250 ] {98307418-6086-4084-a46a-e02ff1ee3aef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15291 | 2024.11.14 04:58:44.537467 [ 200 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_146_29} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15292 | 2024.11.14 04:58:44.537929 [ 192 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 453 rows starting from the beginning of the part | ||
| 15293 | 2024.11.14 04:58:44.538030 [ 200 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_146_29} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 | ||
| 15294 | 2024.11.14 04:58:44.538470 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. | ||
| 15295 | 2024.11.14 04:58:44.538508 [ 192 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 74 rows starting from the beginning of the part | ||
| 15296 | 2024.11.14 04:58:44.538933 [ 192 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 64 rows starting from the beginning of the part | ||
| 15297 | 2024.11.14 04:58:44.539291 [ 192 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 444 rows starting from the beginning of the part | ||
| 15298 | 2024.11.14 04:58:44.539675 [ 192 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 64 rows starting from the beginning of the part | ||
| 15299 | 2024.11.14 04:58:44.541628 [ 250 ] {98307418-6086-4084-a46a-e02ff1ee3aef} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15300 | 2024.11.14 04:58:44.541749 [ 250 ] {98307418-6086-4084-a46a-e02ff1ee3aef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15301 | 2024.11.14 04:58:44.543077 [ 250 ] {98307418-6086-4084-a46a-e02ff1ee3aef} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 15302 | 2024.11.14 04:58:44.543472 [ 250 ] {98307418-6086-4084-a46a-e02ff1ee3aef} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15303 | 2024.11.14 04:58:44.544015 [ 250 ] {98307418-6086-4084-a46a-e02ff1ee3aef} <Debug> executeQuery: Read 158 rows, 11.26 KiB in 0.007061 sec., 22376.4339328707 rows/sec., 1.56 MiB/sec. | ||
| 15304 | 2024.11.14 04:58:44.544043 [ 203 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2031 rows, containing 5 columns (5 merged, 0 gathered) in 0.008082244 sec., 251291.59673971732 rows/sec., 19.29 MiB/sec. | ||
| 15305 | 2024.11.14 04:58:44.544104 [ 250 ] {98307418-6086-4084-a46a-e02ff1ee3aef} <Debug> TCPHandler: Processed in 0.007697353 sec. | ||
| 15306 | 2024.11.14 04:58:44.544316 [ 203 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) | ||
| 15307 | 2024.11.14 04:58:44.544328 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15308 | 2024.11.14 04:58:44.544507 [ 252 ] {74efae6a-2855-44c9-ad0e-7e61cb7ce0f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15309 | 2024.11.14 04:58:44.544594 [ 252 ] {74efae6a-2855-44c9-ad0e-7e61cb7ce0f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15310 | 2024.11.14 04:58:44.544888 [ 203 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_146_29} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15311 | 2024.11.14 04:58:44.545117 [ 203 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_146_29} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 | ||
| 15312 | 2024.11.14 04:58:44.545260 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 15313 | 2024.11.14 04:58:44.545509 [ 252 ] {74efae6a-2855-44c9-ad0e-7e61cb7ce0f1} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15314 | 2024.11.14 04:58:44.545555 [ 252 ] {74efae6a-2855-44c9-ad0e-7e61cb7ce0f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15315 | 2024.11.14 04:58:44.545930 [ 252 ] {74efae6a-2855-44c9-ad0e-7e61cb7ce0f1} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 15316 | 2024.11.14 04:58:44.546165 [ 252 ] {74efae6a-2855-44c9-ad0e-7e61cb7ce0f1} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15317 | 2024.11.14 04:58:44.546389 [ 252 ] {74efae6a-2855-44c9-ad0e-7e61cb7ce0f1} <Debug> executeQuery: Read 58 rows, 4.01 KiB in 0.001944 sec., 29835.39094650206 rows/sec., 2.02 MiB/sec. | ||
| 15318 | 2024.11.14 04:58:44.546445 [ 252 ] {74efae6a-2855-44c9-ad0e-7e61cb7ce0f1} <Debug> TCPHandler: Processed in 0.002193374 sec. | ||
| 15319 | 2024.11.14 04:58:48.853357 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 2158 | ||
| 15320 | 2024.11.14 04:58:48.856339 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15321 | 2024.11.14 04:58:48.856393 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15322 | 2024.11.14 04:58:48.857907 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 15323 | 2024.11.14 04:58:48.858232 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15324 | 2024.11.14 04:58:48.858768 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2158 | ||
| 15325 | 2024.11.14 04:58:49.528683 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15326 | 2024.11.14 04:58:49.528892 [ 250 ] {c8e22436-c03e-488f-ade5-e8225a54ab56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15327 | 2024.11.14 04:58:49.528970 [ 250 ] {c8e22436-c03e-488f-ade5-e8225a54ab56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15328 | 2024.11.14 04:58:49.529823 [ 250 ] {c8e22436-c03e-488f-ade5-e8225a54ab56} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15329 | 2024.11.14 04:58:49.529869 [ 250 ] {c8e22436-c03e-488f-ade5-e8225a54ab56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15330 | 2024.11.14 04:58:49.530290 [ 250 ] {c8e22436-c03e-488f-ade5-e8225a54ab56} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 15331 | 2024.11.14 04:58:49.530539 [ 250 ] {c8e22436-c03e-488f-ade5-e8225a54ab56} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15332 | 2024.11.14 04:58:49.530784 [ 250 ] {c8e22436-c03e-488f-ade5-e8225a54ab56} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001939 sec., 28880.86642599278 rows/sec., 2.20 MiB/sec. | ||
| 15333 | 2024.11.14 04:58:49.530863 [ 209 ] {} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 15334 | 2024.11.14 04:58:49.530879 [ 250 ] {c8e22436-c03e-488f-ade5-e8225a54ab56} <Debug> TCPHandler: Processed in 0.002327077 sec. | ||
| 15335 | 2024.11.14 04:58:49.530945 [ 209 ] {} <Debug> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 15336 | 2024.11.14 04:58:49.531197 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15337 | 2024.11.14 04:58:49.531440 [ 252 ] {5a0204e1-1318-4fe1-9f3c-41fbd6b07977} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15338 | 2024.11.14 04:58:49.531575 [ 252 ] {5a0204e1-1318-4fe1-9f3c-41fbd6b07977} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15339 | 2024.11.14 04:58:49.533118 [ 252 ] {5a0204e1-1318-4fe1-9f3c-41fbd6b07977} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15340 | 2024.11.14 04:58:49.533174 [ 252 ] {5a0204e1-1318-4fe1-9f3c-41fbd6b07977} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15341 | 2024.11.14 04:58:49.533935 [ 252 ] {5a0204e1-1318-4fe1-9f3c-41fbd6b07977} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 15342 | 2024.11.14 04:58:49.534362 [ 252 ] {5a0204e1-1318-4fe1-9f3c-41fbd6b07977} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15343 | 2024.11.14 04:58:49.534674 [ 209 ] {} <Debug> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 15344 | 2024.11.14 04:58:49.534695 [ 252 ] {5a0204e1-1318-4fe1-9f3c-41fbd6b07977} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003333 sec., 19201.920192019203 rows/sec., 1.50 MiB/sec. | ||
| 15345 | 2024.11.14 04:58:49.535044 [ 252 ] {5a0204e1-1318-4fe1-9f3c-41fbd6b07977} <Debug> TCPHandler: Processed in 0.003984696 sec. | ||
| 15346 | 2024.11.14 04:58:49.535309 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15347 | 2024.11.14 04:58:49.535522 [ 250 ] {54ec4213-9d8d-44f8-8b82-76d4059cc9ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15348 | 2024.11.14 04:58:49.535586 [ 250 ] {54ec4213-9d8d-44f8-8b82-76d4059cc9ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15349 | 2024.11.14 04:58:49.536189 [ 250 ] {54ec4213-9d8d-44f8-8b82-76d4059cc9ee} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15350 | 2024.11.14 04:58:49.536228 [ 250 ] {54ec4213-9d8d-44f8-8b82-76d4059cc9ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15351 | 2024.11.14 04:58:49.536628 [ 250 ] {54ec4213-9d8d-44f8-8b82-76d4059cc9ee} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 15352 | 2024.11.14 04:58:49.536866 [ 250 ] {54ec4213-9d8d-44f8-8b82-76d4059cc9ee} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15353 | 2024.11.14 04:58:49.537072 [ 250 ] {54ec4213-9d8d-44f8-8b82-76d4059cc9ee} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00159 sec., 100628.93081761006 rows/sec., 7.01 MiB/sec. | ||
| 15354 | 2024.11.14 04:58:49.537124 [ 250 ] {54ec4213-9d8d-44f8-8b82-76d4059cc9ee} <Debug> TCPHandler: Processed in 0.001942296 sec. | ||
| 15355 | 2024.11.14 04:58:49.537280 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15356 | 2024.11.14 04:58:49.537411 [ 252 ] {93b6052f-3db3-4b86-9f0d-023f90bcac6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15357 | 2024.11.14 04:58:49.537468 [ 252 ] {93b6052f-3db3-4b86-9f0d-023f90bcac6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15358 | 2024.11.14 04:58:49.537989 [ 252 ] {93b6052f-3db3-4b86-9f0d-023f90bcac6c} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15359 | 2024.11.14 04:58:49.538030 [ 252 ] {93b6052f-3db3-4b86-9f0d-023f90bcac6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15360 | 2024.11.14 04:58:49.538442 [ 252 ] {93b6052f-3db3-4b86-9f0d-023f90bcac6c} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 15361 | 2024.11.14 04:58:49.538699 [ 252 ] {93b6052f-3db3-4b86-9f0d-023f90bcac6c} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15362 | 2024.11.14 04:58:49.538919 [ 252 ] {93b6052f-3db3-4b86-9f0d-023f90bcac6c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001539 sec., 38986.35477582846 rows/sec., 2.63 MiB/sec. | ||
| 15363 | 2024.11.14 04:58:49.539025 [ 252 ] {93b6052f-3db3-4b86-9f0d-023f90bcac6c} <Debug> TCPHandler: Processed in 0.001802942 sec. | ||
| 15364 | 2024.11.14 04:58:50.445927 [ 219 ] {} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 15365 | 2024.11.14 04:58:50.445997 [ 219 ] {} <Debug> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 15366 | 2024.11.14 04:58:50.448063 [ 219 ] {} <Debug> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 15367 | 2024.11.14 04:58:51.666733 [ 147 ] {} <Debug> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78) (MergerMutator): Selected 5 parts from all_1_81_17 to all_85_85_0 | ||
| 15368 | 2024.11.14 04:58:51.666806 [ 147 ] {} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15369 | 2024.11.14 04:58:51.666832 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15370 | 2024.11.14 04:58:51.666974 [ 219 ] {} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Found 5 old parts to remove. Parts: [all_1_25_5, all_26_26_0, all_27_27_0, all_28_28_0, all_29_29_0] | ||
| 15371 | 2024.11.14 04:58:51.667033 [ 219 ] {} <Debug> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Removing 5 parts from filesystem (serially): Parts: [all_1_25_5, all_26_26_0, all_27_27_0, all_28_28_0, all_29_29_0] | ||
| 15372 | 2024.11.14 04:58:51.667041 [ 190 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_85_18} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_81_17 to all_85_85_0 into Compact with storage Full | ||
| 15373 | 2024.11.14 04:58:51.667369 [ 190 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_85_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15374 | 2024.11.14 04:58:51.667408 [ 190 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_85_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_17, total 80 rows starting from the beginning of the part | ||
| 15375 | 2024.11.14 04:58:51.667597 [ 190 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_85_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 4 rows starting from the beginning of the part | ||
| 15376 | 2024.11.14 04:58:51.667909 [ 190 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_85_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 69 rows starting from the beginning of the part | ||
| 15377 | 2024.11.14 04:58:51.668260 [ 190 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_85_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 10 rows starting from the beginning of the part | ||
| 15378 | 2024.11.14 04:58:51.668694 [ 190 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_85_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 69 rows starting from the beginning of the part | ||
| 15379 | 2024.11.14 04:58:51.670977 [ 203 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_85_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 232 rows, containing 5 columns (5 merged, 0 gathered) in 0.004060307 sec., 57138.53656878655 rows/sec., 4.32 MiB/sec. | ||
| 15380 | 2024.11.14 04:58:51.671164 [ 203 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_85_18} <Trace> MergedBlockOutputStream: filled checksums all_1_85_18 (state Temporary) | ||
| 15381 | 2024.11.14 04:58:51.671169 [ 219 ] {} <Debug> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Removing 5 parts from memory: Parts: [all_1_25_5, all_26_26_0, all_27_27_0, all_28_28_0, all_29_29_0] | ||
| 15382 | 2024.11.14 04:58:51.671585 [ 203 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_85_18} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_merge_all_1_85_18 to all_1_85_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15383 | 2024.11.14 04:58:51.671663 [ 203 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_85_18} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78) (MergerMutator): Merged 5 parts: [all_1_81_17, all_85_85_0] -> all_1_85_18 | ||
| 15384 | 2024.11.14 04:58:51.671757 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 15385 | 2024.11.14 04:58:53.298138 [ 144 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15386 | 2024.11.14 04:58:53.298185 [ 144 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15387 | 2024.11.14 04:58:54.536207 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15388 | 2024.11.14 04:58:54.536420 [ 250 ] {43a9cc30-ffb4-4a7b-9061-2fee25c23bd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15389 | 2024.11.14 04:58:54.536501 [ 250 ] {43a9cc30-ffb4-4a7b-9061-2fee25c23bd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15390 | 2024.11.14 04:58:54.537299 [ 250 ] {43a9cc30-ffb4-4a7b-9061-2fee25c23bd6} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15391 | 2024.11.14 04:58:54.537349 [ 250 ] {43a9cc30-ffb4-4a7b-9061-2fee25c23bd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15392 | 2024.11.14 04:58:54.537778 [ 250 ] {43a9cc30-ffb4-4a7b-9061-2fee25c23bd6} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 15393 | 2024.11.14 04:58:54.538034 [ 250 ] {43a9cc30-ffb4-4a7b-9061-2fee25c23bd6} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15394 | 2024.11.14 04:58:54.538297 [ 250 ] {43a9cc30-ffb4-4a7b-9061-2fee25c23bd6} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001924 sec., 7276.507276507276 rows/sec., 523.81 KiB/sec. | ||
| 15395 | 2024.11.14 04:58:54.538402 [ 250 ] {43a9cc30-ffb4-4a7b-9061-2fee25c23bd6} <Debug> TCPHandler: Processed in 0.002333558 sec. | ||
| 15396 | 2024.11.14 04:58:54.538695 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15397 | 2024.11.14 04:58:54.538876 [ 252 ] {ef63fe30-9165-4498-aed4-be8639367dba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15398 | 2024.11.14 04:58:54.538943 [ 252 ] {ef63fe30-9165-4498-aed4-be8639367dba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15399 | 2024.11.14 04:58:54.539847 [ 252 ] {ef63fe30-9165-4498-aed4-be8639367dba} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15400 | 2024.11.14 04:58:54.539889 [ 252 ] {ef63fe30-9165-4498-aed4-be8639367dba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15401 | 2024.11.14 04:58:54.540332 [ 252 ] {ef63fe30-9165-4498-aed4-be8639367dba} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 15402 | 2024.11.14 04:58:54.540585 [ 252 ] {ef63fe30-9165-4498-aed4-be8639367dba} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15403 | 2024.11.14 04:58:54.540806 [ 252 ] {ef63fe30-9165-4498-aed4-be8639367dba} <Debug> executeQuery: Read 327 rows, 29.69 KiB in 0.00198 sec., 165151.51515151517 rows/sec., 14.64 MiB/sec. | ||
| 15404 | 2024.11.14 04:58:54.540861 [ 252 ] {ef63fe30-9165-4498-aed4-be8639367dba} <Debug> TCPHandler: Processed in 0.002314338 sec. | ||
| 15405 | 2024.11.14 04:58:54.541079 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15406 | 2024.11.14 04:58:54.541293 [ 250 ] {dea7eb7a-8ac9-446b-8013-345b9fc855c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15407 | 2024.11.14 04:58:54.541378 [ 250 ] {dea7eb7a-8ac9-446b-8013-345b9fc855c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15408 | 2024.11.14 04:58:54.542231 [ 250 ] {dea7eb7a-8ac9-446b-8013-345b9fc855c7} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15409 | 2024.11.14 04:58:54.542273 [ 250 ] {dea7eb7a-8ac9-446b-8013-345b9fc855c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15410 | 2024.11.14 04:58:54.542644 [ 250 ] {dea7eb7a-8ac9-446b-8013-345b9fc855c7} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 15411 | 2024.11.14 04:58:54.542888 [ 250 ] {dea7eb7a-8ac9-446b-8013-345b9fc855c7} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15412 | 2024.11.14 04:58:54.543131 [ 250 ] {dea7eb7a-8ac9-446b-8013-345b9fc855c7} <Debug> executeQuery: Read 69 rows, 5.12 KiB in 0.001881 sec., 36682.61562998405 rows/sec., 2.66 MiB/sec. | ||
| 15413 | 2024.11.14 04:58:54.543203 [ 250 ] {dea7eb7a-8ac9-446b-8013-345b9fc855c7} <Debug> TCPHandler: Processed in 0.002228974 sec. | ||
| 15414 | 2024.11.14 04:58:54.543421 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15415 | 2024.11.14 04:58:54.543623 [ 252 ] {8024d15f-4d73-4793-a53a-78847d1099e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15416 | 2024.11.14 04:58:54.543671 [ 252 ] {8024d15f-4d73-4793-a53a-78847d1099e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15417 | 2024.11.14 04:58:54.544242 [ 252 ] {8024d15f-4d73-4793-a53a-78847d1099e8} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15418 | 2024.11.14 04:58:54.544280 [ 252 ] {8024d15f-4d73-4793-a53a-78847d1099e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15419 | 2024.11.14 04:58:54.544633 [ 252 ] {8024d15f-4d73-4793-a53a-78847d1099e8} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 15420 | 2024.11.14 04:58:54.544866 [ 252 ] {8024d15f-4d73-4793-a53a-78847d1099e8} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15421 | 2024.11.14 04:58:54.545119 [ 252 ] {8024d15f-4d73-4793-a53a-78847d1099e8} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001535 sec., 9120.521172638437 rows/sec., 638.74 KiB/sec. | ||
| 15422 | 2024.11.14 04:58:54.545317 [ 252 ] {8024d15f-4d73-4793-a53a-78847d1099e8} <Debug> TCPHandler: Processed in 0.002024658 sec. | ||
| 15423 | 2024.11.14 04:58:54.545586 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15424 | 2024.11.14 04:58:54.545782 [ 250 ] {7dc9e6ee-5045-4afe-881f-b02cb9dca4e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15425 | 2024.11.14 04:58:54.545865 [ 250 ] {7dc9e6ee-5045-4afe-881f-b02cb9dca4e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15426 | 2024.11.14 04:58:54.546482 [ 250 ] {7dc9e6ee-5045-4afe-881f-b02cb9dca4e4} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15427 | 2024.11.14 04:58:54.546522 [ 250 ] {7dc9e6ee-5045-4afe-881f-b02cb9dca4e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15428 | 2024.11.14 04:58:54.546889 [ 250 ] {7dc9e6ee-5045-4afe-881f-b02cb9dca4e4} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 15429 | 2024.11.14 04:58:54.547128 [ 250 ] {7dc9e6ee-5045-4afe-881f-b02cb9dca4e4} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15430 | 2024.11.14 04:58:54.547334 [ 250 ] {7dc9e6ee-5045-4afe-881f-b02cb9dca4e4} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001601 sec., 8119.925046845721 rows/sec., 506.28 KiB/sec. | ||
| 15431 | 2024.11.14 04:58:54.547386 [ 250 ] {7dc9e6ee-5045-4afe-881f-b02cb9dca4e4} <Debug> TCPHandler: Processed in 0.001953616 sec. | ||
| 15432 | 2024.11.14 04:58:54.547539 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15433 | 2024.11.14 04:58:54.547687 [ 252 ] {4467cd5b-0ab6-4922-9f09-58320c4958ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15434 | 2024.11.14 04:58:54.547745 [ 252 ] {4467cd5b-0ab6-4922-9f09-58320c4958ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15435 | 2024.11.14 04:58:54.548516 [ 252 ] {4467cd5b-0ab6-4922-9f09-58320c4958ed} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15436 | 2024.11.14 04:58:54.548557 [ 252 ] {4467cd5b-0ab6-4922-9f09-58320c4958ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15437 | 2024.11.14 04:58:54.548957 [ 252 ] {4467cd5b-0ab6-4922-9f09-58320c4958ed} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 15438 | 2024.11.14 04:58:54.549204 [ 252 ] {4467cd5b-0ab6-4922-9f09-58320c4958ed} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15439 | 2024.11.14 04:58:54.549418 [ 252 ] {4467cd5b-0ab6-4922-9f09-58320c4958ed} <Debug> executeQuery: Read 444 rows, 32.65 KiB in 0.001764 sec., 251700.68027210885 rows/sec., 18.07 MiB/sec. | ||
| 15440 | 2024.11.14 04:58:54.549470 [ 252 ] {4467cd5b-0ab6-4922-9f09-58320c4958ed} <Debug> TCPHandler: Processed in 0.002000158 sec. | ||
| 15441 | 2024.11.14 04:58:54.549618 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15442 | 2024.11.14 04:58:54.549735 [ 250 ] {1d9e1ba5-d354-4535-9986-dd1d3cadda76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 15443 | 2024.11.14 04:58:54.549787 [ 250 ] {1d9e1ba5-d354-4535-9986-dd1d3cadda76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15444 | 2024.11.14 04:58:54.550273 [ 250 ] {1d9e1ba5-d354-4535-9986-dd1d3cadda76} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15445 | 2024.11.14 04:58:54.550312 [ 250 ] {1d9e1ba5-d354-4535-9986-dd1d3cadda76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15446 | 2024.11.14 04:58:54.550689 [ 250 ] {1d9e1ba5-d354-4535-9986-dd1d3cadda76} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 15447 | 2024.11.14 04:58:54.550928 [ 250 ] {1d9e1ba5-d354-4535-9986-dd1d3cadda76} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15448 | 2024.11.14 04:58:54.551172 [ 250 ] {1d9e1ba5-d354-4535-9986-dd1d3cadda76} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001453 sec., 4129.387474191328 rows/sec., 215.74 KiB/sec. | ||
| 15449 | 2024.11.14 04:58:54.551318 [ 250 ] {1d9e1ba5-d354-4535-9986-dd1d3cadda76} <Debug> TCPHandler: Processed in 0.001752081 sec. | ||
| 15450 | 2024.11.14 04:58:54.551537 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15451 | 2024.11.14 04:58:54.551654 [ 252 ] {8aa98631-6938-4c03-b98d-205f6264e10d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15452 | 2024.11.14 04:58:54.551704 [ 252 ] {8aa98631-6938-4c03-b98d-205f6264e10d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15453 | 2024.11.14 04:58:54.552266 [ 252 ] {8aa98631-6938-4c03-b98d-205f6264e10d} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15454 | 2024.11.14 04:58:54.552303 [ 252 ] {8aa98631-6938-4c03-b98d-205f6264e10d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15455 | 2024.11.14 04:58:54.552697 [ 252 ] {8aa98631-6938-4c03-b98d-205f6264e10d} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 15456 | 2024.11.14 04:58:54.552933 [ 252 ] {8aa98631-6938-4c03-b98d-205f6264e10d} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15457 | 2024.11.14 04:58:54.553138 [ 252 ] {8aa98631-6938-4c03-b98d-205f6264e10d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001507 sec., 157266.0915726609 rows/sec., 10.54 MiB/sec. | ||
| 15458 | 2024.11.14 04:58:54.553191 [ 252 ] {8aa98631-6938-4c03-b98d-205f6264e10d} <Debug> TCPHandler: Processed in 0.001759402 sec. | ||
| 15459 | 2024.11.14 04:58:54.553349 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15460 | 2024.11.14 04:58:54.553487 [ 250 ] {a7120045-7b6a-4997-a7de-f4bcb11b05fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 15461 | 2024.11.14 04:58:54.553548 [ 250 ] {a7120045-7b6a-4997-a7de-f4bcb11b05fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15462 | 2024.11.14 04:58:54.554070 [ 250 ] {a7120045-7b6a-4997-a7de-f4bcb11b05fa} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15463 | 2024.11.14 04:58:54.554109 [ 250 ] {a7120045-7b6a-4997-a7de-f4bcb11b05fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15464 | 2024.11.14 04:58:54.554473 [ 250 ] {a7120045-7b6a-4997-a7de-f4bcb11b05fa} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 15465 | 2024.11.14 04:58:54.554711 [ 250 ] {a7120045-7b6a-4997-a7de-f4bcb11b05fa} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15466 | 2024.11.14 04:58:54.554967 [ 250 ] {a7120045-7b6a-4997-a7de-f4bcb11b05fa} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00151 sec., 662.251655629139 rows/sec., 44.62 KiB/sec. | ||
| 15467 | 2024.11.14 04:58:54.555182 [ 250 ] {a7120045-7b6a-4997-a7de-f4bcb11b05fa} <Debug> TCPHandler: Processed in 0.001895185 sec. | ||
| 15468 | 2024.11.14 04:58:54.555359 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15469 | 2024.11.14 04:58:54.555475 [ 252 ] {66f647bf-83c8-4070-83d2-9908db3b0322} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15470 | 2024.11.14 04:58:54.555556 [ 252 ] {66f647bf-83c8-4070-83d2-9908db3b0322} <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 | ||
| 15471 | 2024.11.14 04:58:54.556749 [ 252 ] {66f647bf-83c8-4070-83d2-9908db3b0322} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15472 | 2024.11.14 04:58:54.556787 [ 252 ] {66f647bf-83c8-4070-83d2-9908db3b0322} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15473 | 2024.11.14 04:58:54.557486 [ 252 ] {66f647bf-83c8-4070-83d2-9908db3b0322} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 15474 | 2024.11.14 04:58:54.557742 [ 252 ] {66f647bf-83c8-4070-83d2-9908db3b0322} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15475 | 2024.11.14 04:58:54.557988 [ 252 ] {66f647bf-83c8-4070-83d2-9908db3b0322} <Debug> executeQuery: Read 62 rows, 113.77 KiB in 0.00254 sec., 24409.448818897636 rows/sec., 43.74 MiB/sec. | ||
| 15476 | 2024.11.14 04:58:54.558080 [ 252 ] {66f647bf-83c8-4070-83d2-9908db3b0322} <Debug> TCPHandler: Processed in 0.002795821 sec. | ||
| 15477 | 2024.11.14 04:58:54.558239 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15478 | 2024.11.14 04:58:54.558376 [ 250 ] {b37bd931-e059-4d82-bf84-b4a9da65c771} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15479 | 2024.11.14 04:58:54.558434 [ 250 ] {b37bd931-e059-4d82-bf84-b4a9da65c771} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15480 | 2024.11.14 04:58:54.558985 [ 250 ] {b37bd931-e059-4d82-bf84-b4a9da65c771} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15481 | 2024.11.14 04:58:54.559023 [ 250 ] {b37bd931-e059-4d82-bf84-b4a9da65c771} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15482 | 2024.11.14 04:58:54.559389 [ 250 ] {b37bd931-e059-4d82-bf84-b4a9da65c771} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 15483 | 2024.11.14 04:58:54.559623 [ 250 ] {b37bd931-e059-4d82-bf84-b4a9da65c771} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15484 | 2024.11.14 04:58:54.559833 [ 250 ] {b37bd931-e059-4d82-bf84-b4a9da65c771} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001488 sec., 55107.526881720434 rows/sec., 3.50 MiB/sec. | ||
| 15485 | 2024.11.14 04:58:54.559882 [ 250 ] {b37bd931-e059-4d82-bf84-b4a9da65c771} <Debug> TCPHandler: Processed in 0.001709799 sec. | ||
| 15486 | 2024.11.14 04:58:58.859849 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 2188 | ||
| 15487 | 2024.11.14 04:58:58.862862 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15488 | 2024.11.14 04:58:58.862910 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15489 | 2024.11.14 04:58:58.864422 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 15490 | 2024.11.14 04:58:58.864731 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15491 | 2024.11.14 04:58:58.865024 [ 137 ] {} <Debug> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 15492 | 2024.11.14 04:58:58.865243 [ 137 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15493 | 2024.11.14 04:58:58.865353 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15494 | 2024.11.14 04:58:58.865961 [ 187 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 15495 | 2024.11.14 04:58:58.866188 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2188 | ||
| 15496 | 2024.11.14 04:58:58.866843 [ 187 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15497 | 2024.11.14 04:58:58.867030 [ 187 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 2042 rows starting from the beginning of the part | ||
| 15498 | 2024.11.14 04:58:58.867724 [ 187 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 34 rows starting from the beginning of the part | ||
| 15499 | 2024.11.14 04:58:58.868389 [ 187 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 32 rows starting from the beginning of the part | ||
| 15500 | 2024.11.14 04:58:58.869027 [ 187 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 20 rows starting from the beginning of the part | ||
| 15501 | 2024.11.14 04:58:58.869631 [ 187 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 30 rows starting from the beginning of the part | ||
| 15502 | 2024.11.14 04:58:58.870226 [ 187 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 30 rows starting from the beginning of the part | ||
| 15503 | 2024.11.14 04:58:58.879118 [ 190 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2188 rows, containing 72 columns (72 merged, 0 gathered) in 0.013566963 sec., 161274.11860708988 rows/sec., 121.58 MiB/sec. | ||
| 15504 | 2024.11.14 04:58:58.881248 [ 194 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 15505 | 2024.11.14 04:58:58.882020 [ 194 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_76_15} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15506 | 2024.11.14 04:58:58.882100 [ 194 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_76_15} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 15507 | 2024.11.14 04:58:58.882410 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.04 MiB. | ||
| 15508 | 2024.11.14 04:58:59.527452 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15509 | 2024.11.14 04:58:59.527658 [ 250 ] {51d5beda-54b8-48fa-9bf9-d31a03c15400} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 15510 | 2024.11.14 04:58:59.527741 [ 250 ] {51d5beda-54b8-48fa-9bf9-d31a03c15400} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 15511 | 2024.11.14 04:58:59.528538 [ 250 ] {51d5beda-54b8-48fa-9bf9-d31a03c15400} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15512 | 2024.11.14 04:58:59.528587 [ 250 ] {51d5beda-54b8-48fa-9bf9-d31a03c15400} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15513 | 2024.11.14 04:58:59.529021 [ 250 ] {51d5beda-54b8-48fa-9bf9-d31a03c15400} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 15514 | 2024.11.14 04:58:59.529276 [ 250 ] {51d5beda-54b8-48fa-9bf9-d31a03c15400} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15515 | 2024.11.14 04:58:59.529546 [ 250 ] {51d5beda-54b8-48fa-9bf9-d31a03c15400} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001942 sec., 2059.732234809475 rows/sec., 167.96 KiB/sec. | ||
| 15516 | 2024.11.14 04:58:59.529750 [ 250 ] {51d5beda-54b8-48fa-9bf9-d31a03c15400} <Debug> TCPHandler: Processed in 0.00242409 sec. | ||
| 15517 | 2024.11.14 04:58:59.530036 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15518 | 2024.11.14 04:58:59.530222 [ 252 ] {2d8e68a4-0718-4c10-aa53-d2e5464b5208} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15519 | 2024.11.14 04:58:59.530293 [ 252 ] {2d8e68a4-0718-4c10-aa53-d2e5464b5208} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15520 | 2024.11.14 04:58:59.531057 [ 252 ] {2d8e68a4-0718-4c10-aa53-d2e5464b5208} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15521 | 2024.11.14 04:58:59.531103 [ 252 ] {2d8e68a4-0718-4c10-aa53-d2e5464b5208} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15522 | 2024.11.14 04:58:59.531540 [ 252 ] {2d8e68a4-0718-4c10-aa53-d2e5464b5208} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 15523 | 2024.11.14 04:58:59.531797 [ 252 ] {2d8e68a4-0718-4c10-aa53-d2e5464b5208} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15524 | 2024.11.14 04:58:59.532034 [ 252 ] {2d8e68a4-0718-4c10-aa53-d2e5464b5208} <Debug> executeQuery: Read 58 rows, 4.52 KiB in 0.001863 sec., 31132.58185721954 rows/sec., 2.37 MiB/sec. | ||
| 15525 | 2024.11.14 04:58:59.532106 [ 252 ] {2d8e68a4-0718-4c10-aa53-d2e5464b5208} <Debug> TCPHandler: Processed in 0.002208454 sec. | ||
| 15526 | 2024.11.14 04:58:59.532354 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15527 | 2024.11.14 04:58:59.532551 [ 250 ] {1943c1c2-4149-47ee-99e9-4ebd7d33c4db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15528 | 2024.11.14 04:58:59.532607 [ 250 ] {1943c1c2-4149-47ee-99e9-4ebd7d33c4db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15529 | 2024.11.14 04:58:59.533258 [ 250 ] {1943c1c2-4149-47ee-99e9-4ebd7d33c4db} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15530 | 2024.11.14 04:58:59.533297 [ 250 ] {1943c1c2-4149-47ee-99e9-4ebd7d33c4db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15531 | 2024.11.14 04:58:59.533650 [ 250 ] {1943c1c2-4149-47ee-99e9-4ebd7d33c4db} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 15532 | 2024.11.14 04:58:59.533892 [ 250 ] {1943c1c2-4149-47ee-99e9-4ebd7d33c4db} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15533 | 2024.11.14 04:58:59.534102 [ 250 ] {1943c1c2-4149-47ee-99e9-4ebd7d33c4db} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001582 sec., 2528.4450063211125 rows/sec., 176.55 KiB/sec. | ||
| 15534 | 2024.11.14 04:58:59.534154 [ 250 ] {1943c1c2-4149-47ee-99e9-4ebd7d33c4db} <Debug> TCPHandler: Processed in 0.001928205 sec. | ||
| 15535 | 2024.11.14 04:58:59.534295 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15536 | 2024.11.14 04:58:59.534418 [ 252 ] {84f41ce9-ac66-4345-affa-054c7136a14b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15537 | 2024.11.14 04:58:59.534469 [ 252 ] {84f41ce9-ac66-4345-affa-054c7136a14b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15538 | 2024.11.14 04:58:59.535092 [ 252 ] {84f41ce9-ac66-4345-affa-054c7136a14b} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15539 | 2024.11.14 04:58:59.535137 [ 252 ] {84f41ce9-ac66-4345-affa-054c7136a14b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15540 | 2024.11.14 04:58:59.535511 [ 252 ] {84f41ce9-ac66-4345-affa-054c7136a14b} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 15541 | 2024.11.14 04:58:59.535756 [ 252 ] {84f41ce9-ac66-4345-affa-054c7136a14b} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15542 | 2024.11.14 04:58:59.535962 [ 252 ] {84f41ce9-ac66-4345-affa-054c7136a14b} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001572 sec., 43256.99745547074 rows/sec., 3.38 MiB/sec. | ||
| 15543 | 2024.11.14 04:58:59.536015 [ 252 ] {84f41ce9-ac66-4345-affa-054c7136a14b} <Debug> TCPHandler: Processed in 0.001778301 sec. | ||
| 15544 | 2024.11.14 04:58:59.536176 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15545 | 2024.11.14 04:58:59.536312 [ 250 ] {7e506174-c3bc-4f68-af95-75fd0b3305f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15546 | 2024.11.14 04:58:59.536374 [ 250 ] {7e506174-c3bc-4f68-af95-75fd0b3305f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15547 | 2024.11.14 04:58:59.537027 [ 250 ] {7e506174-c3bc-4f68-af95-75fd0b3305f9} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15548 | 2024.11.14 04:58:59.537074 [ 250 ] {7e506174-c3bc-4f68-af95-75fd0b3305f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15549 | 2024.11.14 04:58:59.537466 [ 250 ] {7e506174-c3bc-4f68-af95-75fd0b3305f9} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 15550 | 2024.11.14 04:58:59.537702 [ 250 ] {7e506174-c3bc-4f68-af95-75fd0b3305f9} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15551 | 2024.11.14 04:58:59.537850 [ 138 ] {} <Debug> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 | ||
| 15552 | 2024.11.14 04:58:59.537879 [ 250 ] {7e506174-c3bc-4f68-af95-75fd0b3305f9} <Debug> executeQuery: Read 130 rows, 9.27 KiB in 0.001595 sec., 81504.70219435736 rows/sec., 5.68 MiB/sec. | ||
| 15553 | 2024.11.14 04:58:59.537894 [ 138 ] {} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15554 | 2024.11.14 04:58:59.537929 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15555 | 2024.11.14 04:58:59.537953 [ 250 ] {7e506174-c3bc-4f68-af95-75fd0b3305f9} <Debug> TCPHandler: Processed in 0.001841043 sec. | ||
| 15556 | 2024.11.14 04:58:59.538153 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15557 | 2024.11.14 04:58:59.538159 [ 187 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_146_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full | ||
| 15558 | 2024.11.14 04:58:59.538362 [ 252 ] {f765a957-2a77-49bc-ba50-28a256eab052} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15559 | 2024.11.14 04:58:59.538481 [ 187 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15560 | 2024.11.14 04:58:59.538491 [ 252 ] {f765a957-2a77-49bc-ba50-28a256eab052} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15561 | 2024.11.14 04:58:59.538560 [ 187 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_141_28, total 27615 rows starting from the beginning of the part | ||
| 15562 | 2024.11.14 04:58:59.538882 [ 187 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 237 rows starting from the beginning of the part | ||
| 15563 | 2024.11.14 04:58:59.539342 [ 187 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 158 rows starting from the beginning of the part | ||
| 15564 | 2024.11.14 04:58:59.539674 [ 187 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 160 rows starting from the beginning of the part | ||
| 15565 | 2024.11.14 04:58:59.540006 [ 187 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 237 rows starting from the beginning of the part | ||
| 15566 | 2024.11.14 04:58:59.540404 [ 187 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 130 rows starting from the beginning of the part | ||
| 15567 | 2024.11.14 04:58:59.541091 [ 252 ] {f765a957-2a77-49bc-ba50-28a256eab052} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15568 | 2024.11.14 04:58:59.541157 [ 252 ] {f765a957-2a77-49bc-ba50-28a256eab052} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15569 | 2024.11.14 04:58:59.541991 [ 252 ] {f765a957-2a77-49bc-ba50-28a256eab052} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 15570 | 2024.11.14 04:58:59.542326 [ 252 ] {f765a957-2a77-49bc-ba50-28a256eab052} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15571 | 2024.11.14 04:58:59.542559 [ 138 ] {} <Debug> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 | ||
| 15572 | 2024.11.14 04:58:59.542668 [ 138 ] {} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15573 | 2024.11.14 04:58:59.542733 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15574 | 2024.11.14 04:58:59.542828 [ 252 ] {f765a957-2a77-49bc-ba50-28a256eab052} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.004481 sec., 10711.894666369115 rows/sec., 739.23 KiB/sec. | ||
| 15575 | 2024.11.14 04:58:59.543083 [ 252 ] {f765a957-2a77-49bc-ba50-28a256eab052} <Debug> TCPHandler: Processed in 0.005025626 sec. | ||
| 15576 | 2024.11.14 04:58:59.543423 [ 189 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_146_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full | ||
| 15577 | 2024.11.14 04:58:59.543773 [ 189 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15578 | 2024.11.14 04:58:59.543853 [ 189 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_141_28, total 8562 rows starting from the beginning of the part | ||
| 15579 | 2024.11.14 04:58:59.544204 [ 189 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 82 rows starting from the beginning of the part | ||
| 15580 | 2024.11.14 04:58:59.544304 [ 189 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 58 rows starting from the beginning of the part | ||
| 15581 | 2024.11.14 04:58:59.544569 [ 189 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 60 rows starting from the beginning of the part | ||
| 15582 | 2024.11.14 04:58:59.544788 [ 189 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 82 rows starting from the beginning of the part | ||
| 15583 | 2024.11.14 04:58:59.545111 [ 189 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 48 rows starting from the beginning of the part | ||
| 15584 | 2024.11.14 04:58:59.548745 [ 198 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8892 rows, containing 4 columns (4 merged, 0 gathered) in 0.00587418 sec., 1513743.194794848 rows/sec., 99.32 MiB/sec. | ||
| 15585 | 2024.11.14 04:58:59.548967 [ 188 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) | ||
| 15586 | 2024.11.14 04:58:59.549371 [ 188 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_146_29} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15587 | 2024.11.14 04:58:59.549696 [ 188 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_146_29} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 | ||
| 15588 | 2024.11.14 04:58:59.549835 [ 198 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28537 rows, containing 5 columns (5 merged, 0 gathered) in 0.011801112 sec., 2418161.9494840824 rows/sec., 164.93 MiB/sec. | ||
| 15589 | 2024.11.14 04:58:59.549881 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.84 MiB. | ||
| 15590 | 2024.11.14 04:58:59.550288 [ 198 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) | ||
| 15591 | 2024.11.14 04:58:59.550623 [ 198 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_146_29} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15592 | 2024.11.14 04:58:59.550701 [ 198 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_146_29} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 | ||
| 15593 | 2024.11.14 04:58:59.550797 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.45 MiB. | ||
| 15594 | 2024.11.14 04:59:04.529206 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15595 | 2024.11.14 04:59:04.529530 [ 250 ] {63e1d6ef-7850-4978-9a5e-cc104747d6c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15596 | 2024.11.14 04:59:04.529646 [ 250 ] {63e1d6ef-7850-4978-9a5e-cc104747d6c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15597 | 2024.11.14 04:59:04.530683 [ 250 ] {63e1d6ef-7850-4978-9a5e-cc104747d6c9} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15598 | 2024.11.14 04:59:04.530723 [ 250 ] {63e1d6ef-7850-4978-9a5e-cc104747d6c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15599 | 2024.11.14 04:59:04.531164 [ 250 ] {63e1d6ef-7850-4978-9a5e-cc104747d6c9} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
| 15600 | 2024.11.14 04:59:04.531429 [ 250 ] {63e1d6ef-7850-4978-9a5e-cc104747d6c9} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15601 | 2024.11.14 04:59:04.531647 [ 250 ] {63e1d6ef-7850-4978-9a5e-cc104747d6c9} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002204 sec., 25408.348457350276 rows/sec., 1.94 MiB/sec. | ||
| 15602 | 2024.11.14 04:59:04.531705 [ 250 ] {63e1d6ef-7850-4978-9a5e-cc104747d6c9} <Debug> TCPHandler: Processed in 0.002681588 sec. | ||
| 15603 | 2024.11.14 04:59:04.531960 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15604 | 2024.11.14 04:59:04.532153 [ 252 ] {62dfdf56-c3b0-43bb-a347-62aaab2a18f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15605 | 2024.11.14 04:59:04.532226 [ 252 ] {62dfdf56-c3b0-43bb-a347-62aaab2a18f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15606 | 2024.11.14 04:59:04.532988 [ 252 ] {62dfdf56-c3b0-43bb-a347-62aaab2a18f0} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15607 | 2024.11.14 04:59:04.533035 [ 252 ] {62dfdf56-c3b0-43bb-a347-62aaab2a18f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15608 | 2024.11.14 04:59:04.533469 [ 252 ] {62dfdf56-c3b0-43bb-a347-62aaab2a18f0} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
| 15609 | 2024.11.14 04:59:04.533720 [ 252 ] {62dfdf56-c3b0-43bb-a347-62aaab2a18f0} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15610 | 2024.11.14 04:59:04.533967 [ 252 ] {62dfdf56-c3b0-43bb-a347-62aaab2a18f0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001858 sec., 34445.64047362756 rows/sec., 2.69 MiB/sec. | ||
| 15611 | 2024.11.14 04:59:04.534063 [ 252 ] {62dfdf56-c3b0-43bb-a347-62aaab2a18f0} <Debug> TCPHandler: Processed in 0.002226655 sec. | ||
| 15612 | 2024.11.14 04:59:04.534309 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15613 | 2024.11.14 04:59:04.534573 [ 250 ] {01cb4c3b-2d38-4e07-8e6f-ee786b093138} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15614 | 2024.11.14 04:59:04.534670 [ 250 ] {01cb4c3b-2d38-4e07-8e6f-ee786b093138} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15615 | 2024.11.14 04:59:04.535507 [ 250 ] {01cb4c3b-2d38-4e07-8e6f-ee786b093138} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15616 | 2024.11.14 04:59:04.535545 [ 250 ] {01cb4c3b-2d38-4e07-8e6f-ee786b093138} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15617 | 2024.11.14 04:59:04.535942 [ 250 ] {01cb4c3b-2d38-4e07-8e6f-ee786b093138} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 15618 | 2024.11.14 04:59:04.536181 [ 250 ] {01cb4c3b-2d38-4e07-8e6f-ee786b093138} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15619 | 2024.11.14 04:59:04.536398 [ 250 ] {01cb4c3b-2d38-4e07-8e6f-ee786b093138} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001881 sec., 85061.13769271664 rows/sec., 5.92 MiB/sec. | ||
| 15620 | 2024.11.14 04:59:04.536449 [ 250 ] {01cb4c3b-2d38-4e07-8e6f-ee786b093138} <Debug> TCPHandler: Processed in 0.002289336 sec. | ||
| 15621 | 2024.11.14 04:59:04.536596 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15622 | 2024.11.14 04:59:04.536715 [ 252 ] {fbf997e5-1396-4df1-b010-d65f7d01e932} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15623 | 2024.11.14 04:59:04.536766 [ 252 ] {fbf997e5-1396-4df1-b010-d65f7d01e932} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15624 | 2024.11.14 04:59:04.537277 [ 252 ] {fbf997e5-1396-4df1-b010-d65f7d01e932} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15625 | 2024.11.14 04:59:04.537315 [ 252 ] {fbf997e5-1396-4df1-b010-d65f7d01e932} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15626 | 2024.11.14 04:59:04.537689 [ 252 ] {fbf997e5-1396-4df1-b010-d65f7d01e932} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 15627 | 2024.11.14 04:59:04.537937 [ 252 ] {fbf997e5-1396-4df1-b010-d65f7d01e932} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15628 | 2024.11.14 04:59:04.538135 [ 252 ] {fbf997e5-1396-4df1-b010-d65f7d01e932} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001446 sec., 41493.775933609955 rows/sec., 2.80 MiB/sec. | ||
| 15629 | 2024.11.14 04:59:04.538183 [ 252 ] {fbf997e5-1396-4df1-b010-d65f7d01e932} <Debug> TCPHandler: Processed in 0.001644697 sec. | ||
| 15630 | 2024.11.14 04:59:05.332763 [ 224 ] {} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 15631 | 2024.11.14 04:59:05.332840 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 15632 | 2024.11.14 04:59:05.335073 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 15633 | 2024.11.14 04:59:05.747429 [ 224 ] {} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 15634 | 2024.11.14 04:59:05.747470 [ 224 ] {} <Debug> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 15635 | 2024.11.14 04:59:05.749303 [ 224 ] {} <Debug> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 15636 | 2024.11.14 04:59:06.523828 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45488, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15637 | 2024.11.14 04:59:06.731401 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64887, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15638 | 2024.11.14 04:59:06.833908 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44393, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15639 | 2024.11.14 04:59:06.845275 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49461, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15640 | 2024.11.14 04:59:06.939797 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33484, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15641 | 2024.11.14 04:59:06.954256 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51650, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15642 | 2024.11.14 04:59:06.980642 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42652, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15643 | 2024.11.14 04:59:06.983986 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62035, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15644 | 2024.11.14 04:59:07.877331 [ 131 ] {} <Debug> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0 | ||
| 15645 | 2024.11.14 04:59:07.877456 [ 131 ] {} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15646 | 2024.11.14 04:59:07.877507 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15647 | 2024.11.14 04:59:07.877720 [ 225 ] {} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Found 5 old parts to remove. Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 15648 | 2024.11.14 04:59:07.877761 [ 191 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_49_12} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_45_11 to all_49_49_0 into Compact with storage Full | ||
| 15649 | 2024.11.14 04:59:07.877816 [ 225 ] {} <Debug> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Removing 5 parts from filesystem (serially): Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 15650 | 2024.11.14 04:59:07.878262 [ 191 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_49_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15651 | 2024.11.14 04:59:07.878373 [ 191 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_11, total 242 rows starting from the beginning of the part | ||
| 15652 | 2024.11.14 04:59:07.878577 [ 191 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 14 rows starting from the beginning of the part | ||
| 15653 | 2024.11.14 04:59:07.879014 [ 191 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 14 rows starting from the beginning of the part | ||
| 15654 | 2024.11.14 04:59:07.879298 [ 191 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 14 rows starting from the beginning of the part | ||
| 15655 | 2024.11.14 04:59:07.879634 [ 191 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 14 rows starting from the beginning of the part | ||
| 15656 | 2024.11.14 04:59:07.881660 [ 195 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_49_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.004055028 sec., 73489.01166650391 rows/sec., 5.27 MiB/sec. | ||
| 15657 | 2024.11.14 04:59:07.881859 [ 225 ] {} <Debug> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Removing 5 parts from memory: Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 15658 | 2024.11.14 04:59:07.881868 [ 195 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_49_12} <Trace> MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary) | ||
| 15659 | 2024.11.14 04:59:07.882492 [ 195 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_49_12} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15660 | 2024.11.14 04:59:07.882574 [ 195 ] {932d2d65-5723-4816-ad96-f39624c15824::all_1_49_12} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12 | ||
| 15661 | 2024.11.14 04:59:07.882650 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 15662 | 2024.11.14 04:59:08.298232 [ 131 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15663 | 2024.11.14 04:59:08.298292 [ 131 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15664 | 2024.11.14 04:59:08.867318 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 2208 | ||
| 15665 | 2024.11.14 04:59:08.870314 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15666 | 2024.11.14 04:59:08.870368 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15667 | 2024.11.14 04:59:08.871874 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 15668 | 2024.11.14 04:59:08.872186 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15669 | 2024.11.14 04:59:08.873689 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2208 | ||
| 15670 | 2024.11.14 04:59:09.001142 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 187.84 MiB, peak 208.77 MiB, free memory in arenas 0.00 B, will set to 191.84 MiB (RSS), difference: 4.00 MiB | ||
| 15671 | 2024.11.14 04:59:09.016399 [ 219 ] {} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Found 5 old parts to remove. Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 15672 | 2024.11.14 04:59:09.016455 [ 219 ] {} <Debug> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Removing 5 parts from filesystem (serially): Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 15673 | 2024.11.14 04:59:09.018164 [ 219 ] {} <Debug> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Removing 5 parts from memory: Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 15674 | 2024.11.14 04:59:09.539726 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15675 | 2024.11.14 04:59:09.539940 [ 250 ] {d749f506-3ed2-493c-aa40-bd2b93753bbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15676 | 2024.11.14 04:59:09.540020 [ 250 ] {d749f506-3ed2-493c-aa40-bd2b93753bbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15677 | 2024.11.14 04:59:09.540808 [ 250 ] {d749f506-3ed2-493c-aa40-bd2b93753bbf} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15678 | 2024.11.14 04:59:09.540852 [ 250 ] {d749f506-3ed2-493c-aa40-bd2b93753bbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15679 | 2024.11.14 04:59:09.541303 [ 250 ] {d749f506-3ed2-493c-aa40-bd2b93753bbf} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 15680 | 2024.11.14 04:59:09.541565 [ 250 ] {d749f506-3ed2-493c-aa40-bd2b93753bbf} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15681 | 2024.11.14 04:59:09.541714 [ 130 ] {} <Debug> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0 | ||
| 15682 | 2024.11.14 04:59:09.541756 [ 130 ] {} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15683 | 2024.11.14 04:59:09.541780 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15684 | 2024.11.14 04:59:09.541780 [ 250 ] {d749f506-3ed2-493c-aa40-bd2b93753bbf} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001898 sec., 7376.185458377239 rows/sec., 530.99 KiB/sec. | ||
| 15685 | 2024.11.14 04:59:09.541899 [ 250 ] {d749f506-3ed2-493c-aa40-bd2b93753bbf} <Debug> TCPHandler: Processed in 0.002306327 sec. | ||
| 15686 | 2024.11.14 04:59:09.541937 [ 198 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_49_12} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_45_11 to all_49_49_0 into Compact with storage Full | ||
| 15687 | 2024.11.14 04:59:09.542077 [ 198 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_49_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15688 | 2024.11.14 04:59:09.542121 [ 198 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_11, total 14 rows starting from the beginning of the part | ||
| 15689 | 2024.11.14 04:59:09.542212 [ 198 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 14 rows starting from the beginning of the part | ||
| 15690 | 2024.11.14 04:59:09.542338 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15691 | 2024.11.14 04:59:09.542576 [ 198 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 14 rows starting from the beginning of the part | ||
| 15692 | 2024.11.14 04:59:09.542994 [ 252 ] {14529a26-f603-4921-a6fd-becfe260255c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15693 | 2024.11.14 04:59:09.542985 [ 198 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 14 rows starting from the beginning of the part | ||
| 15694 | 2024.11.14 04:59:09.543246 [ 252 ] {14529a26-f603-4921-a6fd-becfe260255c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15695 | 2024.11.14 04:59:09.543301 [ 198 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 14 rows starting from the beginning of the part | ||
| 15696 | 2024.11.14 04:59:09.546024 [ 195 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_49_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.00416872 sec., 16791.725037901324 rows/sec., 1.24 MiB/sec. | ||
| 15697 | 2024.11.14 04:59:09.546056 [ 252 ] {14529a26-f603-4921-a6fd-becfe260255c} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15698 | 2024.11.14 04:59:09.546141 [ 252 ] {14529a26-f603-4921-a6fd-becfe260255c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15699 | 2024.11.14 04:59:09.546311 [ 195 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_49_12} <Trace> MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary) | ||
| 15700 | 2024.11.14 04:59:09.546930 [ 195 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_49_12} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15701 | 2024.11.14 04:59:09.546953 [ 252 ] {14529a26-f603-4921-a6fd-becfe260255c} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) | ||
| 15702 | 2024.11.14 04:59:09.547088 [ 195 ] {adfe2738-319a-45e4-a148-b79a83474972::all_1_49_12} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12 | ||
| 15703 | 2024.11.14 04:59:09.547260 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 15704 | 2024.11.14 04:59:09.547398 [ 252 ] {14529a26-f603-4921-a6fd-becfe260255c} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15705 | 2024.11.14 04:59:09.547592 [ 130 ] {} <Debug> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 | ||
| 15706 | 2024.11.14 04:59:09.547645 [ 130 ] {} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15707 | 2024.11.14 04:59:09.547689 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15708 | 2024.11.14 04:59:09.547688 [ 252 ] {14529a26-f603-4921-a6fd-becfe260255c} <Debug> executeQuery: Read 327 rows, 29.69 KiB in 0.004907 sec., 66639.49459955166 rows/sec., 5.91 MiB/sec. | ||
| 15709 | 2024.11.14 04:59:09.548021 [ 252 ] {14529a26-f603-4921-a6fd-becfe260255c} <Debug> TCPHandler: Processed in 0.005946973 sec. | ||
| 15710 | 2024.11.14 04:59:09.548037 [ 198 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_151_30} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full | ||
| 15711 | 2024.11.14 04:59:09.548321 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15712 | 2024.11.14 04:59:09.548696 [ 198 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15713 | 2024.11.14 04:59:09.548738 [ 250 ] {c1175a46-9375-4b55-be95-e9dcf7b40a4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15714 | 2024.11.14 04:59:09.548841 [ 198 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 1476 rows starting from the beginning of the part | ||
| 15715 | 2024.11.14 04:59:09.548917 [ 250 ] {c1175a46-9375-4b55-be95-e9dcf7b40a4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15716 | 2024.11.14 04:59:09.549292 [ 198 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 56 rows starting from the beginning of the part | ||
| 15717 | 2024.11.14 04:59:09.549846 [ 198 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 327 rows starting from the beginning of the part | ||
| 15718 | 2024.11.14 04:59:09.550456 [ 198 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 58 rows starting from the beginning of the part | ||
| 15719 | 2024.11.14 04:59:09.550993 [ 198 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 56 rows starting from the beginning of the part | ||
| 15720 | 2024.11.14 04:59:09.551371 [ 198 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 327 rows starting from the beginning of the part | ||
| 15721 | 2024.11.14 04:59:09.552575 [ 250 ] {c1175a46-9375-4b55-be95-e9dcf7b40a4e} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15722 | 2024.11.14 04:59:09.552616 [ 250 ] {c1175a46-9375-4b55-be95-e9dcf7b40a4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15723 | 2024.11.14 04:59:09.553184 [ 250 ] {c1175a46-9375-4b55-be95-e9dcf7b40a4e} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 15724 | 2024.11.14 04:59:09.553481 [ 250 ] {c1175a46-9375-4b55-be95-e9dcf7b40a4e} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15725 | 2024.11.14 04:59:09.553840 [ 250 ] {c1175a46-9375-4b55-be95-e9dcf7b40a4e} <Debug> executeQuery: Read 69 rows, 5.12 KiB in 0.005228 sec., 13198.163733741392 rows/sec., 978.99 KiB/sec. | ||
| 15726 | 2024.11.14 04:59:09.554196 [ 250 ] {c1175a46-9375-4b55-be95-e9dcf7b40a4e} <Debug> TCPHandler: Processed in 0.006036645 sec. | ||
| 15727 | 2024.11.14 04:59:09.554254 [ 198 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2300 rows, containing 5 columns (5 merged, 0 gathered) in 0.006486038 sec., 354607.8515111999 rows/sec., 31.33 MiB/sec. | ||
| 15728 | 2024.11.14 04:59:09.554594 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15729 | 2024.11.14 04:59:09.554683 [ 198 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) | ||
| 15730 | 2024.11.14 04:59:09.554942 [ 252 ] {58d724fd-f50a-46f8-931e-08379d8a0157} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15731 | 2024.11.14 04:59:09.555051 [ 252 ] {58d724fd-f50a-46f8-931e-08379d8a0157} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15732 | 2024.11.14 04:59:09.555299 [ 198 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_151_30} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15733 | 2024.11.14 04:59:09.555514 [ 198 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_151_30} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 | ||
| 15734 | 2024.11.14 04:59:09.555708 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 15735 | 2024.11.14 04:59:09.556116 [ 252 ] {58d724fd-f50a-46f8-931e-08379d8a0157} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15736 | 2024.11.14 04:59:09.556160 [ 252 ] {58d724fd-f50a-46f8-931e-08379d8a0157} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15737 | 2024.11.14 04:59:09.556515 [ 252 ] {58d724fd-f50a-46f8-931e-08379d8a0157} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 15738 | 2024.11.14 04:59:09.556744 [ 252 ] {58d724fd-f50a-46f8-931e-08379d8a0157} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15739 | 2024.11.14 04:59:09.556947 [ 252 ] {58d724fd-f50a-46f8-931e-08379d8a0157} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00207 sec., 6763.28502415459 rows/sec., 473.66 KiB/sec. | ||
| 15740 | 2024.11.14 04:59:09.556999 [ 252 ] {58d724fd-f50a-46f8-931e-08379d8a0157} <Debug> TCPHandler: Processed in 0.002649467 sec. | ||
| 15741 | 2024.11.14 04:59:09.557154 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15742 | 2024.11.14 04:59:09.557297 [ 250 ] {5f9b27af-3a93-480d-9946-5db232b49906} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15743 | 2024.11.14 04:59:09.557356 [ 250 ] {5f9b27af-3a93-480d-9946-5db232b49906} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15744 | 2024.11.14 04:59:09.558043 [ 250 ] {5f9b27af-3a93-480d-9946-5db232b49906} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15745 | 2024.11.14 04:59:09.558086 [ 250 ] {5f9b27af-3a93-480d-9946-5db232b49906} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15746 | 2024.11.14 04:59:09.558489 [ 250 ] {5f9b27af-3a93-480d-9946-5db232b49906} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 15747 | 2024.11.14 04:59:09.558725 [ 250 ] {5f9b27af-3a93-480d-9946-5db232b49906} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15748 | 2024.11.14 04:59:09.558846 [ 130 ] {} <Debug> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0 | ||
| 15749 | 2024.11.14 04:59:09.558888 [ 130 ] {} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15750 | 2024.11.14 04:59:09.558906 [ 250 ] {5f9b27af-3a93-480d-9946-5db232b49906} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001643 sec., 7912.355447352405 rows/sec., 493.33 KiB/sec. | ||
| 15751 | 2024.11.14 04:59:09.558918 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15752 | 2024.11.14 04:59:09.559023 [ 250 ] {5f9b27af-3a93-480d-9946-5db232b49906} <Debug> TCPHandler: Processed in 0.001930876 sec. | ||
| 15753 | 2024.11.14 04:59:09.559113 [ 224 ] {} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Found 5 old parts to remove. Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 15754 | 2024.11.14 04:59:09.559262 [ 224 ] {} <Debug> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Removing 5 parts from filesystem (serially): Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 15755 | 2024.11.14 04:59:09.559344 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15756 | 2024.11.14 04:59:09.559344 [ 195 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_49_12} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_45_11 to all_49_49_0 into Compact with storage Full | ||
| 15757 | 2024.11.14 04:59:09.559735 [ 252 ] {97aca7a2-c771-4d5a-850e-1629b1d3bedc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15758 | 2024.11.14 04:59:09.559799 [ 195 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_49_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15759 | 2024.11.14 04:59:09.559851 [ 252 ] {97aca7a2-c771-4d5a-850e-1629b1d3bedc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15760 | 2024.11.14 04:59:09.559874 [ 195 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_11, total 13 rows starting from the beginning of the part | ||
| 15761 | 2024.11.14 04:59:09.560375 [ 195 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 13 rows starting from the beginning of the part | ||
| 15762 | 2024.11.14 04:59:09.560951 [ 195 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 13 rows starting from the beginning of the part | ||
| 15763 | 2024.11.14 04:59:09.561483 [ 195 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 13 rows starting from the beginning of the part | ||
| 15764 | 2024.11.14 04:59:09.561973 [ 195 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 13 rows starting from the beginning of the part | ||
| 15765 | 2024.11.14 04:59:09.565021 [ 252 ] {97aca7a2-c771-4d5a-850e-1629b1d3bedc} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15766 | 2024.11.14 04:59:09.565115 [ 252 ] {97aca7a2-c771-4d5a-850e-1629b1d3bedc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15767 | 2024.11.14 04:59:09.565889 [ 224 ] {} <Debug> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Removing 5 parts from memory: Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 15768 | 2024.11.14 04:59:09.566778 [ 252 ] {97aca7a2-c771-4d5a-850e-1629b1d3bedc} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) | ||
| 15769 | 2024.11.14 04:59:09.567408 [ 186 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_49_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.008385383 sec., 7751.5839169182855 rows/sec., 513.59 KiB/sec. | ||
| 15770 | 2024.11.14 04:59:09.567552 [ 252 ] {97aca7a2-c771-4d5a-850e-1629b1d3bedc} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15771 | 2024.11.14 04:59:09.567646 [ 186 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_49_12} <Trace> MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary) | ||
| 15772 | 2024.11.14 04:59:09.567804 [ 126 ] {} <Debug> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 | ||
| 15773 | 2024.11.14 04:59:09.567919 [ 126 ] {} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15774 | 2024.11.14 04:59:09.567964 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15775 | 2024.11.14 04:59:09.568030 [ 252 ] {97aca7a2-c771-4d5a-850e-1629b1d3bedc} <Debug> executeQuery: Read 444 rows, 32.65 KiB in 0.008418 sec., 52744.11974340698 rows/sec., 3.79 MiB/sec. | ||
| 15776 | 2024.11.14 04:59:09.568557 [ 252 ] {97aca7a2-c771-4d5a-850e-1629b1d3bedc} <Debug> TCPHandler: Processed in 0.009377551 sec. | ||
| 15777 | 2024.11.14 04:59:09.568654 [ 193 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_151_30} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full | ||
| 15778 | 2024.11.14 04:59:09.568672 [ 186 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_49_12} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15779 | 2024.11.14 04:59:09.568975 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15780 | 2024.11.14 04:59:09.569273 [ 186 ] {18b50d58-da68-4b3c-aa87-2ee2d3e95a8f::all_1_49_12} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12 | ||
| 15781 | 2024.11.14 04:59:09.569520 [ 193 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15782 | 2024.11.14 04:59:09.569705 [ 193 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 939 rows starting from the beginning of the part | ||
| 15783 | 2024.11.14 04:59:09.569750 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 15784 | 2024.11.14 04:59:09.569754 [ 250 ] {4bfd69cf-c225-4160-9dd0-1cecace047b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 15785 | 2024.11.14 04:59:09.570077 [ 250 ] {4bfd69cf-c225-4160-9dd0-1cecace047b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15786 | 2024.11.14 04:59:09.570395 [ 193 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 64 rows starting from the beginning of the part | ||
| 15787 | 2024.11.14 04:59:09.570953 [ 193 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 444 rows starting from the beginning of the part | ||
| 15788 | 2024.11.14 04:59:09.571453 [ 193 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 68 rows starting from the beginning of the part | ||
| 15789 | 2024.11.14 04:59:09.572281 [ 193 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 64 rows starting from the beginning of the part | ||
| 15790 | 2024.11.14 04:59:09.572508 [ 193 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 444 rows starting from the beginning of the part | ||
| 15791 | 2024.11.14 04:59:09.573349 [ 250 ] {4bfd69cf-c225-4160-9dd0-1cecace047b1} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15792 | 2024.11.14 04:59:09.573410 [ 250 ] {4bfd69cf-c225-4160-9dd0-1cecace047b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15793 | 2024.11.14 04:59:09.574413 [ 250 ] {4bfd69cf-c225-4160-9dd0-1cecace047b1} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 15794 | 2024.11.14 04:59:09.575088 [ 250 ] {4bfd69cf-c225-4160-9dd0-1cecace047b1} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15795 | 2024.11.14 04:59:09.575429 [ 250 ] {4bfd69cf-c225-4160-9dd0-1cecace047b1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005948 sec., 1008.7424344317417 rows/sec., 52.70 KiB/sec. | ||
| 15796 | 2024.11.14 04:59:09.575762 [ 250 ] {4bfd69cf-c225-4160-9dd0-1cecace047b1} <Debug> TCPHandler: Processed in 0.007033964 sec. | ||
| 15797 | 2024.11.14 04:59:09.575903 [ 186 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2023 rows, containing 5 columns (5 merged, 0 gathered) in 0.007785686 sec., 259835.80637595712 rows/sec., 19.94 MiB/sec. | ||
| 15798 | 2024.11.14 04:59:09.576002 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15799 | 2024.11.14 04:59:09.576142 [ 193 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) | ||
| 15800 | 2024.11.14 04:59:09.576174 [ 252 ] {6436a460-6ef5-429a-b467-788cd0f70815} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15801 | 2024.11.14 04:59:09.576297 [ 252 ] {6436a460-6ef5-429a-b467-788cd0f70815} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15802 | 2024.11.14 04:59:09.576778 [ 193 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_151_30} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15803 | 2024.11.14 04:59:09.576994 [ 193 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_151_30} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 | ||
| 15804 | 2024.11.14 04:59:09.577150 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 15805 | 2024.11.14 04:59:09.577386 [ 252 ] {6436a460-6ef5-429a-b467-788cd0f70815} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15806 | 2024.11.14 04:59:09.577431 [ 252 ] {6436a460-6ef5-429a-b467-788cd0f70815} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15807 | 2024.11.14 04:59:09.577906 [ 252 ] {6436a460-6ef5-429a-b467-788cd0f70815} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 15808 | 2024.11.14 04:59:09.578157 [ 252 ] {6436a460-6ef5-429a-b467-788cd0f70815} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15809 | 2024.11.14 04:59:09.578374 [ 252 ] {6436a460-6ef5-429a-b467-788cd0f70815} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002242 sec., 105709.18822479928 rows/sec., 7.09 MiB/sec. | ||
| 15810 | 2024.11.14 04:59:09.578428 [ 252 ] {6436a460-6ef5-429a-b467-788cd0f70815} <Debug> TCPHandler: Processed in 0.002503632 sec. | ||
| 15811 | 2024.11.14 04:59:09.578597 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15812 | 2024.11.14 04:59:09.578718 [ 250 ] {d2ec38f9-9025-4e32-b733-3453e934fc3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 15813 | 2024.11.14 04:59:09.578771 [ 250 ] {d2ec38f9-9025-4e32-b733-3453e934fc3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15814 | 2024.11.14 04:59:09.579278 [ 250 ] {d2ec38f9-9025-4e32-b733-3453e934fc3f} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15815 | 2024.11.14 04:59:09.579315 [ 250 ] {d2ec38f9-9025-4e32-b733-3453e934fc3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15816 | 2024.11.14 04:59:09.579753 [ 250 ] {d2ec38f9-9025-4e32-b733-3453e934fc3f} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 15817 | 2024.11.14 04:59:09.580009 [ 250 ] {d2ec38f9-9025-4e32-b733-3453e934fc3f} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15818 | 2024.11.14 04:59:09.580228 [ 250 ] {d2ec38f9-9025-4e32-b733-3453e934fc3f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001526 sec., 655.307994757536 rows/sec., 44.16 KiB/sec. | ||
| 15819 | 2024.11.14 04:59:09.580445 [ 250 ] {d2ec38f9-9025-4e32-b733-3453e934fc3f} <Debug> TCPHandler: Processed in 0.001900524 sec. | ||
| 15820 | 2024.11.14 04:59:09.580679 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15821 | 2024.11.14 04:59:09.580806 [ 252 ] {1585bff4-c4df-44df-8ace-38f926b34ee5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15822 | 2024.11.14 04:59:09.580891 [ 252 ] {1585bff4-c4df-44df-8ace-38f926b34ee5} <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 | ||
| 15823 | 2024.11.14 04:59:09.582337 [ 252 ] {1585bff4-c4df-44df-8ace-38f926b34ee5} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15824 | 2024.11.14 04:59:09.582377 [ 252 ] {1585bff4-c4df-44df-8ace-38f926b34ee5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15825 | 2024.11.14 04:59:09.583166 [ 252 ] {1585bff4-c4df-44df-8ace-38f926b34ee5} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 15826 | 2024.11.14 04:59:09.583452 [ 252 ] {1585bff4-c4df-44df-8ace-38f926b34ee5} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15827 | 2024.11.14 04:59:09.583700 [ 252 ] {1585bff4-c4df-44df-8ace-38f926b34ee5} <Debug> executeQuery: Read 62 rows, 113.77 KiB in 0.00292 sec., 21232.87671232877 rows/sec., 38.05 MiB/sec. | ||
| 15828 | 2024.11.14 04:59:09.583792 [ 252 ] {1585bff4-c4df-44df-8ace-38f926b34ee5} <Debug> TCPHandler: Processed in 0.003213244 sec. | ||
| 15829 | 2024.11.14 04:59:09.583959 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15830 | 2024.11.14 04:59:09.584080 [ 250 ] {f2ec1904-58bf-4707-9ba1-4d697c9c8167} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15831 | 2024.11.14 04:59:09.584131 [ 250 ] {f2ec1904-58bf-4707-9ba1-4d697c9c8167} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15832 | 2024.11.14 04:59:09.584636 [ 250 ] {f2ec1904-58bf-4707-9ba1-4d697c9c8167} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15833 | 2024.11.14 04:59:09.584672 [ 250 ] {f2ec1904-58bf-4707-9ba1-4d697c9c8167} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15834 | 2024.11.14 04:59:09.585056 [ 250 ] {f2ec1904-58bf-4707-9ba1-4d697c9c8167} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 15835 | 2024.11.14 04:59:09.585297 [ 250 ] {f2ec1904-58bf-4707-9ba1-4d697c9c8167} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15836 | 2024.11.14 04:59:09.585473 [ 250 ] {f2ec1904-58bf-4707-9ba1-4d697c9c8167} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00142 sec., 57746.47887323944 rows/sec., 3.67 MiB/sec. | ||
| 15837 | 2024.11.14 04:59:09.585525 [ 250 ] {f2ec1904-58bf-4707-9ba1-4d697c9c8167} <Debug> TCPHandler: Processed in 0.001624277 sec. | ||
| 15838 | 2024.11.14 04:59:09.852905 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:51986, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15839 | 2024.11.14 04:59:10.031196 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:56190, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15840 | 2024.11.14 04:59:10.424688 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:49721, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15841 | 2024.11.14 04:59:10.493343 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:49220, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15842 | 2024.11.14 04:59:10.596769 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:62862, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15843 | 2024.11.14 04:59:10.642672 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:39122, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15844 | 2024.11.14 04:59:10.643894 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:45062, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15845 | 2024.11.14 04:59:10.649297 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:62542, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15846 | 2024.11.14 04:59:10.697788 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:59915, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15847 | 2024.11.14 04:59:10.740117 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:46588, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15848 | 2024.11.14 04:59:10.827588 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:39209, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15849 | 2024.11.14 04:59:10.830002 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:36839, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15850 | 2024.11.14 04:59:10.835402 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:60849, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15851 | 2024.11.14 04:59:10.873303 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:48836, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15852 | 2024.11.14 04:59:10.888702 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:42406, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15853 | 2024.11.14 04:59:11.003754 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:62169, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15854 | 2024.11.14 04:59:11.511242 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:58940, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15855 | 2024.11.14 04:59:11.916043 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:47085, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15856 | 2024.11.14 04:59:12.049742 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:40910, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15857 | 2024.11.14 04:59:12.161614 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:57079, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15858 | 2024.11.14 04:59:12.275256 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:33787, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15859 | 2024.11.14 04:59:12.373061 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:49280, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15860 | 2024.11.14 04:59:12.393424 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:56681, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15861 | 2024.11.14 04:59:12.403679 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:57017, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15862 | 2024.11.14 04:59:14.373912 [ 217 ] {} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 15863 | 2024.11.14 04:59:14.373974 [ 217 ] {} <Debug> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 15864 | 2024.11.14 04:59:14.376344 [ 217 ] {} <Debug> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 15865 | 2024.11.14 04:59:14.527413 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15866 | 2024.11.14 04:59:14.527713 [ 250 ] {bceac7f7-5da7-41ec-b819-869c46798036} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 15867 | 2024.11.14 04:59:14.527828 [ 250 ] {bceac7f7-5da7-41ec-b819-869c46798036} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 15868 | 2024.11.14 04:59:14.528863 [ 250 ] {bceac7f7-5da7-41ec-b819-869c46798036} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15869 | 2024.11.14 04:59:14.528904 [ 250 ] {bceac7f7-5da7-41ec-b819-869c46798036} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15870 | 2024.11.14 04:59:14.529450 [ 250 ] {bceac7f7-5da7-41ec-b819-869c46798036} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 15871 | 2024.11.14 04:59:14.529915 [ 250 ] {bceac7f7-5da7-41ec-b819-869c46798036} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15872 | 2024.11.14 04:59:14.530137 [ 250 ] {bceac7f7-5da7-41ec-b819-869c46798036} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002498 sec., 1601.281024819856 rows/sec., 130.57 KiB/sec. | ||
| 15873 | 2024.11.14 04:59:14.530297 [ 250 ] {bceac7f7-5da7-41ec-b819-869c46798036} <Debug> TCPHandler: Processed in 0.003060788 sec. | ||
| 15874 | 2024.11.14 04:59:14.530619 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15875 | 2024.11.14 04:59:14.530825 [ 252 ] {8b1a83ba-ae18-4e5a-93a4-eea972a459ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15876 | 2024.11.14 04:59:14.530905 [ 252 ] {8b1a83ba-ae18-4e5a-93a4-eea972a459ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15877 | 2024.11.14 04:59:14.531752 [ 252 ] {8b1a83ba-ae18-4e5a-93a4-eea972a459ee} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15878 | 2024.11.14 04:59:14.531799 [ 252 ] {8b1a83ba-ae18-4e5a-93a4-eea972a459ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15879 | 2024.11.14 04:59:14.532347 [ 252 ] {8b1a83ba-ae18-4e5a-93a4-eea972a459ee} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) | ||
| 15880 | 2024.11.14 04:59:14.532857 [ 252 ] {8b1a83ba-ae18-4e5a-93a4-eea972a459ee} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15881 | 2024.11.14 04:59:14.533094 [ 252 ] {8b1a83ba-ae18-4e5a-93a4-eea972a459ee} <Debug> executeQuery: Read 58 rows, 4.52 KiB in 0.002325 sec., 24946.236559139787 rows/sec., 1.90 MiB/sec. | ||
| 15882 | 2024.11.14 04:59:14.533218 [ 252 ] {8b1a83ba-ae18-4e5a-93a4-eea972a459ee} <Debug> TCPHandler: Processed in 0.0027738 sec. | ||
| 15883 | 2024.11.14 04:59:14.533423 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15884 | 2024.11.14 04:59:14.533598 [ 250 ] {8d615d15-5e04-4738-b409-805caa0838ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15885 | 2024.11.14 04:59:14.533657 [ 250 ] {8d615d15-5e04-4738-b409-805caa0838ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15886 | 2024.11.14 04:59:14.534337 [ 250 ] {8d615d15-5e04-4738-b409-805caa0838ab} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15887 | 2024.11.14 04:59:14.534382 [ 250 ] {8d615d15-5e04-4738-b409-805caa0838ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15888 | 2024.11.14 04:59:14.534863 [ 250 ] {8d615d15-5e04-4738-b409-805caa0838ab} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 15889 | 2024.11.14 04:59:14.535329 [ 250 ] {8d615d15-5e04-4738-b409-805caa0838ab} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15890 | 2024.11.14 04:59:14.535553 [ 250 ] {8d615d15-5e04-4738-b409-805caa0838ab} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001976 sec., 2024.2914979757086 rows/sec., 141.34 KiB/sec. | ||
| 15891 | 2024.11.14 04:59:14.535612 [ 250 ] {8d615d15-5e04-4738-b409-805caa0838ab} <Debug> TCPHandler: Processed in 0.002290747 sec. | ||
| 15892 | 2024.11.14 04:59:14.535876 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15893 | 2024.11.14 04:59:14.536042 [ 252 ] {2897651f-de74-4d45-89d9-a580388fe62a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15894 | 2024.11.14 04:59:14.536102 [ 252 ] {2897651f-de74-4d45-89d9-a580388fe62a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15895 | 2024.11.14 04:59:14.536789 [ 252 ] {2897651f-de74-4d45-89d9-a580388fe62a} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15896 | 2024.11.14 04:59:14.536830 [ 252 ] {2897651f-de74-4d45-89d9-a580388fe62a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15897 | 2024.11.14 04:59:14.537318 [ 252 ] {2897651f-de74-4d45-89d9-a580388fe62a} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) | ||
| 15898 | 2024.11.14 04:59:14.537828 [ 252 ] {2897651f-de74-4d45-89d9-a580388fe62a} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15899 | 2024.11.14 04:59:14.538057 [ 252 ] {2897651f-de74-4d45-89d9-a580388fe62a} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.002051 sec., 33154.55875182838 rows/sec., 2.59 MiB/sec. | ||
| 15900 | 2024.11.14 04:59:14.538133 [ 252 ] {2897651f-de74-4d45-89d9-a580388fe62a} <Debug> TCPHandler: Processed in 0.002375078 sec. | ||
| 15901 | 2024.11.14 04:59:14.538411 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15902 | 2024.11.14 04:59:14.538629 [ 250 ] {b3112538-7267-46c7-9bf8-dbf264b1c42a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15903 | 2024.11.14 04:59:14.538690 [ 250 ] {b3112538-7267-46c7-9bf8-dbf264b1c42a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15904 | 2024.11.14 04:59:14.539334 [ 250 ] {b3112538-7267-46c7-9bf8-dbf264b1c42a} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15905 | 2024.11.14 04:59:14.539379 [ 250 ] {b3112538-7267-46c7-9bf8-dbf264b1c42a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15906 | 2024.11.14 04:59:14.539941 [ 250 ] {b3112538-7267-46c7-9bf8-dbf264b1c42a} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 15907 | 2024.11.14 04:59:14.540409 [ 250 ] {b3112538-7267-46c7-9bf8-dbf264b1c42a} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15908 | 2024.11.14 04:59:14.540633 [ 250 ] {b3112538-7267-46c7-9bf8-dbf264b1c42a} <Debug> executeQuery: Read 130 rows, 9.27 KiB in 0.002038 sec., 63788.02747791953 rows/sec., 4.44 MiB/sec. | ||
| 15909 | 2024.11.14 04:59:14.540874 [ 250 ] {b3112538-7267-46c7-9bf8-dbf264b1c42a} <Debug> TCPHandler: Processed in 0.002633297 sec. | ||
| 15910 | 2024.11.14 04:59:14.541158 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15911 | 2024.11.14 04:59:14.541633 [ 252 ] {613c10a4-80c7-4701-9a9a-7eddb392d663} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15912 | 2024.11.14 04:59:14.541816 [ 252 ] {613c10a4-80c7-4701-9a9a-7eddb392d663} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15913 | 2024.11.14 04:59:14.543868 [ 252 ] {613c10a4-80c7-4701-9a9a-7eddb392d663} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15914 | 2024.11.14 04:59:14.543908 [ 252 ] {613c10a4-80c7-4701-9a9a-7eddb392d663} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15915 | 2024.11.14 04:59:14.544413 [ 252 ] {613c10a4-80c7-4701-9a9a-7eddb392d663} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 15916 | 2024.11.14 04:59:14.544870 [ 252 ] {613c10a4-80c7-4701-9a9a-7eddb392d663} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15917 | 2024.11.14 04:59:14.545117 [ 252 ] {613c10a4-80c7-4701-9a9a-7eddb392d663} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.003635 sec., 13204.951856946354 rows/sec., 911.28 KiB/sec. | ||
| 15918 | 2024.11.14 04:59:14.545168 [ 252 ] {613c10a4-80c7-4701-9a9a-7eddb392d663} <Debug> TCPHandler: Processed in 0.004172001 sec. | ||
| 15919 | 2024.11.14 04:59:15.026470 [ 220 ] {} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 15920 | 2024.11.14 04:59:15.026562 [ 220 ] {} <Debug> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 15921 | 2024.11.14 04:59:15.029180 [ 220 ] {} <Debug> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 15922 | 2024.11.14 04:59:18.874729 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2242 | ||
| 15923 | 2024.11.14 04:59:18.877788 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15924 | 2024.11.14 04:59:18.877828 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15925 | 2024.11.14 04:59:18.879434 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 15926 | 2024.11.14 04:59:18.879963 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15927 | 2024.11.14 04:59:18.881275 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2242 | ||
| 15928 | 2024.11.14 04:59:19.529044 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15929 | 2024.11.14 04:59:19.529259 [ 250 ] {cf29c3e0-9738-4360-8ca5-857b73922535} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15930 | 2024.11.14 04:59:19.529342 [ 250 ] {cf29c3e0-9738-4360-8ca5-857b73922535} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15931 | 2024.11.14 04:59:19.530172 [ 250 ] {cf29c3e0-9738-4360-8ca5-857b73922535} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15932 | 2024.11.14 04:59:19.530223 [ 250 ] {cf29c3e0-9738-4360-8ca5-857b73922535} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15933 | 2024.11.14 04:59:19.530759 [ 250 ] {cf29c3e0-9738-4360-8ca5-857b73922535} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) | ||
| 15934 | 2024.11.14 04:59:19.531277 [ 250 ] {cf29c3e0-9738-4360-8ca5-857b73922535} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15935 | 2024.11.14 04:59:19.531514 [ 250 ] {cf29c3e0-9738-4360-8ca5-857b73922535} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002316 sec., 24179.620034542317 rows/sec., 1.85 MiB/sec. | ||
| 15936 | 2024.11.14 04:59:19.531572 [ 250 ] {cf29c3e0-9738-4360-8ca5-857b73922535} <Debug> TCPHandler: Processed in 0.002664927 sec. | ||
| 15937 | 2024.11.14 04:59:19.531823 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15938 | 2024.11.14 04:59:19.532036 [ 252 ] {fc74a2df-c984-424c-8850-c1b37a2abe9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15939 | 2024.11.14 04:59:19.532115 [ 252 ] {fc74a2df-c984-424c-8850-c1b37a2abe9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15940 | 2024.11.14 04:59:19.532945 [ 252 ] {fc74a2df-c984-424c-8850-c1b37a2abe9a} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15941 | 2024.11.14 04:59:19.532991 [ 252 ] {fc74a2df-c984-424c-8850-c1b37a2abe9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15942 | 2024.11.14 04:59:19.533583 [ 252 ] {fc74a2df-c984-424c-8850-c1b37a2abe9a} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) | ||
| 15943 | 2024.11.14 04:59:19.534046 [ 252 ] {fc74a2df-c984-424c-8850-c1b37a2abe9a} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15944 | 2024.11.14 04:59:19.534278 [ 252 ] {fc74a2df-c984-424c-8850-c1b37a2abe9a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002301 sec., 27813.99391568883 rows/sec., 2.17 MiB/sec. | ||
| 15945 | 2024.11.14 04:59:19.534343 [ 252 ] {fc74a2df-c984-424c-8850-c1b37a2abe9a} <Debug> TCPHandler: Processed in 0.002659577 sec. | ||
| 15946 | 2024.11.14 04:59:19.534506 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15947 | 2024.11.14 04:59:19.534646 [ 250 ] {1645bd86-8423-481e-bc86-42313b718f8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15948 | 2024.11.14 04:59:19.534709 [ 250 ] {1645bd86-8423-481e-bc86-42313b718f8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15949 | 2024.11.14 04:59:19.535395 [ 250 ] {1645bd86-8423-481e-bc86-42313b718f8f} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15950 | 2024.11.14 04:59:19.535443 [ 250 ] {1645bd86-8423-481e-bc86-42313b718f8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15951 | 2024.11.14 04:59:19.536028 [ 250 ] {1645bd86-8423-481e-bc86-42313b718f8f} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
| 15952 | 2024.11.14 04:59:19.536477 [ 250 ] {1645bd86-8423-481e-bc86-42313b718f8f} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15953 | 2024.11.14 04:59:19.536687 [ 250 ] {1645bd86-8423-481e-bc86-42313b718f8f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002076 sec., 77071.2909441233 rows/sec., 5.37 MiB/sec. | ||
| 15954 | 2024.11.14 04:59:19.536739 [ 250 ] {1645bd86-8423-481e-bc86-42313b718f8f} <Debug> TCPHandler: Processed in 0.002301457 sec. | ||
| 15955 | 2024.11.14 04:59:19.536893 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15956 | 2024.11.14 04:59:19.537016 [ 252 ] {ea87d89c-308e-4c76-bf0e-c08150a15588} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15957 | 2024.11.14 04:59:19.537070 [ 252 ] {ea87d89c-308e-4c76-bf0e-c08150a15588} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15958 | 2024.11.14 04:59:19.537590 [ 252 ] {ea87d89c-308e-4c76-bf0e-c08150a15588} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15959 | 2024.11.14 04:59:19.537630 [ 252 ] {ea87d89c-308e-4c76-bf0e-c08150a15588} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15960 | 2024.11.14 04:59:19.538162 [ 252 ] {ea87d89c-308e-4c76-bf0e-c08150a15588} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
| 15961 | 2024.11.14 04:59:19.538601 [ 252 ] {ea87d89c-308e-4c76-bf0e-c08150a15588} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15962 | 2024.11.14 04:59:19.538818 [ 252 ] {ea87d89c-308e-4c76-bf0e-c08150a15588} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001832 sec., 32751.09170305677 rows/sec., 2.21 MiB/sec. | ||
| 15963 | 2024.11.14 04:59:19.538872 [ 252 ] {ea87d89c-308e-4c76-bf0e-c08150a15588} <Debug> TCPHandler: Processed in 0.00204143 sec. | ||
| 15964 | 2024.11.14 04:59:20.821080 [ 116 ] {} <Debug> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0 | ||
| 15965 | 2024.11.14 04:59:20.821155 [ 116 ] {} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15966 | 2024.11.14 04:59:20.821177 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15967 | 2024.11.14 04:59:20.821319 [ 200 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_49_12} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_45_11 to all_49_49_0 into Compact with storage Full | ||
| 15968 | 2024.11.14 04:59:20.821507 [ 200 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_49_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15969 | 2024.11.14 04:59:20.821551 [ 200 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_11, total 45 rows starting from the beginning of the part | ||
| 15970 | 2024.11.14 04:59:20.821640 [ 200 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 1 rows starting from the beginning of the part | ||
| 15971 | 2024.11.14 04:59:20.821843 [ 200 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 1 rows starting from the beginning of the part | ||
| 15972 | 2024.11.14 04:59:20.822102 [ 200 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 1 rows starting from the beginning of the part | ||
| 15973 | 2024.11.14 04:59:20.822268 [ 200 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1 rows starting from the beginning of the part | ||
| 15974 | 2024.11.14 04:59:20.823445 [ 193 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_49_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 49 rows, containing 4 columns (4 merged, 0 gathered) in 0.002201213 sec., 22260.453668045753 rows/sec., 1.46 MiB/sec. | ||
| 15975 | 2024.11.14 04:59:20.823672 [ 200 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_49_12} <Trace> MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary) | ||
| 15976 | 2024.11.14 04:59:20.824226 [ 200 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_49_12} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15977 | 2024.11.14 04:59:20.824307 [ 200 ] {e045339b-9699-4889-ab4d-e51a67cf0ad0::all_1_49_12} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12 | ||
| 15978 | 2024.11.14 04:59:20.824381 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 15979 | 2024.11.14 04:59:22.417372 [ 219 ] {} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Found 5 old parts to remove. Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 15980 | 2024.11.14 04:59:22.417427 [ 219 ] {} <Debug> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Removing 5 parts from filesystem (serially): Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 15981 | 2024.11.14 04:59:22.419130 [ 219 ] {} <Debug> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Removing 5 parts from memory: Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 15982 | 2024.11.14 04:59:22.898341 [ 115 ] {} <Debug> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0 | ||
| 15983 | 2024.11.14 04:59:22.898394 [ 115 ] {} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15984 | 2024.11.14 04:59:22.898422 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 15985 | 2024.11.14 04:59:22.898563 [ 225 ] {} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Found 5 old parts to remove. Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 15986 | 2024.11.14 04:59:22.898602 [ 203 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_49_12} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_45_11 to all_49_49_0 into Compact with storage Full | ||
| 15987 | 2024.11.14 04:59:22.898638 [ 225 ] {} <Debug> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Removing 5 parts from filesystem (serially): Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 15988 | 2024.11.14 04:59:22.898937 [ 203 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_49_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15989 | 2024.11.14 04:59:22.899005 [ 203 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_11, total 270 rows starting from the beginning of the part | ||
| 15990 | 2024.11.14 04:59:22.899082 [ 203 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 6 rows starting from the beginning of the part | ||
| 15991 | 2024.11.14 04:59:22.899232 [ 203 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 6 rows starting from the beginning of the part | ||
| 15992 | 2024.11.14 04:59:22.899618 [ 203 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 6 rows starting from the beginning of the part | ||
| 15993 | 2024.11.14 04:59:22.899845 [ 203 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 6 rows starting from the beginning of the part | ||
| 15994 | 2024.11.14 04:59:22.901873 [ 200 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_49_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 294 rows, containing 4 columns (4 merged, 0 gathered) in 0.003381288 sec., 86949.11524839055 rows/sec., 4.44 MiB/sec. | ||
| 15995 | 2024.11.14 04:59:22.902196 [ 193 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_49_12} <Trace> MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary) | ||
| 15996 | 2024.11.14 04:59:22.902794 [ 225 ] {} <Debug> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Removing 5 parts from memory: Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 15997 | 2024.11.14 04:59:22.902926 [ 193 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_49_12} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15998 | 2024.11.14 04:59:22.903084 [ 193 ] {4c720ea5-abdd-45ce-80ba-e97c206f284e::all_1_49_12} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12 | ||
| 15999 | 2024.11.14 04:59:22.903217 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 16000 | 2024.11.14 04:59:23.298332 [ 115 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 16001 | 2024.11.14 04:59:23.298369 [ 115 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 16002 | 2024.11.14 04:59:24.536858 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16003 | 2024.11.14 04:59:24.537048 [ 250 ] {879c1a88-5946-40f4-b5f4-98fe90a773c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 16004 | 2024.11.14 04:59:24.537120 [ 250 ] {879c1a88-5946-40f4-b5f4-98fe90a773c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 16005 | 2024.11.14 04:59:24.537868 [ 250 ] {879c1a88-5946-40f4-b5f4-98fe90a773c2} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16006 | 2024.11.14 04:59:24.537917 [ 250 ] {879c1a88-5946-40f4-b5f4-98fe90a773c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 16007 | 2024.11.14 04:59:24.538603 [ 250 ] {879c1a88-5946-40f4-b5f4-98fe90a773c2} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 16008 | 2024.11.14 04:59:24.539064 [ 250 ] {879c1a88-5946-40f4-b5f4-98fe90a773c2} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16009 | 2024.11.14 04:59:24.539336 [ 250 ] {879c1a88-5946-40f4-b5f4-98fe90a773c2} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002334 sec., 5998.2862039417305 rows/sec., 431.80 KiB/sec. | ||
| 16010 | 2024.11.14 04:59:24.539532 [ 250 ] {879c1a88-5946-40f4-b5f4-98fe90a773c2} <Debug> TCPHandler: Processed in 0.002807022 sec. | ||
| 16011 | 2024.11.14 04:59:24.539826 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16012 | 2024.11.14 04:59:24.540037 [ 252 ] {a7b75daa-2f75-4e75-aed2-981c1d3cf939} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16013 | 2024.11.14 04:59:24.540117 [ 252 ] {a7b75daa-2f75-4e75-aed2-981c1d3cf939} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16014 | 2024.11.14 04:59:24.541052 [ 252 ] {a7b75daa-2f75-4e75-aed2-981c1d3cf939} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16015 | 2024.11.14 04:59:24.541099 [ 252 ] {a7b75daa-2f75-4e75-aed2-981c1d3cf939} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 16016 | 2024.11.14 04:59:24.541711 [ 252 ] {a7b75daa-2f75-4e75-aed2-981c1d3cf939} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) | ||
| 16017 | 2024.11.14 04:59:24.542301 [ 252 ] {a7b75daa-2f75-4e75-aed2-981c1d3cf939} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16018 | 2024.11.14 04:59:24.542571 [ 252 ] {a7b75daa-2f75-4e75-aed2-981c1d3cf939} <Debug> executeQuery: Read 327 rows, 29.69 KiB in 0.002585 sec., 126499.0328820116 rows/sec., 11.22 MiB/sec. | ||
| 16019 | 2024.11.14 04:59:24.542655 [ 252 ] {a7b75daa-2f75-4e75-aed2-981c1d3cf939} <Debug> TCPHandler: Processed in 0.002970246 sec. | ||
| 16020 | 2024.11.14 04:59:24.542892 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16021 | 2024.11.14 04:59:24.543212 [ 250 ] {e5c82e0a-c56b-4b97-9d89-eca5cfd24ed4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16022 | 2024.11.14 04:59:24.543296 [ 250 ] {e5c82e0a-c56b-4b97-9d89-eca5cfd24ed4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16023 | 2024.11.14 04:59:24.543980 [ 250 ] {e5c82e0a-c56b-4b97-9d89-eca5cfd24ed4} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16024 | 2024.11.14 04:59:24.544020 [ 250 ] {e5c82e0a-c56b-4b97-9d89-eca5cfd24ed4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 16025 | 2024.11.14 04:59:24.544481 [ 250 ] {e5c82e0a-c56b-4b97-9d89-eca5cfd24ed4} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 16026 | 2024.11.14 04:59:24.544939 [ 250 ] {e5c82e0a-c56b-4b97-9d89-eca5cfd24ed4} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16027 | 2024.11.14 04:59:24.545115 [ 113 ] {} <Debug> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78) (MergerMutator): Selected 6 parts from all_1_85_18 to all_90_90_0 | ||
| 16028 | 2024.11.14 04:59:24.545180 [ 250 ] {e5c82e0a-c56b-4b97-9d89-eca5cfd24ed4} <Debug> executeQuery: Read 69 rows, 5.12 KiB in 0.002089 sec., 33030.157970320724 rows/sec., 2.39 MiB/sec. | ||
| 16029 | 2024.11.14 04:59:24.545200 [ 113 ] {} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16030 | 2024.11.14 04:59:24.545272 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 16031 | 2024.11.14 04:59:24.545296 [ 250 ] {e5c82e0a-c56b-4b97-9d89-eca5cfd24ed4} <Debug> TCPHandler: Processed in 0.002544244 sec. | ||
| 16032 | 2024.11.14 04:59:24.545502 [ 220 ] {} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Found 6 old parts to remove. Parts: [all_1_29_6, all_30_30_0, all_31_31_0, all_32_32_0, all_33_33_0, all_34_34_0] | ||
| 16033 | 2024.11.14 04:59:24.545540 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16034 | 2024.11.14 04:59:24.545568 [ 220 ] {} <Debug> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Removing 6 parts from filesystem (serially): Parts: [all_1_29_6, all_30_30_0, all_31_31_0, all_32_32_0, all_33_33_0, all_34_34_0] | ||
| 16035 | 2024.11.14 04:59:24.545599 [ 200 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_90_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_85_18 to all_90_90_0 into Compact with storage Full | ||
| 16036 | 2024.11.14 04:59:24.545742 [ 252 ] {ae676eff-b806-4085-b3d3-0a2c806d2822} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 16037 | 2024.11.14 04:59:24.545874 [ 200 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_90_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16038 | 2024.11.14 04:59:24.545869 [ 252 ] {ae676eff-b806-4085-b3d3-0a2c806d2822} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16039 | 2024.11.14 04:59:24.545919 [ 200 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_90_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_85_18, total 87 rows starting from the beginning of the part | ||
| 16040 | 2024.11.14 04:59:24.546173 [ 200 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_90_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 69 rows starting from the beginning of the part | ||
| 16041 | 2024.11.14 04:59:24.546606 [ 200 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_90_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 4 rows starting from the beginning of the part | ||
| 16042 | 2024.11.14 04:59:24.546900 [ 200 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_90_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 69 rows starting from the beginning of the part | ||
| 16043 | 2024.11.14 04:59:24.547232 [ 200 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_90_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 4 rows starting from the beginning of the part | ||
| 16044 | 2024.11.14 04:59:24.547552 [ 200 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_90_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 69 rows starting from the beginning of the part | ||
| 16045 | 2024.11.14 04:59:24.549086 [ 252 ] {ae676eff-b806-4085-b3d3-0a2c806d2822} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16046 | 2024.11.14 04:59:24.549161 [ 252 ] {ae676eff-b806-4085-b3d3-0a2c806d2822} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 16047 | 2024.11.14 04:59:24.550105 [ 200 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_90_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 302 rows, containing 5 columns (5 merged, 0 gathered) in 0.004731707 sec., 63824.74654495724 rows/sec., 4.84 MiB/sec. | ||
| 16048 | 2024.11.14 04:59:24.550242 [ 252 ] {ae676eff-b806-4085-b3d3-0a2c806d2822} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 16049 | 2024.11.14 04:59:24.550343 [ 200 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_90_19} <Trace> MergedBlockOutputStream: filled checksums all_1_90_19 (state Temporary) | ||
| 16050 | 2024.11.14 04:59:24.550641 [ 220 ] {} <Debug> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Removing 6 parts from memory: Parts: [all_1_29_6, all_30_30_0, all_31_31_0, all_32_32_0, all_33_33_0, all_34_34_0] | ||
| 16051 | 2024.11.14 04:59:24.550869 [ 252 ] {ae676eff-b806-4085-b3d3-0a2c806d2822} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16052 | 2024.11.14 04:59:24.550984 [ 200 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_90_19} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_merge_all_1_90_19 to all_1_90_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16053 | 2024.11.14 04:59:24.551275 [ 200 ] {b72ce43d-22e5-4be9-b7e2-9804496c6d78::all_1_90_19} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78) (MergerMutator): Merged 6 parts: [all_1_85_18, all_90_90_0] -> all_1_90_19 | ||
| 16054 | 2024.11.14 04:59:24.551683 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 16055 | 2024.11.14 04:59:24.552009 [ 252 ] {ae676eff-b806-4085-b3d3-0a2c806d2822} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.006306 sec., 2220.1078338090706 rows/sec., 155.48 KiB/sec. | ||
| 16056 | 2024.11.14 04:59:24.552354 [ 252 ] {ae676eff-b806-4085-b3d3-0a2c806d2822} <Debug> TCPHandler: Processed in 0.006956292 sec. | ||
| 16057 | 2024.11.14 04:59:24.552540 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16058 | 2024.11.14 04:59:24.552662 [ 250 ] {ffed7bd2-dfc3-483f-8d89-d6cc6709be97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 16059 | 2024.11.14 04:59:24.552711 [ 250 ] {ffed7bd2-dfc3-483f-8d89-d6cc6709be97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 16060 | 2024.11.14 04:59:24.553294 [ 250 ] {ffed7bd2-dfc3-483f-8d89-d6cc6709be97} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16061 | 2024.11.14 04:59:24.553335 [ 250 ] {ffed7bd2-dfc3-483f-8d89-d6cc6709be97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 16062 | 2024.11.14 04:59:24.553843 [ 250 ] {ffed7bd2-dfc3-483f-8d89-d6cc6709be97} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 16063 | 2024.11.14 04:59:24.554298 [ 250 ] {ffed7bd2-dfc3-483f-8d89-d6cc6709be97} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16064 | 2024.11.14 04:59:24.554561 [ 250 ] {ffed7bd2-dfc3-483f-8d89-d6cc6709be97} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001922 sec., 6763.787721123829 rows/sec., 421.72 KiB/sec. | ||
| 16065 | 2024.11.14 04:59:24.554780 [ 250 ] {ffed7bd2-dfc3-483f-8d89-d6cc6709be97} <Debug> TCPHandler: Processed in 0.002288656 sec. | ||
| 16066 | 2024.11.14 04:59:24.554984 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16067 | 2024.11.14 04:59:24.555128 [ 252 ] {c0fbb063-810b-497c-89bf-2432d227ff04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16068 | 2024.11.14 04:59:24.555189 [ 252 ] {c0fbb063-810b-497c-89bf-2432d227ff04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16069 | 2024.11.14 04:59:24.556037 [ 252 ] {c0fbb063-810b-497c-89bf-2432d227ff04} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16070 | 2024.11.14 04:59:24.556078 [ 252 ] {c0fbb063-810b-497c-89bf-2432d227ff04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 16071 | 2024.11.14 04:59:24.556589 [ 252 ] {c0fbb063-810b-497c-89bf-2432d227ff04} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) | ||
| 16072 | 2024.11.14 04:59:24.557065 [ 252 ] {c0fbb063-810b-497c-89bf-2432d227ff04} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16073 | 2024.11.14 04:59:24.557285 [ 252 ] {c0fbb063-810b-497c-89bf-2432d227ff04} <Debug> executeQuery: Read 444 rows, 32.65 KiB in 0.002191 sec., 202647.19306252853 rows/sec., 14.55 MiB/sec. | ||
| 16074 | 2024.11.14 04:59:24.557337 [ 252 ] {c0fbb063-810b-497c-89bf-2432d227ff04} <Debug> TCPHandler: Processed in 0.00243055 sec. | ||
| 16075 | 2024.11.14 04:59:24.557502 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16076 | 2024.11.14 04:59:24.557641 [ 250 ] {3c81fe1e-4a03-4276-81f4-e750e81aad82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 16077 | 2024.11.14 04:59:24.557701 [ 250 ] {3c81fe1e-4a03-4276-81f4-e750e81aad82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 16078 | 2024.11.14 04:59:24.558207 [ 250 ] {3c81fe1e-4a03-4276-81f4-e750e81aad82} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16079 | 2024.11.14 04:59:24.558247 [ 250 ] {3c81fe1e-4a03-4276-81f4-e750e81aad82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 16080 | 2024.11.14 04:59:24.558721 [ 250 ] {3c81fe1e-4a03-4276-81f4-e750e81aad82} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 16081 | 2024.11.14 04:59:24.559202 [ 250 ] {3c81fe1e-4a03-4276-81f4-e750e81aad82} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16082 | 2024.11.14 04:59:24.559410 [ 250 ] {3c81fe1e-4a03-4276-81f4-e750e81aad82} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.0018 sec., 3333.3333333333335 rows/sec., 174.15 KiB/sec. | ||
| 16083 | 2024.11.14 04:59:24.559460 [ 250 ] {3c81fe1e-4a03-4276-81f4-e750e81aad82} <Debug> TCPHandler: Processed in 0.002027829 sec. | ||
| 16084 | 2024.11.14 04:59:24.559622 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16085 | 2024.11.14 04:59:24.559764 [ 252 ] {b4639e78-b3dd-4577-b4c1-d6a3dee949fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16086 | 2024.11.14 04:59:24.559826 [ 252 ] {b4639e78-b3dd-4577-b4c1-d6a3dee949fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16087 | 2024.11.14 04:59:24.560513 [ 252 ] {b4639e78-b3dd-4577-b4c1-d6a3dee949fa} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16088 | 2024.11.14 04:59:24.560561 [ 252 ] {b4639e78-b3dd-4577-b4c1-d6a3dee949fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 16089 | 2024.11.14 04:59:24.561162 [ 252 ] {b4639e78-b3dd-4577-b4c1-d6a3dee949fa} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) | ||
| 16090 | 2024.11.14 04:59:24.561633 [ 252 ] {b4639e78-b3dd-4577-b4c1-d6a3dee949fa} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16091 | 2024.11.14 04:59:24.561808 [ 113 ] {} <Debug> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 | ||
| 16092 | 2024.11.14 04:59:24.561875 [ 252 ] {b4639e78-b3dd-4577-b4c1-d6a3dee949fa} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002133 sec., 111111.11111111111 rows/sec., 7.45 MiB/sec. | ||
| 16093 | 2024.11.14 04:59:24.561885 [ 113 ] {} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16094 | 2024.11.14 04:59:24.561968 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 16095 | 2024.11.14 04:59:24.561984 [ 252 ] {b4639e78-b3dd-4577-b4c1-d6a3dee949fa} <Debug> TCPHandler: Processed in 0.00243039 sec. | ||
| 16096 | 2024.11.14 04:59:24.562215 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16097 | 2024.11.14 04:59:24.562264 [ 193 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_151_30} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full | ||
| 16098 | 2024.11.14 04:59:24.562425 [ 250 ] {3bfa9fec-7282-42ea-91e6-45be01ce1d4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 16099 | 2024.11.14 04:59:24.562539 [ 250 ] {3bfa9fec-7282-42ea-91e6-45be01ce1d4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 16100 | 2024.11.14 04:59:24.562660 [ 193 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16101 | 2024.11.14 04:59:24.562785 [ 193 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_146_29, total 28537 rows starting from the beginning of the part | ||
| 16102 | 2024.11.14 04:59:24.563230 [ 193 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 160 rows starting from the beginning of the part | ||
| 16103 | 2024.11.14 04:59:24.563597 [ 193 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 237 rows starting from the beginning of the part | ||
| 16104 | 2024.11.14 04:59:24.563957 [ 193 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 130 rows starting from the beginning of the part | ||
| 16105 | 2024.11.14 04:59:24.564228 [ 193 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 160 rows starting from the beginning of the part | ||
| 16106 | 2024.11.14 04:59:24.564610 [ 193 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 237 rows starting from the beginning of the part | ||
| 16107 | 2024.11.14 04:59:24.564889 [ 250 ] {3bfa9fec-7282-42ea-91e6-45be01ce1d4d} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16108 | 2024.11.14 04:59:24.565000 [ 250 ] {3bfa9fec-7282-42ea-91e6-45be01ce1d4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 16109 | 2024.11.14 04:59:24.565987 [ 250 ] {3bfa9fec-7282-42ea-91e6-45be01ce1d4d} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 16110 | 2024.11.14 04:59:24.566512 [ 250 ] {3bfa9fec-7282-42ea-91e6-45be01ce1d4d} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16111 | 2024.11.14 04:59:24.566930 [ 250 ] {3bfa9fec-7282-42ea-91e6-45be01ce1d4d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004558 sec., 219.39447125932423 rows/sec., 14.78 KiB/sec. | ||
| 16112 | 2024.11.14 04:59:24.567089 [ 250 ] {3bfa9fec-7282-42ea-91e6-45be01ce1d4d} <Debug> TCPHandler: Processed in 0.004998895 sec. | ||
| 16113 | 2024.11.14 04:59:24.567324 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16114 | 2024.11.14 04:59:24.567597 [ 252 ] {8277265b-88bf-477d-a97e-968dfe72bd5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16115 | 2024.11.14 04:59:24.567721 [ 252 ] {8277265b-88bf-477d-a97e-968dfe72bd5e} <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 | ||
| 16116 | 2024.11.14 04:59:24.569352 [ 252 ] {8277265b-88bf-477d-a97e-968dfe72bd5e} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16117 | 2024.11.14 04:59:24.569392 [ 252 ] {8277265b-88bf-477d-a97e-968dfe72bd5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 16118 | 2024.11.14 04:59:24.570470 [ 252 ] {8277265b-88bf-477d-a97e-968dfe72bd5e} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 16119 | 2024.11.14 04:59:24.571049 [ 252 ] {8277265b-88bf-477d-a97e-968dfe72bd5e} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16120 | 2024.11.14 04:59:24.571241 [ 113 ] {} <Debug> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e) (MergerMutator): Selected 6 parts from all_1_50_10 to all_55_55_0 | ||
| 16121 | 2024.11.14 04:59:24.571311 [ 113 ] {} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16122 | 2024.11.14 04:59:24.571385 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 16123 | 2024.11.14 04:59:24.571427 [ 252 ] {8277265b-88bf-477d-a97e-968dfe72bd5e} <Debug> executeQuery: Read 62 rows, 113.77 KiB in 0.003929 sec., 15780.096716721811 rows/sec., 28.28 MiB/sec. | ||
| 16124 | 2024.11.14 04:59:24.571945 [ 190 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_55_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_50_10 to all_55_55_0 into Compact with storage Full | ||
| 16125 | 2024.11.14 04:59:24.572579 [ 252 ] {8277265b-88bf-477d-a97e-968dfe72bd5e} <Debug> TCPHandler: Processed in 0.005370965 sec. | ||
| 16126 | 2024.11.14 04:59:24.572971 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16127 | 2024.11.14 04:59:24.573666 [ 250 ] {f2dca8c6-782e-4e46-84da-8ed350100674} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16128 | 2024.11.14 04:59:24.573882 [ 250 ] {f2dca8c6-782e-4e46-84da-8ed350100674} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16129 | 2024.11.14 04:59:24.574104 [ 190 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_55_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16130 | 2024.11.14 04:59:24.574121 [ 193 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 29461 rows, containing 5 columns (5 merged, 0 gathered) in 0.012036628 sec., 2447612.40440429 rows/sec., 166.95 MiB/sec. | ||
| 16131 | 2024.11.14 04:59:24.574401 [ 190 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_50_10, total 1906 rows starting from the beginning of the part | ||
| 16132 | 2024.11.14 04:59:24.575130 [ 190 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 62 rows starting from the beginning of the part | ||
| 16133 | 2024.11.14 04:59:24.575592 [ 193 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) | ||
| 16134 | 2024.11.14 04:59:24.576003 [ 190 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 62 rows starting from the beginning of the part | ||
| 16135 | 2024.11.14 04:59:24.576720 [ 250 ] {f2dca8c6-782e-4e46-84da-8ed350100674} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16136 | 2024.11.14 04:59:24.576837 [ 250 ] {f2dca8c6-782e-4e46-84da-8ed350100674} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 16137 | 2024.11.14 04:59:24.577027 [ 190 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 62 rows starting from the beginning of the part | ||
| 16138 | 2024.11.14 04:59:24.577636 [ 199 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_151_30} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16139 | 2024.11.14 04:59:24.578066 [ 190 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 62 rows starting from the beginning of the part | ||
| 16140 | 2024.11.14 04:59:24.578336 [ 199 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_151_30} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 | ||
| 16141 | 2024.11.14 04:59:24.578447 [ 250 ] {f2dca8c6-782e-4e46-84da-8ed350100674} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) | ||
| 16142 | 2024.11.14 04:59:24.578747 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.43 MiB. | ||
| 16143 | 2024.11.14 04:59:24.578829 [ 190 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 62 rows starting from the beginning of the part | ||
| 16144 | 2024.11.14 04:59:24.579511 [ 250 ] {f2dca8c6-782e-4e46-84da-8ed350100674} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16145 | 2024.11.14 04:59:24.579746 [ 113 ] {} <Debug> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 | ||
| 16146 | 2024.11.14 04:59:24.579880 [ 113 ] {} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16147 | 2024.11.14 04:59:24.580001 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 16148 | 2024.11.14 04:59:24.580022 [ 250 ] {f2dca8c6-782e-4e46-84da-8ed350100674} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00654 sec., 12538.22629969419 rows/sec., 815.44 KiB/sec. | ||
| 16149 | 2024.11.14 04:59:24.580310 [ 250 ] {f2dca8c6-782e-4e46-84da-8ed350100674} <Debug> TCPHandler: Processed in 0.007578269 sec. | ||
| 16150 | 2024.11.14 04:59:24.580563 [ 188 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_151_30} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full | ||
| 16151 | 2024.11.14 04:59:24.580892 [ 188 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16152 | 2024.11.14 04:59:24.580965 [ 188 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_146_29, total 8892 rows starting from the beginning of the part | ||
| 16153 | 2024.11.14 04:59:24.581249 [ 188 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 60 rows starting from the beginning of the part | ||
| 16154 | 2024.11.14 04:59:24.581655 [ 188 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 82 rows starting from the beginning of the part | ||
| 16155 | 2024.11.14 04:59:24.581879 [ 188 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 48 rows starting from the beginning of the part | ||
| 16156 | 2024.11.14 04:59:24.582082 [ 188 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 60 rows starting from the beginning of the part | ||
| 16157 | 2024.11.14 04:59:24.582284 [ 188 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 82 rows starting from the beginning of the part | ||
| 16158 | 2024.11.14 04:59:24.587134 [ 189 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9224 rows, containing 4 columns (4 merged, 0 gathered) in 0.006950891 sec., 1327024.1182029757 rows/sec., 87.07 MiB/sec. | ||
| 16159 | 2024.11.14 04:59:24.587494 [ 187 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) | ||
| 16160 | 2024.11.14 04:59:24.588757 [ 187 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_151_30} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16161 | 2024.11.14 04:59:24.588853 [ 187 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_151_30} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 | ||
| 16162 | 2024.11.14 04:59:24.588947 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.87 MiB. | ||
| 16163 | 2024.11.14 04:59:24.592941 [ 191 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_55_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2216 rows, containing 19 columns (19 merged, 0 gathered) in 0.02141106 sec., 103497.91182687826 rows/sec., 185.46 MiB/sec. | ||
| 16164 | 2024.11.14 04:59:24.595018 [ 189 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_55_11} <Trace> MergedBlockOutputStream: filled checksums all_1_55_11 (state Temporary) | ||
| 16165 | 2024.11.14 04:59:24.595640 [ 189 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_55_11} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Renaming temporary part tmp_merge_all_1_55_11 to all_1_55_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16166 | 2024.11.14 04:59:24.595728 [ 189 ] {fe04e53b-f88d-4532-940b-0d2a9dd82c5e::all_1_55_11} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e) (MergerMutator): Merged 6 parts: [all_1_50_10, all_55_55_0] -> all_1_55_11 | ||
| 16167 | 2024.11.14 04:59:24.595885 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.25 MiB. | ||
| 16168 | 2024.11.14 04:59:25.001152 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 192.79 MiB, peak 209.98 MiB, free memory in arenas 0.00 B, will set to 194.93 MiB (RSS), difference: 2.14 MiB | ||
| 16169 | 2024.11.14 04:59:28.199604 [ 217 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 16170 | 2024.11.14 04:59:28.199672 [ 217 ] {} <Debug> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 16171 | 2024.11.14 04:59:28.201880 [ 217 ] {} <Debug> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 16172 | 2024.11.14 04:59:28.881615 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 2272 | ||
| 16173 | 2024.11.14 04:59:28.884757 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16174 | 2024.11.14 04:59:28.884807 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 16175 | 2024.11.14 04:59:28.886499 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 16176 | 2024.11.14 04:59:28.887065 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16177 | 2024.11.14 04:59:28.887641 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2272 | ||
| 16178 | 2024.11.14 04:59:29.090288 [ 220 ] {} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 16179 | 2024.11.14 04:59:29.090338 [ 220 ] {} <Debug> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 16180 | 2024.11.14 04:59:29.092633 [ 220 ] {} <Debug> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 16181 | 2024.11.14 04:59:29.100405 [ 223 ] {} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 16182 | 2024.11.14 04:59:29.100457 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 16183 | 2024.11.14 04:59:29.102589 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 16184 | 2024.11.14 04:59:29.527034 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16185 | 2024.11.14 04:59:29.527247 [ 250 ] {8eaee81f-3ba5-4a5e-9c51-06113abb1b3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 16186 | 2024.11.14 04:59:29.527333 [ 250 ] {8eaee81f-3ba5-4a5e-9c51-06113abb1b3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 16187 | 2024.11.14 04:59:29.528155 [ 250 ] {8eaee81f-3ba5-4a5e-9c51-06113abb1b3b} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16188 | 2024.11.14 04:59:29.528199 [ 250 ] {8eaee81f-3ba5-4a5e-9c51-06113abb1b3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 16189 | 2024.11.14 04:59:29.528779 [ 250 ] {8eaee81f-3ba5-4a5e-9c51-06113abb1b3b} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 16190 | 2024.11.14 04:59:29.529328 [ 250 ] {8eaee81f-3ba5-4a5e-9c51-06113abb1b3b} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16191 | 2024.11.14 04:59:29.529535 [ 250 ] {8eaee81f-3ba5-4a5e-9c51-06113abb1b3b} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.002348 sec., 4258.943781942079 rows/sec., 347.29 KiB/sec. | ||
| 16192 | 2024.11.14 04:59:29.529597 [ 250 ] {8eaee81f-3ba5-4a5e-9c51-06113abb1b3b} <Debug> TCPHandler: Processed in 0.002701839 sec. | ||
| 16193 | 2024.11.14 04:59:29.529877 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16194 | 2024.11.14 04:59:29.530088 [ 252 ] {d605d505-b1aa-4927-a245-fda7dfbb92a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16195 | 2024.11.14 04:59:29.530172 [ 252 ] {d605d505-b1aa-4927-a245-fda7dfbb92a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16196 | 2024.11.14 04:59:29.531055 [ 252 ] {d605d505-b1aa-4927-a245-fda7dfbb92a4} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16197 | 2024.11.14 04:59:29.531105 [ 252 ] {d605d505-b1aa-4927-a245-fda7dfbb92a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 16198 | 2024.11.14 04:59:29.531671 [ 252 ] {d605d505-b1aa-4927-a245-fda7dfbb92a4} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) | ||
| 16199 | 2024.11.14 04:59:29.532138 [ 252 ] {d605d505-b1aa-4927-a245-fda7dfbb92a4} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16200 | 2024.11.14 04:59:29.532391 [ 252 ] {d605d505-b1aa-4927-a245-fda7dfbb92a4} <Debug> executeQuery: Read 61 rows, 4.74 KiB in 0.00236 sec., 25847.45762711864 rows/sec., 1.96 MiB/sec. | ||
| 16201 | 2024.11.14 04:59:29.532471 [ 252 ] {d605d505-b1aa-4927-a245-fda7dfbb92a4} <Debug> TCPHandler: Processed in 0.002736799 sec. | ||
| 16202 | 2024.11.14 04:59:29.532683 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16203 | 2024.11.14 04:59:29.532866 [ 250 ] {b15820ea-d221-47aa-ad15-2342dc810941} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16204 | 2024.11.14 04:59:29.532929 [ 250 ] {b15820ea-d221-47aa-ad15-2342dc810941} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16205 | 2024.11.14 04:59:29.533537 [ 250 ] {b15820ea-d221-47aa-ad15-2342dc810941} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16206 | 2024.11.14 04:59:29.533575 [ 250 ] {b15820ea-d221-47aa-ad15-2342dc810941} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 16207 | 2024.11.14 04:59:29.534043 [ 250 ] {b15820ea-d221-47aa-ad15-2342dc810941} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 16208 | 2024.11.14 04:59:29.534492 [ 250 ] {b15820ea-d221-47aa-ad15-2342dc810941} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16209 | 2024.11.14 04:59:29.534700 [ 250 ] {b15820ea-d221-47aa-ad15-2342dc810941} <Debug> executeQuery: Read 10 rows, 715.00 B in 0.001866 sec., 5359.056806002143 rows/sec., 374.19 KiB/sec. | ||
| 16210 | 2024.11.14 04:59:29.534778 [ 250 ] {b15820ea-d221-47aa-ad15-2342dc810941} <Debug> TCPHandler: Processed in 0.002207184 sec. | ||
| 16211 | 2024.11.14 04:59:29.535026 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16212 | 2024.11.14 04:59:29.535185 [ 252 ] {09c60f98-d47d-4bf2-b962-eab946429673} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16213 | 2024.11.14 04:59:29.535250 [ 252 ] {09c60f98-d47d-4bf2-b962-eab946429673} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16214 | 2024.11.14 04:59:29.536002 [ 252 ] {09c60f98-d47d-4bf2-b962-eab946429673} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16215 | 2024.11.14 04:59:29.536044 [ 252 ] {09c60f98-d47d-4bf2-b962-eab946429673} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 16216 | 2024.11.14 04:59:29.536541 [ 252 ] {09c60f98-d47d-4bf2-b962-eab946429673} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) | ||
| 16217 | 2024.11.14 04:59:29.537031 [ 252 ] {09c60f98-d47d-4bf2-b962-eab946429673} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16218 | 2024.11.14 04:59:29.537281 [ 252 ] {09c60f98-d47d-4bf2-b962-eab946429673} <Debug> executeQuery: Read 74 rows, 5.93 KiB in 0.002119 sec., 34922.133081642285 rows/sec., 2.73 MiB/sec. | ||
| 16219 | 2024.11.14 04:59:29.537363 [ 252 ] {09c60f98-d47d-4bf2-b962-eab946429673} <Debug> TCPHandler: Processed in 0.002470231 sec. | ||
| 16220 | 2024.11.14 04:59:29.537543 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16221 | 2024.11.14 04:59:29.537687 [ 250 ] {51e6cc7a-37a2-47e1-a860-2dbf4aa80686} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16222 | 2024.11.14 04:59:29.537751 [ 250 ] {51e6cc7a-37a2-47e1-a860-2dbf4aa80686} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16223 | 2024.11.14 04:59:29.538354 [ 250 ] {51e6cc7a-37a2-47e1-a860-2dbf4aa80686} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16224 | 2024.11.14 04:59:29.538391 [ 250 ] {51e6cc7a-37a2-47e1-a860-2dbf4aa80686} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 16225 | 2024.11.14 04:59:29.538916 [ 250 ] {51e6cc7a-37a2-47e1-a860-2dbf4aa80686} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) | ||
| 16226 | 2024.11.14 04:59:29.539405 [ 250 ] {51e6cc7a-37a2-47e1-a860-2dbf4aa80686} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16227 | 2024.11.14 04:59:29.539582 [ 250 ] {51e6cc7a-37a2-47e1-a860-2dbf4aa80686} <Debug> executeQuery: Read 133 rows, 9.48 KiB in 0.001929 sec., 68947.6412649041 rows/sec., 4.80 MiB/sec. | ||
| 16228 | 2024.11.14 04:59:29.539632 [ 250 ] {51e6cc7a-37a2-47e1-a860-2dbf4aa80686} <Debug> TCPHandler: Processed in 0.002155842 sec. | ||
| 16229 | 2024.11.14 04:59:29.539793 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16230 | 2024.11.14 04:59:29.539922 [ 252 ] {6a610aae-0d42-487e-8655-c802d46151af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16231 | 2024.11.14 04:59:29.539978 [ 252 ] {6a610aae-0d42-487e-8655-c802d46151af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16232 | 2024.11.14 04:59:29.540502 [ 252 ] {6a610aae-0d42-487e-8655-c802d46151af} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16233 | 2024.11.14 04:59:29.540543 [ 252 ] {6a610aae-0d42-487e-8655-c802d46151af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 16234 | 2024.11.14 04:59:29.541071 [ 252 ] {6a610aae-0d42-487e-8655-c802d46151af} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) | ||
| 16235 | 2024.11.14 04:59:29.541590 [ 252 ] {6a610aae-0d42-487e-8655-c802d46151af} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16236 | 2024.11.14 04:59:29.541803 [ 252 ] {6a610aae-0d42-487e-8655-c802d46151af} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001912 sec., 25104.60251046025 rows/sec., 1.69 MiB/sec. | ||
| 16237 | 2024.11.14 04:59:29.541861 [ 252 ] {6a610aae-0d42-487e-8655-c802d46151af} <Debug> TCPHandler: Processed in 0.002131272 sec. | ||
| 16238 | 2024.11.14 04:59:34.528621 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16239 | 2024.11.14 04:59:34.528942 [ 250 ] {66d42c08-3129-40fb-905a-13a0707a7b97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16240 | 2024.11.14 04:59:34.529056 [ 250 ] {66d42c08-3129-40fb-905a-13a0707a7b97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16241 | 2024.11.14 04:59:34.529859 [ 250 ] {66d42c08-3129-40fb-905a-13a0707a7b97} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16242 | 2024.11.14 04:59:34.529898 [ 250 ] {66d42c08-3129-40fb-905a-13a0707a7b97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 16243 | 2024.11.14 04:59:34.530441 [ 250 ] {66d42c08-3129-40fb-905a-13a0707a7b97} <Trace> MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) | ||
| 16244 | 2024.11.14 04:59:34.530922 [ 250 ] {66d42c08-3129-40fb-905a-13a0707a7b97} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16245 | 2024.11.14 04:59:34.531068 [ 42 ] {} <Debug> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0 | ||
| 16246 | 2024.11.14 04:59:34.531117 [ 42 ] {} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16247 | 2024.11.14 04:59:34.531120 [ 250 ] {66d42c08-3129-40fb-905a-13a0707a7b97} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002263 sec., 24745.912505523644 rows/sec., 1.89 MiB/sec. | ||
| 16248 | 2024.11.14 04:59:34.531146 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 16249 | 2024.11.14 04:59:34.531215 [ 250 ] {66d42c08-3129-40fb-905a-13a0707a7b97} <Debug> TCPHandler: Processed in 0.00276687 sec. | ||
| 16250 | 2024.11.14 04:59:34.531400 [ 196 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_156_31} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_151_30 to all_156_156_0 into Compact with storage Full | ||
| 16251 | 2024.11.14 04:59:34.531516 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16252 | 2024.11.14 04:59:34.531581 [ 196 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_156_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16253 | 2024.11.14 04:59:34.531629 [ 196 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_151_30, total 1476 rows starting from the beginning of the part | ||
| 16254 | 2024.11.14 04:59:34.531735 [ 252 ] {1ba0b09c-1ee3-4b35-90a0-ebace547babd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16255 | 2024.11.14 04:59:34.531750 [ 196 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 58 rows starting from the beginning of the part | ||
| 16256 | 2024.11.14 04:59:34.531906 [ 252 ] {1ba0b09c-1ee3-4b35-90a0-ebace547babd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16257 | 2024.11.14 04:59:34.532262 [ 196 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 56 rows starting from the beginning of the part | ||
| 16258 | 2024.11.14 04:59:34.532749 [ 196 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 327 rows starting from the beginning of the part | ||
| 16259 | 2024.11.14 04:59:34.533072 [ 196 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 61 rows starting from the beginning of the part | ||
| 16260 | 2024.11.14 04:59:34.533452 [ 196 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 56 rows starting from the beginning of the part | ||
| 16261 | 2024.11.14 04:59:34.534666 [ 252 ] {1ba0b09c-1ee3-4b35-90a0-ebace547babd} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16262 | 2024.11.14 04:59:34.534713 [ 252 ] {1ba0b09c-1ee3-4b35-90a0-ebace547babd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 16263 | 2024.11.14 04:59:34.535408 [ 252 ] {1ba0b09c-1ee3-4b35-90a0-ebace547babd} <Trace> MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) | ||
| 16264 | 2024.11.14 04:59:34.535664 [ 196 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_156_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2034 rows, containing 5 columns (5 merged, 0 gathered) in 0.004418938 sec., 460291.59042285726 rows/sec., 40.25 MiB/sec. | ||
| 16265 | 2024.11.14 04:59:34.535977 [ 252 ] {1ba0b09c-1ee3-4b35-90a0-ebace547babd} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16266 | 2024.11.14 04:59:34.536063 [ 189 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_156_31} <Trace> MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary) | ||
| 16267 | 2024.11.14 04:59:34.536219 [ 42 ] {} <Debug> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0 | ||
| 16268 | 2024.11.14 04:59:34.536324 [ 42 ] {} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16269 | 2024.11.14 04:59:34.536398 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 16270 | 2024.11.14 04:59:34.536561 [ 252 ] {1ba0b09c-1ee3-4b35-90a0-ebace547babd} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004854 sec., 13185.002060156572 rows/sec., 1.03 MiB/sec. | ||
| 16271 | 2024.11.14 04:59:34.536674 [ 197 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_156_31} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_151_30 to all_156_156_0 into Compact with storage Full | ||
| 16272 | 2024.11.14 04:59:34.536809 [ 252 ] {1ba0b09c-1ee3-4b35-90a0-ebace547babd} <Debug> TCPHandler: Processed in 0.005454137 sec. | ||
| 16273 | 2024.11.14 04:59:34.537053 [ 197 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_156_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16274 | 2024.11.14 04:59:34.537072 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16275 | 2024.11.14 04:59:34.537122 [ 197 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_151_30, total 939 rows starting from the beginning of the part | ||
| 16276 | 2024.11.14 04:59:34.537181 [ 189 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_156_31} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16277 | 2024.11.14 04:59:34.537554 [ 197 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 68 rows starting from the beginning of the part | ||
| 16278 | 2024.11.14 04:59:34.537621 [ 250 ] {ec421424-e7af-40e0-b494-74a6f1716ebf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16279 | 2024.11.14 04:59:34.537726 [ 189 ] {a7ac3e2f-1cc0-444c-b294-c8fa0756a247::all_1_156_31} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31 | ||
| 16280 | 2024.11.14 04:59:34.538019 [ 250 ] {ec421424-e7af-40e0-b494-74a6f1716ebf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16281 | 2024.11.14 04:59:34.538100 [ 197 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 64 rows starting from the beginning of the part | ||
| 16282 | 2024.11.14 04:59:34.538223 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. | ||
| 16283 | 2024.11.14 04:59:34.538633 [ 197 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 444 rows starting from the beginning of the part | ||
| 16284 | 2024.11.14 04:59:34.538964 [ 197 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 74 rows starting from the beginning of the part | ||
| 16285 | 2024.11.14 04:59:34.539321 [ 197 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 64 rows starting from the beginning of the part | ||
| 16286 | 2024.11.14 04:59:34.540678 [ 250 ] {ec421424-e7af-40e0-b494-74a6f1716ebf} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16287 | 2024.11.14 04:59:34.540756 [ 250 ] {ec421424-e7af-40e0-b494-74a6f1716ebf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 16288 | 2024.11.14 04:59:34.542045 [ 250 ] {ec421424-e7af-40e0-b494-74a6f1716ebf} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) | ||
| 16289 | 2024.11.14 04:59:34.542276 [ 197 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_156_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1653 rows, containing 5 columns (5 merged, 0 gathered) in 0.005753677 sec., 287294.54225532647 rows/sec., 22.20 MiB/sec. | ||
| 16290 | 2024.11.14 04:59:34.542610 [ 192 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_156_31} <Trace> MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary) | ||
| 16291 | 2024.11.14 04:59:34.542754 [ 250 ] {ec421424-e7af-40e0-b494-74a6f1716ebf} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16292 | 2024.11.14 04:59:34.543041 [ 250 ] {ec421424-e7af-40e0-b494-74a6f1716ebf} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005669 sec., 28223.672605397776 rows/sec., 1.97 MiB/sec. | ||
| 16293 | 2024.11.14 04:59:34.543141 [ 250 ] {ec421424-e7af-40e0-b494-74a6f1716ebf} <Debug> TCPHandler: Processed in 0.00621256 sec. | ||
| 16294 | 2024.11.14 04:59:34.543351 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16295 | 2024.11.14 04:59:34.543377 [ 192 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_156_31} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16296 | 2024.11.14 04:59:34.543479 [ 192 ] {a6042e7c-3e54-4920-9f0a-80d3df8b55e2::all_1_156_31} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31 | ||
| 16297 | 2024.11.14 04:59:34.543524 [ 252 ] {0d868fd3-cd98-4364-84c8-3026c0408629} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16298 | 2024.11.14 04:59:34.543583 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
| 16299 | 2024.11.14 04:59:34.543614 [ 252 ] {0d868fd3-cd98-4364-84c8-3026c0408629} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16300 | 2024.11.14 04:59:34.544203 [ 252 ] {0d868fd3-cd98-4364-84c8-3026c0408629} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16301 | 2024.11.14 04:59:34.544243 [ 252 ] {0d868fd3-cd98-4364-84c8-3026c0408629} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 16302 | 2024.11.14 04:59:34.544717 [ 252 ] {0d868fd3-cd98-4364-84c8-3026c0408629} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) | ||
| 16303 | 2024.11.14 04:59:34.545164 [ 252 ] {0d868fd3-cd98-4364-84c8-3026c0408629} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16304 | 2024.11.14 04:59:34.545360 [ 252 ] {0d868fd3-cd98-4364-84c8-3026c0408629} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001882 sec., 31880.97768331562 rows/sec., 2.15 MiB/sec. | ||
| 16305 | 2024.11.14 04:59:34.545413 [ 252 ] {0d868fd3-cd98-4364-84c8-3026c0408629} <Debug> TCPHandler: Processed in 0.002152253 sec. | ||
| 16306 | 2024.11.14 04:59:36.532844 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60952, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16307 | 2024.11.14 04:59:36.742248 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45415, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16308 | 2024.11.14 04:59:36.854609 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41836, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16309 | 2024.11.14 04:59:36.856972 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50312, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16310 | 2024.11.14 04:59:36.948583 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42972, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16311 | 2024.11.14 04:59:36.967033 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50696, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16312 | 2024.11.14 04:59:36.998546 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51925, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16313 | 2024.11.14 04:59:36.998946 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39308, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16314 | 2024.11.14 04:59:38.298431 [ 63 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 16315 | 2024.11.14 04:59:38.298513 [ 63 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 16316 | 2024.11.14 04:59:38.888727 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 2292 | ||
| 16317 | 2024.11.14 04:59:38.891525 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16318 | 2024.11.14 04:59:38.891584 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 16319 | 2024.11.14 04:59:38.893239 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 16320 | 2024.11.14 04:59:38.893846 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16321 | 2024.11.14 04:59:38.894389 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2292 | ||
| 16322 | 2024.11.14 04:59:39.140133 [ 223 ] {} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Found 6 old parts to remove. Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 16323 | 2024.11.14 04:59:39.140213 [ 223 ] {} <Debug> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Removing 6 parts from filesystem (serially): Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 16324 | 2024.11.14 04:59:39.142459 [ 223 ] {} <Debug> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Removing 6 parts from memory: Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 16325 | 2024.11.14 04:59:39.348368 [ 223 ] {} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Found 6 old parts to remove. Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 16326 | 2024.11.14 04:59:39.348427 [ 223 ] {} <Debug> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Removing 6 parts from filesystem (serially): Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 16327 | 2024.11.14 04:59:39.350567 [ 223 ] {} <Debug> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Removing 6 parts from memory: Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 16328 | 2024.11.14 04:59:39.536807 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16329 | 2024.11.14 04:59:39.536986 [ 250 ] {e1741b9d-c2ec-49e1-82d2-e9ad586d354c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 16330 | 2024.11.14 04:59:39.537054 [ 250 ] {e1741b9d-c2ec-49e1-82d2-e9ad586d354c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 16331 | 2024.11.14 04:59:39.537760 [ 250 ] {e1741b9d-c2ec-49e1-82d2-e9ad586d354c} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16332 | 2024.11.14 04:59:39.537807 [ 250 ] {e1741b9d-c2ec-49e1-82d2-e9ad586d354c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 16333 | 2024.11.14 04:59:39.538366 [ 250 ] {e1741b9d-c2ec-49e1-82d2-e9ad586d354c} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 16334 | 2024.11.14 04:59:39.539047 [ 250 ] {e1741b9d-c2ec-49e1-82d2-e9ad586d354c} <Trace> oximeter.fields_i16 (adfe2738-319a-45e4-a148-b79a83474972): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16335 | 2024.11.14 04:59:39.539322 [ 250 ] {e1741b9d-c2ec-49e1-82d2-e9ad586d354c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002384 sec., 5872.48322147651 rows/sec., 422.74 KiB/sec. | ||
| 16336 | 2024.11.14 04:59:39.539382 [ 250 ] {e1741b9d-c2ec-49e1-82d2-e9ad586d354c} <Debug> TCPHandler: Processed in 0.002687427 sec. | ||
| 16337 | 2024.11.14 04:59:39.539637 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16338 | 2024.11.14 04:59:39.539822 [ 252 ] {f381f63a-f40f-431b-b1f1-10305ea16a38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16339 | 2024.11.14 04:59:39.539896 [ 252 ] {f381f63a-f40f-431b-b1f1-10305ea16a38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16340 | 2024.11.14 04:59:39.540788 [ 252 ] {f381f63a-f40f-431b-b1f1-10305ea16a38} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16341 | 2024.11.14 04:59:39.540832 [ 252 ] {f381f63a-f40f-431b-b1f1-10305ea16a38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 16342 | 2024.11.14 04:59:39.541377 [ 252 ] {f381f63a-f40f-431b-b1f1-10305ea16a38} <Trace> MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) | ||
| 16343 | 2024.11.14 04:59:39.541863 [ 252 ] {f381f63a-f40f-431b-b1f1-10305ea16a38} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16344 | 2024.11.14 04:59:39.542083 [ 252 ] {f381f63a-f40f-431b-b1f1-10305ea16a38} <Debug> executeQuery: Read 327 rows, 29.69 KiB in 0.002314 sec., 141313.74243733793 rows/sec., 12.53 MiB/sec. | ||
| 16345 | 2024.11.14 04:59:39.542138 [ 252 ] {f381f63a-f40f-431b-b1f1-10305ea16a38} <Debug> TCPHandler: Processed in 0.002630736 sec. | ||
| 16346 | 2024.11.14 04:59:39.542302 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16347 | 2024.11.14 04:59:39.542421 [ 250 ] {775eb852-c4b3-4c39-acb8-0ee92db27f0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16348 | 2024.11.14 04:59:39.542471 [ 250 ] {775eb852-c4b3-4c39-acb8-0ee92db27f0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16349 | 2024.11.14 04:59:39.543081 [ 250 ] {775eb852-c4b3-4c39-acb8-0ee92db27f0d} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16350 | 2024.11.14 04:59:39.543123 [ 250 ] {775eb852-c4b3-4c39-acb8-0ee92db27f0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 16351 | 2024.11.14 04:59:39.543640 [ 250 ] {775eb852-c4b3-4c39-acb8-0ee92db27f0d} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 16352 | 2024.11.14 04:59:39.544171 [ 250 ] {775eb852-c4b3-4c39-acb8-0ee92db27f0d} <Trace> oximeter.fields_u16 (b72ce43d-22e5-4be9-b7e2-9804496c6d78): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16353 | 2024.11.14 04:59:39.544383 [ 250 ] {775eb852-c4b3-4c39-acb8-0ee92db27f0d} <Debug> executeQuery: Read 69 rows, 5.12 KiB in 0.001987 sec., 34725.71716155008 rows/sec., 2.52 MiB/sec. | ||
| 16354 | 2024.11.14 04:59:39.544436 [ 250 ] {775eb852-c4b3-4c39-acb8-0ee92db27f0d} <Debug> TCPHandler: Processed in 0.002191854 sec. | ||
| 16355 | 2024.11.14 04:59:39.544600 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16356 | 2024.11.14 04:59:39.544719 [ 252 ] {6fbb615f-173e-45ce-af67-d89e6ab0701d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 16357 | 2024.11.14 04:59:39.544770 [ 252 ] {6fbb615f-173e-45ce-af67-d89e6ab0701d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16358 | 2024.11.14 04:59:39.545369 [ 252 ] {6fbb615f-173e-45ce-af67-d89e6ab0701d} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16359 | 2024.11.14 04:59:39.545408 [ 252 ] {6fbb615f-173e-45ce-af67-d89e6ab0701d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 16360 | 2024.11.14 04:59:39.545888 [ 252 ] {6fbb615f-173e-45ce-af67-d89e6ab0701d} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 16361 | 2024.11.14 04:59:39.546365 [ 252 ] {6fbb615f-173e-45ce-af67-d89e6ab0701d} <Trace> oximeter.fields_u32 (932d2d65-5723-4816-ad96-f39624c15824): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16362 | 2024.11.14 04:59:39.546620 [ 252 ] {6fbb615f-173e-45ce-af67-d89e6ab0701d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001918 sec., 7299.270072992701 rows/sec., 511.19 KiB/sec. | ||
| 16363 | 2024.11.14 04:59:39.546799 [ 252 ] {6fbb615f-173e-45ce-af67-d89e6ab0701d} <Debug> TCPHandler: Processed in 0.002261235 sec. | ||
| 16364 | 2024.11.14 04:59:39.547019 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16365 | 2024.11.14 04:59:39.547139 [ 250 ] {db7f1858-3f5a-447e-b469-e29925e14221} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 16366 | 2024.11.14 04:59:39.547187 [ 250 ] {db7f1858-3f5a-447e-b469-e29925e14221} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 16367 | 2024.11.14 04:59:39.547770 [ 250 ] {db7f1858-3f5a-447e-b469-e29925e14221} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16368 | 2024.11.14 04:59:39.547809 [ 250 ] {db7f1858-3f5a-447e-b469-e29925e14221} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 16369 | 2024.11.14 04:59:39.548295 [ 250 ] {db7f1858-3f5a-447e-b469-e29925e14221} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 16370 | 2024.11.14 04:59:39.548793 [ 250 ] {db7f1858-3f5a-447e-b469-e29925e14221} <Trace> oximeter.fields_u8 (18b50d58-da68-4b3c-aa87-2ee2d3e95a8f): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16371 | 2024.11.14 04:59:39.549033 [ 250 ] {db7f1858-3f5a-447e-b469-e29925e14221} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001904 sec., 6827.731092436975 rows/sec., 425.71 KiB/sec. | ||
| 16372 | 2024.11.14 04:59:39.549136 [ 250 ] {db7f1858-3f5a-447e-b469-e29925e14221} <Debug> TCPHandler: Processed in 0.002187934 sec. | ||
| 16373 | 2024.11.14 04:59:39.549368 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16374 | 2024.11.14 04:59:39.549488 [ 252 ] {d1653ab5-3a89-4f22-826c-dc5dbbe25f41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16375 | 2024.11.14 04:59:39.549536 [ 252 ] {d1653ab5-3a89-4f22-826c-dc5dbbe25f41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16376 | 2024.11.14 04:59:39.550281 [ 252 ] {d1653ab5-3a89-4f22-826c-dc5dbbe25f41} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16377 | 2024.11.14 04:59:39.550320 [ 252 ] {d1653ab5-3a89-4f22-826c-dc5dbbe25f41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 16378 | 2024.11.14 04:59:39.550813 [ 252 ] {d1653ab5-3a89-4f22-826c-dc5dbbe25f41} <Trace> MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) | ||
| 16379 | 2024.11.14 04:59:39.551269 [ 252 ] {d1653ab5-3a89-4f22-826c-dc5dbbe25f41} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16380 | 2024.11.14 04:59:39.551481 [ 252 ] {d1653ab5-3a89-4f22-826c-dc5dbbe25f41} <Debug> executeQuery: Read 444 rows, 32.65 KiB in 0.002016 sec., 220238.09523809524 rows/sec., 15.81 MiB/sec. | ||
| 16381 | 2024.11.14 04:59:39.551531 [ 252 ] {d1653ab5-3a89-4f22-826c-dc5dbbe25f41} <Debug> TCPHandler: Processed in 0.002283636 sec. | ||
| 16382 | 2024.11.14 04:59:39.551688 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16383 | 2024.11.14 04:59:39.551805 [ 250 ] {b3c28a47-773c-4940-91ca-d92b380271f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 16384 | 2024.11.14 04:59:39.551857 [ 250 ] {b3c28a47-773c-4940-91ca-d92b380271f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 16385 | 2024.11.14 04:59:39.552348 [ 250 ] {b3c28a47-773c-4940-91ca-d92b380271f0} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16386 | 2024.11.14 04:59:39.552387 [ 250 ] {b3c28a47-773c-4940-91ca-d92b380271f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 16387 | 2024.11.14 04:59:39.552885 [ 250 ] {b3c28a47-773c-4940-91ca-d92b380271f0} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 16388 | 2024.11.14 04:59:39.553377 [ 250 ] {b3c28a47-773c-4940-91ca-d92b380271f0} <Trace> oximeter.measurements_bool (4c720ea5-abdd-45ce-80ba-e97c206f284e): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16389 | 2024.11.14 04:59:39.553634 [ 250 ] {b3c28a47-773c-4940-91ca-d92b380271f0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001852 sec., 3239.7408207343415 rows/sec., 169.26 KiB/sec. | ||
| 16390 | 2024.11.14 04:59:39.553846 [ 250 ] {b3c28a47-773c-4940-91ca-d92b380271f0} <Debug> TCPHandler: Processed in 0.002210864 sec. | ||
| 16391 | 2024.11.14 04:59:39.554084 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16392 | 2024.11.14 04:59:39.554219 [ 252 ] {88165d4b-42ce-41cf-abf9-94bd1bee33e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16393 | 2024.11.14 04:59:39.554282 [ 252 ] {88165d4b-42ce-41cf-abf9-94bd1bee33e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16394 | 2024.11.14 04:59:39.554962 [ 252 ] {88165d4b-42ce-41cf-abf9-94bd1bee33e7} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16395 | 2024.11.14 04:59:39.555007 [ 252 ] {88165d4b-42ce-41cf-abf9-94bd1bee33e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 16396 | 2024.11.14 04:59:39.555540 [ 252 ] {88165d4b-42ce-41cf-abf9-94bd1bee33e7} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) | ||
| 16397 | 2024.11.14 04:59:39.555974 [ 252 ] {88165d4b-42ce-41cf-abf9-94bd1bee33e7} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16398 | 2024.11.14 04:59:39.556182 [ 252 ] {88165d4b-42ce-41cf-abf9-94bd1bee33e7} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001994 sec., 118856.56970912738 rows/sec., 7.97 MiB/sec. | ||
| 16399 | 2024.11.14 04:59:39.556232 [ 252 ] {88165d4b-42ce-41cf-abf9-94bd1bee33e7} <Debug> TCPHandler: Processed in 0.002279106 sec. | ||
| 16400 | 2024.11.14 04:59:39.556382 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16401 | 2024.11.14 04:59:39.556501 [ 250 ] {0f246c6f-97e1-4d3f-bc45-e239e9584e29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 16402 | 2024.11.14 04:59:39.556553 [ 250 ] {0f246c6f-97e1-4d3f-bc45-e239e9584e29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 16403 | 2024.11.14 04:59:39.557027 [ 250 ] {0f246c6f-97e1-4d3f-bc45-e239e9584e29} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16404 | 2024.11.14 04:59:39.557065 [ 250 ] {0f246c6f-97e1-4d3f-bc45-e239e9584e29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 16405 | 2024.11.14 04:59:39.557571 [ 250 ] {0f246c6f-97e1-4d3f-bc45-e239e9584e29} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 16406 | 2024.11.14 04:59:39.558066 [ 250 ] {0f246c6f-97e1-4d3f-bc45-e239e9584e29} <Trace> oximeter.measurements_f64 (e045339b-9699-4889-ab4d-e51a67cf0ad0): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16407 | 2024.11.14 04:59:39.558313 [ 250 ] {0f246c6f-97e1-4d3f-bc45-e239e9584e29} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001826 sec., 547.645125958379 rows/sec., 36.90 KiB/sec. | ||
| 16408 | 2024.11.14 04:59:39.558498 [ 250 ] {0f246c6f-97e1-4d3f-bc45-e239e9584e29} <Debug> TCPHandler: Processed in 0.002169393 sec. | ||
| 16409 | 2024.11.14 04:59:39.558736 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16410 | 2024.11.14 04:59:39.558870 [ 252 ] {4f2b82cd-77fd-40a5-9352-5f1b92b7c34e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16411 | 2024.11.14 04:59:39.558963 [ 252 ] {4f2b82cd-77fd-40a5-9352-5f1b92b7c34e} <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 | ||
| 16412 | 2024.11.14 04:59:39.560290 [ 252 ] {4f2b82cd-77fd-40a5-9352-5f1b92b7c34e} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16413 | 2024.11.14 04:59:39.560329 [ 252 ] {4f2b82cd-77fd-40a5-9352-5f1b92b7c34e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 16414 | 2024.11.14 04:59:39.561201 [ 252 ] {4f2b82cd-77fd-40a5-9352-5f1b92b7c34e} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 16415 | 2024.11.14 04:59:39.561705 [ 252 ] {4f2b82cd-77fd-40a5-9352-5f1b92b7c34e} <Trace> oximeter.measurements_histogramu64 (fe04e53b-f88d-4532-940b-0d2a9dd82c5e): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16416 | 2024.11.14 04:59:39.562046 [ 252 ] {4f2b82cd-77fd-40a5-9352-5f1b92b7c34e} <Debug> executeQuery: Read 62 rows, 113.77 KiB in 0.003179 sec., 19502.98836111985 rows/sec., 34.95 MiB/sec. | ||
| 16417 | 2024.11.14 04:59:39.562515 [ 252 ] {4f2b82cd-77fd-40a5-9352-5f1b92b7c34e} <Debug> TCPHandler: Processed in 0.003898673 sec. | ||
| 16418 | 2024.11.14 04:59:39.562712 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16419 | 2024.11.14 04:59:39.562851 [ 250 ] {8db4a781-1d61-46a5-bf03-d1056674fbeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16420 | 2024.11.14 04:59:39.562908 [ 250 ] {8db4a781-1d61-46a5-bf03-d1056674fbeb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16421 | 2024.11.14 04:59:39.563459 [ 250 ] {8db4a781-1d61-46a5-bf03-d1056674fbeb} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16422 | 2024.11.14 04:59:39.563497 [ 250 ] {8db4a781-1d61-46a5-bf03-d1056674fbeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 16423 | 2024.11.14 04:59:39.564050 [ 250 ] {8db4a781-1d61-46a5-bf03-d1056674fbeb} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) | ||
| 16424 | 2024.11.14 04:59:39.564553 [ 250 ] {8db4a781-1d61-46a5-bf03-d1056674fbeb} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16425 | 2024.11.14 04:59:39.564765 [ 250 ] {8db4a781-1d61-46a5-bf03-d1056674fbeb} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001945 sec., 42159.38303341903 rows/sec., 2.68 MiB/sec. | ||
| 16426 | 2024.11.14 04:59:39.564813 [ 250 ] {8db4a781-1d61-46a5-bf03-d1056674fbeb} <Debug> TCPHandler: Processed in 0.002166663 sec. | ||
| 16427 | 2024.11.14 04:59:39.854444 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:51006, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16428 | 2024.11.14 04:59:40.047598 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:55642, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16429 | 2024.11.14 04:59:40.437228 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:52450, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16430 | 2024.11.14 04:59:40.509051 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:34950, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16431 | 2024.11.14 04:59:40.604590 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:42392, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16432 | 2024.11.14 04:59:40.655472 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:41211, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16433 | 2024.11.14 04:59:40.659927 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:41275, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16434 | 2024.11.14 04:59:40.666284 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:35395, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16435 | 2024.11.14 04:59:40.714860 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:59410, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16436 | 2024.11.14 04:59:40.757204 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:35675, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16437 | 2024.11.14 04:59:40.831599 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:58078, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16438 | 2024.11.14 04:59:40.837966 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:57422, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16439 | 2024.11.14 04:59:40.846550 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:54230, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16440 | 2024.11.14 04:59:40.892142 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:37822, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16441 | 2024.11.14 04:59:40.893493 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:44750, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16442 | 2024.11.14 04:59:41.007472 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:49165, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16443 | 2024.11.14 04:59:41.520222 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:49513, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16444 | 2024.11.14 04:59:41.520556 [ 307 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): | ||
| 16445 | |||
| 16446 | (version 23.8.7.1) | ||
| 16447 | 2024.11.14 04:59:41.932160 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:48542, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16448 | 2024.11.14 04:59:42.065045 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:55044, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16449 | 2024.11.14 04:59:42.169165 [ 308 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:33966, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16450 | 2024.11.14 04:59:42.227225 [ 73 ] {} <Debug> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 16451 | 2024.11.14 04:59:42.227273 [ 73 ] {} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16452 | 2024.11.14 04:59:42.227300 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 16453 | 2024.11.14 04:59:42.227441 [ 224 ] {} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Found 5 old parts to remove. Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 16454 | 2024.11.14 04:59:42.227503 [ 198 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_37_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full | ||
| 16455 | 2024.11.14 04:59:42.227517 [ 224 ] {} <Debug> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Removing 5 parts from filesystem (serially): Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 16456 | 2024.11.14 04:59:42.227818 [ 198 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16457 | 2024.11.14 04:59:42.227871 [ 198 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 18 rows starting from the beginning of the part | ||
| 16458 | 2024.11.14 04:59:42.227961 [ 198 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 10 rows starting from the beginning of the part | ||
| 16459 | 2024.11.14 04:59:42.228388 [ 198 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 4 rows starting from the beginning of the part | ||
| 16460 | 2024.11.14 04:59:42.228780 [ 198 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 4 rows starting from the beginning of the part | ||
| 16461 | 2024.11.14 04:59:42.228993 [ 198 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 10 rows starting from the beginning of the part | ||
| 16462 | 2024.11.14 04:59:42.231219 [ 195 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 5 columns (5 merged, 0 gathered) in 0.003838111 sec., 11985.062443478055 rows/sec., 1.00 MiB/sec. | ||
| 16463 | 2024.11.14 04:59:42.231331 [ 224 ] {} <Debug> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Removing 5 parts from memory: Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 16464 | 2024.11.14 04:59:42.231616 [ 195 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 16465 | 2024.11.14 04:59:42.232191 [ 195 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_37_9} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16466 | 2024.11.14 04:59:42.232286 [ 195 ] {a7a2107d-ca44-4f2e-950d-496d9080a8d8::all_1_37_9} <Trace> oximeter.fields_ipaddr (a7a2107d-ca44-4f2e-950d-496d9080a8d8) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 16467 | 2024.11.14 04:59:42.232392 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 16468 | 2024.11.14 04:59:42.294993 [ 309 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:57908, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16469 | 2024.11.14 04:59:42.378063 [ 310 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:60776, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16470 | 2024.11.14 04:59:42.409444 [ 310 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:38394, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16471 | 2024.11.14 04:59:42.418777 [ 310 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:60419, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16472 | 2024.11.14 04:59:44.527250 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16473 | 2024.11.14 04:59:44.527529 [ 250 ] {0e51cd01-b3c4-4654-9082-787457e456f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16474 | 2024.11.14 04:59:44.527604 [ 250 ] {0e51cd01-b3c4-4654-9082-787457e456f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16475 | 2024.11.14 04:59:44.528371 [ 250 ] {0e51cd01-b3c4-4654-9082-787457e456f9} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16476 | 2024.11.14 04:59:44.528421 [ 250 ] {0e51cd01-b3c4-4654-9082-787457e456f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 16477 | 2024.11.14 04:59:44.528990 [ 250 ] {0e51cd01-b3c4-4654-9082-787457e456f9} <Trace> MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) | ||
| 16478 | 2024.11.14 04:59:44.529506 [ 250 ] {0e51cd01-b3c4-4654-9082-787457e456f9} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16479 | 2024.11.14 04:59:44.529705 [ 250 ] {0e51cd01-b3c4-4654-9082-787457e456f9} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002236 sec., 25044.722719141322 rows/sec., 1.91 MiB/sec. | ||
| 16480 | 2024.11.14 04:59:44.529758 [ 250 ] {0e51cd01-b3c4-4654-9082-787457e456f9} <Debug> TCPHandler: Processed in 0.002694988 sec. | ||
| 16481 | 2024.11.14 04:59:44.530023 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16482 | 2024.11.14 04:59:44.530240 [ 252 ] {73e72aeb-a508-42f1-a345-8639f6ee6dae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16483 | 2024.11.14 04:59:44.530325 [ 252 ] {73e72aeb-a508-42f1-a345-8639f6ee6dae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16484 | 2024.11.14 04:59:44.531121 [ 252 ] {73e72aeb-a508-42f1-a345-8639f6ee6dae} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16485 | 2024.11.14 04:59:44.531171 [ 252 ] {73e72aeb-a508-42f1-a345-8639f6ee6dae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 16486 | 2024.11.14 04:59:44.531740 [ 252 ] {73e72aeb-a508-42f1-a345-8639f6ee6dae} <Trace> MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) | ||
| 16487 | 2024.11.14 04:59:44.532219 [ 252 ] {73e72aeb-a508-42f1-a345-8639f6ee6dae} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16488 | 2024.11.14 04:59:44.532481 [ 252 ] {73e72aeb-a508-42f1-a345-8639f6ee6dae} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002297 sec., 27862.42925555072 rows/sec., 2.17 MiB/sec. | ||
| 16489 | 2024.11.14 04:59:44.532550 [ 252 ] {73e72aeb-a508-42f1-a345-8639f6ee6dae} <Debug> TCPHandler: Processed in 0.002671857 sec. | ||
| 16490 | 2024.11.14 04:59:44.532765 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16491 | 2024.11.14 04:59:44.532987 [ 250 ] {4b424336-0ba2-4916-87c2-6f462c73a7a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16492 | 2024.11.14 04:59:44.533086 [ 250 ] {4b424336-0ba2-4916-87c2-6f462c73a7a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16493 | 2024.11.14 04:59:44.533823 [ 250 ] {4b424336-0ba2-4916-87c2-6f462c73a7a9} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16494 | 2024.11.14 04:59:44.533861 [ 250 ] {4b424336-0ba2-4916-87c2-6f462c73a7a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 16495 | 2024.11.14 04:59:44.534405 [ 250 ] {4b424336-0ba2-4916-87c2-6f462c73a7a9} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) | ||
| 16496 | 2024.11.14 04:59:44.534910 [ 250 ] {4b424336-0ba2-4916-87c2-6f462c73a7a9} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16497 | 2024.11.14 04:59:44.535092 [ 250 ] {4b424336-0ba2-4916-87c2-6f462c73a7a9} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.00216 sec., 59259.259259259255 rows/sec., 4.13 MiB/sec. | ||
| 16498 | 2024.11.14 04:59:44.535140 [ 250 ] {4b424336-0ba2-4916-87c2-6f462c73a7a9} <Debug> TCPHandler: Processed in 0.002483832 sec. | ||
| 16499 | 2024.11.14 04:59:44.535297 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16500 | 2024.11.14 04:59:44.535444 [ 252 ] {bff0ac37-b053-4fa4-85f9-08797a6ab8fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16501 | 2024.11.14 04:59:44.535509 [ 252 ] {bff0ac37-b053-4fa4-85f9-08797a6ab8fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16502 | 2024.11.14 04:59:44.536114 [ 252 ] {bff0ac37-b053-4fa4-85f9-08797a6ab8fb} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16503 | 2024.11.14 04:59:44.536162 [ 252 ] {bff0ac37-b053-4fa4-85f9-08797a6ab8fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 16504 | 2024.11.14 04:59:44.536696 [ 252 ] {bff0ac37-b053-4fa4-85f9-08797a6ab8fb} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) | ||
| 16505 | 2024.11.14 04:59:44.537162 [ 252 ] {bff0ac37-b053-4fa4-85f9-08797a6ab8fb} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16506 | 2024.11.14 04:59:44.537381 [ 252 ] {bff0ac37-b053-4fa4-85f9-08797a6ab8fb} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001974 sec., 24316.1094224924 rows/sec., 1.64 MiB/sec. | ||
| 16507 | 2024.11.14 04:59:44.537435 [ 252 ] {bff0ac37-b053-4fa4-85f9-08797a6ab8fb} <Debug> TCPHandler: Processed in 0.002207715 sec. | ||
| 16508 | 2024.11.14 04:59:48.895432 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 2322 | ||
| 16509 | 2024.11.14 04:59:48.898547 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16510 | 2024.11.14 04:59:48.898594 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 16511 | 2024.11.14 04:59:48.900111 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 16512 | 2024.11.14 04:59:48.900414 [ 242 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16513 | 2024.11.14 04:59:48.900603 [ 106 ] {} <Debug> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 16514 | 2024.11.14 04:59:48.900670 [ 106 ] {} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16515 | 2024.11.14 04:59:48.900715 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 16516 | 2024.11.14 04:59:48.900953 [ 186 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 16517 | 2024.11.14 04:59:48.901236 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2322 | ||
| 16518 | 2024.11.14 04:59:48.901639 [ 186 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16519 | 2024.11.14 04:59:48.901766 [ 186 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 2188 rows starting from the beginning of the part | ||
| 16520 | 2024.11.14 04:59:48.902354 [ 186 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 20 rows starting from the beginning of the part | ||
| 16521 | 2024.11.14 04:59:48.902861 [ 186 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 34 rows starting from the beginning of the part | ||
| 16522 | 2024.11.14 04:59:48.903349 [ 186 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 30 rows starting from the beginning of the part | ||
| 16523 | 2024.11.14 04:59:48.903847 [ 186 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 20 rows starting from the beginning of the part | ||
| 16524 | 2024.11.14 04:59:48.904441 [ 186 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 30 rows starting from the beginning of the part | ||
| 16525 | 2024.11.14 04:59:48.913377 [ 203 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2322 rows, containing 72 columns (72 merged, 0 gathered) in 0.012561824 sec., 184845.76762100792 rows/sec., 138.85 MiB/sec. | ||
| 16526 | 2024.11.14 04:59:48.915368 [ 194 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 16527 | 2024.11.14 04:59:48.916033 [ 194 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_81_16} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16528 | 2024.11.14 04:59:48.916108 [ 194 ] {517a6315-c66d-488d-99aa-0fdeb396e457::all_1_81_16} <Trace> system.query_log (517a6315-c66d-488d-99aa-0fdeb396e457) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 16529 | 2024.11.14 04:59:48.916293 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.03 MiB. | ||
| 16530 | 2024.11.14 04:59:49.528785 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16531 | 2024.11.14 04:59:49.529093 [ 250 ] {e2215472-a467-4c24-9a6d-c781b8de29f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16532 | 2024.11.14 04:59:49.529210 [ 250 ] {e2215472-a467-4c24-9a6d-c781b8de29f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16533 | 2024.11.14 04:59:49.530132 [ 250 ] {e2215472-a467-4c24-9a6d-c781b8de29f6} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16534 | 2024.11.14 04:59:49.530175 [ 250 ] {e2215472-a467-4c24-9a6d-c781b8de29f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 16535 | 2024.11.14 04:59:49.530622 [ 250 ] {e2215472-a467-4c24-9a6d-c781b8de29f6} <Trace> MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) | ||
| 16536 | 2024.11.14 04:59:49.530890 [ 250 ] {e2215472-a467-4c24-9a6d-c781b8de29f6} <Trace> oximeter.fields_string (a7ac3e2f-1cc0-444c-b294-c8fa0756a247): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16537 | 2024.11.14 04:59:49.531090 [ 250 ] {e2215472-a467-4c24-9a6d-c781b8de29f6} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002088 sec., 26819.92337164751 rows/sec., 2.05 MiB/sec. | ||
| 16538 | 2024.11.14 04:59:49.531145 [ 250 ] {e2215472-a467-4c24-9a6d-c781b8de29f6} <Debug> TCPHandler: Processed in 0.002543824 sec. | ||
| 16539 | 2024.11.14 04:59:49.531398 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16540 | 2024.11.14 04:59:49.531606 [ 252 ] {3869062c-796b-457f-a9dc-5cb8c7785b88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16541 | 2024.11.14 04:59:49.531684 [ 252 ] {3869062c-796b-457f-a9dc-5cb8c7785b88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16542 | 2024.11.14 04:59:49.532459 [ 252 ] {3869062c-796b-457f-a9dc-5cb8c7785b88} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16543 | 2024.11.14 04:59:49.532510 [ 252 ] {3869062c-796b-457f-a9dc-5cb8c7785b88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 16544 | 2024.11.14 04:59:49.532953 [ 252 ] {3869062c-796b-457f-a9dc-5cb8c7785b88} <Trace> MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) | ||
| 16545 | 2024.11.14 04:59:49.533219 [ 252 ] {3869062c-796b-457f-a9dc-5cb8c7785b88} <Trace> oximeter.fields_uuid (a6042e7c-3e54-4920-9f0a-80d3df8b55e2): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16546 | 2024.11.14 04:59:49.533458 [ 252 ] {3869062c-796b-457f-a9dc-5cb8c7785b88} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001906 sec., 33578.1741867786 rows/sec., 2.62 MiB/sec. | ||
| 16547 | 2024.11.14 04:59:49.533524 [ 252 ] {3869062c-796b-457f-a9dc-5cb8c7785b88} <Debug> TCPHandler: Processed in 0.002267016 sec. | ||
| 16548 | 2024.11.14 04:59:49.533674 [ 250 ] {} <Trace> TCP-Session: e1a7bb33-2d69-43e4-aeee-07666fb442e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16549 | 2024.11.14 04:59:49.533812 [ 250 ] {7b15344f-6432-4439-a368-f5f966996262} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57373) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16550 | 2024.11.14 04:59:49.533875 [ 250 ] {7b15344f-6432-4439-a368-f5f966996262} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16551 | 2024.11.14 04:59:49.534555 [ 250 ] {7b15344f-6432-4439-a368-f5f966996262} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16552 | 2024.11.14 04:59:49.534598 [ 250 ] {7b15344f-6432-4439-a368-f5f966996262} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 16553 | 2024.11.14 04:59:49.535001 [ 250 ] {7b15344f-6432-4439-a368-f5f966996262} <Trace> MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) | ||
| 16554 | 2024.11.14 04:59:49.535248 [ 250 ] {7b15344f-6432-4439-a368-f5f966996262} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16555 | 2024.11.14 04:59:49.535379 [ 106 ] {} <Debug> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0 | ||
| 16556 | 2024.11.14 04:59:49.535418 [ 106 ] {} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16557 | 2024.11.14 04:59:49.535427 [ 250 ] {7b15344f-6432-4439-a368-f5f966996262} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001647 sec., 97146.32665452338 rows/sec., 6.77 MiB/sec. | ||
| 16558 | 2024.11.14 04:59:49.535443 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 16559 | 2024.11.14 04:59:49.535538 [ 250 ] {7b15344f-6432-4439-a368-f5f966996262} <Debug> TCPHandler: Processed in 0.001931476 sec. | ||
| 16560 | 2024.11.14 04:59:49.535835 [ 252 ] {} <Trace> TCP-Session: 4475361d-f8b7-412e-9fc5-8b9b987126be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16561 | 2024.11.14 04:59:49.535845 [ 199 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_156_31} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_151_30 to all_156_156_0 into Compact with storage Full | ||
| 16562 | 2024.11.14 04:59:49.536321 [ 252 ] {ca4007b9-2db0-4b72-992d-11f89141e0b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64594) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16563 | 2024.11.14 04:59:49.536426 [ 199 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_156_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16564 | 2024.11.14 04:59:49.536579 [ 199 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_151_30, total 29461 rows starting from the beginning of the part | ||
| 16565 | 2024.11.14 04:59:49.536601 [ 252 ] {ca4007b9-2db0-4b72-992d-11f89141e0b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16566 | 2024.11.14 04:59:49.537015 [ 199 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 133 rows starting from the beginning of the part | ||
| 16567 | 2024.11.14 04:59:49.537481 [ 199 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 160 rows starting from the beginning of the part | ||
| 16568 | 2024.11.14 04:59:49.537848 [ 199 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 237 rows starting from the beginning of the part | ||
| 16569 | 2024.11.14 04:59:49.538392 [ 199 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 128 rows starting from the beginning of the part | ||
| 16570 | 2024.11.14 04:59:49.538835 [ 199 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 160 rows starting from the beginning of the part | ||
| 16571 | 2024.11.14 04:59:49.540210 [ 252 ] {ca4007b9-2db0-4b72-992d-11f89141e0b9} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16572 | 2024.11.14 04:59:49.540289 [ 252 ] {ca4007b9-2db0-4b72-992d-11f89141e0b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 16573 | 2024.11.14 04:59:49.540953 [ 252 ] {ca4007b9-2db0-4b72-992d-11f89141e0b9} <Trace> MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) | ||
| 16574 | 2024.11.14 04:59:49.541352 [ 252 ] {ca4007b9-2db0-4b72-992d-11f89141e0b9} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16575 | 2024.11.14 04:59:49.541677 [ 106 ] {} <Debug> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0 | ||
| 16576 | 2024.11.14 04:59:49.541787 [ 106 ] {} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16577 | 2024.11.14 04:59:49.541880 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 16578 | 2024.11.14 04:59:49.542335 [ 194 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_156_31} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_151_30 to all_156_156_0 into Compact with storage Full | ||
| 16579 | 2024.11.14 04:59:49.542329 [ 252 ] {ca4007b9-2db0-4b72-992d-11f89141e0b9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006144 sec., 9765.625 rows/sec., 673.93 KiB/sec. | ||
| 16580 | 2024.11.14 04:59:49.542951 [ 194 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_156_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16581 | 2024.11.14 04:59:49.543074 [ 252 ] {ca4007b9-2db0-4b72-992d-11f89141e0b9} <Debug> TCPHandler: Processed in 0.007423855 sec. | ||
| 16582 | 2024.11.14 04:59:49.543130 [ 194 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_151_30, total 9224 rows starting from the beginning of the part | ||
| 16583 | 2024.11.14 04:59:49.543665 [ 194 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 48 rows starting from the beginning of the part | ||
| 16584 | 2024.11.14 04:59:49.544074 [ 194 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 60 rows starting from the beginning of the part | ||
| 16585 | 2024.11.14 04:59:49.544613 [ 194 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 82 rows starting from the beginning of the part | ||
| 16586 | 2024.11.14 04:59:49.544938 [ 194 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 48 rows starting from the beginning of the part | ||
| 16587 | 2024.11.14 04:59:49.545336 [ 194 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 60 rows starting from the beginning of the part | ||
| 16588 | 2024.11.14 04:59:49.549561 [ 187 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_156_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9522 rows, containing 4 columns (4 merged, 0 gathered) in 0.007532068 sec., 1264194.6408343632 rows/sec., 82.97 MiB/sec. | ||
| 16589 | 2024.11.14 04:59:49.549604 [ 188 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_156_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30279 rows, containing 5 columns (5 merged, 0 gathered) in 0.014037596 sec., 2156993.262949012 rows/sec., 147.16 MiB/sec. | ||
| 16590 | 2024.11.14 04:59:49.549791 [ 187 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_156_31} <Trace> MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary) | ||
| 16591 | 2024.11.14 04:59:49.550126 [ 190 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_156_31} <Trace> MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary) | ||
| 16592 | 2024.11.14 04:59:49.550247 [ 187 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_156_31} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16593 | 2024.11.14 04:59:49.550396 [ 187 ] {3e67f0c4-1b33-414e-a0b7-8d6b2293f3be::all_1_156_31} <Trace> oximeter.measurements_u64 (3e67f0c4-1b33-414e-a0b7-8d6b2293f3be) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31 | ||
| 16594 | 2024.11.14 04:59:49.550575 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.30 MiB. | ||
| 16595 | 2024.11.14 04:59:49.550676 [ 190 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_156_31} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16596 | 2024.11.14 04:59:49.550761 [ 190 ] {dd0f7a5c-b158-4555-93b6-3857298f7fc1::all_1_156_31} <Trace> oximeter.measurements_cumulativeu64 (dd0f7a5c-b158-4555-93b6-3857298f7fc1) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31 | ||
| 16597 | 2024.11.14 04:59:49.550856 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.43 MiB. | ||