| 1 | [ Nov 18 18:40:36 Enabled. ] | ||
| 2 | [ Nov 18 18:40:36 Rereading configuration. ] | ||
| 3 | [ Nov 18 18:40:37 Rereading configuration. ] | ||
| 4 | [ Nov 18 18:40:42 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 18 18:40:43 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.18 18:40:43.863365 [ 1 ] {} <Information> Application: Will watch for the process with pid 25031 | ||
| 29 | 2024.11.18 18:40:43.863846 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 30 | 2024.11.18 18:40:44.295340 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 25031 | ||
| 31 | 2024.11.18 18:40:44.296042 [ 1 ] {} <Information> Application: starting up | ||
| 32 | 2024.11.18 18:40:44.296724 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 33 | 2024.11.18 18:40:44.381594 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 34 | 2024.11.18 18:40:44.406270 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 35 | 2024.11.18 18:40:44.406314 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 36 | 2024.11.18 18:40:44.406326 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 37 | 2024.11.18 18:40:44.406385 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 38 | 2024.11.18 18:40:44.406744 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 39 | 2024.11.18 18:40:44.408303 [ 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.18 18:40:44.408881 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 43 | 2024.11.18 18:40:44.409671 [ 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.18 18:40:44.409692 [ 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.18 18:40:44.409707 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 46 | 2024.11.18 18:40:44.409868 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 47 | 2024.11.18 18:40:44.410711 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 48 | 2024.11.18 18:40:44.415911 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 49 | 2024.11.18 18:40:44.416608 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 50 | 2024.11.18 18:40:44.417873 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 51 | 2024.11.18 18:40:44.417931 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 52 | 2024.11.18 18:40:44.419403 [ 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.18 18:40:44.419724 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 56 | 2024.11.18 18:40:44.423856 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 57 | 2024.11.18 18:40:44.424189 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
| 58 | 2024.11.18 18:40:44.425720 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 59 | 2024.11.18 18:40:44.426080 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 60 | 2024.11.18 18:40:44.426444 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 61 | 2024.11.18 18:40:44.426830 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 62 | 2024.11.18 18:40:44.428243 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 63 | 2024.11.18 18:40:44.428270 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 64 | 2024.11.18 18:40:44.428357 [ 144 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 65 | 2024.11.18 18:40:44.428523 [ 144 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 66 | 2024.11.18 18:40:44.441961 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 67 | 2024.11.18 18:40:44.441988 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000151672 sec | ||
| 68 | 2024.11.18 18:40:44.442030 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 69 | 2024.11.18 18:40:44.442046 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 70 | 2024.11.18 18:40:44.443121 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 71 | 2024.11.18 18:40:44.444124 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
| 72 | 2024.11.18 18:40:44.457169 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 73 | 2024.11.18 18:40:44.457216 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 74 | 2024.11.18 18:40:44.457240 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 75 | 2024.11.18 18:40:44.457254 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 76 | 2024.11.18 18:40:44.457283 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 77 | 2024.11.18 18:40:44.457301 [ 1 ] {} <Debug> SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config | ||
| 78 | 2024.11.18 18:40:44.457314 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 79 | 2024.11.18 18:40:44.457343 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 80 | 2024.11.18 18:40:44.457360 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config | ||
| 81 | 2024.11.18 18:40:44.457373 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 82 | 2024.11.18 18:40:44.457385 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 83 | 2024.11.18 18:40:44.457423 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 84 | 2024.11.18 18:40:44.457435 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 85 | 2024.11.18 18:40:44.457447 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 86 | 2024.11.18 18:40:44.457479 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 87 | 2024.11.18 18:40:44.457492 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 88 | 2024.11.18 18:40:44.484442 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 89 | 2024.11.18 18:40:44.487923 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 90 | 2024.11.18 18:40:44.487961 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.7091e-05 sec | ||
| 91 | 2024.11.18 18:40:44.487981 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 92 | 2024.11.18 18:40:44.487997 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 93 | 2024.11.18 18:40:44.488028 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 94 | 2024.11.18 18:40:44.488274 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 95 | 2024.11.18 18:40:44.488336 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 96 | 2024.11.18 18:40:44.488356 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 97 | 2024.11.18 18:40:44.488373 [ 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.18 18:40:44.488397 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 99 | 2024.11.18 18:40:44.499444 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 100 | 2024.11.18 18:40:44.499641 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.76 MiB, peak 24.76 MiB, free memory in arenas 0.00 B, will set to 116.84 MiB (RSS), difference: 92.08 MiB | ||
| 101 | 2024.11.18 18:40:44.500473 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.3181e-05 sec. | ||
| 102 | 2024.11.18 18:40:44.500801 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 103 | 2024.11.18 18:40:44.500867 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 104 | 2024.11.18 18:40:44.500884 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 105 | 2024.11.18 18:40:45.453208 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:35940 | ||
| 106 | 2024.11.18 18:40:45.453454 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 107 | 2024.11.18 18:40:45.453511 [ 3 ] {} <Debug> TCP-Session: e0ce5c5e-4e65-44e9-9647-897c8225c771 Authenticating user 'default' from [fd00:1122:3344:101::d]:35940 | ||
| 108 | 2024.11.18 18:40:45.453542 [ 3 ] {} <Debug> TCP-Session: e0ce5c5e-4e65-44e9-9647-897c8225c771 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 109 | 2024.11.18 18:40:45.453570 [ 3 ] {} <Debug> TCP-Session: e0ce5c5e-4e65-44e9-9647-897c8225c771 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 110 | 2024.11.18 18:40:45.453654 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 111 | 2024.11.18 18:40:45.453681 [ 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.18 18:40:45.453703 [ 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.18 18:40:45.458736 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:35412 | ||
| 114 | 2024.11.18 18:40:45.458785 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:34573 | ||
| 115 | 2024.11.18 18:40:45.458872 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 116 | 2024.11.18 18:40:45.458935 [ 250 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:51773 | ||
| 117 | 2024.11.18 18:40:45.458956 [ 4 ] {} <Debug> TCP-Session: de80f859-59bb-4812-aff0-7f9628c03211 Authenticating user 'default' from [fd00:1122:3344:101::d]:35412 | ||
| 118 | 2024.11.18 18:40:45.458944 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 119 | 2024.11.18 18:40:45.459027 [ 251 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:42610 | ||
| 120 | 2024.11.18 18:40:45.459044 [ 4 ] {} <Debug> TCP-Session: de80f859-59bb-4812-aff0-7f9628c03211 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 121 | 2024.11.18 18:40:45.459132 [ 5 ] {} <Debug> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Authenticating user 'default' from [fd00:1122:3344:101::d]:34573 | ||
| 122 | 2024.11.18 18:40:45.459169 [ 252 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:46784 | ||
| 123 | 2024.11.18 18:40:45.459194 [ 250 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 124 | 2024.11.18 18:40:45.459324 [ 4 ] {} <Debug> TCP-Session: de80f859-59bb-4812-aff0-7f9628c03211 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 125 | 2024.11.18 18:40:45.459235 [ 5 ] {} <Debug> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 126 | 2024.11.18 18:40:45.459525 [ 252 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 127 | 2024.11.18 18:40:45.459528 [ 251 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 128 | 2024.11.18 18:40:45.459557 [ 5 ] {} <Debug> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 129 | 2024.11.18 18:40:45.459593 [ 250 ] {} <Debug> TCP-Session: 10c81d60-a0f8-459e-aac6-cb2f161586e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:51773 | ||
| 130 | 2024.11.18 18:40:45.459629 [ 252 ] {} <Debug> TCP-Session: 018f867a-1726-4286-96bb-fc6f9d70d7ca Authenticating user 'default' from [fd00:1122:3344:101::d]:46784 | ||
| 131 | 2024.11.18 18:40:45.459635 [ 251 ] {} <Debug> TCP-Session: cc1587fe-9df8-4161-8560-4b4e4d41a03d Authenticating user 'default' from [fd00:1122:3344:101::d]:42610 | ||
| 132 | 2024.11.18 18:40:45.459706 [ 250 ] {} <Debug> TCP-Session: 10c81d60-a0f8-459e-aac6-cb2f161586e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 133 | 2024.11.18 18:40:45.459726 [ 251 ] {} <Debug> TCP-Session: cc1587fe-9df8-4161-8560-4b4e4d41a03d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 134 | 2024.11.18 18:40:45.459731 [ 252 ] {} <Debug> TCP-Session: 018f867a-1726-4286-96bb-fc6f9d70d7ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 135 | 2024.11.18 18:40:45.459767 [ 250 ] {} <Debug> TCP-Session: 10c81d60-a0f8-459e-aac6-cb2f161586e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 136 | 2024.11.18 18:40:45.459781 [ 251 ] {} <Debug> TCP-Session: cc1587fe-9df8-4161-8560-4b4e4d41a03d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 137 | 2024.11.18 18:40:45.459799 [ 252 ] {} <Debug> TCP-Session: 018f867a-1726-4286-96bb-fc6f9d70d7ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 138 | 2024.11.18 18:40:45.460109 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:59367 | ||
| 139 | 2024.11.18 18:40:45.460315 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 140 | 2024.11.18 18:40:45.460352 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:52222 | ||
| 141 | 2024.11.18 18:40:45.460363 [ 253 ] {} <Debug> TCP-Session: 02aa5786-fc43-4308-ab5a-9274b80208d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:59367 | ||
| 142 | 2024.11.18 18:40:45.460408 [ 253 ] {} <Debug> TCP-Session: 02aa5786-fc43-4308-ab5a-9274b80208d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 143 | 2024.11.18 18:40:45.461055 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 144 | 2024.11.18 18:40:45.461052 [ 253 ] {} <Debug> TCP-Session: 02aa5786-fc43-4308-ab5a-9274b80208d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 145 | 2024.11.18 18:40:45.461071 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:54633 | ||
| 146 | 2024.11.18 18:40:45.461101 [ 254 ] {} <Debug> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Authenticating user 'default' from [fd00:1122:3344:101::d]:52222 | ||
| 147 | 2024.11.18 18:40:45.461180 [ 254 ] {} <Debug> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 148 | 2024.11.18 18:40:45.461199 [ 254 ] {} <Debug> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 149 | 2024.11.18 18:40:45.461317 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 150 | 2024.11.18 18:40:45.461361 [ 255 ] {} <Debug> TCP-Session: f9ccf6db-4fa0-4769-a37c-656f138f6c9c Authenticating user 'default' from [fd00:1122:3344:101::d]:54633 | ||
| 151 | 2024.11.18 18:40:45.461388 [ 255 ] {} <Debug> TCP-Session: f9ccf6db-4fa0-4769-a37c-656f138f6c9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 152 | 2024.11.18 18:40:45.461416 [ 255 ] {} <Debug> TCP-Session: f9ccf6db-4fa0-4769-a37c-656f138f6c9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 153 | 2024.11.18 18:40:45.462014 [ 3 ] {} <Trace> TCP-Session: e0ce5c5e-4e65-44e9-9647-897c8225c771 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 154 | 2024.11.18 18:40:45.465163 [ 3 ] {61d53256-253d-4209-ae3c-2785d539551c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35940) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 155 | 2024.11.18 18:40:45.611698 [ 3 ] {61d53256-253d-4209-ae3c-2785d539551c} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:35940) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 156 | |||
| 157 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 158 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 159 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 160 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 161 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 162 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 163 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 164 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 165 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 166 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 167 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 168 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 169 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 170 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 171 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 172 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 173 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 174 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 175 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 176 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 177 | 20. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1 | ||
| 178 | |||
| 179 | 2024.11.18 18:40:45.613002 [ 3 ] {61d53256-253d-4209-ae3c-2785d539551c} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 180 | |||
| 181 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 182 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 183 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 184 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 185 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 186 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 187 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 188 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 189 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 190 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 191 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 192 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 193 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 194 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 195 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 196 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 197 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 198 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 199 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 200 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 201 | 20. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1 | ||
| 202 | |||
| 203 | 2024.11.18 18:40:45.613118 [ 3 ] {61d53256-253d-4209-ae3c-2785d539551c} <Debug> TCPHandler: Processed in 0.153459965 sec. | ||
| 204 | 2024.11.18 18:40:45.613571 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 205 | 2024.11.18 18:40:45.613874 [ 5 ] {01c5b9a0-7aeb-4d28-afd7-b606b2533ea2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 206 | 2024.11.18 18:40:45.614304 [ 5 ] {01c5b9a0-7aeb-4d28-afd7-b606b2533ea2} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:34573) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 207 | |||
| 208 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 209 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 210 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 211 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 212 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 213 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 214 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 215 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 216 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 217 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 218 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 219 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 220 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 221 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 222 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 223 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 224 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 225 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 226 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 227 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 228 | 20. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1 | ||
| 229 | |||
| 230 | 2024.11.18 18:40:45.614458 [ 5 ] {01c5b9a0-7aeb-4d28-afd7-b606b2533ea2} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 231 | |||
| 232 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 233 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 234 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 235 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 236 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 237 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 238 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 239 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 240 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 241 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 242 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 243 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 244 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 245 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 246 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 247 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 248 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 249 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 250 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 251 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 252 | 20. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1 | ||
| 253 | |||
| 254 | 2024.11.18 18:40:45.614567 [ 5 ] {01c5b9a0-7aeb-4d28-afd7-b606b2533ea2} <Debug> TCPHandler: Processed in 0.001185543 sec. | ||
| 255 | 2024.11.18 18:40:45.614900 [ 3 ] {} <Trace> TCP-Session: e0ce5c5e-4e65-44e9-9647-897c8225c771 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 256 | 2024.11.18 18:40:45.616257 [ 3 ] {1ba3bce3-28aa-4552-ae10-459a65639c43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35940) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
| 257 | 2024.11.18 18:40:45.616973 [ 3 ] {1ba3bce3-28aa-4552-ae10-459a65639c43} <Debug> TCPHandler: Processed in 0.002194993 sec. | ||
| 258 | 2024.11.18 18:40:45.617206 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 259 | 2024.11.18 18:40:45.617341 [ 5 ] {91a5dfb2-94db-43ea-aa0b-797205249a87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 260 | 2024.11.18 18:40:45.617471 [ 5 ] {91a5dfb2-94db-43ea-aa0b-797205249a87} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 261 | 2024.11.18 18:40:45.623831 [ 5 ] {91a5dfb2-94db-43ea-aa0b-797205249a87} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 262 | 2024.11.18 18:40:45.623862 [ 5 ] {91a5dfb2-94db-43ea-aa0b-797205249a87} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 7.3121e-05 sec | ||
| 263 | 2024.11.18 18:40:45.623890 [ 5 ] {91a5dfb2-94db-43ea-aa0b-797205249a87} <Trace> ReferentialDeps: No tables | ||
| 264 | 2024.11.18 18:40:45.623910 [ 5 ] {91a5dfb2-94db-43ea-aa0b-797205249a87} <Trace> LoadingDeps: No tables | ||
| 265 | 2024.11.18 18:40:45.623939 [ 5 ] {91a5dfb2-94db-43ea-aa0b-797205249a87} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 266 | 2024.11.18 18:40:45.624010 [ 5 ] {91a5dfb2-94db-43ea-aa0b-797205249a87} <Debug> TCPHandler: Processed in 0.006864745 sec. | ||
| 267 | 2024.11.18 18:40:45.624236 [ 3 ] {} <Trace> TCP-Session: e0ce5c5e-4e65-44e9-9647-897c8225c771 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 268 | 2024.11.18 18:40:45.624485 [ 3 ] {3290e039-9ee4-4d9a-ad98-f3fc74fe92dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35940) /* The version table contains metadata about the `oximeter` database */ | ||
| 269 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
| 270 | 2024.11.18 18:40:45.624566 [ 3 ] {3290e039-9ee4-4d9a-ad98-f3fc74fe92dd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 271 | 2024.11.18 18:40:45.632558 [ 3 ] {3290e039-9ee4-4d9a-ad98-f3fc74fe92dd} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 272 | 2024.11.18 18:40:45.635948 [ 3 ] {3290e039-9ee4-4d9a-ad98-f3fc74fe92dd} <Debug> oximeter.version (fa61fede-99ea-4bac-95c7-43d4e9bd483e): Loading data parts | ||
| 273 | 2024.11.18 18:40:45.636502 [ 3 ] {3290e039-9ee4-4d9a-ad98-f3fc74fe92dd} <Debug> oximeter.version (fa61fede-99ea-4bac-95c7-43d4e9bd483e): There are no data parts | ||
| 274 | 2024.11.18 18:40:45.641931 [ 3 ] {3290e039-9ee4-4d9a-ad98-f3fc74fe92dd} <Debug> TCPHandler: Processed in 0.017767908 sec. | ||
| 275 | 2024.11.18 18:40:45.642194 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 276 | 2024.11.18 18:40:45.642460 [ 5 ] {8005d95f-66cf-44ef-ae1e-5e3e31d6f0bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) /* The measurement tables contain all individual samples from each timeseries. | ||
| 277 | * | ||
| 278 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
| 279 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
| 280 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
| 281 | * by all samples from the same timeseries. | ||
| 282 | * | ||
| 283 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
| 284 | * and then uses that to index quickly into the measurements tables. | ||
| 285 | */ | ||
| 286 | 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) | ||
| 287 | 2024.11.18 18:40:45.642555 [ 5 ] {8005d95f-66cf-44ef-ae1e-5e3e31d6f0bb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 288 | 2024.11.18 18:40:45.653224 [ 5 ] {8005d95f-66cf-44ef-ae1e-5e3e31d6f0bb} <Debug> oximeter.measurements_bool (59fe736a-aeb6-4d88-9694-5589842d5df9): Loading data parts | ||
| 289 | 2024.11.18 18:40:45.653443 [ 5 ] {8005d95f-66cf-44ef-ae1e-5e3e31d6f0bb} <Debug> oximeter.measurements_bool (59fe736a-aeb6-4d88-9694-5589842d5df9): There are no data parts | ||
| 290 | 2024.11.18 18:40:45.658472 [ 5 ] {8005d95f-66cf-44ef-ae1e-5e3e31d6f0bb} <Debug> TCPHandler: Processed in 0.016365651 sec. | ||
| 291 | 2024.11.18 18:40:45.658804 [ 3 ] {} <Trace> TCP-Session: e0ce5c5e-4e65-44e9-9647-897c8225c771 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 292 | 2024.11.18 18:40:45.659099 [ 3 ] {2649959a-09e1-41af-bbd1-60aa2a283030} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35940) 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) | ||
| 293 | 2024.11.18 18:40:45.659185 [ 3 ] {2649959a-09e1-41af-bbd1-60aa2a283030} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 294 | 2024.11.18 18:40:45.661414 [ 3 ] {2649959a-09e1-41af-bbd1-60aa2a283030} <Debug> oximeter.measurements_i8 (142c30d8-505f-4d49-86ed-4d075aeca8d2): Loading data parts | ||
| 295 | 2024.11.18 18:40:45.661701 [ 3 ] {2649959a-09e1-41af-bbd1-60aa2a283030} <Debug> oximeter.measurements_i8 (142c30d8-505f-4d49-86ed-4d075aeca8d2): There are no data parts | ||
| 296 | 2024.11.18 18:40:45.663891 [ 3 ] {2649959a-09e1-41af-bbd1-60aa2a283030} <Debug> TCPHandler: Processed in 0.005208392 sec. | ||
| 297 | 2024.11.18 18:40:45.664166 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 298 | 2024.11.18 18:40:45.664476 [ 5 ] {67da4939-aa66-4775-b9e2-36cdfa3e7fc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) 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) | ||
| 299 | 2024.11.18 18:40:45.664576 [ 5 ] {67da4939-aa66-4775-b9e2-36cdfa3e7fc8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 300 | 2024.11.18 18:40:45.668101 [ 5 ] {67da4939-aa66-4775-b9e2-36cdfa3e7fc8} <Debug> oximeter.measurements_u8 (f7058ea4-28a9-4c86-bbf0-b6823118bda2): Loading data parts | ||
| 301 | 2024.11.18 18:40:45.668290 [ 5 ] {67da4939-aa66-4775-b9e2-36cdfa3e7fc8} <Debug> oximeter.measurements_u8 (f7058ea4-28a9-4c86-bbf0-b6823118bda2): There are no data parts | ||
| 302 | 2024.11.18 18:40:45.672332 [ 5 ] {67da4939-aa66-4775-b9e2-36cdfa3e7fc8} <Debug> TCPHandler: Processed in 0.008275132 sec. | ||
| 303 | 2024.11.18 18:40:45.672674 [ 3 ] {} <Trace> TCP-Session: e0ce5c5e-4e65-44e9-9647-897c8225c771 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 304 | 2024.11.18 18:40:45.673030 [ 3 ] {ac314ca3-a206-42d4-a29f-670e5735bdb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35940) 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) | ||
| 305 | 2024.11.18 18:40:45.673127 [ 3 ] {ac314ca3-a206-42d4-a29f-670e5735bdb1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 306 | 2024.11.18 18:40:45.681493 [ 3 ] {ac314ca3-a206-42d4-a29f-670e5735bdb1} <Debug> oximeter.measurements_i16 (cace254d-229a-4539-81fd-c10299007eb6): Loading data parts | ||
| 307 | 2024.11.18 18:40:45.681723 [ 3 ] {ac314ca3-a206-42d4-a29f-670e5735bdb1} <Debug> oximeter.measurements_i16 (cace254d-229a-4539-81fd-c10299007eb6): There are no data parts | ||
| 308 | 2024.11.18 18:40:45.687240 [ 3 ] {ac314ca3-a206-42d4-a29f-670e5735bdb1} <Debug> TCPHandler: Processed in 0.014709458 sec. | ||
| 309 | 2024.11.18 18:40:45.687515 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 310 | 2024.11.18 18:40:45.687759 [ 5 ] {f2c89ae9-e78b-4e8d-9a68-bdfe5b381ddd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) 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) | ||
| 311 | 2024.11.18 18:40:45.687874 [ 5 ] {f2c89ae9-e78b-4e8d-9a68-bdfe5b381ddd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 312 | 2024.11.18 18:40:45.691530 [ 5 ] {f2c89ae9-e78b-4e8d-9a68-bdfe5b381ddd} <Debug> oximeter.measurements_u16 (29a93e99-b5b2-466e-8ed4-d51193641d85): Loading data parts | ||
| 313 | 2024.11.18 18:40:45.691776 [ 5 ] {f2c89ae9-e78b-4e8d-9a68-bdfe5b381ddd} <Debug> oximeter.measurements_u16 (29a93e99-b5b2-466e-8ed4-d51193641d85): There are no data parts | ||
| 314 | 2024.11.18 18:40:45.697372 [ 5 ] {f2c89ae9-e78b-4e8d-9a68-bdfe5b381ddd} <Debug> TCPHandler: Processed in 0.009958285 sec. | ||
| 315 | 2024.11.18 18:40:45.697676 [ 3 ] {} <Trace> TCP-Session: e0ce5c5e-4e65-44e9-9647-897c8225c771 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 316 | 2024.11.18 18:40:45.697974 [ 3 ] {7e44b094-4ad9-4e18-bb32-6a86163cda99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35940) 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) | ||
| 317 | 2024.11.18 18:40:45.698059 [ 3 ] {7e44b094-4ad9-4e18-bb32-6a86163cda99} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 318 | 2024.11.18 18:40:45.704299 [ 3 ] {7e44b094-4ad9-4e18-bb32-6a86163cda99} <Debug> oximeter.measurements_i32 (b9559f97-5938-44fd-8993-49c1aab0c9c4): Loading data parts | ||
| 319 | 2024.11.18 18:40:45.704487 [ 3 ] {7e44b094-4ad9-4e18-bb32-6a86163cda99} <Debug> oximeter.measurements_i32 (b9559f97-5938-44fd-8993-49c1aab0c9c4): There are no data parts | ||
| 320 | 2024.11.18 18:40:45.708840 [ 3 ] {7e44b094-4ad9-4e18-bb32-6a86163cda99} <Debug> TCPHandler: Processed in 0.011276831 sec. | ||
| 321 | 2024.11.18 18:40:45.709085 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 322 | 2024.11.18 18:40:45.709323 [ 5 ] {4b8efa81-3a0d-49c5-bd09-71a693fb99ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) 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) | ||
| 323 | 2024.11.18 18:40:45.709404 [ 5 ] {4b8efa81-3a0d-49c5-bd09-71a693fb99ca} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 324 | 2024.11.18 18:40:45.717042 [ 5 ] {4b8efa81-3a0d-49c5-bd09-71a693fb99ca} <Debug> oximeter.measurements_u32 (6e550bf2-ff23-4a3e-bc2f-9c1f6cf9b307): Loading data parts | ||
| 325 | 2024.11.18 18:40:45.717263 [ 5 ] {4b8efa81-3a0d-49c5-bd09-71a693fb99ca} <Debug> oximeter.measurements_u32 (6e550bf2-ff23-4a3e-bc2f-9c1f6cf9b307): There are no data parts | ||
| 326 | 2024.11.18 18:40:45.725784 [ 5 ] {4b8efa81-3a0d-49c5-bd09-71a693fb99ca} <Debug> TCPHandler: Processed in 0.016777329 sec. | ||
| 327 | 2024.11.18 18:40:45.726031 [ 3 ] {} <Trace> TCP-Session: e0ce5c5e-4e65-44e9-9647-897c8225c771 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 328 | 2024.11.18 18:40:45.726345 [ 3 ] {99a13143-50d5-4539-b6d7-71c56bb07115} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35940) 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) | ||
| 329 | 2024.11.18 18:40:45.726429 [ 3 ] {99a13143-50d5-4539-b6d7-71c56bb07115} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 330 | 2024.11.18 18:40:45.730929 [ 3 ] {99a13143-50d5-4539-b6d7-71c56bb07115} <Debug> oximeter.measurements_i64 (8e043ba4-f924-4d27-8310-b4affd1cd99b): Loading data parts | ||
| 331 | 2024.11.18 18:40:45.731117 [ 3 ] {99a13143-50d5-4539-b6d7-71c56bb07115} <Debug> oximeter.measurements_i64 (8e043ba4-f924-4d27-8310-b4affd1cd99b): There are no data parts | ||
| 332 | 2024.11.18 18:40:45.736667 [ 3 ] {99a13143-50d5-4539-b6d7-71c56bb07115} <Debug> TCPHandler: Processed in 0.01071796 sec. | ||
| 333 | 2024.11.18 18:40:45.736924 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 334 | 2024.11.18 18:40:45.737155 [ 5 ] {f453b70e-486a-4693-b8a8-72eaf637a300} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) 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) | ||
| 335 | 2024.11.18 18:40:45.737231 [ 5 ] {f453b70e-486a-4693-b8a8-72eaf637a300} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 336 | 2024.11.18 18:40:45.743375 [ 5 ] {f453b70e-486a-4693-b8a8-72eaf637a300} <Debug> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Loading data parts | ||
| 337 | 2024.11.18 18:40:45.743619 [ 5 ] {f453b70e-486a-4693-b8a8-72eaf637a300} <Debug> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): There are no data parts | ||
| 338 | 2024.11.18 18:40:45.751850 [ 5 ] {f453b70e-486a-4693-b8a8-72eaf637a300} <Debug> TCPHandler: Processed in 0.014997734 sec. | ||
| 339 | 2024.11.18 18:40:45.752091 [ 3 ] {} <Trace> TCP-Session: e0ce5c5e-4e65-44e9-9647-897c8225c771 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 340 | 2024.11.18 18:40:45.752406 [ 3 ] {f9e9934d-e77a-4eb5-97a6-37b0b3b7ee52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35940) 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) | ||
| 341 | 2024.11.18 18:40:45.752480 [ 3 ] {f9e9934d-e77a-4eb5-97a6-37b0b3b7ee52} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 342 | 2024.11.18 18:40:45.757146 [ 3 ] {f9e9934d-e77a-4eb5-97a6-37b0b3b7ee52} <Debug> oximeter.measurements_f32 (dcf6e7f3-cac6-4ceb-8535-7e52a1835cf4): Loading data parts | ||
| 343 | 2024.11.18 18:40:45.757345 [ 3 ] {f9e9934d-e77a-4eb5-97a6-37b0b3b7ee52} <Debug> oximeter.measurements_f32 (dcf6e7f3-cac6-4ceb-8535-7e52a1835cf4): There are no data parts | ||
| 344 | 2024.11.18 18:40:45.763715 [ 3 ] {f9e9934d-e77a-4eb5-97a6-37b0b3b7ee52} <Debug> TCPHandler: Processed in 0.011707839 sec. | ||
| 345 | 2024.11.18 18:40:45.763964 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 346 | 2024.11.18 18:40:45.764198 [ 5 ] {83da0871-7ba4-4ce6-b029-ee91a0a8cc8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) 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) | ||
| 347 | 2024.11.18 18:40:45.764278 [ 5 ] {83da0871-7ba4-4ce6-b029-ee91a0a8cc8a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 348 | 2024.11.18 18:40:45.766394 [ 5 ] {83da0871-7ba4-4ce6-b029-ee91a0a8cc8a} <Debug> oximeter.measurements_f64 (d052af3d-076d-4497-9d38-4aa388f95b75): Loading data parts | ||
| 349 | 2024.11.18 18:40:45.766592 [ 5 ] {83da0871-7ba4-4ce6-b029-ee91a0a8cc8a} <Debug> oximeter.measurements_f64 (d052af3d-076d-4497-9d38-4aa388f95b75): There are no data parts | ||
| 350 | 2024.11.18 18:40:45.770171 [ 5 ] {83da0871-7ba4-4ce6-b029-ee91a0a8cc8a} <Debug> TCPHandler: Processed in 0.006268903 sec. | ||
| 351 | 2024.11.18 18:40:45.770457 [ 3 ] {} <Trace> TCP-Session: e0ce5c5e-4e65-44e9-9647-897c8225c771 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 352 | 2024.11.18 18:40:45.770704 [ 3 ] {80bf21ed-2600-47c5-8ef8-31d2318b06fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35940) 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) | ||
| 353 | 2024.11.18 18:40:45.770758 [ 3 ] {80bf21ed-2600-47c5-8ef8-31d2318b06fe} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 354 | 2024.11.18 18:40:45.775605 [ 3 ] {80bf21ed-2600-47c5-8ef8-31d2318b06fe} <Debug> oximeter.measurements_string (16f5326b-6681-4a4e-8a2e-914c3365cc4b): Loading data parts | ||
| 355 | 2024.11.18 18:40:45.775804 [ 3 ] {80bf21ed-2600-47c5-8ef8-31d2318b06fe} <Debug> oximeter.measurements_string (16f5326b-6681-4a4e-8a2e-914c3365cc4b): There are no data parts | ||
| 356 | 2024.11.18 18:40:45.777251 [ 3 ] {80bf21ed-2600-47c5-8ef8-31d2318b06fe} <Debug> TCPHandler: Processed in 0.006857754 sec. | ||
| 357 | 2024.11.18 18:40:45.777509 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 358 | 2024.11.18 18:40:45.777742 [ 5 ] {575ed2bc-2b47-450a-9800-43c1ac26095b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
| 359 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
| 360 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
| 361 | * a string isn't palatable for a few reasons. | ||
| 362 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
| 363 | * details. | ||
| 364 | */ | ||
| 365 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 366 | 2024.11.18 18:40:45.777825 [ 5 ] {575ed2bc-2b47-450a-9800-43c1ac26095b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 367 | 2024.11.18 18:40:45.781139 [ 5 ] {575ed2bc-2b47-450a-9800-43c1ac26095b} <Debug> oximeter.measurements_bytes (1d042ff6-87ed-40ac-a392-751beb7aeebd): Loading data parts | ||
| 368 | 2024.11.18 18:40:45.781321 [ 5 ] {575ed2bc-2b47-450a-9800-43c1ac26095b} <Debug> oximeter.measurements_bytes (1d042ff6-87ed-40ac-a392-751beb7aeebd): There are no data parts | ||
| 369 | 2024.11.18 18:40:45.783282 [ 5 ] {575ed2bc-2b47-450a-9800-43c1ac26095b} <Debug> TCPHandler: Processed in 0.005840595 sec. | ||
| 370 | 2024.11.18 18:40:45.783505 [ 3 ] {} <Trace> TCP-Session: e0ce5c5e-4e65-44e9-9647-897c8225c771 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 371 | 2024.11.18 18:40:45.783735 [ 3 ] {a111450d-025b-4e57-8033-ff458e5e3b15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35940) 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) | ||
| 372 | 2024.11.18 18:40:45.783817 [ 3 ] {a111450d-025b-4e57-8033-ff458e5e3b15} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 373 | 2024.11.18 18:40:45.787423 [ 3 ] {a111450d-025b-4e57-8033-ff458e5e3b15} <Debug> oximeter.measurements_cumulativei64 (e0ccacef-148c-4bd3-8e71-3f8022e31722): Loading data parts | ||
| 374 | 2024.11.18 18:40:45.787652 [ 3 ] {a111450d-025b-4e57-8033-ff458e5e3b15} <Debug> oximeter.measurements_cumulativei64 (e0ccacef-148c-4bd3-8e71-3f8022e31722): There are no data parts | ||
| 375 | 2024.11.18 18:40:45.789909 [ 3 ] {a111450d-025b-4e57-8033-ff458e5e3b15} <Debug> TCPHandler: Processed in 0.006462056 sec. | ||
| 376 | 2024.11.18 18:40:45.790113 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 377 | 2024.11.18 18:40:45.790360 [ 5 ] {48dbb6d2-6b18-4afe-a769-a76e7a7a5376} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) 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) | ||
| 378 | 2024.11.18 18:40:45.790425 [ 5 ] {48dbb6d2-6b18-4afe-a769-a76e7a7a5376} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 379 | 2024.11.18 18:40:45.794491 [ 5 ] {48dbb6d2-6b18-4afe-a769-a76e7a7a5376} <Debug> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Loading data parts | ||
| 380 | 2024.11.18 18:40:45.794679 [ 5 ] {48dbb6d2-6b18-4afe-a769-a76e7a7a5376} <Debug> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): There are no data parts | ||
| 381 | 2024.11.18 18:40:45.796366 [ 5 ] {48dbb6d2-6b18-4afe-a769-a76e7a7a5376} <Debug> TCPHandler: Processed in 0.006312964 sec. | ||
| 382 | 2024.11.18 18:40:45.796575 [ 3 ] {} <Trace> TCP-Session: e0ce5c5e-4e65-44e9-9647-897c8225c771 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 383 | 2024.11.18 18:40:45.796842 [ 3 ] {0f951993-eb48-4698-911a-edd5063ace6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35940) 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) | ||
| 384 | 2024.11.18 18:40:45.796934 [ 3 ] {0f951993-eb48-4698-911a-edd5063ace6f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 385 | 2024.11.18 18:40:45.799500 [ 3 ] {0f951993-eb48-4698-911a-edd5063ace6f} <Debug> oximeter.measurements_cumulativef32 (142619a9-1d5e-4549-98e5-fd3525c2670f): Loading data parts | ||
| 386 | 2024.11.18 18:40:45.799679 [ 3 ] {0f951993-eb48-4698-911a-edd5063ace6f} <Debug> oximeter.measurements_cumulativef32 (142619a9-1d5e-4549-98e5-fd3525c2670f): There are no data parts | ||
| 387 | 2024.11.18 18:40:45.801385 [ 3 ] {0f951993-eb48-4698-911a-edd5063ace6f} <Debug> TCPHandler: Processed in 0.004871246 sec. | ||
| 388 | 2024.11.18 18:40:45.801666 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 389 | 2024.11.18 18:40:45.801893 [ 5 ] {1cd48bda-c4a5-4deb-b048-ebbb4020f06b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) 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) | ||
| 390 | 2024.11.18 18:40:45.801969 [ 5 ] {1cd48bda-c4a5-4deb-b048-ebbb4020f06b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 391 | 2024.11.18 18:40:45.806242 [ 5 ] {1cd48bda-c4a5-4deb-b048-ebbb4020f06b} <Debug> oximeter.measurements_cumulativef64 (12da284f-2eb9-48e4-a8e2-b28ed34a18da): Loading data parts | ||
| 392 | 2024.11.18 18:40:45.806436 [ 5 ] {1cd48bda-c4a5-4deb-b048-ebbb4020f06b} <Debug> oximeter.measurements_cumulativef64 (12da284f-2eb9-48e4-a8e2-b28ed34a18da): There are no data parts | ||
| 393 | 2024.11.18 18:40:45.812172 [ 5 ] {1cd48bda-c4a5-4deb-b048-ebbb4020f06b} <Debug> TCPHandler: Processed in 0.010570487 sec. | ||
| 394 | 2024.11.18 18:40:45.812506 [ 3 ] {} <Trace> TCP-Session: e0ce5c5e-4e65-44e9-9647-897c8225c771 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 395 | 2024.11.18 18:40:45.812871 [ 3 ] {95d627b9-e155-475e-874a-bc0ce8133252} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35940) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
| 396 | * NOTE: Array types cannot be Nullable, see | ||
| 397 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
| 398 | * for more details. | ||
| 399 | * | ||
| 400 | * This means we need to use empty arrays to indicate a missing value. This | ||
| 401 | * is unfortunate, and at this point relies on the fact that an | ||
| 402 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
| 403 | * to figure out another way to represent missing samples here. | ||
| 404 | */ | ||
| 405 | 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) | ||
| 406 | 2024.11.18 18:40:45.812971 [ 3 ] {95d627b9-e155-475e-874a-bc0ce8133252} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 407 | 2024.11.18 18:40:45.819117 [ 3 ] {95d627b9-e155-475e-874a-bc0ce8133252} <Debug> oximeter.measurements_histogrami8 (57880671-8eb2-4ab1-990c-2223f924a668): Loading data parts | ||
| 408 | 2024.11.18 18:40:45.819307 [ 3 ] {95d627b9-e155-475e-874a-bc0ce8133252} <Debug> oximeter.measurements_histogrami8 (57880671-8eb2-4ab1-990c-2223f924a668): There are no data parts | ||
| 409 | 2024.11.18 18:40:45.826415 [ 3 ] {95d627b9-e155-475e-874a-bc0ce8133252} <Debug> TCPHandler: Processed in 0.013971474 sec. | ||
| 410 | 2024.11.18 18:40:45.826701 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 411 | 2024.11.18 18:40:45.827014 [ 5 ] {cc64ddcd-6ad8-4b04-8f07-8d3044c20fee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) 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) | ||
| 412 | 2024.11.18 18:40:45.827107 [ 5 ] {cc64ddcd-6ad8-4b04-8f07-8d3044c20fee} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 413 | 2024.11.18 18:40:45.832689 [ 5 ] {cc64ddcd-6ad8-4b04-8f07-8d3044c20fee} <Debug> oximeter.measurements_histogramu8 (4f6ac234-5b92-4c2a-a689-b5d7ac49acdb): Loading data parts | ||
| 414 | 2024.11.18 18:40:45.832862 [ 5 ] {cc64ddcd-6ad8-4b04-8f07-8d3044c20fee} <Debug> oximeter.measurements_histogramu8 (4f6ac234-5b92-4c2a-a689-b5d7ac49acdb): There are no data parts | ||
| 415 | 2024.11.18 18:40:45.836953 [ 5 ] {cc64ddcd-6ad8-4b04-8f07-8d3044c20fee} <Debug> TCPHandler: Processed in 0.010323142 sec. | ||
| 416 | 2024.11.18 18:40:45.837186 [ 3 ] {} <Trace> TCP-Session: e0ce5c5e-4e65-44e9-9647-897c8225c771 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 417 | 2024.11.18 18:40:45.837520 [ 3 ] {dc0ca7f4-e4d4-440c-b45e-bed0aed253e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35940) 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) | ||
| 418 | 2024.11.18 18:40:45.837607 [ 3 ] {dc0ca7f4-e4d4-440c-b45e-bed0aed253e3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 419 | 2024.11.18 18:40:45.845264 [ 3 ] {dc0ca7f4-e4d4-440c-b45e-bed0aed253e3} <Debug> oximeter.measurements_histogrami16 (ddc3fc42-e102-4c5e-a8c5-22a07362bbc1): Loading data parts | ||
| 420 | 2024.11.18 18:40:45.845461 [ 3 ] {dc0ca7f4-e4d4-440c-b45e-bed0aed253e3} <Debug> oximeter.measurements_histogrami16 (ddc3fc42-e102-4c5e-a8c5-22a07362bbc1): There are no data parts | ||
| 421 | 2024.11.18 18:40:45.847394 [ 3 ] {dc0ca7f4-e4d4-440c-b45e-bed0aed253e3} <Debug> TCPHandler: Processed in 0.010273661 sec. | ||
| 422 | 2024.11.18 18:40:45.847674 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 423 | 2024.11.18 18:40:45.849252 [ 5 ] {2c8d3cc2-ddff-4819-8ff9-bc9c53281210} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) 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) | ||
| 424 | 2024.11.18 18:40:45.849440 [ 5 ] {2c8d3cc2-ddff-4819-8ff9-bc9c53281210} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 425 | 2024.11.18 18:40:45.852342 [ 5 ] {2c8d3cc2-ddff-4819-8ff9-bc9c53281210} <Debug> oximeter.measurements_histogramu16 (9e7f69a9-2f4d-45ab-994b-1b7cc9e45ef8): Loading data parts | ||
| 426 | 2024.11.18 18:40:45.852528 [ 5 ] {2c8d3cc2-ddff-4819-8ff9-bc9c53281210} <Debug> oximeter.measurements_histogramu16 (9e7f69a9-2f4d-45ab-994b-1b7cc9e45ef8): There are no data parts | ||
| 427 | 2024.11.18 18:40:45.855790 [ 5 ] {2c8d3cc2-ddff-4819-8ff9-bc9c53281210} <Debug> TCPHandler: Processed in 0.00819067 sec. | ||
| 428 | 2024.11.18 18:40:45.856035 [ 3 ] {} <Trace> TCP-Session: e0ce5c5e-4e65-44e9-9647-897c8225c771 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 429 | 2024.11.18 18:40:45.856354 [ 3 ] {d707305c-1fef-45da-b798-3f46dee95172} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35940) 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) | ||
| 430 | 2024.11.18 18:40:45.856492 [ 3 ] {d707305c-1fef-45da-b798-3f46dee95172} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 431 | 2024.11.18 18:40:45.862658 [ 3 ] {d707305c-1fef-45da-b798-3f46dee95172} <Debug> oximeter.measurements_histogrami32 (acdda0d6-2bb4-4cb6-adf0-f3cbe7c46eae): Loading data parts | ||
| 432 | 2024.11.18 18:40:45.862846 [ 3 ] {d707305c-1fef-45da-b798-3f46dee95172} <Debug> oximeter.measurements_histogrami32 (acdda0d6-2bb4-4cb6-adf0-f3cbe7c46eae): There are no data parts | ||
| 433 | 2024.11.18 18:40:45.866825 [ 3 ] {d707305c-1fef-45da-b798-3f46dee95172} <Debug> TCPHandler: Processed in 0.010868832 sec. | ||
| 434 | 2024.11.18 18:40:45.867047 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 435 | 2024.11.18 18:40:45.867439 [ 5 ] {9f28485a-3786-4def-8bf1-1095cb14749b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) 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) | ||
| 436 | 2024.11.18 18:40:45.867518 [ 5 ] {9f28485a-3786-4def-8bf1-1095cb14749b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 437 | 2024.11.18 18:40:45.872316 [ 5 ] {9f28485a-3786-4def-8bf1-1095cb14749b} <Debug> oximeter.measurements_histogramu32 (ba1ccaff-c275-4c74-928f-3c15740c892d): Loading data parts | ||
| 438 | 2024.11.18 18:40:45.872495 [ 5 ] {9f28485a-3786-4def-8bf1-1095cb14749b} <Debug> oximeter.measurements_histogramu32 (ba1ccaff-c275-4c74-928f-3c15740c892d): There are no data parts | ||
| 439 | 2024.11.18 18:40:45.880975 [ 5 ] {9f28485a-3786-4def-8bf1-1095cb14749b} <Debug> TCPHandler: Processed in 0.013991324 sec. | ||
| 440 | 2024.11.18 18:40:45.881193 [ 3 ] {} <Trace> TCP-Session: e0ce5c5e-4e65-44e9-9647-897c8225c771 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 441 | 2024.11.18 18:40:45.881502 [ 3 ] {879c2b6d-1145-4c7b-9893-0ef9e4803b45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35940) 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) | ||
| 442 | 2024.11.18 18:40:45.881598 [ 3 ] {879c2b6d-1145-4c7b-9893-0ef9e4803b45} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 443 | 2024.11.18 18:40:45.886595 [ 3 ] {879c2b6d-1145-4c7b-9893-0ef9e4803b45} <Debug> oximeter.measurements_histogrami64 (248df215-3ae0-4f0f-a781-69c1f22bcf15): Loading data parts | ||
| 444 | 2024.11.18 18:40:45.886808 [ 3 ] {879c2b6d-1145-4c7b-9893-0ef9e4803b45} <Debug> oximeter.measurements_histogrami64 (248df215-3ae0-4f0f-a781-69c1f22bcf15): There are no data parts | ||
| 445 | 2024.11.18 18:40:45.890104 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:40590 | ||
| 446 | 2024.11.18 18:40:45.890669 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 447 | 2024.11.18 18:40:45.890731 [ 258 ] {} <Debug> TCP-Session: 28345a64-468c-467b-85bf-d7c71721dd2f Authenticating user 'default' from [fd00:1122:3344:101::c]:40590 | ||
| 448 | 2024.11.18 18:40:45.890754 [ 258 ] {} <Debug> TCP-Session: 28345a64-468c-467b-85bf-d7c71721dd2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 449 | 2024.11.18 18:40:45.890768 [ 258 ] {} <Debug> TCP-Session: 28345a64-468c-467b-85bf-d7c71721dd2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 450 | 2024.11.18 18:40:45.890846 [ 258 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 451 | 2024.11.18 18:40:45.890872 [ 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 | ||
| 452 | 2024.11.18 18:40:45.890903 [ 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 | ||
| 453 | 2024.11.18 18:40:45.891849 [ 3 ] {879c2b6d-1145-4c7b-9893-0ef9e4803b45} <Debug> TCPHandler: Processed in 0.010715159 sec. | ||
| 454 | 2024.11.18 18:40:45.892147 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 455 | 2024.11.18 18:40:45.892500 [ 5 ] {3364af61-39e6-49da-bd3b-52000386b391} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) 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) | ||
| 456 | 2024.11.18 18:40:45.892603 [ 5 ] {3364af61-39e6-49da-bd3b-52000386b391} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 457 | 2024.11.18 18:40:45.893975 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:42409 | ||
| 458 | 2024.11.18 18:40:45.894044 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:43682 | ||
| 459 | 2024.11.18 18:40:45.894187 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 460 | 2024.11.18 18:40:45.894204 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:48081 | ||
| 461 | 2024.11.18 18:40:45.894350 [ 259 ] {} <Debug> TCP-Session: b0db132f-01b7-41b3-8148-c2e53457e9a2 Authenticating user 'default' from [fd00:1122:3344:101::c]:42409 | ||
| 462 | 2024.11.18 18:40:45.894370 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:59663 | ||
| 463 | 2024.11.18 18:40:45.894352 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 464 | 2024.11.18 18:40:45.894504 [ 259 ] {} <Debug> TCP-Session: b0db132f-01b7-41b3-8148-c2e53457e9a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 465 | 2024.11.18 18:40:45.894517 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:46897 | ||
| 466 | 2024.11.18 18:40:45.894564 [ 260 ] {} <Debug> TCP-Session: d2cb4d89-d24e-4431-b497-c26a30ddabe5 Authenticating user 'default' from [fd00:1122:3344:101::c]:43682 | ||
| 467 | 2024.11.18 18:40:45.894605 [ 259 ] {} <Debug> TCP-Session: b0db132f-01b7-41b3-8148-c2e53457e9a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 468 | 2024.11.18 18:40:45.894616 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 469 | 2024.11.18 18:40:45.894763 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 470 | 2024.11.18 18:40:45.894732 [ 260 ] {} <Debug> TCP-Session: d2cb4d89-d24e-4431-b497-c26a30ddabe5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 471 | 2024.11.18 18:40:45.894943 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:46602 | ||
| 472 | 2024.11.18 18:40:45.894975 [ 263 ] {} <Debug> TCP-Session: a4b7f756-d1ff-4842-aa6a-db93d7ab348e Authenticating user 'default' from [fd00:1122:3344:101::c]:46897 | ||
| 473 | 2024.11.18 18:40:45.895013 [ 261 ] {} <Debug> TCP-Session: 54bfea67-1792-4176-9d60-796add3bd0a1 Authenticating user 'default' from [fd00:1122:3344:101::c]:48081 | ||
| 474 | 2024.11.18 18:40:45.895023 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 475 | 2024.11.18 18:40:45.894999 [ 260 ] {} <Debug> TCP-Session: d2cb4d89-d24e-4431-b497-c26a30ddabe5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 476 | 2024.11.18 18:40:45.895182 [ 262 ] {} <Debug> TCP-Session: 5f6c979f-3f2e-4fce-8a0b-c381a203175b Authenticating user 'default' from [fd00:1122:3344:101::c]:59663 | ||
| 477 | 2024.11.18 18:40:45.895163 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:50625 | ||
| 478 | 2024.11.18 18:40:45.895154 [ 261 ] {} <Debug> TCP-Session: 54bfea67-1792-4176-9d60-796add3bd0a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 479 | 2024.11.18 18:40:45.895270 [ 262 ] {} <Debug> TCP-Session: 5f6c979f-3f2e-4fce-8a0b-c381a203175b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 480 | 2024.11.18 18:40:45.895138 [ 263 ] {} <Debug> TCP-Session: a4b7f756-d1ff-4842-aa6a-db93d7ab348e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 481 | 2024.11.18 18:40:45.895350 [ 261 ] {} <Debug> TCP-Session: 54bfea67-1792-4176-9d60-796add3bd0a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 482 | 2024.11.18 18:40:45.895370 [ 263 ] {} <Debug> TCP-Session: a4b7f756-d1ff-4842-aa6a-db93d7ab348e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 483 | 2024.11.18 18:40:45.895451 [ 262 ] {} <Debug> TCP-Session: 5f6c979f-3f2e-4fce-8a0b-c381a203175b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 484 | 2024.11.18 18:40:45.895742 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 485 | 2024.11.18 18:40:45.895775 [ 264 ] {} <Debug> TCP-Session: a18260ac-1015-4efd-9638-0aca2c54b926 Authenticating user 'default' from [fd00:1122:3344:101::c]:46602 | ||
| 486 | 2024.11.18 18:40:45.895832 [ 264 ] {} <Debug> TCP-Session: a18260ac-1015-4efd-9638-0aca2c54b926 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 487 | 2024.11.18 18:40:45.895847 [ 264 ] {} <Debug> TCP-Session: a18260ac-1015-4efd-9638-0aca2c54b926 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 488 | 2024.11.18 18:40:45.897084 [ 5 ] {3364af61-39e6-49da-bd3b-52000386b391} <Debug> oximeter.measurements_histogramu64 (72c523e9-b30d-40f9-b06a-7c8965a18908): Loading data parts | ||
| 489 | 2024.11.18 18:40:45.897298 [ 5 ] {3364af61-39e6-49da-bd3b-52000386b391} <Debug> oximeter.measurements_histogramu64 (72c523e9-b30d-40f9-b06a-7c8965a18908): There are no data parts | ||
| 490 | 2024.11.18 18:40:45.898114 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 491 | 2024.11.18 18:40:45.898156 [ 265 ] {} <Debug> TCP-Session: 2e636a97-6e1a-4f85-b02c-73faa7e8d2cf Authenticating user 'default' from [fd00:1122:3344:101::c]:50625 | ||
| 492 | 2024.11.18 18:40:45.898239 [ 265 ] {} <Debug> TCP-Session: 2e636a97-6e1a-4f85-b02c-73faa7e8d2cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 493 | 2024.11.18 18:40:45.898254 [ 265 ] {} <Debug> TCP-Session: 2e636a97-6e1a-4f85-b02c-73faa7e8d2cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 494 | 2024.11.18 18:40:45.898825 [ 5 ] {3364af61-39e6-49da-bd3b-52000386b391} <Debug> TCPHandler: Processed in 0.006746962 sec. | ||
| 495 | 2024.11.18 18:40:45.899085 [ 3 ] {} <Trace> TCP-Session: e0ce5c5e-4e65-44e9-9647-897c8225c771 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 496 | 2024.11.18 18:40:45.899411 [ 3 ] {599a080a-6f83-442b-934e-8484d0e3a99f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35940) 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) | ||
| 497 | 2024.11.18 18:40:45.899529 [ 3 ] {599a080a-6f83-442b-934e-8484d0e3a99f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 498 | 2024.11.18 18:40:45.903628 [ 3 ] {599a080a-6f83-442b-934e-8484d0e3a99f} <Debug> oximeter.measurements_histogramf32 (dba58604-66a9-426a-b4f7-e6eb693b4c7e): Loading data parts | ||
| 499 | 2024.11.18 18:40:45.903844 [ 3 ] {599a080a-6f83-442b-934e-8484d0e3a99f} <Debug> oximeter.measurements_histogramf32 (dba58604-66a9-426a-b4f7-e6eb693b4c7e): There are no data parts | ||
| 500 | 2024.11.18 18:40:45.906026 [ 3 ] {599a080a-6f83-442b-934e-8484d0e3a99f} <Debug> TCPHandler: Processed in 0.007008507 sec. | ||
| 501 | 2024.11.18 18:40:45.906264 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 502 | 2024.11.18 18:40:45.906692 [ 5 ] {95fc281e-dfe4-424d-a241-eafe2958c58e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) 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) | ||
| 503 | 2024.11.18 18:40:45.906772 [ 5 ] {95fc281e-dfe4-424d-a241-eafe2958c58e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 504 | 2024.11.18 18:40:45.909085 [ 5 ] {95fc281e-dfe4-424d-a241-eafe2958c58e} <Debug> oximeter.measurements_histogramf64 (907cbcd0-ed88-47c8-b398-207951e80afd): Loading data parts | ||
| 505 | 2024.11.18 18:40:45.909261 [ 5 ] {95fc281e-dfe4-424d-a241-eafe2958c58e} <Debug> oximeter.measurements_histogramf64 (907cbcd0-ed88-47c8-b398-207951e80afd): There are no data parts | ||
| 506 | 2024.11.18 18:40:45.912390 [ 5 ] {95fc281e-dfe4-424d-a241-eafe2958c58e} <Debug> TCPHandler: Processed in 0.006201522 sec. | ||
| 507 | 2024.11.18 18:40:45.912654 [ 3 ] {} <Trace> TCP-Session: e0ce5c5e-4e65-44e9-9647-897c8225c771 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 508 | 2024.11.18 18:40:45.912898 [ 3 ] {32ef7a03-792b-4e0d-90df-6162aaf4a2e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35940) /* The field tables store named dimensions of each timeseries. | ||
| 509 | * | ||
| 510 | * As with the measurement tables, there is one field table for each field data | ||
| 511 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
| 512 | * this behavior **must not** be relied upon for query correctness. | ||
| 513 | * | ||
| 514 | * The index for the fields differs from the measurements, however. Rows are | ||
| 515 | * sorted by timeseries name, then field name, field value, and finally | ||
| 516 | * timeseries key. This reflects the most common pattern for looking them up: | ||
| 517 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
| 518 | * usually then used to look up measurements. | ||
| 519 | * | ||
| 520 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
| 521 | * timeseries name and then key, since it would improve lookups where one | ||
| 522 | * already has the key. Realistically though, these tables are quite small and | ||
| 523 | * so performance benefits will be low in absolute terms. | ||
| 524 | * | ||
| 525 | * TTL: We use a materialized column to expire old field table records. This | ||
| 526 | * column is generated automatically by the database whenever a new row is | ||
| 527 | * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` | ||
| 528 | * query. Since these tables are `ReplacingMergeTree`s, that means the last | ||
| 529 | * record will remain during a deduplication, which will have the last | ||
| 530 | * timestamp. ClickHouse will then expire old data for us, similar to the | ||
| 531 | * measurement tables. | ||
| 532 | */ | ||
| 533 | 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) | ||
| 534 | 2024.11.18 18:40:45.913003 [ 3 ] {32ef7a03-792b-4e0d-90df-6162aaf4a2e8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 535 | 2024.11.18 18:40:45.918170 [ 3 ] {32ef7a03-792b-4e0d-90df-6162aaf4a2e8} <Debug> oximeter.fields_bool (f532cf5b-48cf-4754-932c-339949558525): Loading data parts | ||
| 536 | 2024.11.18 18:40:45.918342 [ 3 ] {32ef7a03-792b-4e0d-90df-6162aaf4a2e8} <Debug> oximeter.fields_bool (f532cf5b-48cf-4754-932c-339949558525): There are no data parts | ||
| 537 | 2024.11.18 18:40:45.919834 [ 3 ] {32ef7a03-792b-4e0d-90df-6162aaf4a2e8} <Debug> TCPHandler: Processed in 0.007262962 sec. | ||
| 538 | 2024.11.18 18:40:45.920062 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 539 | 2024.11.18 18:40:45.920289 [ 5 ] {b27bbeeb-b852-4b2c-97cc-9543fb4a24d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) 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) | ||
| 540 | 2024.11.18 18:40:45.920385 [ 5 ] {b27bbeeb-b852-4b2c-97cc-9543fb4a24d0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 541 | 2024.11.18 18:40:45.925491 [ 5 ] {b27bbeeb-b852-4b2c-97cc-9543fb4a24d0} <Debug> oximeter.fields_i8 (1b8542a2-ca7b-4c81-b16d-5cb254b96069): Loading data parts | ||
| 542 | 2024.11.18 18:40:45.925670 [ 5 ] {b27bbeeb-b852-4b2c-97cc-9543fb4a24d0} <Debug> oximeter.fields_i8 (1b8542a2-ca7b-4c81-b16d-5cb254b96069): There are no data parts | ||
| 543 | 2024.11.18 18:40:45.927903 [ 5 ] {b27bbeeb-b852-4b2c-97cc-9543fb4a24d0} <Debug> TCPHandler: Processed in 0.007901774 sec. | ||
| 544 | 2024.11.18 18:40:45.928146 [ 3 ] {} <Trace> TCP-Session: e0ce5c5e-4e65-44e9-9647-897c8225c771 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 545 | 2024.11.18 18:40:45.928424 [ 3 ] {34aafef3-8452-464a-82c3-a269d3459e52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35940) 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) | ||
| 546 | 2024.11.18 18:40:45.928514 [ 3 ] {34aafef3-8452-464a-82c3-a269d3459e52} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 547 | 2024.11.18 18:40:45.932791 [ 3 ] {34aafef3-8452-464a-82c3-a269d3459e52} <Debug> oximeter.fields_u8 (356b4e61-1c07-430a-980d-4f9a89d03858): Loading data parts | ||
| 548 | 2024.11.18 18:40:45.932991 [ 3 ] {34aafef3-8452-464a-82c3-a269d3459e52} <Debug> oximeter.fields_u8 (356b4e61-1c07-430a-980d-4f9a89d03858): There are no data parts | ||
| 549 | 2024.11.18 18:40:45.935245 [ 3 ] {34aafef3-8452-464a-82c3-a269d3459e52} <Debug> TCPHandler: Processed in 0.007184611 sec. | ||
| 550 | 2024.11.18 18:40:45.935468 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 551 | 2024.11.18 18:40:45.935701 [ 5 ] {3165c554-97e4-4c77-af5c-4d7ae47d8a37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) 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) | ||
| 552 | 2024.11.18 18:40:45.935794 [ 5 ] {3165c554-97e4-4c77-af5c-4d7ae47d8a37} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 553 | 2024.11.18 18:40:45.942077 [ 5 ] {3165c554-97e4-4c77-af5c-4d7ae47d8a37} <Debug> oximeter.fields_i16 (d269e674-0362-4b8e-97b0-6474794c47df): Loading data parts | ||
| 554 | 2024.11.18 18:40:45.942264 [ 5 ] {3165c554-97e4-4c77-af5c-4d7ae47d8a37} <Debug> oximeter.fields_i16 (d269e674-0362-4b8e-97b0-6474794c47df): There are no data parts | ||
| 555 | 2024.11.18 18:40:45.946220 [ 5 ] {3165c554-97e4-4c77-af5c-4d7ae47d8a37} <Debug> TCPHandler: Processed in 0.010822352 sec. | ||
| 556 | 2024.11.18 18:40:45.946463 [ 3 ] {} <Trace> TCP-Session: e0ce5c5e-4e65-44e9-9647-897c8225c771 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 557 | 2024.11.18 18:40:45.946781 [ 3 ] {f55b4d79-9149-43ac-b35f-2909a38ac213} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35940) 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) | ||
| 558 | 2024.11.18 18:40:45.946857 [ 3 ] {f55b4d79-9149-43ac-b35f-2909a38ac213} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 559 | 2024.11.18 18:40:45.951007 [ 3 ] {f55b4d79-9149-43ac-b35f-2909a38ac213} <Debug> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e): Loading data parts | ||
| 560 | 2024.11.18 18:40:45.951209 [ 3 ] {f55b4d79-9149-43ac-b35f-2909a38ac213} <Debug> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e): There are no data parts | ||
| 561 | 2024.11.18 18:40:45.953142 [ 3 ] {f55b4d79-9149-43ac-b35f-2909a38ac213} <Debug> TCPHandler: Processed in 0.006757662 sec. | ||
| 562 | 2024.11.18 18:40:45.953361 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 563 | 2024.11.18 18:40:45.953589 [ 5 ] {996244bd-43d3-492d-878e-2daa164b975f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) 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) | ||
| 564 | 2024.11.18 18:40:45.953690 [ 5 ] {996244bd-43d3-492d-878e-2daa164b975f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 565 | 2024.11.18 18:40:45.956744 [ 5 ] {996244bd-43d3-492d-878e-2daa164b975f} <Debug> oximeter.fields_i32 (4f92814e-a184-4232-871e-6d042b83305e): Loading data parts | ||
| 566 | 2024.11.18 18:40:45.956932 [ 5 ] {996244bd-43d3-492d-878e-2daa164b975f} <Debug> oximeter.fields_i32 (4f92814e-a184-4232-871e-6d042b83305e): There are no data parts | ||
| 567 | 2024.11.18 18:40:45.958883 [ 5 ] {996244bd-43d3-492d-878e-2daa164b975f} <Debug> TCPHandler: Processed in 0.0055864 sec. | ||
| 568 | 2024.11.18 18:40:45.959098 [ 3 ] {} <Trace> TCP-Session: e0ce5c5e-4e65-44e9-9647-897c8225c771 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 569 | 2024.11.18 18:40:45.959348 [ 3 ] {6394d34b-3720-4cf6-b87c-a1f12e5360ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35940) 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) | ||
| 570 | 2024.11.18 18:40:45.959411 [ 3 ] {6394d34b-3720-4cf6-b87c-a1f12e5360ff} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 571 | 2024.11.18 18:40:45.963104 [ 3 ] {6394d34b-3720-4cf6-b87c-a1f12e5360ff} <Debug> oximeter.fields_u32 (83ac11ca-fabd-4357-b8e5-0d6d82c87995): Loading data parts | ||
| 572 | 2024.11.18 18:40:45.963282 [ 3 ] {6394d34b-3720-4cf6-b87c-a1f12e5360ff} <Debug> oximeter.fields_u32 (83ac11ca-fabd-4357-b8e5-0d6d82c87995): There are no data parts | ||
| 573 | 2024.11.18 18:40:45.965794 [ 3 ] {6394d34b-3720-4cf6-b87c-a1f12e5360ff} <Debug> TCPHandler: Processed in 0.006755022 sec. | ||
| 574 | 2024.11.18 18:40:45.966010 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 575 | 2024.11.18 18:40:45.966249 [ 5 ] {7dc9826f-431c-4769-a4da-963459e8c73f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) 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) | ||
| 576 | 2024.11.18 18:40:45.966336 [ 5 ] {7dc9826f-431c-4769-a4da-963459e8c73f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 577 | 2024.11.18 18:40:45.969970 [ 5 ] {7dc9826f-431c-4769-a4da-963459e8c73f} <Debug> oximeter.fields_i64 (d15a7441-4961-4d7b-83b3-f7338cc4eefb): Loading data parts | ||
| 578 | 2024.11.18 18:40:45.970202 [ 5 ] {7dc9826f-431c-4769-a4da-963459e8c73f} <Debug> oximeter.fields_i64 (d15a7441-4961-4d7b-83b3-f7338cc4eefb): There are no data parts | ||
| 579 | 2024.11.18 18:40:45.972340 [ 5 ] {7dc9826f-431c-4769-a4da-963459e8c73f} <Debug> TCPHandler: Processed in 0.006394105 sec. | ||
| 580 | 2024.11.18 18:40:45.972544 [ 3 ] {} <Trace> TCP-Session: e0ce5c5e-4e65-44e9-9647-897c8225c771 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 581 | 2024.11.18 18:40:45.972791 [ 3 ] {86ecd568-4bda-4b26-969a-bfe9ca832b76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35940) 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) | ||
| 582 | 2024.11.18 18:40:45.972860 [ 3 ] {86ecd568-4bda-4b26-969a-bfe9ca832b76} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 583 | 2024.11.18 18:40:45.976253 [ 3 ] {86ecd568-4bda-4b26-969a-bfe9ca832b76} <Debug> oximeter.fields_u64 (e579183b-47dd-4a20-a308-98af94c5ca6b): Loading data parts | ||
| 584 | 2024.11.18 18:40:45.976519 [ 3 ] {86ecd568-4bda-4b26-969a-bfe9ca832b76} <Debug> oximeter.fields_u64 (e579183b-47dd-4a20-a308-98af94c5ca6b): There are no data parts | ||
| 585 | 2024.11.18 18:40:45.981577 [ 3 ] {86ecd568-4bda-4b26-969a-bfe9ca832b76} <Debug> TCPHandler: Processed in 0.009090448 sec. | ||
| 586 | 2024.11.18 18:40:45.981790 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 587 | 2024.11.18 18:40:45.982014 [ 5 ] {851221d7-79fb-4251-9d21-cd666edfba7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) 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) | ||
| 588 | 2024.11.18 18:40:45.982102 [ 5 ] {851221d7-79fb-4251-9d21-cd666edfba7b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 589 | 2024.11.18 18:40:45.986505 [ 5 ] {851221d7-79fb-4251-9d21-cd666edfba7b} <Debug> oximeter.fields_ipaddr (4ab47f75-0e62-4181-b939-eac36af8f626): Loading data parts | ||
| 590 | 2024.11.18 18:40:45.986743 [ 5 ] {851221d7-79fb-4251-9d21-cd666edfba7b} <Debug> oximeter.fields_ipaddr (4ab47f75-0e62-4181-b939-eac36af8f626): There are no data parts | ||
| 591 | 2024.11.18 18:40:45.991184 [ 5 ] {851221d7-79fb-4251-9d21-cd666edfba7b} <Debug> TCPHandler: Processed in 0.009461945 sec. | ||
| 592 | 2024.11.18 18:40:45.991425 [ 3 ] {} <Trace> TCP-Session: e0ce5c5e-4e65-44e9-9647-897c8225c771 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 593 | 2024.11.18 18:40:45.991669 [ 3 ] {e3b0ecf4-fb85-4b8b-b646-c990f0ec461f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35940) 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) | ||
| 594 | 2024.11.18 18:40:45.991752 [ 3 ] {e3b0ecf4-fb85-4b8b-b646-c990f0ec461f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 595 | 2024.11.18 18:40:45.996028 [ 3 ] {e3b0ecf4-fb85-4b8b-b646-c990f0ec461f} <Debug> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Loading data parts | ||
| 596 | 2024.11.18 18:40:45.996228 [ 3 ] {e3b0ecf4-fb85-4b8b-b646-c990f0ec461f} <Debug> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): There are no data parts | ||
| 597 | 2024.11.18 18:40:46.000165 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 124.50 MiB, peak 124.50 MiB, free memory in arenas 0.00 B, will set to 134.80 MiB (RSS), difference: 10.30 MiB | ||
| 598 | 2024.11.18 18:40:46.001015 [ 3 ] {e3b0ecf4-fb85-4b8b-b646-c990f0ec461f} <Debug> TCPHandler: Processed in 0.009652719 sec. | ||
| 599 | 2024.11.18 18:40:46.001242 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 600 | 2024.11.18 18:40:46.001578 [ 5 ] {edc33d3b-481e-4374-b6fd-6eca03136fad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) 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) | ||
| 601 | 2024.11.18 18:40:46.001671 [ 5 ] {edc33d3b-481e-4374-b6fd-6eca03136fad} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 602 | 2024.11.18 18:40:46.006806 [ 5 ] {edc33d3b-481e-4374-b6fd-6eca03136fad} <Debug> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Loading data parts | ||
| 603 | 2024.11.18 18:40:46.006984 [ 5 ] {edc33d3b-481e-4374-b6fd-6eca03136fad} <Debug> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): There are no data parts | ||
| 604 | 2024.11.18 18:40:46.011311 [ 5 ] {edc33d3b-481e-4374-b6fd-6eca03136fad} <Debug> TCPHandler: Processed in 0.010138729 sec. | ||
| 605 | 2024.11.18 18:40:46.011656 [ 3 ] {} <Trace> TCP-Session: e0ce5c5e-4e65-44e9-9647-897c8225c771 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 606 | 2024.11.18 18:40:46.012061 [ 3 ] {c2ae907e-e00d-4d8e-afee-adf7d90160ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35940) /* 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.18 18:40:46.012206 [ 3 ] {c2ae907e-e00d-4d8e-afee-adf7d90160ad} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 611 | 2024.11.18 18:40:46.015569 [ 3 ] {c2ae907e-e00d-4d8e-afee-adf7d90160ad} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921): Loading data parts | ||
| 612 | 2024.11.18 18:40:46.015800 [ 3 ] {c2ae907e-e00d-4d8e-afee-adf7d90160ad} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921): There are no data parts | ||
| 613 | 2024.11.18 18:40:46.023448 [ 3 ] {c2ae907e-e00d-4d8e-afee-adf7d90160ad} <Debug> TCPHandler: Processed in 0.011928444 sec. | ||
| 614 | 2024.11.18 18:40:46.023715 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 615 | 2024.11.18 18:40:46.023953 [ 5 ] {07f3bf50-916e-4ba1-b1fe-cbfafbb3dcc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 616 | 2024.11.18 18:40:46.025448 [ 5 ] {07f3bf50-916e-4ba1-b1fe-cbfafbb3dcc7} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 617 | 2024.11.18 18:40:46.048007 [ 257 ] {07f3bf50-916e-4ba1-b1fe-cbfafbb3dcc7} <Trace> oximeter.version (fa61fede-99ea-4bac-95c7-43d4e9bd483e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 618 | 2024.11.18 18:40:46.048070 [ 257 ] {07f3bf50-916e-4ba1-b1fe-cbfafbb3dcc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
| 619 | 2024.11.18 18:40:46.053238 [ 257 ] {07f3bf50-916e-4ba1-b1fe-cbfafbb3dcc7} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 620 | 2024.11.18 18:40:46.053660 [ 257 ] {07f3bf50-916e-4ba1-b1fe-cbfafbb3dcc7} <Trace> oximeter.version (fa61fede-99ea-4bac-95c7-43d4e9bd483e): 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.18 18:40:46.054016 [ 5 ] {07f3bf50-916e-4ba1-b1fe-cbfafbb3dcc7} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.03016 sec., 33.15649867374005 rows/sec., 530.50 B/sec. | ||
| 622 | 2024.11.18 18:40:46.054603 [ 5 ] {07f3bf50-916e-4ba1-b1fe-cbfafbb3dcc7} <Debug> TCPHandler: Processed in 0.030958236 sec. | ||
| 623 | 2024.11.18 18:40:46.561250 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:35210 | ||
| 624 | 2024.11.18 18:40:46.561869 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 625 | 2024.11.18 18:40:46.561913 [ 266 ] {} <Debug> TCP-Session: a3013f27-3e41-45f2-8288-39a272e9fd82 Authenticating user 'default' from [fd00:1122:3344:101::b]:35210 | ||
| 626 | 2024.11.18 18:40:46.561976 [ 266 ] {} <Debug> TCP-Session: a3013f27-3e41-45f2-8288-39a272e9fd82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 627 | 2024.11.18 18:40:46.561991 [ 266 ] {} <Debug> TCP-Session: a3013f27-3e41-45f2-8288-39a272e9fd82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 628 | 2024.11.18 18:40:46.562043 [ 266 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 629 | 2024.11.18 18:40:46.562094 [ 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.18 18:40:46.562118 [ 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.18 18:40:46.564052 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:35517 | ||
| 632 | 2024.11.18 18:40:46.564131 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:61438 | ||
| 633 | 2024.11.18 18:40:46.564303 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 634 | 2024.11.18 18:40:46.564333 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:35358 | ||
| 635 | 2024.11.18 18:40:46.564502 [ 267 ] {} <Debug> TCP-Session: b804f961-ca97-4141-8de1-413a98a61668 Authenticating user 'default' from [fd00:1122:3344:101::b]:35517 | ||
| 636 | 2024.11.18 18:40:46.564504 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:56937 | ||
| 637 | 2024.11.18 18:40:46.564705 [ 267 ] {} <Debug> TCP-Session: b804f961-ca97-4141-8de1-413a98a61668 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 638 | 2024.11.18 18:40:46.564718 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:48402 | ||
| 639 | 2024.11.18 18:40:46.564879 [ 267 ] {} <Debug> TCP-Session: b804f961-ca97-4141-8de1-413a98a61668 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 640 | 2024.11.18 18:40:46.564897 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:61335 | ||
| 641 | 2024.11.18 18:40:46.565076 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:36042 | ||
| 642 | 2024.11.18 18:40:46.565411 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 643 | 2024.11.18 18:40:46.565452 [ 269 ] {} <Debug> TCP-Session: 958b8a12-c57e-45a5-841a-37dec3c8c8e3 Authenticating user 'default' from [fd00:1122:3344:101::b]:35358 | ||
| 644 | 2024.11.18 18:40:46.565466 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 645 | 2024.11.18 18:40:46.565534 [ 269 ] {} <Debug> TCP-Session: 958b8a12-c57e-45a5-841a-37dec3c8c8e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 646 | 2024.11.18 18:40:46.565541 [ 273 ] {} <Debug> TCP-Session: a3c55c87-27f0-4e6d-afcb-50b4ec9a9ff6 Authenticating user 'default' from [fd00:1122:3344:101::b]:36042 | ||
| 647 | 2024.11.18 18:40:46.565558 [ 269 ] {} <Debug> TCP-Session: 958b8a12-c57e-45a5-841a-37dec3c8c8e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 648 | 2024.11.18 18:40:46.565601 [ 273 ] {} <Debug> TCP-Session: a3c55c87-27f0-4e6d-afcb-50b4ec9a9ff6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 649 | 2024.11.18 18:40:46.565624 [ 273 ] {} <Debug> TCP-Session: a3c55c87-27f0-4e6d-afcb-50b4ec9a9ff6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 650 | 2024.11.18 18:40:46.570093 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 651 | 2024.11.18 18:40:46.570149 [ 268 ] {} <Debug> TCP-Session: ba78baf9-5990-4b74-ba11-aff08ac6556c Authenticating user 'default' from [fd00:1122:3344:101::b]:61438 | ||
| 652 | 2024.11.18 18:40:46.570175 [ 268 ] {} <Debug> TCP-Session: ba78baf9-5990-4b74-ba11-aff08ac6556c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 653 | 2024.11.18 18:40:46.570206 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 654 | 2024.11.18 18:40:46.570241 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 655 | 2024.11.18 18:40:46.570276 [ 268 ] {} <Debug> TCP-Session: ba78baf9-5990-4b74-ba11-aff08ac6556c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 656 | 2024.11.18 18:40:46.570265 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 657 | 2024.11.18 18:40:46.570368 [ 272 ] {} <Debug> TCP-Session: a583a1c4-8d5d-4136-86c7-7db132bfaa81 Authenticating user 'default' from [fd00:1122:3344:101::b]:61335 | ||
| 658 | 2024.11.18 18:40:46.570388 [ 271 ] {} <Debug> TCP-Session: 751ef00a-711d-4d71-9be2-c8541212fa67 Authenticating user 'default' from [fd00:1122:3344:101::b]:48402 | ||
| 659 | 2024.11.18 18:40:46.570425 [ 270 ] {} <Debug> TCP-Session: b77ce95d-25b2-475c-a512-6a873184189c Authenticating user 'default' from [fd00:1122:3344:101::b]:56937 | ||
| 660 | 2024.11.18 18:40:46.570467 [ 271 ] {} <Debug> TCP-Session: 751ef00a-711d-4d71-9be2-c8541212fa67 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 661 | 2024.11.18 18:40:46.570451 [ 272 ] {} <Debug> TCP-Session: a583a1c4-8d5d-4136-86c7-7db132bfaa81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 662 | 2024.11.18 18:40:46.570510 [ 270 ] {} <Debug> TCP-Session: b77ce95d-25b2-475c-a512-6a873184189c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 663 | 2024.11.18 18:40:46.570519 [ 271 ] {} <Debug> TCP-Session: 751ef00a-711d-4d71-9be2-c8541212fa67 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 664 | 2024.11.18 18:40:46.570551 [ 272 ] {} <Debug> TCP-Session: a583a1c4-8d5d-4136-86c7-7db132bfaa81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 665 | 2024.11.18 18:40:46.570593 [ 270 ] {} <Debug> TCP-Session: b77ce95d-25b2-475c-a512-6a873184189c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 666 | 2024.11.18 18:40:47.000369 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 135.14 MiB, peak 135.14 MiB, free memory in arenas 0.00 B, will set to 139.07 MiB (RSS), difference: 3.94 MiB | ||
| 667 | 2024.11.18 18:40:47.172640 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:55396 | ||
| 668 | 2024.11.18 18:40:47.173361 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 669 | 2024.11.18 18:40:47.173472 [ 274 ] {} <Debug> TCP-Session: bdc4521b-9af8-4852-a323-1e0a8f77d495 Authenticating user 'default' from [fd00:1122:3344:101::a]:55396 | ||
| 670 | 2024.11.18 18:40:47.173506 [ 274 ] {} <Debug> TCP-Session: bdc4521b-9af8-4852-a323-1e0a8f77d495 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 671 | 2024.11.18 18:40:47.173526 [ 274 ] {} <Debug> TCP-Session: bdc4521b-9af8-4852-a323-1e0a8f77d495 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 672 | 2024.11.18 18:40:47.173635 [ 274 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 673 | 2024.11.18 18:40:47.173674 [ 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.18 18:40:47.173730 [ 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.18 18:40:47.177339 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:52475 | ||
| 676 | 2024.11.18 18:40:47.177592 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:47885 | ||
| 677 | 2024.11.18 18:40:47.177607 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 678 | 2024.11.18 18:40:47.177594 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:49984 | ||
| 679 | 2024.11.18 18:40:47.177687 [ 275 ] {} <Debug> TCP-Session: d52fd2bd-bebb-4522-8c05-0e572ee8744e Authenticating user 'default' from [fd00:1122:3344:101::a]:52475 | ||
| 680 | 2024.11.18 18:40:47.177665 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:49605 | ||
| 681 | 2024.11.18 18:40:47.177843 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:60246 | ||
| 682 | 2024.11.18 18:40:47.178038 [ 275 ] {} <Debug> TCP-Session: d52fd2bd-bebb-4522-8c05-0e572ee8744e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 683 | 2024.11.18 18:40:47.178393 [ 275 ] {} <Debug> TCP-Session: d52fd2bd-bebb-4522-8c05-0e572ee8744e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 684 | 2024.11.18 18:40:47.178446 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 685 | 2024.11.18 18:40:47.178418 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:46968 | ||
| 686 | 2024.11.18 18:40:47.178415 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 687 | 2024.11.18 18:40:47.178579 [ 279 ] {} <Debug> TCP-Session: 79aa02a6-1ca9-4f45-8e99-840637eae207 Authenticating user 'default' from [fd00:1122:3344:101::a]:60246 | ||
| 688 | 2024.11.18 18:40:47.178591 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:50930 | ||
| 689 | 2024.11.18 18:40:47.178830 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 690 | 2024.11.18 18:40:47.178872 [ 277 ] {} <Debug> TCP-Session: c8b9591b-e496-4fa6-922d-7deda0546a90 Authenticating user 'default' from [fd00:1122:3344:101::a]:49984 | ||
| 691 | 2024.11.18 18:40:47.178895 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 692 | 2024.11.18 18:40:47.178931 [ 280 ] {} <Debug> TCP-Session: 8eeddeb7-8301-4699-9ba1-1c929ed9b07e Authenticating user 'default' from [fd00:1122:3344:101::a]:46968 | ||
| 693 | 2024.11.18 18:40:47.178912 [ 279 ] {} <Debug> TCP-Session: 79aa02a6-1ca9-4f45-8e99-840637eae207 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 694 | 2024.11.18 18:40:47.178988 [ 277 ] {} <Debug> TCP-Session: c8b9591b-e496-4fa6-922d-7deda0546a90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 695 | 2024.11.18 18:40:47.179014 [ 280 ] {} <Debug> TCP-Session: 8eeddeb7-8301-4699-9ba1-1c929ed9b07e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 696 | 2024.11.18 18:40:47.179004 [ 281 ] {} <Debug> TCP-Session: 59d7a8e2-d2a1-44dc-9f91-bb0dd0f10b6a Authenticating user 'default' from [fd00:1122:3344:101::a]:50930 | ||
| 697 | 2024.11.18 18:40:47.179060 [ 277 ] {} <Debug> TCP-Session: c8b9591b-e496-4fa6-922d-7deda0546a90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 698 | 2024.11.18 18:40:47.179066 [ 280 ] {} <Debug> TCP-Session: 8eeddeb7-8301-4699-9ba1-1c929ed9b07e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 699 | 2024.11.18 18:40:47.179051 [ 279 ] {} <Debug> TCP-Session: 79aa02a6-1ca9-4f45-8e99-840637eae207 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 700 | 2024.11.18 18:40:47.179167 [ 281 ] {} <Debug> TCP-Session: 59d7a8e2-d2a1-44dc-9f91-bb0dd0f10b6a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 701 | 2024.11.18 18:40:47.179210 [ 281 ] {} <Debug> TCP-Session: 59d7a8e2-d2a1-44dc-9f91-bb0dd0f10b6a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 702 | 2024.11.18 18:40:47.179668 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 703 | 2024.11.18 18:40:47.179758 [ 278 ] {} <Debug> TCP-Session: cec8afba-a54d-4026-9fd7-9db526f60778 Authenticating user 'default' from [fd00:1122:3344:101::a]:49605 | ||
| 704 | 2024.11.18 18:40:47.179778 [ 278 ] {} <Debug> TCP-Session: cec8afba-a54d-4026-9fd7-9db526f60778 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 705 | 2024.11.18 18:40:47.179791 [ 278 ] {} <Debug> TCP-Session: cec8afba-a54d-4026-9fd7-9db526f60778 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 706 | 2024.11.18 18:40:47.180279 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 707 | 2024.11.18 18:40:47.180323 [ 276 ] {} <Debug> TCP-Session: eabdcf88-6421-4766-886f-772616fa2921 Authenticating user 'default' from [fd00:1122:3344:101::a]:47885 | ||
| 708 | 2024.11.18 18:40:47.180344 [ 276 ] {} <Debug> TCP-Session: eabdcf88-6421-4766-886f-772616fa2921 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 709 | 2024.11.18 18:40:47.180406 [ 276 ] {} <Debug> TCP-Session: eabdcf88-6421-4766-886f-772616fa2921 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 710 | 2024.11.18 18:40:54.457668 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 90 | ||
| 711 | 2024.11.18 18:40:54.457770 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
| 712 | 2024.11.18 18:40:54.463735 [ 242 ] {} <Debug> system.query_log (5706cc8f-2754-46ca-b9b4-a1f620913b28): Loading data parts | ||
| 713 | 2024.11.18 18:40:54.464042 [ 242 ] {} <Debug> system.query_log (5706cc8f-2754-46ca-b9b4-a1f620913b28): There are no data parts | ||
| 714 | 2024.11.18 18:40:54.470913 [ 242 ] {} <Trace> system.query_log (5706cc8f-2754-46ca-b9b4-a1f620913b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 715 | 2024.11.18 18:40:54.470956 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 716 | 2024.11.18 18:40:54.473628 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 717 | 2024.11.18 18:40:54.474230 [ 242 ] {} <Trace> system.query_log (5706cc8f-2754-46ca-b9b4-a1f620913b28): 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.18 18:40:54.474741 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 90 | ||
| 719 | 2024.11.18 18:40:55.000167 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 143.89 MiB, peak 143.89 MiB, free memory in arenas 0.00 B, will set to 141.71 MiB (RSS), difference: -2.17 MiB | ||
| 720 | 2024.11.18 18:40:59.428771 [ 108 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 721 | 2024.11.18 18:40:59.428833 [ 108 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 722 | 2024.11.18 18:41:05.000163 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 137.77 MiB, peak 143.89 MiB, free memory in arenas 0.00 B, will set to 141.79 MiB (RSS), difference: 4.02 MiB | ||
| 723 | 2024.11.18 18:41:06.069852 [ 3 ] {} <Trace> TCP-Session: e0ce5c5e-4e65-44e9-9647-897c8225c771 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 724 | 2024.11.18 18:41:06.070222 [ 3 ] {d946ec56-827c-443b-8a89-c0ca8a6aca26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35940) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) | ||
| 725 | 2024.11.18 18:41:06.070623 [ 3 ] {d946ec56-827c-443b-8a89-c0ca8a6aca26} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 726 | 2024.11.18 18:41:06.070962 [ 3 ] {d946ec56-827c-443b-8a89-c0ca8a6aca26} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 727 | 2024.11.18 18:41:06.074106 [ 3 ] {d946ec56-827c-443b-8a89-c0ca8a6aca26} <Debug> TCPHandler: Processed in 0.004386905 sec. | ||
| 728 | 2024.11.18 18:41:06.080901 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 729 | 2024.11.18 18:41:06.081287 [ 5 ] {bb7f18ff-4e8c-4639-b33e-b3985f22ccdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('switch_data_link:link_enabled') FORMAT Native; (stage: Complete) | ||
| 730 | 2024.11.18 18:41:06.083206 [ 5 ] {bb7f18ff-4e8c-4639-b33e-b3985f22ccdd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 731 | 2024.11.18 18:41:06.083425 [ 5 ] {bb7f18ff-4e8c-4639-b33e-b3985f22ccdd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 732 | 2024.11.18 18:41:06.084081 [ 5 ] {bb7f18ff-4e8c-4639-b33e-b3985f22ccdd} <Debug> TCPHandler: Processed in 0.003323775 sec. | ||
| 733 | 2024.11.18 18:41:06.084901 [ 3 ] {} <Trace> TCP-Session: e0ce5c5e-4e65-44e9-9647-897c8225c771 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 734 | 2024.11.18 18:41:06.085277 [ 3 ] {03df75bf-c945-4aa7-a6d8-a798a6a0c9ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35940) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('switch_data_link:link_enabled', 'switch_data_link:link_up') FORMAT Native; (stage: Complete) | ||
| 735 | 2024.11.18 18:41:06.085727 [ 3 ] {03df75bf-c945-4aa7-a6d8-a798a6a0c9ca} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 736 | 2024.11.18 18:41:06.085872 [ 3 ] {03df75bf-c945-4aa7-a6d8-a798a6a0c9ca} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 737 | 2024.11.18 18:41:06.086401 [ 3 ] {03df75bf-c945-4aa7-a6d8-a798a6a0c9ca} <Debug> TCPHandler: Processed in 0.001571281 sec. | ||
| 738 | 2024.11.18 18:41:06.086703 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 739 | 2024.11.18 18:41:06.086921 [ 5 ] {72ec497b-0a4f-4258-bab7-6ec4ee3b8830} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity') FORMAT Native; (stage: Complete) | ||
| 740 | 2024.11.18 18:41:06.087341 [ 5 ] {72ec497b-0a4f-4258-bab7-6ec4ee3b8830} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 741 | 2024.11.18 18:41:06.087472 [ 5 ] {72ec497b-0a4f-4258-bab7-6ec4ee3b8830} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 742 | 2024.11.18 18:41:06.087984 [ 5 ] {72ec497b-0a4f-4258-bab7-6ec4ee3b8830} <Debug> TCPHandler: Processed in 0.001340206 sec. | ||
| 743 | 2024.11.18 18:41:06.088237 [ 3 ] {} <Trace> TCP-Session: e0ce5c5e-4e65-44e9-9647-897c8225c771 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 744 | 2024.11.18 18:41:06.088439 [ 3 ] {5a1ece2b-ca68-499d-98c3-84f570edcdff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35940) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 745 | 2024.11.18 18:41:06.088915 [ 3 ] {5a1ece2b-ca68-499d-98c3-84f570edcdff} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 746 | 2024.11.18 18:41:06.089020 [ 3 ] {5a1ece2b-ca68-499d-98c3-84f570edcdff} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 747 | 2024.11.18 18:41:06.089526 [ 3 ] {5a1ece2b-ca68-499d-98c3-84f570edcdff} <Debug> TCPHandler: Processed in 0.001345006 sec. | ||
| 748 | 2024.11.18 18:41:06.089777 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 749 | 2024.11.18 18:41:06.089980 [ 5 ] {9afba9fa-cc5f-4065-aa6a-1dcf2770b049} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 750 | 2024.11.18 18:41:06.090345 [ 5 ] {9afba9fa-cc5f-4065-aa6a-1dcf2770b049} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 751 | 2024.11.18 18:41:06.090445 [ 5 ] {9afba9fa-cc5f-4065-aa6a-1dcf2770b049} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 752 | 2024.11.18 18:41:06.090968 [ 5 ] {9afba9fa-cc5f-4065-aa6a-1dcf2770b049} <Debug> TCPHandler: Processed in 0.001245195 sec. | ||
| 753 | 2024.11.18 18:41:06.091281 [ 3 ] {} <Trace> TCP-Session: e0ce5c5e-4e65-44e9-9647-897c8225c771 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 754 | 2024.11.18 18:41:06.091463 [ 3 ] {793a6736-74b6-4508-b619-2c914f7a1317} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35940) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 755 | 2024.11.18 18:41:06.091901 [ 3 ] {793a6736-74b6-4508-b619-2c914f7a1317} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 756 | 2024.11.18 18:41:06.091969 [ 3 ] {793a6736-74b6-4508-b619-2c914f7a1317} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 757 | 2024.11.18 18:41:06.092540 [ 3 ] {793a6736-74b6-4508-b619-2c914f7a1317} <Debug> TCPHandler: Processed in 0.001313465 sec. | ||
| 758 | 2024.11.18 18:41:06.092811 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 759 | 2024.11.18 18:41:06.092966 [ 5 ] {3d88f9d1-2130-42c2-882f-6e107111483b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 760 | 2024.11.18 18:41:06.093336 [ 5 ] {3d88f9d1-2130-42c2-882f-6e107111483b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 761 | 2024.11.18 18:41:06.093391 [ 5 ] {3d88f9d1-2130-42c2-882f-6e107111483b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 762 | 2024.11.18 18:41:06.093860 [ 5 ] {3d88f9d1-2130-42c2-882f-6e107111483b} <Debug> TCPHandler: Processed in 0.001103361 sec. | ||
| 763 | 2024.11.18 18:41:06.094113 [ 3 ] {} <Trace> TCP-Session: e0ce5c5e-4e65-44e9-9647-897c8225c771 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 764 | 2024.11.18 18:41:06.094265 [ 3 ] {8680576d-974c-4fe9-b847-c6b26b398f20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35940) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 765 | 2024.11.18 18:41:06.094707 [ 3 ] {8680576d-974c-4fe9-b847-c6b26b398f20} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 766 | 2024.11.18 18:41:06.094775 [ 3 ] {8680576d-974c-4fe9-b847-c6b26b398f20} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 767 | 2024.11.18 18:41:06.095355 [ 3 ] {8680576d-974c-4fe9-b847-c6b26b398f20} <Debug> TCPHandler: Processed in 0.001299275 sec. | ||
| 768 | 2024.11.18 18:41:06.095607 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 769 | 2024.11.18 18:41:06.095763 [ 5 ] {8890f406-dcfa-4d79-ad1d-1a3f0409c828} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('switch_data_link:link_enabled', 'switch_data_link:link_up', '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) | ||
| 770 | 2024.11.18 18:41:06.096134 [ 5 ] {8890f406-dcfa-4d79-ad1d-1a3f0409c828} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 771 | 2024.11.18 18:41:06.096189 [ 5 ] {8890f406-dcfa-4d79-ad1d-1a3f0409c828} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 772 | 2024.11.18 18:41:06.096655 [ 5 ] {8890f406-dcfa-4d79-ad1d-1a3f0409c828} <Debug> TCPHandler: Processed in 0.001105202 sec. | ||
| 773 | 2024.11.18 18:41:06.096910 [ 3 ] {} <Trace> TCP-Session: e0ce5c5e-4e65-44e9-9647-897c8225c771 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 774 | 2024.11.18 18:41:06.097068 [ 3 ] {bfcb315f-fa10-414d-8df7-4a415e23b65a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35940) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('switch_data_link:link_enabled', 'switch_data_link:link_up', '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) | ||
| 775 | 2024.11.18 18:41:06.097446 [ 3 ] {bfcb315f-fa10-414d-8df7-4a415e23b65a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 776 | 2024.11.18 18:41:06.097502 [ 3 ] {bfcb315f-fa10-414d-8df7-4a415e23b65a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 777 | 2024.11.18 18:41:06.098008 [ 3 ] {bfcb315f-fa10-414d-8df7-4a415e23b65a} <Debug> TCPHandler: Processed in 0.001151293 sec. | ||
| 778 | 2024.11.18 18:41:06.102338 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 779 | 2024.11.18 18:41:06.102642 [ 5 ] {ef6c0a81-b597-4b57-b702-69885e903bd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table: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) | ||
| 780 | 2024.11.18 18:41:06.103356 [ 5 ] {ef6c0a81-b597-4b57-b702-69885e903bd5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 781 | 2024.11.18 18:41:06.103425 [ 5 ] {ef6c0a81-b597-4b57-b702-69885e903bd5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 782 | 2024.11.18 18:41:06.103899 [ 5 ] {ef6c0a81-b597-4b57-b702-69885e903bd5} <Debug> TCPHandler: Processed in 0.001671253 sec. | ||
| 783 | 2024.11.18 18:41:06.104242 [ 3 ] {} <Trace> TCP-Session: e0ce5c5e-4e65-44e9-9647-897c8225c771 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 784 | 2024.11.18 18:41:06.104389 [ 3 ] {2a3d26bd-df27-4ddc-8152-f12566fe8022} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35940) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 785 | 2024.11.18 18:41:06.104452 [ 3 ] {2a3d26bd-df27-4ddc-8152-f12566fe8022} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 786 | 2024.11.18 18:41:06.105439 [ 3 ] {2a3d26bd-df27-4ddc-8152-f12566fe8022} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 787 | 2024.11.18 18:41:06.105482 [ 3 ] {2a3d26bd-df27-4ddc-8152-f12566fe8022} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 788 | 2024.11.18 18:41:06.106234 [ 3 ] {2a3d26bd-df27-4ddc-8152-f12566fe8022} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 789 | 2024.11.18 18:41:06.106648 [ 3 ] {2a3d26bd-df27-4ddc-8152-f12566fe8022} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 790 | 2024.11.18 18:41:06.106913 [ 3 ] {2a3d26bd-df27-4ddc-8152-f12566fe8022} <Debug> executeQuery: Read 12 rows, 2.49 KiB in 0.002551 sec., 4704.037632301059 rows/sec., 974.27 KiB/sec. | ||
| 791 | 2024.11.18 18:41:06.106993 [ 3 ] {2a3d26bd-df27-4ddc-8152-f12566fe8022} <Debug> TCPHandler: Processed in 0.002806155 sec. | ||
| 792 | 2024.11.18 18:41:06.107149 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 793 | 2024.11.18 18:41:06.107279 [ 5 ] {2bc5a91a-ebe0-4441-a2fb-8509dae96e38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 794 | 2024.11.18 18:41:06.107331 [ 5 ] {2bc5a91a-ebe0-4441-a2fb-8509dae96e38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 795 | 2024.11.18 18:41:06.112139 [ 5 ] {2bc5a91a-ebe0-4441-a2fb-8509dae96e38} <Trace> oximeter.fields_i16 (d269e674-0362-4b8e-97b0-6474794c47df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 796 | 2024.11.18 18:41:06.112188 [ 5 ] {2bc5a91a-ebe0-4441-a2fb-8509dae96e38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 797 | 2024.11.18 18:41:06.112831 [ 5 ] {2bc5a91a-ebe0-4441-a2fb-8509dae96e38} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 798 | 2024.11.18 18:41:06.113427 [ 5 ] {2bc5a91a-ebe0-4441-a2fb-8509dae96e38} <Trace> oximeter.fields_i16 (d269e674-0362-4b8e-97b0-6474794c47df): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 799 | 2024.11.18 18:41:06.113657 [ 5 ] {2bc5a91a-ebe0-4441-a2fb-8509dae96e38} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.006413 sec., 2183.0656479026975 rows/sec., 157.15 KiB/sec. | ||
| 800 | 2024.11.18 18:41:06.113719 [ 5 ] {2bc5a91a-ebe0-4441-a2fb-8509dae96e38} <Debug> TCPHandler: Processed in 0.00662769 sec. | ||
| 801 | 2024.11.18 18:41:06.113887 [ 3 ] {} <Trace> TCP-Session: e0ce5c5e-4e65-44e9-9647-897c8225c771 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 802 | 2024.11.18 18:41:06.114033 [ 3 ] {60ae78b2-9ca4-4b41-a681-29655fdddf97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35940) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 803 | 2024.11.18 18:41:06.114092 [ 3 ] {60ae78b2-9ca4-4b41-a681-29655fdddf97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 804 | 2024.11.18 18:41:06.114851 [ 3 ] {60ae78b2-9ca4-4b41-a681-29655fdddf97} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 805 | 2024.11.18 18:41:06.114887 [ 3 ] {60ae78b2-9ca4-4b41-a681-29655fdddf97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 806 | 2024.11.18 18:41:06.115404 [ 3 ] {60ae78b2-9ca4-4b41-a681-29655fdddf97} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 807 | 2024.11.18 18:41:06.115968 [ 3 ] {60ae78b2-9ca4-4b41-a681-29655fdddf97} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 808 | 2024.11.18 18:41:06.116198 [ 3 ] {60ae78b2-9ca4-4b41-a681-29655fdddf97} <Debug> executeQuery: Read 147 rows, 13.57 KiB in 0.002187 sec., 67215.3635116598 rows/sec., 6.06 MiB/sec. | ||
| 809 | 2024.11.18 18:41:06.116288 [ 3 ] {60ae78b2-9ca4-4b41-a681-29655fdddf97} <Debug> TCPHandler: Processed in 0.002468538 sec. | ||
| 810 | 2024.11.18 18:41:06.116508 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 811 | 2024.11.18 18:41:06.116734 [ 5 ] {07988600-58f1-4942-b88e-bb006fac0ef6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 812 | 2024.11.18 18:41:06.116827 [ 5 ] {07988600-58f1-4942-b88e-bb006fac0ef6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 813 | 2024.11.18 18:41:06.117680 [ 5 ] {07988600-58f1-4942-b88e-bb006fac0ef6} <Trace> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 814 | 2024.11.18 18:41:06.117717 [ 5 ] {07988600-58f1-4942-b88e-bb006fac0ef6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 815 | 2024.11.18 18:41:06.118236 [ 5 ] {07988600-58f1-4942-b88e-bb006fac0ef6} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 816 | 2024.11.18 18:41:06.118792 [ 5 ] {07988600-58f1-4942-b88e-bb006fac0ef6} <Trace> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 817 | 2024.11.18 18:41:06.119021 [ 5 ] {07988600-58f1-4942-b88e-bb006fac0ef6} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.002342 sec., 2988.8983774551666 rows/sec., 194.73 KiB/sec. | ||
| 818 | 2024.11.18 18:41:06.119079 [ 5 ] {07988600-58f1-4942-b88e-bb006fac0ef6} <Debug> TCPHandler: Processed in 0.002679503 sec. | ||
| 819 | 2024.11.18 18:41:06.119230 [ 3 ] {} <Trace> TCP-Session: e0ce5c5e-4e65-44e9-9647-897c8225c771 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 820 | 2024.11.18 18:41:06.119370 [ 3 ] {89526151-a287-4de9-97ad-081522217722} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35940) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 821 | 2024.11.18 18:41:06.119427 [ 3 ] {89526151-a287-4de9-97ad-081522217722} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 822 | 2024.11.18 18:41:06.120106 [ 3 ] {89526151-a287-4de9-97ad-081522217722} <Trace> oximeter.fields_u32 (83ac11ca-fabd-4357-b8e5-0d6d82c87995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 823 | 2024.11.18 18:41:06.120154 [ 3 ] {89526151-a287-4de9-97ad-081522217722} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 824 | 2024.11.18 18:41:06.120656 [ 3 ] {89526151-a287-4de9-97ad-081522217722} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 825 | 2024.11.18 18:41:06.121111 [ 3 ] {89526151-a287-4de9-97ad-081522217722} <Trace> oximeter.fields_u32 (83ac11ca-fabd-4357-b8e5-0d6d82c87995): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 826 | 2024.11.18 18:41:06.121356 [ 3 ] {89526151-a287-4de9-97ad-081522217722} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002006 sec., 6979.062811565304 rows/sec., 488.77 KiB/sec. | ||
| 827 | 2024.11.18 18:41:06.121412 [ 3 ] {89526151-a287-4de9-97ad-081522217722} <Debug> TCPHandler: Processed in 0.002248624 sec. | ||
| 828 | 2024.11.18 18:41:06.121576 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 829 | 2024.11.18 18:41:06.121715 [ 5 ] {984e5832-a6c6-4212-b422-de0dc423d134} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 830 | 2024.11.18 18:41:06.121773 [ 5 ] {984e5832-a6c6-4212-b422-de0dc423d134} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 831 | 2024.11.18 18:41:06.122422 [ 5 ] {984e5832-a6c6-4212-b422-de0dc423d134} <Trace> oximeter.fields_u8 (356b4e61-1c07-430a-980d-4f9a89d03858): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 832 | 2024.11.18 18:41:06.122461 [ 5 ] {984e5832-a6c6-4212-b422-de0dc423d134} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 833 | 2024.11.18 18:41:06.122969 [ 5 ] {984e5832-a6c6-4212-b422-de0dc423d134} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 834 | 2024.11.18 18:41:06.123463 [ 5 ] {984e5832-a6c6-4212-b422-de0dc423d134} <Trace> oximeter.fields_u8 (356b4e61-1c07-430a-980d-4f9a89d03858): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 835 | 2024.11.18 18:41:06.123724 [ 5 ] {984e5832-a6c6-4212-b422-de0dc423d134} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.002016 sec., 6448.412698412699 rows/sec., 402.06 KiB/sec. | ||
| 836 | 2024.11.18 18:41:06.123830 [ 5 ] {984e5832-a6c6-4212-b422-de0dc423d134} <Debug> TCPHandler: Processed in 0.002322045 sec. | ||
| 837 | 2024.11.18 18:41:06.123979 [ 3 ] {} <Trace> TCP-Session: e0ce5c5e-4e65-44e9-9647-897c8225c771 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 838 | 2024.11.18 18:41:06.124120 [ 3 ] {e652605a-e6ee-4292-9fd2-0c72dfd0d2fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35940) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 839 | 2024.11.18 18:41:06.124177 [ 3 ] {e652605a-e6ee-4292-9fd2-0c72dfd0d2fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 840 | 2024.11.18 18:41:06.124926 [ 3 ] {e652605a-e6ee-4292-9fd2-0c72dfd0d2fd} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 841 | 2024.11.18 18:41:06.124964 [ 3 ] {e652605a-e6ee-4292-9fd2-0c72dfd0d2fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 842 | 2024.11.18 18:41:06.125461 [ 3 ] {e652605a-e6ee-4292-9fd2-0c72dfd0d2fd} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 843 | 2024.11.18 18:41:06.126110 [ 3 ] {e652605a-e6ee-4292-9fd2-0c72dfd0d2fd} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 844 | 2024.11.18 18:41:06.126290 [ 3 ] {e652605a-e6ee-4292-9fd2-0c72dfd0d2fd} <Debug> executeQuery: Read 318 rows, 22.57 KiB in 0.002202 sec., 144414.1689373297 rows/sec., 10.01 MiB/sec. | ||
| 845 | 2024.11.18 18:41:06.126342 [ 3 ] {e652605a-e6ee-4292-9fd2-0c72dfd0d2fd} <Debug> TCPHandler: Processed in 0.002430327 sec. | ||
| 846 | 2024.11.18 18:41:06.126556 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 847 | 2024.11.18 18:41:06.126780 [ 5 ] {95ed1a5c-ba21-45a5-b9ee-32fc5516c10b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 848 | 2024.11.18 18:41:06.126882 [ 5 ] {95ed1a5c-ba21-45a5-b9ee-32fc5516c10b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 849 | 2024.11.18 18:41:06.127599 [ 5 ] {95ed1a5c-ba21-45a5-b9ee-32fc5516c10b} <Trace> oximeter.measurements_bool (59fe736a-aeb6-4d88-9694-5589842d5df9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 850 | 2024.11.18 18:41:06.127638 [ 5 ] {95ed1a5c-ba21-45a5-b9ee-32fc5516c10b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 851 | 2024.11.18 18:41:06.128171 [ 5 ] {95ed1a5c-ba21-45a5-b9ee-32fc5516c10b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 852 | 2024.11.18 18:41:06.128668 [ 5 ] {95ed1a5c-ba21-45a5-b9ee-32fc5516c10b} <Trace> oximeter.measurements_bool (59fe736a-aeb6-4d88-9694-5589842d5df9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 853 | 2024.11.18 18:41:06.128879 [ 5 ] {95ed1a5c-ba21-45a5-b9ee-32fc5516c10b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002154 sec., 2785.5153203342616 rows/sec., 145.53 KiB/sec. | ||
| 854 | 2024.11.18 18:41:06.128929 [ 5 ] {95ed1a5c-ba21-45a5-b9ee-32fc5516c10b} <Debug> TCPHandler: Processed in 0.002482729 sec. | ||
| 855 | 2024.11.18 18:41:06.129079 [ 3 ] {} <Trace> TCP-Session: e0ce5c5e-4e65-44e9-9647-897c8225c771 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 856 | 2024.11.18 18:41:06.129199 [ 3 ] {fee091b1-de06-488e-97c3-28c9d512316a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35940) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 857 | 2024.11.18 18:41:06.129251 [ 3 ] {fee091b1-de06-488e-97c3-28c9d512316a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 858 | 2024.11.18 18:41:06.129864 [ 3 ] {fee091b1-de06-488e-97c3-28c9d512316a} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 859 | 2024.11.18 18:41:06.129908 [ 3 ] {fee091b1-de06-488e-97c3-28c9d512316a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 860 | 2024.11.18 18:41:06.130460 [ 3 ] {fee091b1-de06-488e-97c3-28c9d512316a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 861 | 2024.11.18 18:41:06.130916 [ 3 ] {fee091b1-de06-488e-97c3-28c9d512316a} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 862 | 2024.11.18 18:41:06.131141 [ 3 ] {fee091b1-de06-488e-97c3-28c9d512316a} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001957 sec., 39345.937659683186 rows/sec., 2.42 MiB/sec. | ||
| 863 | 2024.11.18 18:41:06.131249 [ 3 ] {fee091b1-de06-488e-97c3-28c9d512316a} <Debug> TCPHandler: Processed in 0.002228203 sec. | ||
| 864 | 2024.11.18 18:41:06.131404 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 865 | 2024.11.18 18:41:06.131545 [ 5 ] {3b116dc4-20b1-413b-843a-e447d43f3d64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 866 | 2024.11.18 18:41:06.131630 [ 5 ] {3b116dc4-20b1-413b-843a-e447d43f3d64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 867 | 2024.11.18 18:41:06.132237 [ 5 ] {3b116dc4-20b1-413b-843a-e447d43f3d64} <Trace> oximeter.measurements_f64 (d052af3d-076d-4497-9d38-4aa388f95b75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 868 | 2024.11.18 18:41:06.132281 [ 5 ] {3b116dc4-20b1-413b-843a-e447d43f3d64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 869 | 2024.11.18 18:41:06.135260 [ 5 ] {3b116dc4-20b1-413b-843a-e447d43f3d64} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 870 | 2024.11.18 18:41:06.135744 [ 5 ] {3b116dc4-20b1-413b-843a-e447d43f3d64} <Trace> oximeter.measurements_f64 (d052af3d-076d-4497-9d38-4aa388f95b75): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 871 | 2024.11.18 18:41:06.135924 [ 5 ] {3b116dc4-20b1-413b-843a-e447d43f3d64} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004411 sec., 226.70596236681024 rows/sec., 15.28 KiB/sec. | ||
| 872 | 2024.11.18 18:41:06.135979 [ 5 ] {3b116dc4-20b1-413b-843a-e447d43f3d64} <Debug> TCPHandler: Processed in 0.004641851 sec. | ||
| 873 | 2024.11.18 18:41:06.136137 [ 3 ] {} <Trace> TCP-Session: e0ce5c5e-4e65-44e9-9647-897c8225c771 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 874 | 2024.11.18 18:41:06.136258 [ 3 ] {c04506ce-9fab-47b7-b727-b95be76489ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35940) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 875 | 2024.11.18 18:41:06.136313 [ 3 ] {c04506ce-9fab-47b7-b727-b95be76489ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 876 | 2024.11.18 18:41:06.136901 [ 3 ] {c04506ce-9fab-47b7-b727-b95be76489ff} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 877 | 2024.11.18 18:41:06.136948 [ 3 ] {c04506ce-9fab-47b7-b727-b95be76489ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 878 | 2024.11.18 18:41:06.137514 [ 3 ] {c04506ce-9fab-47b7-b727-b95be76489ff} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 879 | 2024.11.18 18:41:06.137982 [ 3 ] {c04506ce-9fab-47b7-b727-b95be76489ff} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 880 | 2024.11.18 18:41:06.138186 [ 3 ] {c04506ce-9fab-47b7-b727-b95be76489ff} <Debug> executeQuery: Read 22 rows, 1.19 KiB in 0.001955 sec., 11253.196930946291 rows/sec., 609.91 KiB/sec. | ||
| 881 | 2024.11.18 18:41:06.138237 [ 3 ] {c04506ce-9fab-47b7-b727-b95be76489ff} <Debug> TCPHandler: Processed in 0.002159302 sec. | ||
| 882 | 2024.11.18 18:41:13.193982 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42253, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 883 | 2024.11.18 18:41:13.377553 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44240, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 884 | 2024.11.18 18:41:13.394968 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38145, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 885 | 2024.11.18 18:41:13.512304 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36103, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 886 | 2024.11.18 18:41:13.521752 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48027, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 887 | 2024.11.18 18:41:13.584246 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34847, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 888 | 2024.11.18 18:41:13.588727 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47038, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 889 | 2024.11.18 18:41:13.591454 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43553, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 890 | 2024.11.18 18:41:14.428877 [ 45 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 891 | 2024.11.18 18:41:14.428936 [ 45 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 892 | 2024.11.18 18:41:14.475119 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 136 | ||
| 893 | 2024.11.18 18:41:14.479207 [ 242 ] {} <Trace> system.query_log (5706cc8f-2754-46ca-b9b4-a1f620913b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 894 | 2024.11.18 18:41:14.479266 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 895 | 2024.11.18 18:41:14.480765 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 896 | 2024.11.18 18:41:14.481071 [ 242 ] {} <Trace> system.query_log (5706cc8f-2754-46ca-b9b4-a1f620913b28): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 897 | 2024.11.18 18:41:14.481623 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 136 | ||
| 898 | 2024.11.18 18:41:16.031435 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:41619, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 899 | 2024.11.18 18:41:16.066186 [ 3 ] {} <Trace> TCP-Session: e0ce5c5e-4e65-44e9-9647-897c8225c771 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 900 | 2024.11.18 18:41:16.066381 [ 3 ] {f3a95eff-d618-4f49-bad9-ea7b43aebcdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35940) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 901 | 2024.11.18 18:41:16.066458 [ 3 ] {f3a95eff-d618-4f49-bad9-ea7b43aebcdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 902 | 2024.11.18 18:41:16.067215 [ 3 ] {f3a95eff-d618-4f49-bad9-ea7b43aebcdf} <Trace> oximeter.fields_i16 (d269e674-0362-4b8e-97b0-6474794c47df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 903 | 2024.11.18 18:41:16.067271 [ 3 ] {f3a95eff-d618-4f49-bad9-ea7b43aebcdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 904 | 2024.11.18 18:41:16.067710 [ 3 ] {f3a95eff-d618-4f49-bad9-ea7b43aebcdf} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 905 | 2024.11.18 18:41:16.067967 [ 3 ] {f3a95eff-d618-4f49-bad9-ea7b43aebcdf} <Trace> oximeter.fields_i16 (d269e674-0362-4b8e-97b0-6474794c47df): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 906 | 2024.11.18 18:41:16.068169 [ 3 ] {f3a95eff-d618-4f49-bad9-ea7b43aebcdf} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001841 sec., 7604.5627376425855 rows/sec., 547.43 KiB/sec. | ||
| 907 | 2024.11.18 18:41:16.068233 [ 3 ] {f3a95eff-d618-4f49-bad9-ea7b43aebcdf} <Debug> TCPHandler: Processed in 0.002174282 sec. | ||
| 908 | 2024.11.18 18:41:16.068497 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 909 | 2024.11.18 18:41:16.068700 [ 5 ] {8718685e-969d-4c1b-a038-ad6a545ee52a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 910 | 2024.11.18 18:41:16.068780 [ 5 ] {8718685e-969d-4c1b-a038-ad6a545ee52a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 911 | 2024.11.18 18:41:16.069657 [ 5 ] {8718685e-969d-4c1b-a038-ad6a545ee52a} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 912 | 2024.11.18 18:41:16.069712 [ 5 ] {8718685e-969d-4c1b-a038-ad6a545ee52a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 913 | 2024.11.18 18:41:16.070179 [ 5 ] {8718685e-969d-4c1b-a038-ad6a545ee52a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 914 | 2024.11.18 18:41:16.070436 [ 5 ] {8718685e-969d-4c1b-a038-ad6a545ee52a} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 915 | 2024.11.18 18:41:16.070679 [ 5 ] {8718685e-969d-4c1b-a038-ad6a545ee52a} <Debug> executeQuery: Read 147 rows, 13.57 KiB in 0.002042 sec., 71988.24681684624 rows/sec., 6.49 MiB/sec. | ||
| 916 | 2024.11.18 18:41:16.070765 [ 5 ] {8718685e-969d-4c1b-a038-ad6a545ee52a} <Debug> TCPHandler: Processed in 0.002398587 sec. | ||
| 917 | 2024.11.18 18:41:16.070953 [ 3 ] {} <Trace> TCP-Session: e0ce5c5e-4e65-44e9-9647-897c8225c771 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 918 | 2024.11.18 18:41:16.071085 [ 3 ] {e2bb163c-4f1a-4766-a894-d22be4a6de31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35940) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 919 | 2024.11.18 18:41:16.071142 [ 3 ] {e2bb163c-4f1a-4766-a894-d22be4a6de31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 920 | 2024.11.18 18:41:16.071758 [ 3 ] {e2bb163c-4f1a-4766-a894-d22be4a6de31} <Trace> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 921 | 2024.11.18 18:41:16.071799 [ 3 ] {e2bb163c-4f1a-4766-a894-d22be4a6de31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 922 | 2024.11.18 18:41:16.072171 [ 3 ] {e2bb163c-4f1a-4766-a894-d22be4a6de31} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 923 | 2024.11.18 18:41:16.072426 [ 3 ] {e2bb163c-4f1a-4766-a894-d22be4a6de31} <Trace> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 924 | 2024.11.18 18:41:16.072618 [ 3 ] {e2bb163c-4f1a-4766-a894-d22be4a6de31} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001558 sec., 4492.939666238768 rows/sec., 292.72 KiB/sec. | ||
| 925 | 2024.11.18 18:41:16.072700 [ 3 ] {e2bb163c-4f1a-4766-a894-d22be4a6de31} <Debug> TCPHandler: Processed in 0.001809756 sec. | ||
| 926 | 2024.11.18 18:41:16.072868 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 927 | 2024.11.18 18:41:16.073003 [ 5 ] {e6d7c3fd-f1e6-4e0a-aa0c-2adb92eaa2d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 928 | 2024.11.18 18:41:16.073057 [ 5 ] {e6d7c3fd-f1e6-4e0a-aa0c-2adb92eaa2d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 929 | 2024.11.18 18:41:16.073640 [ 5 ] {e6d7c3fd-f1e6-4e0a-aa0c-2adb92eaa2d9} <Trace> oximeter.fields_u32 (83ac11ca-fabd-4357-b8e5-0d6d82c87995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 930 | 2024.11.18 18:41:16.073682 [ 5 ] {e6d7c3fd-f1e6-4e0a-aa0c-2adb92eaa2d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 931 | 2024.11.18 18:41:16.074052 [ 5 ] {e6d7c3fd-f1e6-4e0a-aa0c-2adb92eaa2d9} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 932 | 2024.11.18 18:41:16.074291 [ 5 ] {e6d7c3fd-f1e6-4e0a-aa0c-2adb92eaa2d9} <Trace> oximeter.fields_u32 (83ac11ca-fabd-4357-b8e5-0d6d82c87995): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 933 | 2024.11.18 18:41:16.074524 [ 5 ] {e6d7c3fd-f1e6-4e0a-aa0c-2adb92eaa2d9} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001545 sec., 9061.48867313916 rows/sec., 634.61 KiB/sec. | ||
| 934 | 2024.11.18 18:41:16.074693 [ 5 ] {e6d7c3fd-f1e6-4e0a-aa0c-2adb92eaa2d9} <Debug> TCPHandler: Processed in 0.001883907 sec. | ||
| 935 | 2024.11.18 18:41:16.074872 [ 3 ] {} <Trace> TCP-Session: e0ce5c5e-4e65-44e9-9647-897c8225c771 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 936 | 2024.11.18 18:41:16.075017 [ 3 ] {904460af-fcea-4477-9841-71d28d1a194b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35940) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 937 | 2024.11.18 18:41:16.075079 [ 3 ] {904460af-fcea-4477-9841-71d28d1a194b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 938 | 2024.11.18 18:41:16.075752 [ 3 ] {904460af-fcea-4477-9841-71d28d1a194b} <Trace> oximeter.fields_u8 (356b4e61-1c07-430a-980d-4f9a89d03858): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 939 | 2024.11.18 18:41:16.075792 [ 3 ] {904460af-fcea-4477-9841-71d28d1a194b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 940 | 2024.11.18 18:41:16.076157 [ 3 ] {904460af-fcea-4477-9841-71d28d1a194b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 941 | 2024.11.18 18:41:16.076402 [ 3 ] {904460af-fcea-4477-9841-71d28d1a194b} <Trace> oximeter.fields_u8 (356b4e61-1c07-430a-980d-4f9a89d03858): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 942 | 2024.11.18 18:41:16.076596 [ 3 ] {904460af-fcea-4477-9841-71d28d1a194b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001612 sec., 8064.5161290322585 rows/sec., 502.82 KiB/sec. | ||
| 943 | 2024.11.18 18:41:16.076652 [ 3 ] {904460af-fcea-4477-9841-71d28d1a194b} <Debug> TCPHandler: Processed in 0.001847196 sec. | ||
| 944 | 2024.11.18 18:41:16.076803 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 945 | 2024.11.18 18:41:16.076925 [ 5 ] {b7940591-fcc6-48c0-bd3f-55c652734da7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 946 | 2024.11.18 18:41:16.076976 [ 5 ] {b7940591-fcc6-48c0-bd3f-55c652734da7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 947 | 2024.11.18 18:41:16.077702 [ 5 ] {b7940591-fcc6-48c0-bd3f-55c652734da7} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 948 | 2024.11.18 18:41:16.077744 [ 5 ] {b7940591-fcc6-48c0-bd3f-55c652734da7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 949 | 2024.11.18 18:41:16.078141 [ 5 ] {b7940591-fcc6-48c0-bd3f-55c652734da7} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 950 | 2024.11.18 18:41:16.078385 [ 5 ] {b7940591-fcc6-48c0-bd3f-55c652734da7} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 951 | 2024.11.18 18:41:16.078637 [ 5 ] {b7940591-fcc6-48c0-bd3f-55c652734da7} <Debug> executeQuery: Read 318 rows, 22.57 KiB in 0.001722 sec., 184668.98954703833 rows/sec., 12.80 MiB/sec. | ||
| 952 | 2024.11.18 18:41:16.078760 [ 5 ] {b7940591-fcc6-48c0-bd3f-55c652734da7} <Debug> TCPHandler: Processed in 0.002013089 sec. | ||
| 953 | 2024.11.18 18:41:16.078921 [ 3 ] {} <Trace> TCP-Session: e0ce5c5e-4e65-44e9-9647-897c8225c771 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 954 | 2024.11.18 18:41:16.079046 [ 3 ] {22a035b7-29ae-4288-8414-7d71fd8e9f51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35940) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 955 | 2024.11.18 18:41:16.079101 [ 3 ] {22a035b7-29ae-4288-8414-7d71fd8e9f51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 956 | 2024.11.18 18:41:16.079600 [ 3 ] {22a035b7-29ae-4288-8414-7d71fd8e9f51} <Trace> oximeter.measurements_bool (59fe736a-aeb6-4d88-9694-5589842d5df9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 957 | 2024.11.18 18:41:16.079638 [ 3 ] {22a035b7-29ae-4288-8414-7d71fd8e9f51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 958 | 2024.11.18 18:41:16.080006 [ 3 ] {22a035b7-29ae-4288-8414-7d71fd8e9f51} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 959 | 2024.11.18 18:41:16.080250 [ 3 ] {22a035b7-29ae-4288-8414-7d71fd8e9f51} <Trace> oximeter.measurements_bool (59fe736a-aeb6-4d88-9694-5589842d5df9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 960 | 2024.11.18 18:41:16.080453 [ 3 ] {22a035b7-29ae-4288-8414-7d71fd8e9f51} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001434 sec., 4184.100418410042 rows/sec., 218.60 KiB/sec. | ||
| 961 | 2024.11.18 18:41:16.080509 [ 3 ] {22a035b7-29ae-4288-8414-7d71fd8e9f51} <Debug> TCPHandler: Processed in 0.001645322 sec. | ||
| 962 | 2024.11.18 18:41:16.080674 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 963 | 2024.11.18 18:41:16.080814 [ 5 ] {bd12b918-a6af-4f77-9b2d-664cdbcdaa11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 964 | 2024.11.18 18:41:16.080878 [ 5 ] {bd12b918-a6af-4f77-9b2d-664cdbcdaa11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 965 | 2024.11.18 18:41:16.081509 [ 5 ] {bd12b918-a6af-4f77-9b2d-664cdbcdaa11} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 966 | 2024.11.18 18:41:16.081557 [ 5 ] {bd12b918-a6af-4f77-9b2d-664cdbcdaa11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 967 | 2024.11.18 18:41:16.081951 [ 5 ] {bd12b918-a6af-4f77-9b2d-664cdbcdaa11} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 968 | 2024.11.18 18:41:16.082189 [ 5 ] {bd12b918-a6af-4f77-9b2d-664cdbcdaa11} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 969 | 2024.11.18 18:41:16.082470 [ 5 ] {bd12b918-a6af-4f77-9b2d-664cdbcdaa11} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001661 sec., 46357.615894039736 rows/sec., 2.85 MiB/sec. | ||
| 970 | 2024.11.18 18:41:16.082563 [ 5 ] {bd12b918-a6af-4f77-9b2d-664cdbcdaa11} <Debug> TCPHandler: Processed in 0.001956608 sec. | ||
| 971 | 2024.11.18 18:41:16.082720 [ 3 ] {} <Trace> TCP-Session: e0ce5c5e-4e65-44e9-9647-897c8225c771 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 972 | 2024.11.18 18:41:16.082859 [ 3 ] {8038ca89-9fff-4d4a-ac68-2d9bcb9a572f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35940) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 973 | 2024.11.18 18:41:16.082923 [ 3 ] {8038ca89-9fff-4d4a-ac68-2d9bcb9a572f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 974 | 2024.11.18 18:41:16.083562 [ 3 ] {8038ca89-9fff-4d4a-ac68-2d9bcb9a572f} <Trace> oximeter.measurements_f64 (d052af3d-076d-4497-9d38-4aa388f95b75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 975 | 2024.11.18 18:41:16.083608 [ 3 ] {8038ca89-9fff-4d4a-ac68-2d9bcb9a572f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 976 | 2024.11.18 18:41:16.083965 [ 3 ] {8038ca89-9fff-4d4a-ac68-2d9bcb9a572f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 977 | 2024.11.18 18:41:16.084216 [ 3 ] {8038ca89-9fff-4d4a-ac68-2d9bcb9a572f} <Trace> oximeter.measurements_f64 (d052af3d-076d-4497-9d38-4aa388f95b75): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 978 | 2024.11.18 18:41:16.084405 [ 3 ] {8038ca89-9fff-4d4a-ac68-2d9bcb9a572f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001576 sec., 634.5177664974619 rows/sec., 42.76 KiB/sec. | ||
| 979 | 2024.11.18 18:41:16.084457 [ 3 ] {8038ca89-9fff-4d4a-ac68-2d9bcb9a572f} <Debug> TCPHandler: Processed in 0.001803915 sec. | ||
| 980 | 2024.11.18 18:41:16.084602 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 981 | 2024.11.18 18:41:16.084739 [ 5 ] {47d66f97-1920-49f8-9342-d03ae216326f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 982 | 2024.11.18 18:41:16.084798 [ 5 ] {47d66f97-1920-49f8-9342-d03ae216326f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 983 | 2024.11.18 18:41:16.085364 [ 5 ] {47d66f97-1920-49f8-9342-d03ae216326f} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 984 | 2024.11.18 18:41:16.085412 [ 5 ] {47d66f97-1920-49f8-9342-d03ae216326f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 985 | 2024.11.18 18:41:16.085804 [ 5 ] {47d66f97-1920-49f8-9342-d03ae216326f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 986 | 2024.11.18 18:41:16.086047 [ 5 ] {47d66f97-1920-49f8-9342-d03ae216326f} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 987 | 2024.11.18 18:41:16.086329 [ 5 ] {47d66f97-1920-49f8-9342-d03ae216326f} <Debug> executeQuery: Read 22 rows, 1.19 KiB in 0.001593 sec., 13810.420590081607 rows/sec., 748.51 KiB/sec. | ||
| 988 | 2024.11.18 18:41:16.086419 [ 5 ] {47d66f97-1920-49f8-9342-d03ae216326f} <Debug> TCPHandler: Processed in 0.001875636 sec. | ||
| 989 | 2024.11.18 18:41:16.504844 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:42693, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 990 | 2024.11.18 18:41:16.697419 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:58440, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 991 | 2024.11.18 18:41:16.706057 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:34393, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 992 | 2024.11.18 18:41:16.707522 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:42016, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 993 | 2024.11.18 18:41:16.716061 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:53713, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 994 | 2024.11.18 18:41:16.723369 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:53896, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 995 | 2024.11.18 18:41:16.753845 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:40897, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 996 | 2024.11.18 18:41:16.778549 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:59746, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 997 | 2024.11.18 18:41:17.136895 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:63806, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 998 | 2024.11.18 18:41:17.193532 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:37068, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 999 | 2024.11.18 18:41:17.200127 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:36443, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1000 | 2024.11.18 18:41:17.409914 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:52849, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1001 | 2024.11.18 18:41:17.422217 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:49666, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1002 | 2024.11.18 18:41:17.427551 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:45330, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1003 | 2024.11.18 18:41:17.450855 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:44271, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1004 | 2024.11.18 18:41:17.468937 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:51307, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1005 | 2024.11.18 18:41:17.634907 [ 3 ] {} <Trace> TCP-Session: e0ce5c5e-4e65-44e9-9647-897c8225c771 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1006 | 2024.11.18 18:41:17.635153 [ 3 ] {2455ab6b-f81f-4785-a666-4e48ea7ebd59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35940) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('dendrite:sample_collection_duration', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table: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) | ||
| 1007 | 2024.11.18 18:41:17.635580 [ 3 ] {2455ab6b-f81f-4785-a666-4e48ea7ebd59} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1008 | 2024.11.18 18:41:17.635654 [ 3 ] {2455ab6b-f81f-4785-a666-4e48ea7ebd59} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('dendrite:sample_collection_duration', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table: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 | ||
| 1009 | 2024.11.18 18:41:17.635929 [ 3 ] {2455ab6b-f81f-4785-a666-4e48ea7ebd59} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1010 | 2024.11.18 18:41:17.636132 [ 3 ] {2455ab6b-f81f-4785-a666-4e48ea7ebd59} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1011 | 2024.11.18 18:41:17.638542 [ 3 ] {2455ab6b-f81f-4785-a666-4e48ea7ebd59} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Key condition: (column 0 notIn 12-element set) | ||
| 1012 | 2024.11.18 18:41:17.643673 [ 3 ] {2455ab6b-f81f-4785-a666-4e48ea7ebd59} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1013 | 2024.11.18 18:41:17.643742 [ 3 ] {2455ab6b-f81f-4785-a666-4e48ea7ebd59} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (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 | ||
| 1014 | 2024.11.18 18:41:17.643764 [ 3 ] {2455ab6b-f81f-4785-a666-4e48ea7ebd59} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1015 | 2024.11.18 18:41:17.643884 [ 3 ] {2455ab6b-f81f-4785-a666-4e48ea7ebd59} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('dendrite:sample_collection_duration', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1016 | 2024.11.18 18:41:17.643912 [ 3 ] {2455ab6b-f81f-4785-a666-4e48ea7ebd59} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 12 rows starting from 0 | ||
| 1017 | 2024.11.18 18:41:17.657035 [ 3 ] {2455ab6b-f81f-4785-a666-4e48ea7ebd59} <Debug> executeQuery: Read 12 rows, 397.00 B in 0.021983 sec., 545.8763590046855 rows/sec., 17.64 KiB/sec. | ||
| 1018 | 2024.11.18 18:41:17.657177 [ 3 ] {2455ab6b-f81f-4785-a666-4e48ea7ebd59} <Debug> TCPHandler: Processed in 0.022406868 sec. | ||
| 1019 | 2024.11.18 18:41:17.657656 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1020 | 2024.11.18 18:41:17.657895 [ 5 ] {57cef6a8-1526-4105-a723-e562ade9cace} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('dendrite:sample_collection_duration', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table: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) | ||
| 1021 | 2024.11.18 18:41:17.658275 [ 5 ] {57cef6a8-1526-4105-a723-e562ade9cace} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1022 | 2024.11.18 18:41:17.658325 [ 5 ] {57cef6a8-1526-4105-a723-e562ade9cace} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('dendrite:sample_collection_duration', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table: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 | ||
| 1023 | 2024.11.18 18:41:17.658603 [ 5 ] {57cef6a8-1526-4105-a723-e562ade9cace} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1024 | 2024.11.18 18:41:17.658691 [ 5 ] {57cef6a8-1526-4105-a723-e562ade9cace} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1025 | 2024.11.18 18:41:17.658875 [ 5 ] {57cef6a8-1526-4105-a723-e562ade9cace} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Key condition: (column 0 notIn 13-element set) | ||
| 1026 | 2024.11.18 18:41:17.658918 [ 5 ] {57cef6a8-1526-4105-a723-e562ade9cace} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1027 | 2024.11.18 18:41:17.658946 [ 5 ] {57cef6a8-1526-4105-a723-e562ade9cace} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (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 | ||
| 1028 | 2024.11.18 18:41:17.658966 [ 5 ] {57cef6a8-1526-4105-a723-e562ade9cace} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1029 | 2024.11.18 18:41:17.659013 [ 5 ] {57cef6a8-1526-4105-a723-e562ade9cace} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('dendrite:sample_collection_duration', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1030 | 2024.11.18 18:41:17.659037 [ 5 ] {57cef6a8-1526-4105-a723-e562ade9cace} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 12 rows starting from 0 | ||
| 1031 | 2024.11.18 18:41:17.659692 [ 5 ] {57cef6a8-1526-4105-a723-e562ade9cace} <Debug> executeQuery: Read 12 rows, 397.00 B in 0.001892 sec., 6342.494714587738 rows/sec., 204.91 KiB/sec. | ||
| 1032 | 2024.11.18 18:41:17.659804 [ 5 ] {57cef6a8-1526-4105-a723-e562ade9cace} <Debug> TCPHandler: Processed in 0.002281605 sec. | ||
| 1033 | 2024.11.18 18:41:17.660116 [ 3 ] {} <Trace> TCP-Session: e0ce5c5e-4e65-44e9-9647-897c8225c771 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1034 | 2024.11.18 18:41:17.660308 [ 3 ] {2c56a552-82e6-4ea8-877d-7aa0effa3615} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35940) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('dendrite:sample_collection_duration', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table: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) | ||
| 1035 | 2024.11.18 18:41:17.660631 [ 3 ] {2c56a552-82e6-4ea8-877d-7aa0effa3615} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1036 | 2024.11.18 18:41:17.660670 [ 3 ] {2c56a552-82e6-4ea8-877d-7aa0effa3615} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('dendrite:sample_collection_duration', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table: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 | ||
| 1037 | 2024.11.18 18:41:17.660922 [ 3 ] {2c56a552-82e6-4ea8-877d-7aa0effa3615} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1038 | 2024.11.18 18:41:17.660995 [ 3 ] {2c56a552-82e6-4ea8-877d-7aa0effa3615} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1039 | 2024.11.18 18:41:17.661154 [ 3 ] {2c56a552-82e6-4ea8-877d-7aa0effa3615} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Key condition: (column 0 notIn 14-element set) | ||
| 1040 | 2024.11.18 18:41:17.661190 [ 3 ] {2c56a552-82e6-4ea8-877d-7aa0effa3615} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1041 | 2024.11.18 18:41:17.661215 [ 3 ] {2c56a552-82e6-4ea8-877d-7aa0effa3615} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (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 | ||
| 1042 | 2024.11.18 18:41:17.661232 [ 3 ] {2c56a552-82e6-4ea8-877d-7aa0effa3615} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1043 | 2024.11.18 18:41:17.661277 [ 3 ] {2c56a552-82e6-4ea8-877d-7aa0effa3615} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('dendrite:sample_collection_duration', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1044 | 2024.11.18 18:41:17.661302 [ 3 ] {2c56a552-82e6-4ea8-877d-7aa0effa3615} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 12 rows starting from 0 | ||
| 1045 | 2024.11.18 18:41:17.661909 [ 3 ] {2c56a552-82e6-4ea8-877d-7aa0effa3615} <Debug> executeQuery: Read 12 rows, 397.00 B in 0.001686 sec., 7117.437722419929 rows/sec., 229.95 KiB/sec. | ||
| 1046 | 2024.11.18 18:41:17.662035 [ 3 ] {2c56a552-82e6-4ea8-877d-7aa0effa3615} <Debug> TCPHandler: Processed in 0.001990179 sec. | ||
| 1047 | 2024.11.18 18:41:17.662347 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1048 | 2024.11.18 18:41:17.662527 [ 5 ] {71cb5171-24ae-4951-943a-973e85b08088} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('dendrite:sample_collection_duration', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table: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) | ||
| 1049 | 2024.11.18 18:41:17.662832 [ 5 ] {71cb5171-24ae-4951-943a-973e85b08088} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1050 | 2024.11.18 18:41:17.662870 [ 5 ] {71cb5171-24ae-4951-943a-973e85b08088} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('dendrite:sample_collection_duration', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table: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 | ||
| 1051 | 2024.11.18 18:41:17.663115 [ 5 ] {71cb5171-24ae-4951-943a-973e85b08088} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1052 | 2024.11.18 18:41:17.663183 [ 5 ] {71cb5171-24ae-4951-943a-973e85b08088} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1053 | 2024.11.18 18:41:17.663350 [ 5 ] {71cb5171-24ae-4951-943a-973e85b08088} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Key condition: (column 0 notIn 15-element set) | ||
| 1054 | 2024.11.18 18:41:17.663388 [ 5 ] {71cb5171-24ae-4951-943a-973e85b08088} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1055 | 2024.11.18 18:41:17.663412 [ 5 ] {71cb5171-24ae-4951-943a-973e85b08088} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (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 | ||
| 1056 | 2024.11.18 18:41:17.663431 [ 5 ] {71cb5171-24ae-4951-943a-973e85b08088} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1057 | 2024.11.18 18:41:17.663476 [ 5 ] {71cb5171-24ae-4951-943a-973e85b08088} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('dendrite:sample_collection_duration', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1058 | 2024.11.18 18:41:17.663500 [ 5 ] {71cb5171-24ae-4951-943a-973e85b08088} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 12 rows starting from 0 | ||
| 1059 | 2024.11.18 18:41:17.664057 [ 5 ] {71cb5171-24ae-4951-943a-973e85b08088} <Debug> executeQuery: Read 12 rows, 397.00 B in 0.00161 sec., 7453.416149068323 rows/sec., 240.80 KiB/sec. | ||
| 1060 | 2024.11.18 18:41:17.664154 [ 5 ] {71cb5171-24ae-4951-943a-973e85b08088} <Debug> TCPHandler: Processed in 0.001864706 sec. | ||
| 1061 | 2024.11.18 18:41:17.664448 [ 3 ] {} <Trace> TCP-Session: e0ce5c5e-4e65-44e9-9647-897c8225c771 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1062 | 2024.11.18 18:41:17.664626 [ 3 ] {7c0ec8ba-dc5b-40d3-a6d5-3c948a758e7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35940) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table: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) | ||
| 1063 | 2024.11.18 18:41:17.664928 [ 3 ] {7c0ec8ba-dc5b-40d3-a6d5-3c948a758e7b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1064 | 2024.11.18 18:41:17.664968 [ 3 ] {7c0ec8ba-dc5b-40d3-a6d5-3c948a758e7b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table: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 | ||
| 1065 | 2024.11.18 18:41:17.665215 [ 3 ] {7c0ec8ba-dc5b-40d3-a6d5-3c948a758e7b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1066 | 2024.11.18 18:41:17.665287 [ 3 ] {7c0ec8ba-dc5b-40d3-a6d5-3c948a758e7b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1067 | 2024.11.18 18:41:17.665439 [ 3 ] {7c0ec8ba-dc5b-40d3-a6d5-3c948a758e7b} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Key condition: (column 0 notIn 16-element set) | ||
| 1068 | 2024.11.18 18:41:17.665474 [ 3 ] {7c0ec8ba-dc5b-40d3-a6d5-3c948a758e7b} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1069 | 2024.11.18 18:41:17.665499 [ 3 ] {7c0ec8ba-dc5b-40d3-a6d5-3c948a758e7b} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (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 | ||
| 1070 | 2024.11.18 18:41:17.665516 [ 3 ] {7c0ec8ba-dc5b-40d3-a6d5-3c948a758e7b} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1071 | 2024.11.18 18:41:17.665561 [ 3 ] {7c0ec8ba-dc5b-40d3-a6d5-3c948a758e7b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1072 | 2024.11.18 18:41:17.665584 [ 3 ] {7c0ec8ba-dc5b-40d3-a6d5-3c948a758e7b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 12 rows starting from 0 | ||
| 1073 | 2024.11.18 18:41:17.666182 [ 3 ] {7c0ec8ba-dc5b-40d3-a6d5-3c948a758e7b} <Debug> executeQuery: Read 12 rows, 397.00 B in 0.001633 sec., 7348.438456827925 rows/sec., 237.41 KiB/sec. | ||
| 1074 | 2024.11.18 18:41:17.666308 [ 3 ] {7c0ec8ba-dc5b-40d3-a6d5-3c948a758e7b} <Debug> TCPHandler: Processed in 0.001924757 sec. | ||
| 1075 | 2024.11.18 18:41:17.666703 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1076 | 2024.11.18 18:41:17.666878 [ 5 ] {a4a1b876-fca1-4035-bd2e-f1fcff27445e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1077 | 2024.11.18 18:41:17.667188 [ 5 ] {a4a1b876-fca1-4035-bd2e-f1fcff27445e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1078 | 2024.11.18 18:41:17.667228 [ 5 ] {a4a1b876-fca1-4035-bd2e-f1fcff27445e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1079 | 2024.11.18 18:41:17.667484 [ 5 ] {a4a1b876-fca1-4035-bd2e-f1fcff27445e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1080 | 2024.11.18 18:41:17.667550 [ 5 ] {a4a1b876-fca1-4035-bd2e-f1fcff27445e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1081 | 2024.11.18 18:41:17.667701 [ 5 ] {a4a1b876-fca1-4035-bd2e-f1fcff27445e} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Key condition: (column 0 notIn 17-element set) | ||
| 1082 | 2024.11.18 18:41:17.667739 [ 5 ] {a4a1b876-fca1-4035-bd2e-f1fcff27445e} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1083 | 2024.11.18 18:41:17.667766 [ 5 ] {a4a1b876-fca1-4035-bd2e-f1fcff27445e} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (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 | ||
| 1084 | 2024.11.18 18:41:17.667785 [ 5 ] {a4a1b876-fca1-4035-bd2e-f1fcff27445e} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1085 | 2024.11.18 18:41:17.667829 [ 5 ] {a4a1b876-fca1-4035-bd2e-f1fcff27445e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1086 | 2024.11.18 18:41:17.667852 [ 5 ] {a4a1b876-fca1-4035-bd2e-f1fcff27445e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 12 rows starting from 0 | ||
| 1087 | 2024.11.18 18:41:17.668385 [ 5 ] {a4a1b876-fca1-4035-bd2e-f1fcff27445e} <Debug> executeQuery: Read 12 rows, 397.00 B in 0.001586 sec., 7566.204287515763 rows/sec., 244.45 KiB/sec. | ||
| 1088 | 2024.11.18 18:41:17.668472 [ 5 ] {a4a1b876-fca1-4035-bd2e-f1fcff27445e} <Debug> TCPHandler: Processed in 0.001829836 sec. | ||
| 1089 | 2024.11.18 18:41:17.668799 [ 3 ] {} <Trace> TCP-Session: e0ce5c5e-4e65-44e9-9647-897c8225c771 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1090 | 2024.11.18 18:41:17.668980 [ 3 ] {b00717d8-14b0-407e-9be4-59779d69a589} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35940) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1091 | 2024.11.18 18:41:17.669291 [ 3 ] {b00717d8-14b0-407e-9be4-59779d69a589} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1092 | 2024.11.18 18:41:17.669333 [ 3 ] {b00717d8-14b0-407e-9be4-59779d69a589} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1093 | 2024.11.18 18:41:17.669592 [ 3 ] {b00717d8-14b0-407e-9be4-59779d69a589} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1094 | 2024.11.18 18:41:17.669682 [ 3 ] {b00717d8-14b0-407e-9be4-59779d69a589} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1095 | 2024.11.18 18:41:17.669924 [ 3 ] {b00717d8-14b0-407e-9be4-59779d69a589} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
| 1096 | 2024.11.18 18:41:17.669985 [ 3 ] {b00717d8-14b0-407e-9be4-59779d69a589} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1097 | 2024.11.18 18:41:17.670022 [ 3 ] {b00717d8-14b0-407e-9be4-59779d69a589} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (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 | ||
| 1098 | 2024.11.18 18:41:17.670050 [ 3 ] {b00717d8-14b0-407e-9be4-59779d69a589} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1099 | 2024.11.18 18:41:17.670116 [ 3 ] {b00717d8-14b0-407e-9be4-59779d69a589} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1100 | 2024.11.18 18:41:17.670152 [ 3 ] {b00717d8-14b0-407e-9be4-59779d69a589} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 12 rows starting from 0 | ||
| 1101 | 2024.11.18 18:41:17.671107 [ 3 ] {b00717d8-14b0-407e-9be4-59779d69a589} <Debug> executeQuery: Read 12 rows, 397.00 B in 0.002208 sec., 5434.782608695652 rows/sec., 175.59 KiB/sec. | ||
| 1102 | 2024.11.18 18:41:17.671229 [ 3 ] {b00717d8-14b0-407e-9be4-59779d69a589} <Debug> TCPHandler: Processed in 0.002487339 sec. | ||
| 1103 | 2024.11.18 18:41:17.671528 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1104 | 2024.11.18 18:41:17.671706 [ 5 ] {4420058f-de99-4522-926d-66fc7449464f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1105 | 2024.11.18 18:41:17.672009 [ 5 ] {4420058f-de99-4522-926d-66fc7449464f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1106 | 2024.11.18 18:41:17.672050 [ 5 ] {4420058f-de99-4522-926d-66fc7449464f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1107 | 2024.11.18 18:41:17.672309 [ 5 ] {4420058f-de99-4522-926d-66fc7449464f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1108 | 2024.11.18 18:41:17.672378 [ 5 ] {4420058f-de99-4522-926d-66fc7449464f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1109 | 2024.11.18 18:41:17.672529 [ 5 ] {4420058f-de99-4522-926d-66fc7449464f} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
| 1110 | 2024.11.18 18:41:17.672565 [ 5 ] {4420058f-de99-4522-926d-66fc7449464f} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1111 | 2024.11.18 18:41:17.672589 [ 5 ] {4420058f-de99-4522-926d-66fc7449464f} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (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 | ||
| 1112 | 2024.11.18 18:41:17.672606 [ 5 ] {4420058f-de99-4522-926d-66fc7449464f} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1113 | 2024.11.18 18:41:17.672650 [ 5 ] {4420058f-de99-4522-926d-66fc7449464f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1114 | 2024.11.18 18:41:17.672675 [ 5 ] {4420058f-de99-4522-926d-66fc7449464f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 12 rows starting from 0 | ||
| 1115 | 2024.11.18 18:41:17.673207 [ 5 ] {4420058f-de99-4522-926d-66fc7449464f} <Debug> executeQuery: Read 12 rows, 397.00 B in 0.00158 sec., 7594.93670886076 rows/sec., 245.38 KiB/sec. | ||
| 1116 | 2024.11.18 18:41:17.673291 [ 5 ] {4420058f-de99-4522-926d-66fc7449464f} <Debug> TCPHandler: Processed in 0.001820676 sec. | ||
| 1117 | 2024.11.18 18:41:17.673572 [ 3 ] {} <Trace> TCP-Session: e0ce5c5e-4e65-44e9-9647-897c8225c771 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1118 | 2024.11.18 18:41:17.673751 [ 3 ] {a297f020-f3ae-4076-b39e-41d071823d66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35940) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1119 | 2024.11.18 18:41:17.674059 [ 3 ] {a297f020-f3ae-4076-b39e-41d071823d66} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1120 | 2024.11.18 18:41:17.674101 [ 3 ] {a297f020-f3ae-4076-b39e-41d071823d66} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1121 | 2024.11.18 18:41:17.674368 [ 3 ] {a297f020-f3ae-4076-b39e-41d071823d66} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1122 | 2024.11.18 18:41:17.674441 [ 3 ] {a297f020-f3ae-4076-b39e-41d071823d66} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1123 | 2024.11.18 18:41:17.674594 [ 3 ] {a297f020-f3ae-4076-b39e-41d071823d66} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
| 1124 | 2024.11.18 18:41:17.674638 [ 3 ] {a297f020-f3ae-4076-b39e-41d071823d66} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1125 | 2024.11.18 18:41:17.674669 [ 3 ] {a297f020-f3ae-4076-b39e-41d071823d66} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (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 | ||
| 1126 | 2024.11.18 18:41:17.674687 [ 3 ] {a297f020-f3ae-4076-b39e-41d071823d66} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1127 | 2024.11.18 18:41:17.674734 [ 3 ] {a297f020-f3ae-4076-b39e-41d071823d66} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1128 | 2024.11.18 18:41:17.674757 [ 3 ] {a297f020-f3ae-4076-b39e-41d071823d66} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 12 rows starting from 0 | ||
| 1129 | 2024.11.18 18:41:17.675351 [ 3 ] {a297f020-f3ae-4076-b39e-41d071823d66} <Debug> executeQuery: Read 12 rows, 397.00 B in 0.001677 sec., 7155.6350626118065 rows/sec., 231.18 KiB/sec. | ||
| 1130 | 2024.11.18 18:41:17.675469 [ 3 ] {a297f020-f3ae-4076-b39e-41d071823d66} <Debug> TCPHandler: Processed in 0.001961769 sec. | ||
| 1131 | 2024.11.18 18:41:17.675741 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1132 | 2024.11.18 18:41:17.675921 [ 5 ] {a811d91c-d5c9-4d9c-8313-bfb05e548362} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1133 | 2024.11.18 18:41:17.676223 [ 5 ] {a811d91c-d5c9-4d9c-8313-bfb05e548362} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1134 | 2024.11.18 18:41:17.676263 [ 5 ] {a811d91c-d5c9-4d9c-8313-bfb05e548362} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1135 | 2024.11.18 18:41:17.676541 [ 5 ] {a811d91c-d5c9-4d9c-8313-bfb05e548362} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1136 | 2024.11.18 18:41:17.676609 [ 5 ] {a811d91c-d5c9-4d9c-8313-bfb05e548362} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1137 | 2024.11.18 18:41:17.676761 [ 5 ] {a811d91c-d5c9-4d9c-8313-bfb05e548362} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
| 1138 | 2024.11.18 18:41:17.676796 [ 5 ] {a811d91c-d5c9-4d9c-8313-bfb05e548362} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1139 | 2024.11.18 18:41:17.676819 [ 5 ] {a811d91c-d5c9-4d9c-8313-bfb05e548362} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (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 | ||
| 1140 | 2024.11.18 18:41:17.676837 [ 5 ] {a811d91c-d5c9-4d9c-8313-bfb05e548362} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1141 | 2024.11.18 18:41:17.676882 [ 5 ] {a811d91c-d5c9-4d9c-8313-bfb05e548362} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1142 | 2024.11.18 18:41:17.676906 [ 5 ] {a811d91c-d5c9-4d9c-8313-bfb05e548362} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 12 rows starting from 0 | ||
| 1143 | 2024.11.18 18:41:17.677420 [ 5 ] {a811d91c-d5c9-4d9c-8313-bfb05e548362} <Debug> executeQuery: Read 12 rows, 397.00 B in 0.001584 sec., 7575.757575757576 rows/sec., 244.76 KiB/sec. | ||
| 1144 | 2024.11.18 18:41:17.677503 [ 5 ] {a811d91c-d5c9-4d9c-8313-bfb05e548362} <Debug> TCPHandler: Processed in 0.001819625 sec. | ||
| 1145 | 2024.11.18 18:41:17.738494 [ 3 ] {} <Trace> TCP-Session: e0ce5c5e-4e65-44e9-9647-897c8225c771 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1146 | 2024.11.18 18:41:17.738733 [ 3 ] {b83ac43b-afe2-45c4-a3aa-22ea4862c482} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35940) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1147 | 2024.11.18 18:41:17.739129 [ 3 ] {b83ac43b-afe2-45c4-a3aa-22ea4862c482} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1148 | 2024.11.18 18:41:17.739175 [ 3 ] {b83ac43b-afe2-45c4-a3aa-22ea4862c482} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1149 | 2024.11.18 18:41:17.739471 [ 3 ] {b83ac43b-afe2-45c4-a3aa-22ea4862c482} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1150 | 2024.11.18 18:41:17.739551 [ 3 ] {b83ac43b-afe2-45c4-a3aa-22ea4862c482} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1151 | 2024.11.18 18:41:17.739725 [ 3 ] {b83ac43b-afe2-45c4-a3aa-22ea4862c482} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
| 1152 | 2024.11.18 18:41:17.739765 [ 3 ] {b83ac43b-afe2-45c4-a3aa-22ea4862c482} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1153 | 2024.11.18 18:41:17.739790 [ 3 ] {b83ac43b-afe2-45c4-a3aa-22ea4862c482} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (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 | ||
| 1154 | 2024.11.18 18:41:17.739808 [ 3 ] {b83ac43b-afe2-45c4-a3aa-22ea4862c482} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1155 | 2024.11.18 18:41:17.739857 [ 3 ] {b83ac43b-afe2-45c4-a3aa-22ea4862c482} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('dendrite:sample_collection_duration', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1156 | 2024.11.18 18:41:17.739880 [ 3 ] {b83ac43b-afe2-45c4-a3aa-22ea4862c482} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 12 rows starting from 0 | ||
| 1157 | 2024.11.18 18:41:17.740585 [ 3 ] {b83ac43b-afe2-45c4-a3aa-22ea4862c482} <Debug> executeQuery: Read 12 rows, 397.00 B in 0.001959 sec., 6125.5742725880555 rows/sec., 197.90 KiB/sec. | ||
| 1158 | 2024.11.18 18:41:17.740715 [ 3 ] {b83ac43b-afe2-45c4-a3aa-22ea4862c482} <Debug> TCPHandler: Processed in 0.002330725 sec. | ||
| 1159 | 2024.11.18 18:41:17.741274 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1160 | 2024.11.18 18:41:17.741427 [ 5 ] {e9e519e1-bdd4-4898-8eaa-e94c8244c09b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1161 | 2024.11.18 18:41:17.741490 [ 5 ] {e9e519e1-bdd4-4898-8eaa-e94c8244c09b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1162 | 2024.11.18 18:41:17.742291 [ 5 ] {e9e519e1-bdd4-4898-8eaa-e94c8244c09b} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1163 | 2024.11.18 18:41:17.742338 [ 5 ] {e9e519e1-bdd4-4898-8eaa-e94c8244c09b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 1164 | 2024.11.18 18:41:17.742901 [ 5 ] {e9e519e1-bdd4-4898-8eaa-e94c8244c09b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1165 | 2024.11.18 18:41:17.743134 [ 5 ] {e9e519e1-bdd4-4898-8eaa-e94c8244c09b} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1166 | 2024.11.18 18:41:17.743362 [ 5 ] {e9e519e1-bdd4-4898-8eaa-e94c8244c09b} <Debug> executeQuery: Read 11 rows, 1.93 KiB in 0.001977 sec., 5563.98583712696 rows/sec., 977.55 KiB/sec. | ||
| 1167 | 2024.11.18 18:41:17.743426 [ 5 ] {e9e519e1-bdd4-4898-8eaa-e94c8244c09b} <Debug> TCPHandler: Processed in 0.002240863 sec. | ||
| 1168 | 2024.11.18 18:41:17.743596 [ 3 ] {} <Trace> TCP-Session: e0ce5c5e-4e65-44e9-9647-897c8225c771 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1169 | 2024.11.18 18:41:17.743734 [ 3 ] {430ce742-fd57-467f-b901-0e976963788c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35940) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1170 | 2024.11.18 18:41:17.743789 [ 3 ] {430ce742-fd57-467f-b901-0e976963788c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1171 | 2024.11.18 18:41:17.745097 [ 3 ] {430ce742-fd57-467f-b901-0e976963788c} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1172 | 2024.11.18 18:41:17.745149 [ 3 ] {430ce742-fd57-467f-b901-0e976963788c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 1173 | 2024.11.18 18:41:17.745703 [ 3 ] {430ce742-fd57-467f-b901-0e976963788c} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1174 | 2024.11.18 18:41:17.745972 [ 3 ] {430ce742-fd57-467f-b901-0e976963788c} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1175 | 2024.11.18 18:41:17.746204 [ 3 ] {430ce742-fd57-467f-b901-0e976963788c} <Debug> executeQuery: Read 1145 rows, 96.53 KiB in 0.00251 sec., 456175.2988047809 rows/sec., 37.56 MiB/sec. | ||
| 1176 | 2024.11.18 18:41:17.746271 [ 3 ] {430ce742-fd57-467f-b901-0e976963788c} <Debug> TCPHandler: Processed in 0.002733954 sec. | ||
| 1177 | 2024.11.18 18:41:17.746422 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1178 | 2024.11.18 18:41:17.746540 [ 5 ] {336cbf49-2172-4268-8496-8fb0c8559f5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1179 | 2024.11.18 18:41:17.746592 [ 5 ] {336cbf49-2172-4268-8496-8fb0c8559f5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1180 | 2024.11.18 18:41:17.747387 [ 5 ] {336cbf49-2172-4268-8496-8fb0c8559f5e} <Trace> oximeter.fields_u32 (83ac11ca-fabd-4357-b8e5-0d6d82c87995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1181 | 2024.11.18 18:41:17.747437 [ 5 ] {336cbf49-2172-4268-8496-8fb0c8559f5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 1182 | 2024.11.18 18:41:17.747846 [ 5 ] {336cbf49-2172-4268-8496-8fb0c8559f5e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1183 | 2024.11.18 18:41:17.748120 [ 5 ] {336cbf49-2172-4268-8496-8fb0c8559f5e} <Trace> oximeter.fields_u32 (83ac11ca-fabd-4357-b8e5-0d6d82c87995): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1184 | 2024.11.18 18:41:17.748338 [ 5 ] {336cbf49-2172-4268-8496-8fb0c8559f5e} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001825 sec., 124931.50684931506 rows/sec., 8.46 MiB/sec. | ||
| 1185 | 2024.11.18 18:41:17.748402 [ 5 ] {336cbf49-2172-4268-8496-8fb0c8559f5e} <Debug> TCPHandler: Processed in 0.00203327 sec. | ||
| 1186 | 2024.11.18 18:41:17.748542 [ 3 ] {} <Trace> TCP-Session: e0ce5c5e-4e65-44e9-9647-897c8225c771 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1187 | 2024.11.18 18:41:17.748671 [ 3 ] {41c3e7a2-1da0-4ce8-9f65-c86a22a363a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35940) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1188 | 2024.11.18 18:41:17.748730 [ 3 ] {41c3e7a2-1da0-4ce8-9f65-c86a22a363a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1189 | 2024.11.18 18:41:17.749685 [ 3 ] {41c3e7a2-1da0-4ce8-9f65-c86a22a363a8} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1190 | 2024.11.18 18:41:17.749728 [ 3 ] {41c3e7a2-1da0-4ce8-9f65-c86a22a363a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 1191 | 2024.11.18 18:41:17.750131 [ 3 ] {41c3e7a2-1da0-4ce8-9f65-c86a22a363a8} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1192 | 2024.11.18 18:41:17.750387 [ 3 ] {41c3e7a2-1da0-4ce8-9f65-c86a22a363a8} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1193 | 2024.11.18 18:41:17.750602 [ 3 ] {41c3e7a2-1da0-4ce8-9f65-c86a22a363a8} <Debug> executeQuery: Read 464 rows, 34.93 KiB in 0.001965 sec., 236132.31552162848 rows/sec., 17.36 MiB/sec. | ||
| 1194 | 2024.11.18 18:41:17.750661 [ 3 ] {41c3e7a2-1da0-4ce8-9f65-c86a22a363a8} <Debug> TCPHandler: Processed in 0.002173203 sec. | ||
| 1195 | 2024.11.18 18:41:17.750824 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1196 | 2024.11.18 18:41:17.750965 [ 5 ] {363942b9-793b-40d6-a7c3-25c3fb0dfcca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1197 | 2024.11.18 18:41:17.751028 [ 5 ] {363942b9-793b-40d6-a7c3-25c3fb0dfcca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1198 | 2024.11.18 18:41:17.752039 [ 5 ] {363942b9-793b-40d6-a7c3-25c3fb0dfcca} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1199 | 2024.11.18 18:41:17.752076 [ 5 ] {363942b9-793b-40d6-a7c3-25c3fb0dfcca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 1200 | 2024.11.18 18:41:17.752605 [ 5 ] {363942b9-793b-40d6-a7c3-25c3fb0dfcca} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1201 | 2024.11.18 18:41:17.752870 [ 5 ] {363942b9-793b-40d6-a7c3-25c3fb0dfcca} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1202 | 2024.11.18 18:41:17.753078 [ 5 ] {363942b9-793b-40d6-a7c3-25c3fb0dfcca} <Debug> executeQuery: Read 1467 rows, 100.31 KiB in 0.002147 sec., 683278.9939450396 rows/sec., 45.62 MiB/sec. | ||
| 1203 | 2024.11.18 18:41:17.753141 [ 5 ] {363942b9-793b-40d6-a7c3-25c3fb0dfcca} <Debug> TCPHandler: Processed in 0.002384697 sec. | ||
| 1204 | 2024.11.18 18:41:17.753300 [ 3 ] {} <Trace> TCP-Session: e0ce5c5e-4e65-44e9-9647-897c8225c771 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1205 | 2024.11.18 18:41:17.753441 [ 3 ] {3b9062e8-6601-4b1b-94d0-e5394fd35d02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35940) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1206 | 2024.11.18 18:41:17.753502 [ 3 ] {3b9062e8-6601-4b1b-94d0-e5394fd35d02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1207 | 2024.11.18 18:41:17.754002 [ 3 ] {3b9062e8-6601-4b1b-94d0-e5394fd35d02} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1208 | 2024.11.18 18:41:17.754042 [ 3 ] {3b9062e8-6601-4b1b-94d0-e5394fd35d02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 1209 | 2024.11.18 18:41:17.754424 [ 3 ] {3b9062e8-6601-4b1b-94d0-e5394fd35d02} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1210 | 2024.11.18 18:41:17.754676 [ 3 ] {3b9062e8-6601-4b1b-94d0-e5394fd35d02} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1211 | 2024.11.18 18:41:17.754884 [ 3 ] {3b9062e8-6601-4b1b-94d0-e5394fd35d02} <Debug> executeQuery: Read 2 rows, 129.00 B in 0.001475 sec., 1355.9322033898306 rows/sec., 85.41 KiB/sec. | ||
| 1212 | 2024.11.18 18:41:17.754946 [ 3 ] {3b9062e8-6601-4b1b-94d0-e5394fd35d02} <Debug> TCPHandler: Processed in 0.001712474 sec. | ||
| 1213 | 2024.11.18 18:41:18.154122 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:46677, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1214 | 2024.11.18 18:41:18.169443 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:61055, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1215 | 2024.11.18 18:41:18.189795 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:47349, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1216 | 2024.11.18 18:41:18.233423 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:63037, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1217 | 2024.11.18 18:41:18.243833 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:52798, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1218 | 2024.11.18 18:41:18.247162 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:55658, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1219 | 2024.11.18 18:41:18.256565 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:53575, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1220 | 2024.11.18 18:41:21.061820 [ 3 ] {} <Trace> TCP-Session: e0ce5c5e-4e65-44e9-9647-897c8225c771 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1221 | 2024.11.18 18:41:21.062004 [ 3 ] {f9ba89e0-885b-48b2-8d31-82c0345970fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35940) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1222 | 2024.11.18 18:41:21.062076 [ 3 ] {f9ba89e0-885b-48b2-8d31-82c0345970fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1223 | 2024.11.18 18:41:21.062798 [ 3 ] {f9ba89e0-885b-48b2-8d31-82c0345970fe} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1224 | 2024.11.18 18:41:21.062846 [ 3 ] {f9ba89e0-885b-48b2-8d31-82c0345970fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 1225 | 2024.11.18 18:41:21.063284 [ 3 ] {f9ba89e0-885b-48b2-8d31-82c0345970fe} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1226 | 2024.11.18 18:41:21.063539 [ 3 ] {f9ba89e0-885b-48b2-8d31-82c0345970fe} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1227 | 2024.11.18 18:41:21.063773 [ 3 ] {f9ba89e0-885b-48b2-8d31-82c0345970fe} <Debug> executeQuery: Read 4 rows, 345.00 B in 0.001821 sec., 2196.595277320154 rows/sec., 185.02 KiB/sec. | ||
| 1228 | 2024.11.18 18:41:21.063844 [ 3 ] {f9ba89e0-885b-48b2-8d31-82c0345970fe} <Debug> TCPHandler: Processed in 0.002183222 sec. | ||
| 1229 | 2024.11.18 18:41:21.064164 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1230 | 2024.11.18 18:41:21.064464 [ 5 ] {59c012a7-8996-4a67-b8c3-99074092db0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1231 | 2024.11.18 18:41:21.064580 [ 5 ] {59c012a7-8996-4a67-b8c3-99074092db0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1232 | 2024.11.18 18:41:21.065383 [ 5 ] {59c012a7-8996-4a67-b8c3-99074092db0a} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1233 | 2024.11.18 18:41:21.065425 [ 5 ] {59c012a7-8996-4a67-b8c3-99074092db0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 1234 | 2024.11.18 18:41:21.065835 [ 5 ] {59c012a7-8996-4a67-b8c3-99074092db0a} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1235 | 2024.11.18 18:41:21.066084 [ 5 ] {59c012a7-8996-4a67-b8c3-99074092db0a} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1236 | 2024.11.18 18:41:21.066284 [ 5 ] {59c012a7-8996-4a67-b8c3-99074092db0a} <Debug> executeQuery: Read 8 rows, 658.00 B in 0.001903 sec., 4203.888596952181 rows/sec., 337.67 KiB/sec. | ||
| 1237 | 2024.11.18 18:41:21.066344 [ 5 ] {59c012a7-8996-4a67-b8c3-99074092db0a} <Debug> TCPHandler: Processed in 0.002365526 sec. | ||
| 1238 | 2024.11.18 18:41:21.066520 [ 3 ] {} <Trace> TCP-Session: e0ce5c5e-4e65-44e9-9647-897c8225c771 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1239 | 2024.11.18 18:41:21.066663 [ 3 ] {9ff1aa4a-5eb9-4415-a4e6-e9f7d0e90c62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35940) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1240 | 2024.11.18 18:41:21.066728 [ 3 ] {9ff1aa4a-5eb9-4415-a4e6-e9f7d0e90c62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1241 | 2024.11.18 18:41:21.067347 [ 3 ] {9ff1aa4a-5eb9-4415-a4e6-e9f7d0e90c62} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1242 | 2024.11.18 18:41:21.067395 [ 3 ] {9ff1aa4a-5eb9-4415-a4e6-e9f7d0e90c62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 1243 | 2024.11.18 18:41:21.067822 [ 3 ] {9ff1aa4a-5eb9-4415-a4e6-e9f7d0e90c62} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1244 | 2024.11.18 18:41:21.068073 [ 3 ] {9ff1aa4a-5eb9-4415-a4e6-e9f7d0e90c62} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1245 | 2024.11.18 18:41:21.068281 [ 3 ] {9ff1aa4a-5eb9-4415-a4e6-e9f7d0e90c62} <Debug> executeQuery: Read 6 rows, 468.00 B in 0.001653 sec., 3629.7640653357535 rows/sec., 276.49 KiB/sec. | ||
| 1246 | 2024.11.18 18:41:21.068336 [ 3 ] {9ff1aa4a-5eb9-4415-a4e6-e9f7d0e90c62} <Debug> TCPHandler: Processed in 0.001885768 sec. | ||
| 1247 | 2024.11.18 18:41:21.068478 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1248 | 2024.11.18 18:41:21.068602 [ 5 ] {dd27b95e-2f7a-4d84-941d-9fadd5c6b5fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1249 | 2024.11.18 18:41:21.068656 [ 5 ] {dd27b95e-2f7a-4d84-941d-9fadd5c6b5fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1250 | 2024.11.18 18:41:21.069225 [ 5 ] {dd27b95e-2f7a-4d84-941d-9fadd5c6b5fc} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1251 | 2024.11.18 18:41:21.069269 [ 5 ] {dd27b95e-2f7a-4d84-941d-9fadd5c6b5fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 1252 | 2024.11.18 18:41:21.069694 [ 5 ] {dd27b95e-2f7a-4d84-941d-9fadd5c6b5fc} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1253 | 2024.11.18 18:41:21.069935 [ 5 ] {dd27b95e-2f7a-4d84-941d-9fadd5c6b5fc} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1254 | 2024.11.18 18:41:21.070106 [ 5 ] {dd27b95e-2f7a-4d84-941d-9fadd5c6b5fc} <Debug> executeQuery: Read 6 rows, 387.00 B in 0.001534 sec., 3911.342894393742 rows/sec., 246.37 KiB/sec. | ||
| 1255 | 2024.11.18 18:41:21.070154 [ 5 ] {dd27b95e-2f7a-4d84-941d-9fadd5c6b5fc} <Debug> TCPHandler: Processed in 0.001730514 sec. | ||
| 1256 | 2024.11.18 18:41:24.481835 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 62 entries to flush up to offset 198 | ||
| 1257 | 2024.11.18 18:41:24.485475 [ 242 ] {} <Trace> system.query_log (5706cc8f-2754-46ca-b9b4-a1f620913b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1258 | 2024.11.18 18:41:24.485537 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. | ||
| 1259 | 2024.11.18 18:41:24.487217 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1260 | 2024.11.18 18:41:24.487551 [ 242 ] {} <Trace> system.query_log (5706cc8f-2754-46ca-b9b4-a1f620913b28): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1261 | 2024.11.18 18:41:24.488220 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 198 | ||
| 1262 | 2024.11.18 18:41:26.062229 [ 3 ] {} <Trace> TCP-Session: e0ce5c5e-4e65-44e9-9647-897c8225c771 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1263 | 2024.11.18 18:41:26.062436 [ 3 ] {cea1b01f-7e7a-48a6-b472-ead034f6af73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35940) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1264 | 2024.11.18 18:41:26.062509 [ 3 ] {cea1b01f-7e7a-48a6-b472-ead034f6af73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1265 | 2024.11.18 18:41:26.063253 [ 3 ] {cea1b01f-7e7a-48a6-b472-ead034f6af73} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1266 | 2024.11.18 18:41:26.063307 [ 3 ] {cea1b01f-7e7a-48a6-b472-ead034f6af73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1267 | 2024.11.18 18:41:26.063739 [ 3 ] {cea1b01f-7e7a-48a6-b472-ead034f6af73} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1268 | 2024.11.18 18:41:26.064006 [ 3 ] {cea1b01f-7e7a-48a6-b472-ead034f6af73} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1269 | 2024.11.18 18:41:26.064247 [ 3 ] {cea1b01f-7e7a-48a6-b472-ead034f6af73} <Debug> executeQuery: Read 4 rows, 345.00 B in 0.001861 sec., 2149.38205265986 rows/sec., 181.04 KiB/sec. | ||
| 1270 | 2024.11.18 18:41:26.064310 [ 3 ] {cea1b01f-7e7a-48a6-b472-ead034f6af73} <Debug> TCPHandler: Processed in 0.002205534 sec. | ||
| 1271 | 2024.11.18 18:41:26.064571 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1272 | 2024.11.18 18:41:26.064769 [ 5 ] {c192b164-e546-4b75-a0da-ac677f586911} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1273 | 2024.11.18 18:41:26.064846 [ 5 ] {c192b164-e546-4b75-a0da-ac677f586911} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1274 | 2024.11.18 18:41:26.065583 [ 5 ] {c192b164-e546-4b75-a0da-ac677f586911} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1275 | 2024.11.18 18:41:26.065632 [ 5 ] {c192b164-e546-4b75-a0da-ac677f586911} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1276 | 2024.11.18 18:41:26.066078 [ 5 ] {c192b164-e546-4b75-a0da-ac677f586911} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1277 | 2024.11.18 18:41:26.066349 [ 5 ] {c192b164-e546-4b75-a0da-ac677f586911} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1278 | 2024.11.18 18:41:26.066572 [ 5 ] {c192b164-e546-4b75-a0da-ac677f586911} <Debug> executeQuery: Read 8 rows, 658.00 B in 0.00185 sec., 4324.324324324324 rows/sec., 347.34 KiB/sec. | ||
| 1279 | 2024.11.18 18:41:26.066650 [ 5 ] {c192b164-e546-4b75-a0da-ac677f586911} <Debug> TCPHandler: Processed in 0.002215553 sec. | ||
| 1280 | 2024.11.18 18:41:26.066821 [ 3 ] {} <Trace> TCP-Session: e0ce5c5e-4e65-44e9-9647-897c8225c771 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1281 | 2024.11.18 18:41:26.066957 [ 3 ] {66c5f377-29f7-4349-985f-aaddf9913005} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35940) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1282 | 2024.11.18 18:41:26.067014 [ 3 ] {66c5f377-29f7-4349-985f-aaddf9913005} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1283 | 2024.11.18 18:41:26.067560 [ 3 ] {66c5f377-29f7-4349-985f-aaddf9913005} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1284 | 2024.11.18 18:41:26.067602 [ 3 ] {66c5f377-29f7-4349-985f-aaddf9913005} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1285 | 2024.11.18 18:41:26.068108 [ 3 ] {66c5f377-29f7-4349-985f-aaddf9913005} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1286 | 2024.11.18 18:41:26.068415 [ 3 ] {66c5f377-29f7-4349-985f-aaddf9913005} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1287 | 2024.11.18 18:41:26.068668 [ 3 ] {66c5f377-29f7-4349-985f-aaddf9913005} <Debug> executeQuery: Read 10 rows, 780.00 B in 0.001739 sec., 5750.431282346176 rows/sec., 438.02 KiB/sec. | ||
| 1288 | 2024.11.18 18:41:26.068736 [ 3 ] {66c5f377-29f7-4349-985f-aaddf9913005} <Debug> TCPHandler: Processed in 0.001977389 sec. | ||
| 1289 | 2024.11.18 18:41:26.068912 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1290 | 2024.11.18 18:41:26.069062 [ 5 ] {c9d4ea58-130a-4447-ac65-466a4dbb856f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1291 | 2024.11.18 18:41:26.069127 [ 5 ] {c9d4ea58-130a-4447-ac65-466a4dbb856f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1292 | 2024.11.18 18:41:26.069706 [ 5 ] {c9d4ea58-130a-4447-ac65-466a4dbb856f} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1293 | 2024.11.18 18:41:26.069751 [ 5 ] {c9d4ea58-130a-4447-ac65-466a4dbb856f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1294 | 2024.11.18 18:41:26.070154 [ 5 ] {c9d4ea58-130a-4447-ac65-466a4dbb856f} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1295 | 2024.11.18 18:41:26.070395 [ 5 ] {c9d4ea58-130a-4447-ac65-466a4dbb856f} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1296 | 2024.11.18 18:41:26.070589 [ 5 ] {c9d4ea58-130a-4447-ac65-466a4dbb856f} <Debug> executeQuery: Read 10 rows, 645.00 B in 0.001565 sec., 6389.776357827476 rows/sec., 402.48 KiB/sec. | ||
| 1297 | 2024.11.18 18:41:26.070645 [ 5 ] {c9d4ea58-130a-4447-ac65-466a4dbb856f} <Debug> TCPHandler: Processed in 0.001802256 sec. | ||
| 1298 | 2024.11.18 18:41:29.428981 [ 86 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1299 | 2024.11.18 18:41:29.429036 [ 86 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1300 | 2024.11.18 18:41:31.066412 [ 3 ] {} <Trace> TCP-Session: e0ce5c5e-4e65-44e9-9647-897c8225c771 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1301 | 2024.11.18 18:41:31.066619 [ 3 ] {75fabd0b-529e-47e0-a104-96d0eb6f681a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35940) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1302 | 2024.11.18 18:41:31.066695 [ 3 ] {75fabd0b-529e-47e0-a104-96d0eb6f681a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1303 | 2024.11.18 18:41:31.067445 [ 3 ] {75fabd0b-529e-47e0-a104-96d0eb6f681a} <Trace> oximeter.fields_i16 (d269e674-0362-4b8e-97b0-6474794c47df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1304 | 2024.11.18 18:41:31.067501 [ 3 ] {75fabd0b-529e-47e0-a104-96d0eb6f681a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1305 | 2024.11.18 18:41:31.067940 [ 3 ] {75fabd0b-529e-47e0-a104-96d0eb6f681a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1306 | 2024.11.18 18:41:31.068205 [ 3 ] {75fabd0b-529e-47e0-a104-96d0eb6f681a} <Trace> oximeter.fields_i16 (d269e674-0362-4b8e-97b0-6474794c47df): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1307 | 2024.11.18 18:41:31.068487 [ 3 ] {75fabd0b-529e-47e0-a104-96d0eb6f681a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001903 sec., 7356.8050446663165 rows/sec., 529.59 KiB/sec. | ||
| 1308 | 2024.11.18 18:41:31.068618 [ 3 ] {75fabd0b-529e-47e0-a104-96d0eb6f681a} <Debug> TCPHandler: Processed in 0.002335246 sec. | ||
| 1309 | 2024.11.18 18:41:31.068878 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1310 | 2024.11.18 18:41:31.069070 [ 5 ] {0948a83d-cc80-4e2b-b951-a74a49c35d34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1311 | 2024.11.18 18:41:31.069143 [ 5 ] {0948a83d-cc80-4e2b-b951-a74a49c35d34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1312 | 2024.11.18 18:41:31.069955 [ 5 ] {0948a83d-cc80-4e2b-b951-a74a49c35d34} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1313 | 2024.11.18 18:41:31.070005 [ 5 ] {0948a83d-cc80-4e2b-b951-a74a49c35d34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1314 | 2024.11.18 18:41:31.070441 [ 5 ] {0948a83d-cc80-4e2b-b951-a74a49c35d34} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1315 | 2024.11.18 18:41:31.070706 [ 5 ] {0948a83d-cc80-4e2b-b951-a74a49c35d34} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1316 | 2024.11.18 18:41:31.070875 [ 84 ] {} <Debug> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1317 | 2024.11.18 18:41:31.070956 [ 5 ] {0948a83d-cc80-4e2b-b951-a74a49c35d34} <Debug> executeQuery: Read 151 rows, 13.91 KiB in 0.001934 sec., 78076.525336091 rows/sec., 7.02 MiB/sec. | ||
| 1318 | 2024.11.18 18:41:31.070977 [ 84 ] {} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1319 | 2024.11.18 18:41:31.071049 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1320 | 2024.11.18 18:41:31.071093 [ 5 ] {0948a83d-cc80-4e2b-b951-a74a49c35d34} <Debug> TCPHandler: Processed in 0.002346117 sec. | ||
| 1321 | 2024.11.18 18:41:31.071273 [ 3 ] {} <Trace> TCP-Session: e0ce5c5e-4e65-44e9-9647-897c8225c771 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1322 | 2024.11.18 18:41:31.071422 [ 3 ] {9ce30b6d-d48d-44e8-ab0d-d55ddeb52f23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35940) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1323 | 2024.11.18 18:41:31.071474 [ 201 ] {e0815423-10b2-46b5-b423-64c196c999c0::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 | ||
| 1324 | 2024.11.18 18:41:31.071540 [ 3 ] {9ce30b6d-d48d-44e8-ab0d-d55ddeb52f23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1325 | 2024.11.18 18:41:31.071832 [ 201 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1326 | 2024.11.18 18:41:31.072028 [ 201 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 147 rows starting from the beginning of the part | ||
| 1327 | 2024.11.18 18:41:31.072198 [ 201 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 147 rows starting from the beginning of the part | ||
| 1328 | 2024.11.18 18:41:31.072691 [ 201 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1145 rows starting from the beginning of the part | ||
| 1329 | 2024.11.18 18:41:31.073070 [ 201 ] {e0815423-10b2-46b5-b423-64c196c999c0::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 | ||
| 1330 | 2024.11.18 18:41:31.073387 [ 201 ] {e0815423-10b2-46b5-b423-64c196c999c0::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 | ||
| 1331 | 2024.11.18 18:41:31.073501 [ 3 ] {9ce30b6d-d48d-44e8-ab0d-d55ddeb52f23} <Trace> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1332 | 2024.11.18 18:41:31.073635 [ 3 ] {9ce30b6d-d48d-44e8-ab0d-d55ddeb52f23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1333 | 2024.11.18 18:41:31.073641 [ 201 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 151 rows starting from the beginning of the part | ||
| 1334 | 2024.11.18 18:41:31.074934 [ 3 ] {9ce30b6d-d48d-44e8-ab0d-d55ddeb52f23} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1335 | 2024.11.18 18:41:31.075531 [ 3 ] {9ce30b6d-d48d-44e8-ab0d-d55ddeb52f23} <Trace> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1336 | 2024.11.18 18:41:31.076215 [ 3 ] {9ce30b6d-d48d-44e8-ab0d-d55ddeb52f23} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.004796 sec., 1459.5496246872394 rows/sec., 95.09 KiB/sec. | ||
| 1337 | 2024.11.18 18:41:31.076456 [ 3 ] {9ce30b6d-d48d-44e8-ab0d-d55ddeb52f23} <Debug> TCPHandler: Processed in 0.005248422 sec. | ||
| 1338 | 2024.11.18 18:41:31.076673 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1339 | 2024.11.18 18:41:31.076832 [ 5 ] {24f34aa0-9121-46f9-b477-1ab0b004cc25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1340 | 2024.11.18 18:41:31.076936 [ 5 ] {24f34aa0-9121-46f9-b477-1ab0b004cc25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1341 | 2024.11.18 18:41:31.077057 [ 187 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1598 rows, containing 5 columns (5 merged, 0 gathered) in 0.005889685 sec., 271321.81092876784 rows/sec., 23.96 MiB/sec. | ||
| 1342 | 2024.11.18 18:41:31.077432 [ 187 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1343 | 2024.11.18 18:41:31.077984 [ 5 ] {24f34aa0-9121-46f9-b477-1ab0b004cc25} <Trace> oximeter.fields_u32 (83ac11ca-fabd-4357-b8e5-0d6d82c87995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1344 | 2024.11.18 18:41:31.078060 [ 5 ] {24f34aa0-9121-46f9-b477-1ab0b004cc25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1345 | 2024.11.18 18:41:31.078078 [ 187 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_6_1} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1346 | 2024.11.18 18:41:31.078290 [ 187 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_6_1} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1347 | 2024.11.18 18:41:31.078497 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. | ||
| 1348 | 2024.11.18 18:41:31.078710 [ 5 ] {24f34aa0-9121-46f9-b477-1ab0b004cc25} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1349 | 2024.11.18 18:41:31.078973 [ 5 ] {24f34aa0-9121-46f9-b477-1ab0b004cc25} <Trace> oximeter.fields_u32 (83ac11ca-fabd-4357-b8e5-0d6d82c87995): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1350 | 2024.11.18 18:41:31.079193 [ 5 ] {24f34aa0-9121-46f9-b477-1ab0b004cc25} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002403 sec., 5826.050769870994 rows/sec., 408.02 KiB/sec. | ||
| 1351 | 2024.11.18 18:41:31.079252 [ 5 ] {24f34aa0-9121-46f9-b477-1ab0b004cc25} <Debug> TCPHandler: Processed in 0.002682592 sec. | ||
| 1352 | 2024.11.18 18:41:31.079400 [ 3 ] {} <Trace> TCP-Session: e0ce5c5e-4e65-44e9-9647-897c8225c771 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1353 | 2024.11.18 18:41:31.079524 [ 3 ] {66275485-f6db-4587-8e4a-22e8c124ecbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35940) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1354 | 2024.11.18 18:41:31.079576 [ 3 ] {66275485-f6db-4587-8e4a-22e8c124ecbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1355 | 2024.11.18 18:41:31.080157 [ 3 ] {66275485-f6db-4587-8e4a-22e8c124ecbe} <Trace> oximeter.fields_u8 (356b4e61-1c07-430a-980d-4f9a89d03858): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1356 | 2024.11.18 18:41:31.080199 [ 3 ] {66275485-f6db-4587-8e4a-22e8c124ecbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1357 | 2024.11.18 18:41:31.080581 [ 3 ] {66275485-f6db-4587-8e4a-22e8c124ecbe} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1358 | 2024.11.18 18:41:31.080830 [ 3 ] {66275485-f6db-4587-8e4a-22e8c124ecbe} <Trace> oximeter.fields_u8 (356b4e61-1c07-430a-980d-4f9a89d03858): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1359 | 2024.11.18 18:41:31.081082 [ 3 ] {66275485-f6db-4587-8e4a-22e8c124ecbe} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001585 sec., 8201.892744479495 rows/sec., 511.39 KiB/sec. | ||
| 1360 | 2024.11.18 18:41:31.081265 [ 3 ] {66275485-f6db-4587-8e4a-22e8c124ecbe} <Debug> TCPHandler: Processed in 0.001917888 sec. | ||
| 1361 | 2024.11.18 18:41:31.081415 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1362 | 2024.11.18 18:41:31.081554 [ 5 ] {1e854fd4-f6f4-4bae-b084-aef44acfc1d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1363 | 2024.11.18 18:41:31.081615 [ 5 ] {1e854fd4-f6f4-4bae-b084-aef44acfc1d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1364 | 2024.11.18 18:41:31.082403 [ 5 ] {1e854fd4-f6f4-4bae-b084-aef44acfc1d5} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1365 | 2024.11.18 18:41:31.082444 [ 5 ] {1e854fd4-f6f4-4bae-b084-aef44acfc1d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1366 | 2024.11.18 18:41:31.082823 [ 5 ] {1e854fd4-f6f4-4bae-b084-aef44acfc1d5} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1367 | 2024.11.18 18:41:31.083064 [ 5 ] {1e854fd4-f6f4-4bae-b084-aef44acfc1d5} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1368 | 2024.11.18 18:41:31.083224 [ 83 ] {} <Debug> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1369 | 2024.11.18 18:41:31.083291 [ 83 ] {} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1370 | 2024.11.18 18:41:31.083323 [ 5 ] {1e854fd4-f6f4-4bae-b084-aef44acfc1d5} <Debug> executeQuery: Read 326 rows, 23.21 KiB in 0.001788 sec., 182326.62192393735 rows/sec., 12.68 MiB/sec. | ||
| 1371 | 2024.11.18 18:41:31.083336 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1372 | 2024.11.18 18:41:31.083474 [ 5 ] {1e854fd4-f6f4-4bae-b084-aef44acfc1d5} <Debug> TCPHandler: Processed in 0.002124412 sec. | ||
| 1373 | 2024.11.18 18:41:31.083532 [ 189 ] {2ab46401-386a-45e1-87f1-36d54e75b299::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 | ||
| 1374 | 2024.11.18 18:41:31.083672 [ 3 ] {} <Trace> TCP-Session: e0ce5c5e-4e65-44e9-9647-897c8225c771 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1375 | 2024.11.18 18:41:31.083683 [ 189 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1376 | 2024.11.18 18:41:31.083741 [ 189 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 318 rows starting from the beginning of the part | ||
| 1377 | 2024.11.18 18:41:31.083910 [ 3 ] {866c5111-4fec-4d3d-9348-83f9f35a74b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35940) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1378 | 2024.11.18 18:41:31.084024 [ 189 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 318 rows starting from the beginning of the part | ||
| 1379 | 2024.11.18 18:41:31.084106 [ 3 ] {866c5111-4fec-4d3d-9348-83f9f35a74b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1380 | 2024.11.18 18:41:31.084311 [ 189 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 464 rows starting from the beginning of the part | ||
| 1381 | 2024.11.18 18:41:31.084646 [ 189 ] {2ab46401-386a-45e1-87f1-36d54e75b299::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 | ||
| 1382 | 2024.11.18 18:41:31.084982 [ 189 ] {2ab46401-386a-45e1-87f1-36d54e75b299::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 | ||
| 1383 | 2024.11.18 18:41:31.085331 [ 189 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 326 rows starting from the beginning of the part | ||
| 1384 | 2024.11.18 18:41:31.086553 [ 3 ] {866c5111-4fec-4d3d-9348-83f9f35a74b3} <Trace> oximeter.measurements_bool (59fe736a-aeb6-4d88-9694-5589842d5df9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1385 | 2024.11.18 18:41:31.086621 [ 3 ] {866c5111-4fec-4d3d-9348-83f9f35a74b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1386 | 2024.11.18 18:41:31.087793 [ 3 ] {866c5111-4fec-4d3d-9348-83f9f35a74b3} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1387 | 2024.11.18 18:41:31.088365 [ 3 ] {866c5111-4fec-4d3d-9348-83f9f35a74b3} <Trace> oximeter.measurements_bool (59fe736a-aeb6-4d88-9694-5589842d5df9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1388 | 2024.11.18 18:41:31.088434 [ 187 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1442 rows, containing 5 columns (5 merged, 0 gathered) in 0.004953027 sec., 291135.0977896951 rows/sec., 21.73 MiB/sec. | ||
| 1389 | 2024.11.18 18:41:31.088783 [ 189 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1390 | 2024.11.18 18:41:31.088886 [ 3 ] {866c5111-4fec-4d3d-9348-83f9f35a74b3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005042 sec., 1190.0039666798891 rows/sec., 62.17 KiB/sec. | ||
| 1391 | 2024.11.18 18:41:31.089032 [ 3 ] {866c5111-4fec-4d3d-9348-83f9f35a74b3} <Debug> TCPHandler: Processed in 0.005449757 sec. | ||
| 1392 | 2024.11.18 18:41:31.089208 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1393 | 2024.11.18 18:41:31.089265 [ 189 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_6_1} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1394 | 2024.11.18 18:41:31.089362 [ 189 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_6_1} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1395 | 2024.11.18 18:41:31.089369 [ 5 ] {fa995561-9eb5-4660-81b9-4b9798bfe0ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1396 | 2024.11.18 18:41:31.089442 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. | ||
| 1397 | 2024.11.18 18:41:31.089453 [ 5 ] {fa995561-9eb5-4660-81b9-4b9798bfe0ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1398 | 2024.11.18 18:41:31.090070 [ 5 ] {fa995561-9eb5-4660-81b9-4b9798bfe0ce} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1399 | 2024.11.18 18:41:31.090108 [ 5 ] {fa995561-9eb5-4660-81b9-4b9798bfe0ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1400 | 2024.11.18 18:41:31.090490 [ 5 ] {fa995561-9eb5-4660-81b9-4b9798bfe0ce} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1401 | 2024.11.18 18:41:31.090725 [ 5 ] {fa995561-9eb5-4660-81b9-4b9798bfe0ce} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1402 | 2024.11.18 18:41:31.090887 [ 83 ] {} <Debug> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1403 | 2024.11.18 18:41:31.090941 [ 83 ] {} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1404 | 2024.11.18 18:41:31.090977 [ 5 ] {fa995561-9eb5-4660-81b9-4b9798bfe0ce} <Debug> executeQuery: Read 87 rows, 5.62 KiB in 0.001642 sec., 52984.16565164433 rows/sec., 3.34 MiB/sec. | ||
| 1405 | 2024.11.18 18:41:31.090987 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1406 | 2024.11.18 18:41:31.091132 [ 5 ] {fa995561-9eb5-4660-81b9-4b9798bfe0ce} <Debug> TCPHandler: Processed in 0.001994449 sec. | ||
| 1407 | 2024.11.18 18:41:31.091358 [ 3 ] {} <Trace> TCP-Session: e0ce5c5e-4e65-44e9-9647-897c8225c771 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1408 | 2024.11.18 18:41:31.091392 [ 188 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::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 | ||
| 1409 | 2024.11.18 18:41:31.091583 [ 3 ] {e4ee22b4-118e-46f7-b67d-1732f952b7a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35940) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1410 | 2024.11.18 18:41:31.091706 [ 3 ] {e4ee22b4-118e-46f7-b67d-1732f952b7a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1411 | 2024.11.18 18:41:31.091893 [ 188 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1412 | 2024.11.18 18:41:31.092056 [ 188 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 77 rows starting from the beginning of the part | ||
| 1413 | 2024.11.18 18:41:31.092418 [ 188 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 77 rows starting from the beginning of the part | ||
| 1414 | 2024.11.18 18:41:31.092714 [ 188 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1467 rows starting from the beginning of the part | ||
| 1415 | 2024.11.18 18:41:31.093058 [ 188 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part | ||
| 1416 | 2024.11.18 18:41:31.093435 [ 188 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::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 | ||
| 1417 | 2024.11.18 18:41:31.093804 [ 188 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::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 | ||
| 1418 | 2024.11.18 18:41:31.094067 [ 3 ] {e4ee22b4-118e-46f7-b67d-1732f952b7a7} <Trace> oximeter.measurements_f64 (d052af3d-076d-4497-9d38-4aa388f95b75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1419 | 2024.11.18 18:41:31.094183 [ 3 ] {e4ee22b4-118e-46f7-b67d-1732f952b7a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1420 | 2024.11.18 18:41:31.094563 [ 3 ] {e4ee22b4-118e-46f7-b67d-1732f952b7a7} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1421 | 2024.11.18 18:41:31.094812 [ 3 ] {e4ee22b4-118e-46f7-b67d-1732f952b7a7} <Trace> oximeter.measurements_f64 (d052af3d-076d-4497-9d38-4aa388f95b75): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1422 | 2024.11.18 18:41:31.095109 [ 3 ] {e4ee22b4-118e-46f7-b67d-1732f952b7a7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003575 sec., 279.72027972027973 rows/sec., 18.85 KiB/sec. | ||
| 1423 | 2024.11.18 18:41:31.095216 [ 3 ] {e4ee22b4-118e-46f7-b67d-1732f952b7a7} <Debug> TCPHandler: Processed in 0.003992708 sec. | ||
| 1424 | 2024.11.18 18:41:31.095367 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1425 | 2024.11.18 18:41:31.095486 [ 5 ] {7c2ea7d6-0d31-4c1c-a21b-25154bb4590e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1426 | 2024.11.18 18:41:31.095538 [ 5 ] {7c2ea7d6-0d31-4c1c-a21b-25154bb4590e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1427 | 2024.11.18 18:41:31.096023 [ 5 ] {7c2ea7d6-0d31-4c1c-a21b-25154bb4590e} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1428 | 2024.11.18 18:41:31.096069 [ 5 ] {7c2ea7d6-0d31-4c1c-a21b-25154bb4590e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1429 | 2024.11.18 18:41:31.096761 [ 5 ] {7c2ea7d6-0d31-4c1c-a21b-25154bb4590e} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1430 | 2024.11.18 18:41:31.097247 [ 5 ] {7c2ea7d6-0d31-4c1c-a21b-25154bb4590e} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1431 | 2024.11.18 18:41:31.097554 [ 83 ] {} <Debug> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1432 | 2024.11.18 18:41:31.097705 [ 83 ] {} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1433 | 2024.11.18 18:41:31.097802 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1434 | 2024.11.18 18:41:31.097836 [ 5 ] {7c2ea7d6-0d31-4c1c-a21b-25154bb4590e} <Debug> executeQuery: Read 32 rows, 1.82 KiB in 0.002339 sec., 13681.06028217187 rows/sec., 779.08 KiB/sec. | ||
| 1435 | 2024.11.18 18:41:31.098232 [ 5 ] {7c2ea7d6-0d31-4c1c-a21b-25154bb4590e} <Debug> TCPHandler: Processed in 0.002917337 sec. | ||
| 1436 | 2024.11.18 18:41:31.098412 [ 189 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::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 | ||
| 1437 | 2024.11.18 18:41:31.098704 [ 189 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1438 | 2024.11.18 18:41:31.098779 [ 189 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 22 rows starting from the beginning of the part | ||
| 1439 | 2024.11.18 18:41:31.098980 [ 189 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 22 rows starting from the beginning of the part | ||
| 1440 | 2024.11.18 18:41:31.099231 [ 189 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part | ||
| 1441 | 2024.11.18 18:41:31.099396 [ 189 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part | ||
| 1442 | 2024.11.18 18:41:31.099746 [ 189 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::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 | ||
| 1443 | 2024.11.18 18:41:31.100073 [ 189 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::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 | ||
| 1444 | 2024.11.18 18:41:31.100534 [ 188 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1724 rows, containing 5 columns (5 merged, 0 gathered) in 0.009351724 sec., 184351.03516741938 rows/sec., 12.20 MiB/sec. | ||
| 1445 | 2024.11.18 18:41:31.100841 [ 188 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1446 | 2024.11.18 18:41:31.101490 [ 188 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1447 | 2024.11.18 18:41:31.101690 [ 188 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1448 | 2024.11.18 18:41:31.101875 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 1449 | 2024.11.18 18:41:31.102057 [ 189 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 94 rows, containing 4 columns (4 merged, 0 gathered) in 0.00405323 sec., 23191.380701317223 rows/sec., 1.29 MiB/sec. | ||
| 1450 | 2024.11.18 18:41:31.102208 [ 197 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1451 | 2024.11.18 18:41:31.102496 [ 197 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_6_1} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1452 | 2024.11.18 18:41:31.102568 [ 197 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_6_1} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1453 | 2024.11.18 18:41:31.102635 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 1454 | 2024.11.18 18:41:34.489457 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 226 | ||
| 1455 | 2024.11.18 18:41:34.492116 [ 242 ] {} <Trace> system.query_log (5706cc8f-2754-46ca-b9b4-a1f620913b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1456 | 2024.11.18 18:41:34.492164 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1457 | 2024.11.18 18:41:34.493549 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1458 | 2024.11.18 18:41:34.493869 [ 242 ] {} <Trace> system.query_log (5706cc8f-2754-46ca-b9b4-a1f620913b28): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1459 | 2024.11.18 18:41:34.494667 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 226 | ||
| 1460 | 2024.11.18 18:41:36.062007 [ 3 ] {} <Trace> TCP-Session: e0ce5c5e-4e65-44e9-9647-897c8225c771 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1461 | 2024.11.18 18:41:36.062304 [ 3 ] {5ece51a0-af7e-45e5-ae42-c867aafa17da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35940) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('dendrite:sample_collection_duration', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1462 | 2024.11.18 18:41:36.062712 [ 3 ] {5ece51a0-af7e-45e5-ae42-c867aafa17da} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1463 | 2024.11.18 18:41:36.062758 [ 3 ] {5ece51a0-af7e-45e5-ae42-c867aafa17da} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('dendrite:sample_collection_duration', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1464 | 2024.11.18 18:41:36.063076 [ 3 ] {5ece51a0-af7e-45e5-ae42-c867aafa17da} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1465 | 2024.11.18 18:41:36.063163 [ 3 ] {5ece51a0-af7e-45e5-ae42-c867aafa17da} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1466 | 2024.11.18 18:41:36.063345 [ 3 ] {5ece51a0-af7e-45e5-ae42-c867aafa17da} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
| 1467 | 2024.11.18 18:41:36.063632 [ 296 ] {5ece51a0-af7e-45e5-ae42-c867aafa17da} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1468 | 2024.11.18 18:41:36.063639 [ 295 ] {5ece51a0-af7e-45e5-ae42-c867aafa17da} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1469 | 2024.11.18 18:41:36.063802 [ 3 ] {5ece51a0-af7e-45e5-ae42-c867aafa17da} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (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 | ||
| 1470 | 2024.11.18 18:41:36.063844 [ 3 ] {5ece51a0-af7e-45e5-ae42-c867aafa17da} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1471 | 2024.11.18 18:41:36.068515 [ 3 ] {5ece51a0-af7e-45e5-ae42-c867aafa17da} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1472 | 2024.11.18 18:41:36.070686 [ 3 ] {5ece51a0-af7e-45e5-ae42-c867aafa17da} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Reading approx. 23 rows with 2 streams | ||
| 1473 | 2024.11.18 18:41:36.070768 [ 3 ] {5ece51a0-af7e-45e5-ae42-c867aafa17da} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('dendrite:sample_collection_duration', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1474 | 2024.11.18 18:41:36.070826 [ 3 ] {5ece51a0-af7e-45e5-ae42-c867aafa17da} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('dendrite:sample_collection_duration', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1475 | 2024.11.18 18:41:36.072514 [ 3 ] {5ece51a0-af7e-45e5-ae42-c867aafa17da} <Debug> executeQuery: Read 23 rows, 826.00 B in 0.010326 sec., 2227.3871779972883 rows/sec., 78.12 KiB/sec. | ||
| 1476 | 2024.11.18 18:41:36.072678 [ 3 ] {5ece51a0-af7e-45e5-ae42-c867aafa17da} <Debug> TCPHandler: Processed in 0.010811122 sec. | ||
| 1477 | 2024.11.18 18:41:36.073115 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1478 | 2024.11.18 18:41:36.073359 [ 5 ] {f08b4063-28eb-4604-b4a8-f9b3b7227c34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1479 | 2024.11.18 18:41:36.073761 [ 5 ] {f08b4063-28eb-4604-b4a8-f9b3b7227c34} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1480 | 2024.11.18 18:41:36.073808 [ 5 ] {f08b4063-28eb-4604-b4a8-f9b3b7227c34} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1481 | 2024.11.18 18:41:36.074124 [ 5 ] {f08b4063-28eb-4604-b4a8-f9b3b7227c34} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1482 | 2024.11.18 18:41:36.074208 [ 5 ] {f08b4063-28eb-4604-b4a8-f9b3b7227c34} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1483 | 2024.11.18 18:41:36.074391 [ 5 ] {f08b4063-28eb-4604-b4a8-f9b3b7227c34} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
| 1484 | 2024.11.18 18:41:36.074520 [ 295 ] {f08b4063-28eb-4604-b4a8-f9b3b7227c34} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1485 | 2024.11.18 18:41:36.074527 [ 297 ] {f08b4063-28eb-4604-b4a8-f9b3b7227c34} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1486 | 2024.11.18 18:41:36.074674 [ 5 ] {f08b4063-28eb-4604-b4a8-f9b3b7227c34} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (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 | ||
| 1487 | 2024.11.18 18:41:36.074705 [ 5 ] {f08b4063-28eb-4604-b4a8-f9b3b7227c34} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1488 | 2024.11.18 18:41:36.074799 [ 5 ] {f08b4063-28eb-4604-b4a8-f9b3b7227c34} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1489 | 2024.11.18 18:41:36.074823 [ 5 ] {f08b4063-28eb-4604-b4a8-f9b3b7227c34} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Reading approx. 23 rows with 2 streams | ||
| 1490 | 2024.11.18 18:41:36.074867 [ 5 ] {f08b4063-28eb-4604-b4a8-f9b3b7227c34} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1491 | 2024.11.18 18:41:36.074915 [ 5 ] {f08b4063-28eb-4604-b4a8-f9b3b7227c34} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1492 | 2024.11.18 18:41:36.076009 [ 5 ] {f08b4063-28eb-4604-b4a8-f9b3b7227c34} <Debug> executeQuery: Read 23 rows, 826.00 B in 0.00276 sec., 8333.333333333334 rows/sec., 292.26 KiB/sec. | ||
| 1493 | 2024.11.18 18:41:36.076154 [ 5 ] {f08b4063-28eb-4604-b4a8-f9b3b7227c34} <Debug> TCPHandler: Processed in 0.003168992 sec. | ||
| 1494 | 2024.11.18 18:41:36.076441 [ 3 ] {} <Trace> TCP-Session: e0ce5c5e-4e65-44e9-9647-897c8225c771 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1495 | 2024.11.18 18:41:36.076634 [ 3 ] {6dbcdf5a-4d06-478f-bf80-4fbd126237b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35940) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1496 | 2024.11.18 18:41:36.076969 [ 3 ] {6dbcdf5a-4d06-478f-bf80-4fbd126237b8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1497 | 2024.11.18 18:41:36.077014 [ 3 ] {6dbcdf5a-4d06-478f-bf80-4fbd126237b8} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1498 | 2024.11.18 18:41:36.077294 [ 3 ] {6dbcdf5a-4d06-478f-bf80-4fbd126237b8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1499 | 2024.11.18 18:41:36.077362 [ 3 ] {6dbcdf5a-4d06-478f-bf80-4fbd126237b8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1500 | 2024.11.18 18:41:36.077518 [ 3 ] {6dbcdf5a-4d06-478f-bf80-4fbd126237b8} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
| 1501 | 2024.11.18 18:41:36.077621 [ 296 ] {6dbcdf5a-4d06-478f-bf80-4fbd126237b8} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1502 | 2024.11.18 18:41:36.077634 [ 297 ] {6dbcdf5a-4d06-478f-bf80-4fbd126237b8} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1503 | 2024.11.18 18:41:36.077740 [ 3 ] {6dbcdf5a-4d06-478f-bf80-4fbd126237b8} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (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 | ||
| 1504 | 2024.11.18 18:41:36.077768 [ 3 ] {6dbcdf5a-4d06-478f-bf80-4fbd126237b8} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1505 | 2024.11.18 18:41:36.077859 [ 3 ] {6dbcdf5a-4d06-478f-bf80-4fbd126237b8} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1506 | 2024.11.18 18:41:36.077880 [ 3 ] {6dbcdf5a-4d06-478f-bf80-4fbd126237b8} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Reading approx. 23 rows with 2 streams | ||
| 1507 | 2024.11.18 18:41:36.077921 [ 3 ] {6dbcdf5a-4d06-478f-bf80-4fbd126237b8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1508 | 2024.11.18 18:41:36.077969 [ 3 ] {6dbcdf5a-4d06-478f-bf80-4fbd126237b8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1509 | 2024.11.18 18:41:36.079079 [ 3 ] {6dbcdf5a-4d06-478f-bf80-4fbd126237b8} <Debug> executeQuery: Read 23 rows, 826.00 B in 0.002535 sec., 9072.978303747535 rows/sec., 318.20 KiB/sec. | ||
| 1510 | 2024.11.18 18:41:36.079238 [ 3 ] {6dbcdf5a-4d06-478f-bf80-4fbd126237b8} <Debug> TCPHandler: Processed in 0.002856865 sec. | ||
| 1511 | 2024.11.18 18:41:36.079529 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1512 | 2024.11.18 18:41:36.079720 [ 5 ] {e598507d-e409-46e7-855f-5dde5076d602} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1513 | 2024.11.18 18:41:36.080048 [ 5 ] {e598507d-e409-46e7-855f-5dde5076d602} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1514 | 2024.11.18 18:41:36.080093 [ 5 ] {e598507d-e409-46e7-855f-5dde5076d602} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1515 | 2024.11.18 18:41:36.080376 [ 5 ] {e598507d-e409-46e7-855f-5dde5076d602} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1516 | 2024.11.18 18:41:36.080443 [ 5 ] {e598507d-e409-46e7-855f-5dde5076d602} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1517 | 2024.11.18 18:41:36.080596 [ 5 ] {e598507d-e409-46e7-855f-5dde5076d602} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
| 1518 | 2024.11.18 18:41:36.080704 [ 297 ] {e598507d-e409-46e7-855f-5dde5076d602} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1519 | 2024.11.18 18:41:36.080709 [ 296 ] {e598507d-e409-46e7-855f-5dde5076d602} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1520 | 2024.11.18 18:41:36.080809 [ 5 ] {e598507d-e409-46e7-855f-5dde5076d602} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (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 | ||
| 1521 | 2024.11.18 18:41:36.080834 [ 5 ] {e598507d-e409-46e7-855f-5dde5076d602} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1522 | 2024.11.18 18:41:36.080918 [ 5 ] {e598507d-e409-46e7-855f-5dde5076d602} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1523 | 2024.11.18 18:41:36.080940 [ 5 ] {e598507d-e409-46e7-855f-5dde5076d602} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Reading approx. 23 rows with 2 streams | ||
| 1524 | 2024.11.18 18:41:36.080983 [ 5 ] {e598507d-e409-46e7-855f-5dde5076d602} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1525 | 2024.11.18 18:41:36.081029 [ 5 ] {e598507d-e409-46e7-855f-5dde5076d602} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1526 | 2024.11.18 18:41:36.082057 [ 5 ] {e598507d-e409-46e7-855f-5dde5076d602} <Debug> executeQuery: Read 23 rows, 826.00 B in 0.002426 sec., 9480.626545754327 rows/sec., 332.50 KiB/sec. | ||
| 1527 | 2024.11.18 18:41:36.082197 [ 5 ] {e598507d-e409-46e7-855f-5dde5076d602} <Debug> TCPHandler: Processed in 0.002732723 sec. | ||
| 1528 | 2024.11.18 18:41:36.082466 [ 3 ] {} <Trace> TCP-Session: e0ce5c5e-4e65-44e9-9647-897c8225c771 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1529 | 2024.11.18 18:41:36.082654 [ 3 ] {7a524c81-e2ef-403e-97b5-c0a62fc1e056} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35940) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1530 | 2024.11.18 18:41:36.082985 [ 3 ] {7a524c81-e2ef-403e-97b5-c0a62fc1e056} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1531 | 2024.11.18 18:41:36.083029 [ 3 ] {7a524c81-e2ef-403e-97b5-c0a62fc1e056} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1532 | 2024.11.18 18:41:36.083312 [ 3 ] {7a524c81-e2ef-403e-97b5-c0a62fc1e056} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1533 | 2024.11.18 18:41:36.083379 [ 3 ] {7a524c81-e2ef-403e-97b5-c0a62fc1e056} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1534 | 2024.11.18 18:41:36.083532 [ 3 ] {7a524c81-e2ef-403e-97b5-c0a62fc1e056} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
| 1535 | 2024.11.18 18:41:36.083637 [ 296 ] {7a524c81-e2ef-403e-97b5-c0a62fc1e056} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1536 | 2024.11.18 18:41:36.083644 [ 297 ] {7a524c81-e2ef-403e-97b5-c0a62fc1e056} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1537 | 2024.11.18 18:41:36.083751 [ 3 ] {7a524c81-e2ef-403e-97b5-c0a62fc1e056} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (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 | ||
| 1538 | 2024.11.18 18:41:36.083778 [ 3 ] {7a524c81-e2ef-403e-97b5-c0a62fc1e056} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1539 | 2024.11.18 18:41:36.083869 [ 3 ] {7a524c81-e2ef-403e-97b5-c0a62fc1e056} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1540 | 2024.11.18 18:41:36.083890 [ 3 ] {7a524c81-e2ef-403e-97b5-c0a62fc1e056} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Reading approx. 23 rows with 2 streams | ||
| 1541 | 2024.11.18 18:41:36.083930 [ 3 ] {7a524c81-e2ef-403e-97b5-c0a62fc1e056} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1542 | 2024.11.18 18:41:36.083979 [ 3 ] {7a524c81-e2ef-403e-97b5-c0a62fc1e056} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1543 | 2024.11.18 18:41:36.085014 [ 3 ] {7a524c81-e2ef-403e-97b5-c0a62fc1e056} <Debug> executeQuery: Read 23 rows, 826.00 B in 0.002449 sec., 9391.588403429972 rows/sec., 329.38 KiB/sec. | ||
| 1544 | 2024.11.18 18:41:36.085169 [ 3 ] {7a524c81-e2ef-403e-97b5-c0a62fc1e056} <Debug> TCPHandler: Processed in 0.002762023 sec. | ||
| 1545 | 2024.11.18 18:41:36.085424 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1546 | 2024.11.18 18:41:36.085641 [ 5 ] {bc6a9df1-00c3-441a-a03a-e09405a85721} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1547 | 2024.11.18 18:41:36.086046 [ 5 ] {bc6a9df1-00c3-441a-a03a-e09405a85721} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1548 | 2024.11.18 18:41:36.086102 [ 5 ] {bc6a9df1-00c3-441a-a03a-e09405a85721} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1549 | 2024.11.18 18:41:36.086399 [ 5 ] {bc6a9df1-00c3-441a-a03a-e09405a85721} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1550 | 2024.11.18 18:41:36.086465 [ 5 ] {bc6a9df1-00c3-441a-a03a-e09405a85721} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1551 | 2024.11.18 18:41:36.086617 [ 5 ] {bc6a9df1-00c3-441a-a03a-e09405a85721} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
| 1552 | 2024.11.18 18:41:36.086706 [ 296 ] {bc6a9df1-00c3-441a-a03a-e09405a85721} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1553 | 2024.11.18 18:41:36.086721 [ 295 ] {bc6a9df1-00c3-441a-a03a-e09405a85721} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1554 | 2024.11.18 18:41:36.086825 [ 5 ] {bc6a9df1-00c3-441a-a03a-e09405a85721} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 1555 | 2024.11.18 18:41:36.086856 [ 5 ] {bc6a9df1-00c3-441a-a03a-e09405a85721} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1556 | 2024.11.18 18:41:36.086937 [ 5 ] {bc6a9df1-00c3-441a-a03a-e09405a85721} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1557 | 2024.11.18 18:41:36.086959 [ 5 ] {bc6a9df1-00c3-441a-a03a-e09405a85721} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Reading approx. 23 rows with 2 streams | ||
| 1558 | 2024.11.18 18:41:36.087001 [ 5 ] {bc6a9df1-00c3-441a-a03a-e09405a85721} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1559 | 2024.11.18 18:41:36.087073 [ 5 ] {bc6a9df1-00c3-441a-a03a-e09405a85721} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1560 | 2024.11.18 18:41:36.088103 [ 5 ] {bc6a9df1-00c3-441a-a03a-e09405a85721} <Debug> executeQuery: Read 23 rows, 826.00 B in 0.002567 sec., 8959.875340864823 rows/sec., 314.23 KiB/sec. | ||
| 1561 | 2024.11.18 18:41:36.088252 [ 5 ] {bc6a9df1-00c3-441a-a03a-e09405a85721} <Debug> TCPHandler: Processed in 0.002897857 sec. | ||
| 1562 | 2024.11.18 18:41:36.088501 [ 3 ] {} <Trace> TCP-Session: e0ce5c5e-4e65-44e9-9647-897c8225c771 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1563 | 2024.11.18 18:41:36.088688 [ 3 ] {a591003c-952a-4a68-8726-c97551c84c87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35940) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1564 | 2024.11.18 18:41:36.089027 [ 3 ] {a591003c-952a-4a68-8726-c97551c84c87} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1565 | 2024.11.18 18:41:36.089073 [ 3 ] {a591003c-952a-4a68-8726-c97551c84c87} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1566 | 2024.11.18 18:41:36.089364 [ 3 ] {a591003c-952a-4a68-8726-c97551c84c87} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1567 | 2024.11.18 18:41:36.089433 [ 3 ] {a591003c-952a-4a68-8726-c97551c84c87} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1568 | 2024.11.18 18:41:36.089583 [ 3 ] {a591003c-952a-4a68-8726-c97551c84c87} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
| 1569 | 2024.11.18 18:41:36.089681 [ 296 ] {a591003c-952a-4a68-8726-c97551c84c87} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1570 | 2024.11.18 18:41:36.089693 [ 295 ] {a591003c-952a-4a68-8726-c97551c84c87} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1571 | 2024.11.18 18:41:36.089792 [ 3 ] {a591003c-952a-4a68-8726-c97551c84c87} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 1572 | 2024.11.18 18:41:36.089820 [ 3 ] {a591003c-952a-4a68-8726-c97551c84c87} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1573 | 2024.11.18 18:41:36.089913 [ 3 ] {a591003c-952a-4a68-8726-c97551c84c87} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1574 | 2024.11.18 18:41:36.089935 [ 3 ] {a591003c-952a-4a68-8726-c97551c84c87} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Reading approx. 23 rows with 2 streams | ||
| 1575 | 2024.11.18 18:41:36.089975 [ 3 ] {a591003c-952a-4a68-8726-c97551c84c87} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1576 | 2024.11.18 18:41:36.090023 [ 3 ] {a591003c-952a-4a68-8726-c97551c84c87} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1577 | 2024.11.18 18:41:36.091125 [ 3 ] {a591003c-952a-4a68-8726-c97551c84c87} <Debug> executeQuery: Read 23 rows, 826.00 B in 0.002527 sec., 9101.701622477245 rows/sec., 319.21 KiB/sec. | ||
| 1578 | 2024.11.18 18:41:36.091280 [ 3 ] {a591003c-952a-4a68-8726-c97551c84c87} <Debug> TCPHandler: Processed in 0.002838925 sec. | ||
| 1579 | 2024.11.18 18:41:36.091525 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1580 | 2024.11.18 18:41:36.091715 [ 5 ] {04d13ef5-5333-4e8c-b941-4e1aefebc1c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1581 | 2024.11.18 18:41:36.092051 [ 5 ] {04d13ef5-5333-4e8c-b941-4e1aefebc1c8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1582 | 2024.11.18 18:41:36.092097 [ 5 ] {04d13ef5-5333-4e8c-b941-4e1aefebc1c8} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1583 | 2024.11.18 18:41:36.092398 [ 5 ] {04d13ef5-5333-4e8c-b941-4e1aefebc1c8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1584 | 2024.11.18 18:41:36.092467 [ 5 ] {04d13ef5-5333-4e8c-b941-4e1aefebc1c8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1585 | 2024.11.18 18:41:36.092620 [ 5 ] {04d13ef5-5333-4e8c-b941-4e1aefebc1c8} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
| 1586 | 2024.11.18 18:41:36.092730 [ 295 ] {04d13ef5-5333-4e8c-b941-4e1aefebc1c8} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1587 | 2024.11.18 18:41:36.092740 [ 296 ] {04d13ef5-5333-4e8c-b941-4e1aefebc1c8} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1588 | 2024.11.18 18:41:36.092845 [ 5 ] {04d13ef5-5333-4e8c-b941-4e1aefebc1c8} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 1589 | 2024.11.18 18:41:36.092870 [ 5 ] {04d13ef5-5333-4e8c-b941-4e1aefebc1c8} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1590 | 2024.11.18 18:41:36.092950 [ 5 ] {04d13ef5-5333-4e8c-b941-4e1aefebc1c8} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1591 | 2024.11.18 18:41:36.092972 [ 5 ] {04d13ef5-5333-4e8c-b941-4e1aefebc1c8} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Reading approx. 23 rows with 2 streams | ||
| 1592 | 2024.11.18 18:41:36.093014 [ 5 ] {04d13ef5-5333-4e8c-b941-4e1aefebc1c8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1593 | 2024.11.18 18:41:36.093063 [ 5 ] {04d13ef5-5333-4e8c-b941-4e1aefebc1c8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1594 | 2024.11.18 18:41:36.094057 [ 5 ] {04d13ef5-5333-4e8c-b941-4e1aefebc1c8} <Debug> executeQuery: Read 23 rows, 826.00 B in 0.002433 sec., 9453.349773941636 rows/sec., 331.54 KiB/sec. | ||
| 1595 | 2024.11.18 18:41:36.094210 [ 5 ] {04d13ef5-5333-4e8c-b941-4e1aefebc1c8} <Debug> TCPHandler: Processed in 0.002747154 sec. | ||
| 1596 | 2024.11.18 18:41:36.094468 [ 3 ] {} <Trace> TCP-Session: e0ce5c5e-4e65-44e9-9647-897c8225c771 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1597 | 2024.11.18 18:41:36.094653 [ 3 ] {ad346964-1cfc-49fb-add1-a2af0c283245} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35940) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1598 | 2024.11.18 18:41:36.094986 [ 3 ] {ad346964-1cfc-49fb-add1-a2af0c283245} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1599 | 2024.11.18 18:41:36.095031 [ 3 ] {ad346964-1cfc-49fb-add1-a2af0c283245} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1600 | 2024.11.18 18:41:36.095332 [ 3 ] {ad346964-1cfc-49fb-add1-a2af0c283245} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1601 | 2024.11.18 18:41:36.095399 [ 3 ] {ad346964-1cfc-49fb-add1-a2af0c283245} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1602 | 2024.11.18 18:41:36.095550 [ 3 ] {ad346964-1cfc-49fb-add1-a2af0c283245} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
| 1603 | 2024.11.18 18:41:36.095657 [ 296 ] {ad346964-1cfc-49fb-add1-a2af0c283245} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1604 | 2024.11.18 18:41:36.095660 [ 295 ] {ad346964-1cfc-49fb-add1-a2af0c283245} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1605 | 2024.11.18 18:41:36.095771 [ 3 ] {ad346964-1cfc-49fb-add1-a2af0c283245} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 1606 | 2024.11.18 18:41:36.095801 [ 3 ] {ad346964-1cfc-49fb-add1-a2af0c283245} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1607 | 2024.11.18 18:41:36.095893 [ 3 ] {ad346964-1cfc-49fb-add1-a2af0c283245} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1608 | 2024.11.18 18:41:36.095915 [ 3 ] {ad346964-1cfc-49fb-add1-a2af0c283245} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Reading approx. 23 rows with 2 streams | ||
| 1609 | 2024.11.18 18:41:36.095957 [ 3 ] {ad346964-1cfc-49fb-add1-a2af0c283245} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1610 | 2024.11.18 18:41:36.096008 [ 3 ] {ad346964-1cfc-49fb-add1-a2af0c283245} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1611 | 2024.11.18 18:41:36.097092 [ 3 ] {ad346964-1cfc-49fb-add1-a2af0c283245} <Debug> executeQuery: Read 23 rows, 826.00 B in 0.002528 sec., 9098.101265822785 rows/sec., 319.08 KiB/sec. | ||
| 1612 | 2024.11.18 18:41:36.097247 [ 3 ] {ad346964-1cfc-49fb-add1-a2af0c283245} <Debug> TCPHandler: Processed in 0.002837786 sec. | ||
| 1613 | 2024.11.18 18:41:36.097502 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1614 | 2024.11.18 18:41:36.097720 [ 5 ] {cd724318-e037-41d4-a2d9-7c4f12449d9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1615 | 2024.11.18 18:41:36.098119 [ 5 ] {cd724318-e037-41d4-a2d9-7c4f12449d9e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1616 | 2024.11.18 18:41:36.098174 [ 5 ] {cd724318-e037-41d4-a2d9-7c4f12449d9e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1617 | 2024.11.18 18:41:36.098487 [ 5 ] {cd724318-e037-41d4-a2d9-7c4f12449d9e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1618 | 2024.11.18 18:41:36.098554 [ 5 ] {cd724318-e037-41d4-a2d9-7c4f12449d9e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1619 | 2024.11.18 18:41:36.098705 [ 5 ] {cd724318-e037-41d4-a2d9-7c4f12449d9e} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
| 1620 | 2024.11.18 18:41:36.098797 [ 296 ] {cd724318-e037-41d4-a2d9-7c4f12449d9e} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1621 | 2024.11.18 18:41:36.098814 [ 295 ] {cd724318-e037-41d4-a2d9-7c4f12449d9e} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1622 | 2024.11.18 18:41:36.098916 [ 5 ] {cd724318-e037-41d4-a2d9-7c4f12449d9e} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 1623 | 2024.11.18 18:41:36.098945 [ 5 ] {cd724318-e037-41d4-a2d9-7c4f12449d9e} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1624 | 2024.11.18 18:41:36.099028 [ 5 ] {cd724318-e037-41d4-a2d9-7c4f12449d9e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1625 | 2024.11.18 18:41:36.099050 [ 5 ] {cd724318-e037-41d4-a2d9-7c4f12449d9e} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Reading approx. 23 rows with 2 streams | ||
| 1626 | 2024.11.18 18:41:36.099092 [ 5 ] {cd724318-e037-41d4-a2d9-7c4f12449d9e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1627 | 2024.11.18 18:41:36.099143 [ 5 ] {cd724318-e037-41d4-a2d9-7c4f12449d9e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1628 | 2024.11.18 18:41:36.100209 [ 5 ] {cd724318-e037-41d4-a2d9-7c4f12449d9e} <Debug> executeQuery: Read 23 rows, 826.00 B in 0.002596 sec., 8859.784283513098 rows/sec., 310.72 KiB/sec. | ||
| 1629 | 2024.11.18 18:41:36.100359 [ 5 ] {cd724318-e037-41d4-a2d9-7c4f12449d9e} <Debug> TCPHandler: Processed in 0.002927717 sec. | ||
| 1630 | 2024.11.18 18:41:36.100611 [ 3 ] {} <Trace> TCP-Session: e0ce5c5e-4e65-44e9-9647-897c8225c771 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1631 | 2024.11.18 18:41:36.100796 [ 3 ] {a62a834b-ced3-45bb-b48f-b63c51ce2e57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35940) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1632 | 2024.11.18 18:41:36.101136 [ 3 ] {a62a834b-ced3-45bb-b48f-b63c51ce2e57} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1633 | 2024.11.18 18:41:36.101183 [ 3 ] {a62a834b-ced3-45bb-b48f-b63c51ce2e57} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session: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', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1634 | 2024.11.18 18:41:36.101491 [ 3 ] {a62a834b-ced3-45bb-b48f-b63c51ce2e57} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1635 | 2024.11.18 18:41:36.101557 [ 3 ] {a62a834b-ced3-45bb-b48f-b63c51ce2e57} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1636 | 2024.11.18 18:41:36.101706 [ 3 ] {a62a834b-ced3-45bb-b48f-b63c51ce2e57} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
| 1637 | 2024.11.18 18:41:36.101815 [ 296 ] {a62a834b-ced3-45bb-b48f-b63c51ce2e57} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1638 | 2024.11.18 18:41:36.101821 [ 297 ] {a62a834b-ced3-45bb-b48f-b63c51ce2e57} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1639 | 2024.11.18 18:41:36.101929 [ 3 ] {a62a834b-ced3-45bb-b48f-b63c51ce2e57} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 1640 | 2024.11.18 18:41:36.101957 [ 3 ] {a62a834b-ced3-45bb-b48f-b63c51ce2e57} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1641 | 2024.11.18 18:41:36.102040 [ 3 ] {a62a834b-ced3-45bb-b48f-b63c51ce2e57} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1642 | 2024.11.18 18:41:36.102060 [ 3 ] {a62a834b-ced3-45bb-b48f-b63c51ce2e57} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Reading approx. 23 rows with 2 streams | ||
| 1643 | 2024.11.18 18:41:36.102102 [ 3 ] {a62a834b-ced3-45bb-b48f-b63c51ce2e57} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session: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', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1644 | 2024.11.18 18:41:36.102151 [ 3 ] {a62a834b-ced3-45bb-b48f-b63c51ce2e57} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session: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', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1645 | 2024.11.18 18:41:36.103174 [ 3 ] {a62a834b-ced3-45bb-b48f-b63c51ce2e57} <Debug> executeQuery: Read 23 rows, 826.00 B in 0.002468 sec., 9319.286871961101 rows/sec., 326.84 KiB/sec. | ||
| 1646 | 2024.11.18 18:41:36.103322 [ 3 ] {a62a834b-ced3-45bb-b48f-b63c51ce2e57} <Debug> TCPHandler: Processed in 0.002766214 sec. | ||
| 1647 | 2024.11.18 18:41:36.103557 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1648 | 2024.11.18 18:41:36.103778 [ 5 ] {4ea7496b-05e9-4372-a10d-425dcf34b7a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1649 | 2024.11.18 18:41:36.104175 [ 5 ] {4ea7496b-05e9-4372-a10d-425dcf34b7a9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1650 | 2024.11.18 18:41:36.104222 [ 5 ] {4ea7496b-05e9-4372-a10d-425dcf34b7a9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session: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', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1651 | 2024.11.18 18:41:36.104535 [ 5 ] {4ea7496b-05e9-4372-a10d-425dcf34b7a9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1652 | 2024.11.18 18:41:36.104602 [ 5 ] {4ea7496b-05e9-4372-a10d-425dcf34b7a9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1653 | 2024.11.18 18:41:36.104750 [ 5 ] {4ea7496b-05e9-4372-a10d-425dcf34b7a9} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
| 1654 | 2024.11.18 18:41:36.104820 [ 296 ] {4ea7496b-05e9-4372-a10d-425dcf34b7a9} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1655 | 2024.11.18 18:41:36.104847 [ 297 ] {4ea7496b-05e9-4372-a10d-425dcf34b7a9} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1656 | 2024.11.18 18:41:36.104936 [ 5 ] {4ea7496b-05e9-4372-a10d-425dcf34b7a9} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (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 | ||
| 1657 | 2024.11.18 18:41:36.104965 [ 5 ] {4ea7496b-05e9-4372-a10d-425dcf34b7a9} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1658 | 2024.11.18 18:41:36.105050 [ 5 ] {4ea7496b-05e9-4372-a10d-425dcf34b7a9} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1659 | 2024.11.18 18:41:36.105072 [ 5 ] {4ea7496b-05e9-4372-a10d-425dcf34b7a9} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Reading approx. 23 rows with 2 streams | ||
| 1660 | 2024.11.18 18:41:36.105113 [ 5 ] {4ea7496b-05e9-4372-a10d-425dcf34b7a9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session: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', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1661 | 2024.11.18 18:41:36.105165 [ 5 ] {4ea7496b-05e9-4372-a10d-425dcf34b7a9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session: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', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1662 | 2024.11.18 18:41:36.106333 [ 5 ] {4ea7496b-05e9-4372-a10d-425dcf34b7a9} <Debug> executeQuery: Read 23 rows, 826.00 B in 0.002667 sec., 8623.922009748781 rows/sec., 302.45 KiB/sec. | ||
| 1663 | 2024.11.18 18:41:36.106481 [ 5 ] {4ea7496b-05e9-4372-a10d-425dcf34b7a9} <Debug> TCPHandler: Processed in 0.002992859 sec. | ||
| 1664 | 2024.11.18 18:41:36.106710 [ 3 ] {} <Trace> TCP-Session: e0ce5c5e-4e65-44e9-9647-897c8225c771 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1665 | 2024.11.18 18:41:36.106911 [ 3 ] {433bf4d4-d8c9-43e4-ada5-1a61836df1a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35940) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1666 | 2024.11.18 18:41:36.107247 [ 3 ] {433bf4d4-d8c9-43e4-ada5-1a61836df1a9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1667 | 2024.11.18 18:41:36.107295 [ 3 ] {433bf4d4-d8c9-43e4-ada5-1a61836df1a9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1668 | 2024.11.18 18:41:36.107609 [ 3 ] {433bf4d4-d8c9-43e4-ada5-1a61836df1a9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1669 | 2024.11.18 18:41:36.107676 [ 3 ] {433bf4d4-d8c9-43e4-ada5-1a61836df1a9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1670 | 2024.11.18 18:41:36.107825 [ 3 ] {433bf4d4-d8c9-43e4-ada5-1a61836df1a9} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
| 1671 | 2024.11.18 18:41:36.107944 [ 295 ] {433bf4d4-d8c9-43e4-ada5-1a61836df1a9} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1672 | 2024.11.18 18:41:36.107946 [ 296 ] {433bf4d4-d8c9-43e4-ada5-1a61836df1a9} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1673 | 2024.11.18 18:41:36.108059 [ 3 ] {433bf4d4-d8c9-43e4-ada5-1a61836df1a9} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (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 | ||
| 1674 | 2024.11.18 18:41:36.108087 [ 3 ] {433bf4d4-d8c9-43e4-ada5-1a61836df1a9} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1675 | 2024.11.18 18:41:36.108172 [ 3 ] {433bf4d4-d8c9-43e4-ada5-1a61836df1a9} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1676 | 2024.11.18 18:41:36.108193 [ 3 ] {433bf4d4-d8c9-43e4-ada5-1a61836df1a9} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Reading approx. 23 rows with 2 streams | ||
| 1677 | 2024.11.18 18:41:36.108234 [ 3 ] {433bf4d4-d8c9-43e4-ada5-1a61836df1a9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1678 | 2024.11.18 18:41:36.108285 [ 3 ] {433bf4d4-d8c9-43e4-ada5-1a61836df1a9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1679 | 2024.11.18 18:41:36.109558 [ 3 ] {433bf4d4-d8c9-43e4-ada5-1a61836df1a9} <Debug> executeQuery: Read 23 rows, 826.00 B in 0.002751 sec., 8360.596146855689 rows/sec., 293.22 KiB/sec. | ||
| 1680 | 2024.11.18 18:41:36.109705 [ 3 ] {433bf4d4-d8c9-43e4-ada5-1a61836df1a9} <Debug> TCPHandler: Processed in 0.00305112 sec. | ||
| 1681 | 2024.11.18 18:41:36.109941 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1682 | 2024.11.18 18:41:36.110165 [ 5 ] {be4eceb5-77e5-4329-aec5-906f812409ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1683 | 2024.11.18 18:41:36.110567 [ 5 ] {be4eceb5-77e5-4329-aec5-906f812409ca} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1684 | 2024.11.18 18:41:36.110627 [ 5 ] {be4eceb5-77e5-4329-aec5-906f812409ca} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1685 | 2024.11.18 18:41:36.111033 [ 5 ] {be4eceb5-77e5-4329-aec5-906f812409ca} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1686 | 2024.11.18 18:41:36.111114 [ 5 ] {be4eceb5-77e5-4329-aec5-906f812409ca} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1687 | 2024.11.18 18:41:36.111272 [ 5 ] {be4eceb5-77e5-4329-aec5-906f812409ca} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
| 1688 | 2024.11.18 18:41:36.111342 [ 296 ] {be4eceb5-77e5-4329-aec5-906f812409ca} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1689 | 2024.11.18 18:41:36.111370 [ 295 ] {be4eceb5-77e5-4329-aec5-906f812409ca} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1690 | 2024.11.18 18:41:36.111468 [ 5 ] {be4eceb5-77e5-4329-aec5-906f812409ca} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (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 | ||
| 1691 | 2024.11.18 18:41:36.111497 [ 5 ] {be4eceb5-77e5-4329-aec5-906f812409ca} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1692 | 2024.11.18 18:41:36.111579 [ 5 ] {be4eceb5-77e5-4329-aec5-906f812409ca} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1693 | 2024.11.18 18:41:36.111601 [ 5 ] {be4eceb5-77e5-4329-aec5-906f812409ca} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Reading approx. 23 rows with 2 streams | ||
| 1694 | 2024.11.18 18:41:36.111642 [ 5 ] {be4eceb5-77e5-4329-aec5-906f812409ca} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1695 | 2024.11.18 18:41:36.111689 [ 5 ] {be4eceb5-77e5-4329-aec5-906f812409ca} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1696 | 2024.11.18 18:41:36.112802 [ 5 ] {be4eceb5-77e5-4329-aec5-906f812409ca} <Debug> executeQuery: Read 23 rows, 826.00 B in 0.00275 sec., 8363.636363636364 rows/sec., 293.32 KiB/sec. | ||
| 1697 | 2024.11.18 18:41:36.112960 [ 5 ] {be4eceb5-77e5-4329-aec5-906f812409ca} <Debug> TCPHandler: Processed in 0.003084591 sec. | ||
| 1698 | 2024.11.18 18:41:36.114245 [ 3 ] {} <Trace> TCP-Session: e0ce5c5e-4e65-44e9-9647-897c8225c771 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1699 | 2024.11.18 18:41:36.114435 [ 3 ] {d5782055-890b-4fc1-830f-77e5f5a1c3ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35940) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1700 | 2024.11.18 18:41:36.114777 [ 3 ] {d5782055-890b-4fc1-830f-77e5f5a1c3ac} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1701 | 2024.11.18 18:41:36.114826 [ 3 ] {d5782055-890b-4fc1-830f-77e5f5a1c3ac} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1702 | 2024.11.18 18:41:36.115159 [ 3 ] {d5782055-890b-4fc1-830f-77e5f5a1c3ac} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1703 | 2024.11.18 18:41:36.115226 [ 3 ] {d5782055-890b-4fc1-830f-77e5f5a1c3ac} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1704 | 2024.11.18 18:41:36.115376 [ 3 ] {d5782055-890b-4fc1-830f-77e5f5a1c3ac} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
| 1705 | 2024.11.18 18:41:36.115469 [ 296 ] {d5782055-890b-4fc1-830f-77e5f5a1c3ac} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1706 | 2024.11.18 18:41:36.115502 [ 295 ] {d5782055-890b-4fc1-830f-77e5f5a1c3ac} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1707 | 2024.11.18 18:41:36.115658 [ 3 ] {d5782055-890b-4fc1-830f-77e5f5a1c3ac} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (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 | ||
| 1708 | 2024.11.18 18:41:36.115689 [ 3 ] {d5782055-890b-4fc1-830f-77e5f5a1c3ac} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1709 | 2024.11.18 18:41:36.115773 [ 3 ] {d5782055-890b-4fc1-830f-77e5f5a1c3ac} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1710 | 2024.11.18 18:41:36.115795 [ 3 ] {d5782055-890b-4fc1-830f-77e5f5a1c3ac} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Reading approx. 23 rows with 2 streams | ||
| 1711 | 2024.11.18 18:41:36.115842 [ 3 ] {d5782055-890b-4fc1-830f-77e5f5a1c3ac} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1712 | 2024.11.18 18:41:36.115916 [ 3 ] {d5782055-890b-4fc1-830f-77e5f5a1c3ac} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1713 | 2024.11.18 18:41:36.117034 [ 3 ] {d5782055-890b-4fc1-830f-77e5f5a1c3ac} <Debug> executeQuery: Read 23 rows, 826.00 B in 0.002692 sec., 8543.833580980683 rows/sec., 299.64 KiB/sec. | ||
| 1714 | 2024.11.18 18:41:36.117188 [ 3 ] {d5782055-890b-4fc1-830f-77e5f5a1c3ac} <Debug> TCPHandler: Processed in 0.003000908 sec. | ||
| 1715 | 2024.11.18 18:41:36.118808 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1716 | 2024.11.18 18:41:36.119038 [ 5 ] {ec2c6ea1-6586-4701-ba23-7e8f1a2f068e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1717 | 2024.11.18 18:41:36.119396 [ 5 ] {ec2c6ea1-6586-4701-ba23-7e8f1a2f068e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1718 | 2024.11.18 18:41:36.119445 [ 5 ] {ec2c6ea1-6586-4701-ba23-7e8f1a2f068e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1719 | 2024.11.18 18:41:36.119772 [ 5 ] {ec2c6ea1-6586-4701-ba23-7e8f1a2f068e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1720 | 2024.11.18 18:41:36.119838 [ 5 ] {ec2c6ea1-6586-4701-ba23-7e8f1a2f068e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1721 | 2024.11.18 18:41:36.119986 [ 5 ] {ec2c6ea1-6586-4701-ba23-7e8f1a2f068e} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
| 1722 | 2024.11.18 18:41:36.120057 [ 296 ] {ec2c6ea1-6586-4701-ba23-7e8f1a2f068e} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1723 | 2024.11.18 18:41:36.120081 [ 295 ] {ec2c6ea1-6586-4701-ba23-7e8f1a2f068e} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1724 | 2024.11.18 18:41:36.120183 [ 5 ] {ec2c6ea1-6586-4701-ba23-7e8f1a2f068e} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (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 | ||
| 1725 | 2024.11.18 18:41:36.120211 [ 5 ] {ec2c6ea1-6586-4701-ba23-7e8f1a2f068e} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1726 | 2024.11.18 18:41:36.120293 [ 5 ] {ec2c6ea1-6586-4701-ba23-7e8f1a2f068e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1727 | 2024.11.18 18:41:36.120314 [ 5 ] {ec2c6ea1-6586-4701-ba23-7e8f1a2f068e} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Reading approx. 23 rows with 2 streams | ||
| 1728 | 2024.11.18 18:41:36.120355 [ 5 ] {ec2c6ea1-6586-4701-ba23-7e8f1a2f068e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1729 | 2024.11.18 18:41:36.120403 [ 5 ] {ec2c6ea1-6586-4701-ba23-7e8f1a2f068e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1730 | 2024.11.18 18:41:36.121379 [ 5 ] {ec2c6ea1-6586-4701-ba23-7e8f1a2f068e} <Debug> executeQuery: Read 23 rows, 826.00 B in 0.002453 sec., 9376.273950264982 rows/sec., 328.84 KiB/sec. | ||
| 1731 | 2024.11.18 18:41:36.121527 [ 5 ] {ec2c6ea1-6586-4701-ba23-7e8f1a2f068e} <Debug> TCPHandler: Processed in 0.002786385 sec. | ||
| 1732 | 2024.11.18 18:41:36.121746 [ 3 ] {} <Trace> TCP-Session: e0ce5c5e-4e65-44e9-9647-897c8225c771 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1733 | 2024.11.18 18:41:36.121948 [ 3 ] {0970bc33-a21b-474d-a996-e80eddb44f6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35940) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1734 | 2024.11.18 18:41:36.122292 [ 3 ] {0970bc33-a21b-474d-a996-e80eddb44f6d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1735 | 2024.11.18 18:41:36.122342 [ 3 ] {0970bc33-a21b-474d-a996-e80eddb44f6d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1736 | 2024.11.18 18:41:36.122671 [ 3 ] {0970bc33-a21b-474d-a996-e80eddb44f6d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1737 | 2024.11.18 18:41:36.122736 [ 3 ] {0970bc33-a21b-474d-a996-e80eddb44f6d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1738 | 2024.11.18 18:41:36.122892 [ 3 ] {0970bc33-a21b-474d-a996-e80eddb44f6d} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
| 1739 | 2024.11.18 18:41:36.122998 [ 296 ] {0970bc33-a21b-474d-a996-e80eddb44f6d} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1740 | 2024.11.18 18:41:36.123009 [ 295 ] {0970bc33-a21b-474d-a996-e80eddb44f6d} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1741 | 2024.11.18 18:41:36.123109 [ 3 ] {0970bc33-a21b-474d-a996-e80eddb44f6d} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (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 | ||
| 1742 | 2024.11.18 18:41:36.123137 [ 3 ] {0970bc33-a21b-474d-a996-e80eddb44f6d} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1743 | 2024.11.18 18:41:36.123220 [ 3 ] {0970bc33-a21b-474d-a996-e80eddb44f6d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1744 | 2024.11.18 18:41:36.123241 [ 3 ] {0970bc33-a21b-474d-a996-e80eddb44f6d} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Reading approx. 23 rows with 2 streams | ||
| 1745 | 2024.11.18 18:41:36.123285 [ 3 ] {0970bc33-a21b-474d-a996-e80eddb44f6d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1746 | 2024.11.18 18:41:36.123335 [ 3 ] {0970bc33-a21b-474d-a996-e80eddb44f6d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1747 | 2024.11.18 18:41:36.124458 [ 3 ] {0970bc33-a21b-474d-a996-e80eddb44f6d} <Debug> executeQuery: Read 23 rows, 826.00 B in 0.002615 sec., 8795.411089866157 rows/sec., 308.47 KiB/sec. | ||
| 1748 | 2024.11.18 18:41:36.124607 [ 3 ] {0970bc33-a21b-474d-a996-e80eddb44f6d} <Debug> TCPHandler: Processed in 0.002917487 sec. | ||
| 1749 | 2024.11.18 18:41:36.124933 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1750 | 2024.11.18 18:41:36.125161 [ 5 ] {bbf97ebd-4547-4b04-a0f9-9ed8554badb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1751 | 2024.11.18 18:41:36.125574 [ 5 ] {bbf97ebd-4547-4b04-a0f9-9ed8554badb1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1752 | 2024.11.18 18:41:36.125635 [ 5 ] {bbf97ebd-4547-4b04-a0f9-9ed8554badb1} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1753 | 2024.11.18 18:41:36.126050 [ 5 ] {bbf97ebd-4547-4b04-a0f9-9ed8554badb1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1754 | 2024.11.18 18:41:36.126130 [ 5 ] {bbf97ebd-4547-4b04-a0f9-9ed8554badb1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1755 | 2024.11.18 18:41:36.126281 [ 5 ] {bbf97ebd-4547-4b04-a0f9-9ed8554badb1} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
| 1756 | 2024.11.18 18:41:36.126371 [ 296 ] {bbf97ebd-4547-4b04-a0f9-9ed8554badb1} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1757 | 2024.11.18 18:41:36.126388 [ 295 ] {bbf97ebd-4547-4b04-a0f9-9ed8554badb1} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1758 | 2024.11.18 18:41:36.126485 [ 5 ] {bbf97ebd-4547-4b04-a0f9-9ed8554badb1} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (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 | ||
| 1759 | 2024.11.18 18:41:36.126513 [ 5 ] {bbf97ebd-4547-4b04-a0f9-9ed8554badb1} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1760 | 2024.11.18 18:41:36.126595 [ 5 ] {bbf97ebd-4547-4b04-a0f9-9ed8554badb1} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1761 | 2024.11.18 18:41:36.126616 [ 5 ] {bbf97ebd-4547-4b04-a0f9-9ed8554badb1} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Reading approx. 23 rows with 2 streams | ||
| 1762 | 2024.11.18 18:41:36.126658 [ 5 ] {bbf97ebd-4547-4b04-a0f9-9ed8554badb1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1763 | 2024.11.18 18:41:36.126705 [ 5 ] {bbf97ebd-4547-4b04-a0f9-9ed8554badb1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1764 | 2024.11.18 18:41:36.127809 [ 5 ] {bbf97ebd-4547-4b04-a0f9-9ed8554badb1} <Debug> executeQuery: Read 23 rows, 826.00 B in 0.002763 sec., 8324.285197249366 rows/sec., 291.94 KiB/sec. | ||
| 1765 | 2024.11.18 18:41:36.127972 [ 5 ] {bbf97ebd-4547-4b04-a0f9-9ed8554badb1} <Debug> TCPHandler: Processed in 0.003108111 sec. | ||
| 1766 | 2024.11.18 18:41:36.128914 [ 3 ] {} <Trace> TCP-Session: e0ce5c5e-4e65-44e9-9647-897c8225c771 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1767 | 2024.11.18 18:41:36.129105 [ 3 ] {8dc03719-9191-445f-8987-42338a7fc2c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35940) 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', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1768 | 2024.11.18 18:41:36.129453 [ 3 ] {8dc03719-9191-445f-8987-42338a7fc2c1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1769 | 2024.11.18 18:41:36.129503 [ 3 ] {8dc03719-9191-445f-8987-42338a7fc2c1} <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', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1770 | 2024.11.18 18:41:36.129851 [ 3 ] {8dc03719-9191-445f-8987-42338a7fc2c1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1771 | 2024.11.18 18:41:36.129919 [ 3 ] {8dc03719-9191-445f-8987-42338a7fc2c1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1772 | 2024.11.18 18:41:36.130067 [ 3 ] {8dc03719-9191-445f-8987-42338a7fc2c1} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Key condition: (column 0 notIn 41-element set) | ||
| 1773 | 2024.11.18 18:41:36.130171 [ 296 ] {8dc03719-9191-445f-8987-42338a7fc2c1} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1774 | 2024.11.18 18:41:36.130186 [ 295 ] {8dc03719-9191-445f-8987-42338a7fc2c1} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1775 | 2024.11.18 18:41:36.130294 [ 3 ] {8dc03719-9191-445f-8987-42338a7fc2c1} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (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 | ||
| 1776 | 2024.11.18 18:41:36.130322 [ 3 ] {8dc03719-9191-445f-8987-42338a7fc2c1} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1777 | 2024.11.18 18:41:36.130420 [ 3 ] {8dc03719-9191-445f-8987-42338a7fc2c1} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1778 | 2024.11.18 18:41:36.130444 [ 3 ] {8dc03719-9191-445f-8987-42338a7fc2c1} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Reading approx. 23 rows with 2 streams | ||
| 1779 | 2024.11.18 18:41:36.130488 [ 3 ] {8dc03719-9191-445f-8987-42338a7fc2c1} <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', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1780 | 2024.11.18 18:41:36.130537 [ 3 ] {8dc03719-9191-445f-8987-42338a7fc2c1} <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', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1781 | 2024.11.18 18:41:36.131607 [ 3 ] {8dc03719-9191-445f-8987-42338a7fc2c1} <Debug> executeQuery: Read 23 rows, 826.00 B in 0.002597 sec., 8856.372737774356 rows/sec., 310.60 KiB/sec. | ||
| 1782 | 2024.11.18 18:41:36.131752 [ 3 ] {8dc03719-9191-445f-8987-42338a7fc2c1} <Debug> TCPHandler: Processed in 0.002895467 sec. | ||
| 1783 | 2024.11.18 18:41:36.136642 [ 3 ] {} <Trace> TCP-Session: e0ce5c5e-4e65-44e9-9647-897c8225c771 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1784 | 2024.11.18 18:41:36.136763 [ 3 ] {fd5c5af4-20bb-44aa-a4ec-fe8d7000f439} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35940) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1785 | 2024.11.18 18:41:36.136811 [ 3 ] {fd5c5af4-20bb-44aa-a4ec-fe8d7000f439} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1786 | 2024.11.18 18:41:36.137503 [ 3 ] {fd5c5af4-20bb-44aa-a4ec-fe8d7000f439} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1787 | 2024.11.18 18:41:36.137549 [ 3 ] {fd5c5af4-20bb-44aa-a4ec-fe8d7000f439} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1788 | 2024.11.18 18:41:36.138087 [ 3 ] {fd5c5af4-20bb-44aa-a4ec-fe8d7000f439} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1789 | 2024.11.18 18:41:36.138313 [ 3 ] {fd5c5af4-20bb-44aa-a4ec-fe8d7000f439} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1790 | 2024.11.18 18:41:36.138509 [ 3 ] {fd5c5af4-20bb-44aa-a4ec-fe8d7000f439} <Debug> executeQuery: Read 19 rows, 2.54 KiB in 0.00178 sec., 10674.157303370786 rows/sec., 1.39 MiB/sec. | ||
| 1791 | 2024.11.18 18:41:36.138589 [ 3 ] {fd5c5af4-20bb-44aa-a4ec-fe8d7000f439} <Debug> TCPHandler: Processed in 0.001998628 sec. | ||
| 1792 | 2024.11.18 18:41:36.138726 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1793 | 2024.11.18 18:41:36.138859 [ 5 ] {feda3963-538c-4a83-8d27-674e293c2f6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1794 | 2024.11.18 18:41:36.138912 [ 5 ] {feda3963-538c-4a83-8d27-674e293c2f6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1795 | 2024.11.18 18:41:36.139569 [ 5 ] {feda3963-538c-4a83-8d27-674e293c2f6a} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1796 | 2024.11.18 18:41:36.139615 [ 5 ] {feda3963-538c-4a83-8d27-674e293c2f6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1797 | 2024.11.18 18:41:36.140043 [ 5 ] {feda3963-538c-4a83-8d27-674e293c2f6a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1798 | 2024.11.18 18:41:36.140291 [ 5 ] {feda3963-538c-4a83-8d27-674e293c2f6a} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1799 | 2024.11.18 18:41:36.140517 [ 5 ] {feda3963-538c-4a83-8d27-674e293c2f6a} <Debug> executeQuery: Read 103 rows, 8.79 KiB in 0.001695 sec., 60766.96165191741 rows/sec., 5.06 MiB/sec. | ||
| 1800 | 2024.11.18 18:41:36.140574 [ 5 ] {feda3963-538c-4a83-8d27-674e293c2f6a} <Debug> TCPHandler: Processed in 0.001908067 sec. | ||
| 1801 | 2024.11.18 18:41:36.140715 [ 3 ] {} <Trace> TCP-Session: e0ce5c5e-4e65-44e9-9647-897c8225c771 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1802 | 2024.11.18 18:41:36.140841 [ 3 ] {34fdb516-0d56-4b3c-9818-772821c8fcd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35940) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1803 | 2024.11.18 18:41:36.140891 [ 3 ] {34fdb516-0d56-4b3c-9818-772821c8fcd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1804 | 2024.11.18 18:41:36.141467 [ 3 ] {34fdb516-0d56-4b3c-9818-772821c8fcd2} <Trace> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1805 | 2024.11.18 18:41:36.141506 [ 3 ] {34fdb516-0d56-4b3c-9818-772821c8fcd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1806 | 2024.11.18 18:41:36.141882 [ 3 ] {34fdb516-0d56-4b3c-9818-772821c8fcd2} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1807 | 2024.11.18 18:41:36.142133 [ 3 ] {34fdb516-0d56-4b3c-9818-772821c8fcd2} <Trace> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1808 | 2024.11.18 18:41:36.142344 [ 3 ] {34fdb516-0d56-4b3c-9818-772821c8fcd2} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001526 sec., 15072.08387942333 rows/sec., 1.11 MiB/sec. | ||
| 1809 | 2024.11.18 18:41:36.142524 [ 3 ] {34fdb516-0d56-4b3c-9818-772821c8fcd2} <Debug> TCPHandler: Processed in 0.001859887 sec. | ||
| 1810 | 2024.11.18 18:41:36.142707 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1811 | 2024.11.18 18:41:36.142887 [ 5 ] {f45b9001-8b03-42c4-9af8-75cd65812af9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1812 | 2024.11.18 18:41:36.142957 [ 5 ] {f45b9001-8b03-42c4-9af8-75cd65812af9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1813 | 2024.11.18 18:41:36.143599 [ 5 ] {f45b9001-8b03-42c4-9af8-75cd65812af9} <Trace> oximeter.fields_u32 (83ac11ca-fabd-4357-b8e5-0d6d82c87995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1814 | 2024.11.18 18:41:36.143639 [ 5 ] {f45b9001-8b03-42c4-9af8-75cd65812af9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1815 | 2024.11.18 18:41:36.143996 [ 5 ] {f45b9001-8b03-42c4-9af8-75cd65812af9} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1816 | 2024.11.18 18:41:36.144232 [ 5 ] {f45b9001-8b03-42c4-9af8-75cd65812af9} <Trace> oximeter.fields_u32 (83ac11ca-fabd-4357-b8e5-0d6d82c87995): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1817 | 2024.11.18 18:41:36.144520 [ 5 ] {f45b9001-8b03-42c4-9af8-75cd65812af9} <Debug> executeQuery: Read 1 rows, 68.00 B in 0.001656 sec., 603.864734299517 rows/sec., 40.10 KiB/sec. | ||
| 1818 | 2024.11.18 18:41:36.144652 [ 5 ] {f45b9001-8b03-42c4-9af8-75cd65812af9} <Debug> TCPHandler: Processed in 0.00203382 sec. | ||
| 1819 | 2024.11.18 18:41:36.144778 [ 3 ] {} <Trace> TCP-Session: e0ce5c5e-4e65-44e9-9647-897c8225c771 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1820 | 2024.11.18 18:41:36.144903 [ 3 ] {57eefce5-8dd4-476b-bfca-980c20eb6a5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35940) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1821 | 2024.11.18 18:41:36.144952 [ 3 ] {57eefce5-8dd4-476b-bfca-980c20eb6a5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1822 | 2024.11.18 18:41:36.145532 [ 3 ] {57eefce5-8dd4-476b-bfca-980c20eb6a5b} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1823 | 2024.11.18 18:41:36.145569 [ 3 ] {57eefce5-8dd4-476b-bfca-980c20eb6a5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1824 | 2024.11.18 18:41:36.145945 [ 3 ] {57eefce5-8dd4-476b-bfca-980c20eb6a5b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1825 | 2024.11.18 18:41:36.146184 [ 3 ] {57eefce5-8dd4-476b-bfca-980c20eb6a5b} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1826 | 2024.11.18 18:41:36.146422 [ 3 ] {57eefce5-8dd4-476b-bfca-980c20eb6a5b} <Debug> executeQuery: Read 99 rows, 7.92 KiB in 0.001544 sec., 64119.17098445596 rows/sec., 5.01 MiB/sec. | ||
| 1827 | 2024.11.18 18:41:36.146638 [ 3 ] {57eefce5-8dd4-476b-bfca-980c20eb6a5b} <Debug> TCPHandler: Processed in 0.001908597 sec. | ||
| 1828 | 2024.11.18 18:41:36.146805 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1829 | 2024.11.18 18:41:36.146945 [ 5 ] {856a5856-a932-4ad0-b2e5-e792f97abd75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1830 | 2024.11.18 18:41:36.147007 [ 5 ] {856a5856-a932-4ad0-b2e5-e792f97abd75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1831 | 2024.11.18 18:41:36.147583 [ 5 ] {856a5856-a932-4ad0-b2e5-e792f97abd75} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1832 | 2024.11.18 18:41:36.147623 [ 5 ] {856a5856-a932-4ad0-b2e5-e792f97abd75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1833 | 2024.11.18 18:41:36.148047 [ 5 ] {856a5856-a932-4ad0-b2e5-e792f97abd75} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1834 | 2024.11.18 18:41:36.148289 [ 5 ] {856a5856-a932-4ad0-b2e5-e792f97abd75} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1835 | 2024.11.18 18:41:36.148502 [ 5 ] {856a5856-a932-4ad0-b2e5-e792f97abd75} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001589 sec., 80553.80742605413 rows/sec., 5.61 MiB/sec. | ||
| 1836 | 2024.11.18 18:41:36.148553 [ 5 ] {856a5856-a932-4ad0-b2e5-e792f97abd75} <Debug> TCPHandler: Processed in 0.001816586 sec. | ||
| 1837 | 2024.11.18 18:41:36.148682 [ 3 ] {} <Trace> TCP-Session: e0ce5c5e-4e65-44e9-9647-897c8225c771 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1838 | 2024.11.18 18:41:36.148799 [ 3 ] {00978950-1191-468f-bd07-1bd96aed6308} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35940) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1839 | 2024.11.18 18:41:36.148857 [ 3 ] {00978950-1191-468f-bd07-1bd96aed6308} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1840 | 2024.11.18 18:41:36.149320 [ 3 ] {00978950-1191-468f-bd07-1bd96aed6308} <Trace> oximeter.measurements_f64 (d052af3d-076d-4497-9d38-4aa388f95b75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1841 | 2024.11.18 18:41:36.149357 [ 3 ] {00978950-1191-468f-bd07-1bd96aed6308} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1842 | 2024.11.18 18:41:36.149714 [ 3 ] {00978950-1191-468f-bd07-1bd96aed6308} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1843 | 2024.11.18 18:41:36.149959 [ 3 ] {00978950-1191-468f-bd07-1bd96aed6308} <Trace> oximeter.measurements_f64 (d052af3d-076d-4497-9d38-4aa388f95b75): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1844 | 2024.11.18 18:41:36.150146 [ 3 ] {00978950-1191-468f-bd07-1bd96aed6308} <Debug> executeQuery: Read 1 rows, 65.00 B in 0.001371 sec., 729.3946024799417 rows/sec., 46.30 KiB/sec. | ||
| 1845 | 2024.11.18 18:41:36.150200 [ 3 ] {00978950-1191-468f-bd07-1bd96aed6308} <Debug> TCPHandler: Processed in 0.001572211 sec. | ||
| 1846 | 2024.11.18 18:41:36.150381 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1847 | 2024.11.18 18:41:36.150550 [ 5 ] {5dfb60a7-e3a1-4af0-87b5-bd534c60bc6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1848 | 2024.11.18 18:41:36.150660 [ 5 ] {5dfb60a7-e3a1-4af0-87b5-bd534c60bc6b} <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 | ||
| 1849 | 2024.11.18 18:41:36.151897 [ 5 ] {5dfb60a7-e3a1-4af0-87b5-bd534c60bc6b} <Trace> oximeter.measurements_histogramu64 (72c523e9-b30d-40f9-b06a-7c8965a18908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1850 | 2024.11.18 18:41:36.151938 [ 5 ] {5dfb60a7-e3a1-4af0-87b5-bd534c60bc6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1851 | 2024.11.18 18:41:36.154604 [ 5 ] {5dfb60a7-e3a1-4af0-87b5-bd534c60bc6b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1852 | 2024.11.18 18:41:36.154978 [ 5 ] {5dfb60a7-e3a1-4af0-87b5-bd534c60bc6b} <Trace> oximeter.measurements_histogramu64 (72c523e9-b30d-40f9-b06a-7c8965a18908): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1853 | 2024.11.18 18:41:36.155346 [ 5 ] {5dfb60a7-e3a1-4af0-87b5-bd534c60bc6b} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.004829 sec., 4762.890867674467 rows/sec., 8.53 MiB/sec. | ||
| 1854 | 2024.11.18 18:41:36.155458 [ 5 ] {5dfb60a7-e3a1-4af0-87b5-bd534c60bc6b} <Debug> TCPHandler: Processed in 0.005158801 sec. | ||
| 1855 | 2024.11.18 18:41:36.155615 [ 3 ] {} <Trace> TCP-Session: e0ce5c5e-4e65-44e9-9647-897c8225c771 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1856 | 2024.11.18 18:41:36.155762 [ 3 ] {6ad3e26b-af98-49ec-bd16-d63524ca3d41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35940) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 1857 | 2024.11.18 18:41:36.155821 [ 3 ] {6ad3e26b-af98-49ec-bd16-d63524ca3d41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 1858 | 2024.11.18 18:41:36.156357 [ 3 ] {6ad3e26b-af98-49ec-bd16-d63524ca3d41} <Trace> oximeter.measurements_i64 (8e043ba4-f924-4d27-8310-b4affd1cd99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1859 | 2024.11.18 18:41:36.156395 [ 3 ] {6ad3e26b-af98-49ec-bd16-d63524ca3d41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1860 | 2024.11.18 18:41:36.156801 [ 3 ] {6ad3e26b-af98-49ec-bd16-d63524ca3d41} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1861 | 2024.11.18 18:41:36.157042 [ 3 ] {6ad3e26b-af98-49ec-bd16-d63524ca3d41} <Trace> oximeter.measurements_i64 (8e043ba4-f924-4d27-8310-b4affd1cd99b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1862 | 2024.11.18 18:41:36.157215 [ 3 ] {6ad3e26b-af98-49ec-bd16-d63524ca3d41} <Debug> executeQuery: Read 21 rows, 1.57 KiB in 0.001487 sec., 14122.394082044384 rows/sec., 1.03 MiB/sec. | ||
| 1863 | 2024.11.18 18:41:36.157266 [ 3 ] {6ad3e26b-af98-49ec-bd16-d63524ca3d41} <Debug> TCPHandler: Processed in 0.001718623 sec. | ||
| 1864 | 2024.11.18 18:41:36.157420 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1865 | 2024.11.18 18:41:36.157558 [ 5 ] {d3738448-fcdf-4ef3-a571-4ac5bc59e291} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1866 | 2024.11.18 18:41:36.157616 [ 5 ] {d3738448-fcdf-4ef3-a571-4ac5bc59e291} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1867 | 2024.11.18 18:41:36.158177 [ 5 ] {d3738448-fcdf-4ef3-a571-4ac5bc59e291} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1868 | 2024.11.18 18:41:36.158217 [ 5 ] {d3738448-fcdf-4ef3-a571-4ac5bc59e291} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1869 | 2024.11.18 18:41:36.158584 [ 5 ] {d3738448-fcdf-4ef3-a571-4ac5bc59e291} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1870 | 2024.11.18 18:41:36.158818 [ 5 ] {d3738448-fcdf-4ef3-a571-4ac5bc59e291} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1871 | 2024.11.18 18:41:36.159028 [ 5 ] {d3738448-fcdf-4ef3-a571-4ac5bc59e291} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001502 sec., 31957.39014647137 rows/sec., 2.15 MiB/sec. | ||
| 1872 | 2024.11.18 18:41:36.159078 [ 5 ] {d3738448-fcdf-4ef3-a571-4ac5bc59e291} <Debug> TCPHandler: Processed in 0.001727784 sec. | ||
| 1873 | 2024.11.18 18:41:37.000160 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 149.00 MiB, peak 153.49 MiB, free memory in arenas 0.00 B, will set to 147.59 MiB (RSS), difference: -1.40 MiB | ||
| 1874 | 2024.11.18 18:41:41.069260 [ 3 ] {} <Trace> TCP-Session: e0ce5c5e-4e65-44e9-9647-897c8225c771 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1875 | 2024.11.18 18:41:41.069492 [ 3 ] {2d1e2c47-c285-4371-9621-5c9e768d9542} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35940) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1876 | 2024.11.18 18:41:41.069572 [ 3 ] {2d1e2c47-c285-4371-9621-5c9e768d9542} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1877 | 2024.11.18 18:41:41.070357 [ 3 ] {2d1e2c47-c285-4371-9621-5c9e768d9542} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1878 | 2024.11.18 18:41:41.070406 [ 3 ] {2d1e2c47-c285-4371-9621-5c9e768d9542} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1879 | 2024.11.18 18:41:41.070856 [ 3 ] {2d1e2c47-c285-4371-9621-5c9e768d9542} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1880 | 2024.11.18 18:41:41.071115 [ 3 ] {2d1e2c47-c285-4371-9621-5c9e768d9542} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1881 | 2024.11.18 18:41:41.071317 [ 3 ] {2d1e2c47-c285-4371-9621-5c9e768d9542} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001882 sec., 29755.57917109458 rows/sec., 2.27 MiB/sec. | ||
| 1882 | 2024.11.18 18:41:41.071383 [ 3 ] {2d1e2c47-c285-4371-9621-5c9e768d9542} <Debug> TCPHandler: Processed in 0.002248444 sec. | ||
| 1883 | 2024.11.18 18:41:41.071628 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1884 | 2024.11.18 18:41:41.071823 [ 5 ] {4657afcd-4772-4f0d-a07e-0221137aac0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1885 | 2024.11.18 18:41:41.071900 [ 5 ] {4657afcd-4772-4f0d-a07e-0221137aac0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1886 | 2024.11.18 18:41:41.072669 [ 5 ] {4657afcd-4772-4f0d-a07e-0221137aac0c} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1887 | 2024.11.18 18:41:41.072723 [ 5 ] {4657afcd-4772-4f0d-a07e-0221137aac0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1888 | 2024.11.18 18:41:41.073215 [ 5 ] {4657afcd-4772-4f0d-a07e-0221137aac0c} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1889 | 2024.11.18 18:41:41.073482 [ 5 ] {4657afcd-4772-4f0d-a07e-0221137aac0c} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1890 | 2024.11.18 18:41:41.073713 [ 5 ] {4657afcd-4772-4f0d-a07e-0221137aac0c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001944 sec., 32921.81069958848 rows/sec., 2.57 MiB/sec. | ||
| 1891 | 2024.11.18 18:41:41.073777 [ 5 ] {4657afcd-4772-4f0d-a07e-0221137aac0c} <Debug> TCPHandler: Processed in 0.002287704 sec. | ||
| 1892 | 2024.11.18 18:41:41.073928 [ 3 ] {} <Trace> TCP-Session: e0ce5c5e-4e65-44e9-9647-897c8225c771 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1893 | 2024.11.18 18:41:41.074075 [ 3 ] {c7d3f9cb-8a8c-402c-92d8-d1d0d8b1caa6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35940) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1894 | 2024.11.18 18:41:41.074141 [ 3 ] {c7d3f9cb-8a8c-402c-92d8-d1d0d8b1caa6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1895 | 2024.11.18 18:41:41.074767 [ 3 ] {c7d3f9cb-8a8c-402c-92d8-d1d0d8b1caa6} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1896 | 2024.11.18 18:41:41.074804 [ 3 ] {c7d3f9cb-8a8c-402c-92d8-d1d0d8b1caa6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1897 | 2024.11.18 18:41:41.075230 [ 3 ] {c7d3f9cb-8a8c-402c-92d8-d1d0d8b1caa6} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1898 | 2024.11.18 18:41:41.075477 [ 3 ] {c7d3f9cb-8a8c-402c-92d8-d1d0d8b1caa6} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1899 | 2024.11.18 18:41:41.075659 [ 3 ] {c7d3f9cb-8a8c-402c-92d8-d1d0d8b1caa6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00162 sec., 98765.43209876544 rows/sec., 6.88 MiB/sec. | ||
| 1900 | 2024.11.18 18:41:41.075713 [ 3 ] {c7d3f9cb-8a8c-402c-92d8-d1d0d8b1caa6} <Debug> TCPHandler: Processed in 0.001851016 sec. | ||
| 1901 | 2024.11.18 18:41:41.075892 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1902 | 2024.11.18 18:41:41.076041 [ 5 ] {240295b5-e1e1-4c17-a5b7-155d2198b0cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1903 | 2024.11.18 18:41:41.076104 [ 5 ] {240295b5-e1e1-4c17-a5b7-155d2198b0cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1904 | 2024.11.18 18:41:41.077039 [ 5 ] {240295b5-e1e1-4c17-a5b7-155d2198b0cd} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1905 | 2024.11.18 18:41:41.077080 [ 5 ] {240295b5-e1e1-4c17-a5b7-155d2198b0cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1906 | 2024.11.18 18:41:41.077459 [ 5 ] {240295b5-e1e1-4c17-a5b7-155d2198b0cd} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1907 | 2024.11.18 18:41:41.077713 [ 5 ] {240295b5-e1e1-4c17-a5b7-155d2198b0cd} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1908 | 2024.11.18 18:41:41.077948 [ 5 ] {240295b5-e1e1-4c17-a5b7-155d2198b0cd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001944 sec., 30864.1975308642 rows/sec., 2.08 MiB/sec. | ||
| 1909 | 2024.11.18 18:41:41.078130 [ 5 ] {240295b5-e1e1-4c17-a5b7-155d2198b0cd} <Debug> TCPHandler: Processed in 0.002301236 sec. | ||
| 1910 | 2024.11.18 18:41:43.196165 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65439, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1911 | 2024.11.18 18:41:43.380731 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59693, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1912 | 2024.11.18 18:41:43.408104 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43721, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1913 | 2024.11.18 18:41:43.515207 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43853, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1914 | 2024.11.18 18:41:43.523564 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52428, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1915 | 2024.11.18 18:41:43.590703 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65131, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1916 | 2024.11.18 18:41:43.596137 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64958, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1917 | 2024.11.18 18:41:43.605608 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44268, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1918 | 2024.11.18 18:41:44.429283 [ 67 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1919 | 2024.11.18 18:41:44.429357 [ 67 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1920 | 2024.11.18 18:41:44.495794 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 66 entries to flush up to offset 292 | ||
| 1921 | 2024.11.18 18:41:44.499581 [ 242 ] {} <Trace> system.query_log (5706cc8f-2754-46ca-b9b4-a1f620913b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1922 | 2024.11.18 18:41:44.499641 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1923 | 2024.11.18 18:41:44.501266 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1924 | 2024.11.18 18:41:44.501577 [ 242 ] {} <Trace> system.query_log (5706cc8f-2754-46ca-b9b4-a1f620913b28): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1925 | 2024.11.18 18:41:44.502411 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 292 | ||
| 1926 | 2024.11.18 18:41:45.460620 [ 3 ] {} <Debug> TCPHandler: Done processing connection. | ||
| 1927 | 2024.11.18 18:41:45.460760 [ 3 ] {} <Debug> TCP-Session: e0ce5c5e-4e65-44e9-9647-897c8225c771 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1928 | 2024.11.18 18:41:46.000170 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 146.29 MiB, peak 153.49 MiB, free memory in arenas 0.00 B, will set to 148.36 MiB (RSS), difference: 2.07 MiB | ||
| 1929 | 2024.11.18 18:41:46.041616 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:41805, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1930 | 2024.11.18 18:41:46.075059 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1931 | 2024.11.18 18:41:46.075237 [ 5 ] {7430f4de-10e7-4c3f-ab06-5b55e190bc65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1932 | 2024.11.18 18:41:46.075311 [ 5 ] {7430f4de-10e7-4c3f-ab06-5b55e190bc65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1933 | 2024.11.18 18:41:46.076070 [ 5 ] {7430f4de-10e7-4c3f-ab06-5b55e190bc65} <Trace> oximeter.fields_i16 (d269e674-0362-4b8e-97b0-6474794c47df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1934 | 2024.11.18 18:41:46.076125 [ 5 ] {7430f4de-10e7-4c3f-ab06-5b55e190bc65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1935 | 2024.11.18 18:41:46.076555 [ 5 ] {7430f4de-10e7-4c3f-ab06-5b55e190bc65} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1936 | 2024.11.18 18:41:46.076818 [ 5 ] {7430f4de-10e7-4c3f-ab06-5b55e190bc65} <Trace> oximeter.fields_i16 (d269e674-0362-4b8e-97b0-6474794c47df): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1937 | 2024.11.18 18:41:46.077104 [ 5 ] {7430f4de-10e7-4c3f-ab06-5b55e190bc65} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001903 sec., 7356.8050446663165 rows/sec., 529.59 KiB/sec. | ||
| 1938 | 2024.11.18 18:41:46.077411 [ 5 ] {7430f4de-10e7-4c3f-ab06-5b55e190bc65} <Debug> TCPHandler: Processed in 0.002474259 sec. | ||
| 1939 | 2024.11.18 18:41:46.077693 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1940 | 2024.11.18 18:41:46.077883 [ 254 ] {c77a85a4-9747-4e6a-a043-e2ee6147d440} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1941 | 2024.11.18 18:41:46.077979 [ 254 ] {c77a85a4-9747-4e6a-a043-e2ee6147d440} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1942 | 2024.11.18 18:41:46.078900 [ 254 ] {c77a85a4-9747-4e6a-a043-e2ee6147d440} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1943 | 2024.11.18 18:41:46.078947 [ 254 ] {c77a85a4-9747-4e6a-a043-e2ee6147d440} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1944 | 2024.11.18 18:41:46.079408 [ 254 ] {c77a85a4-9747-4e6a-a043-e2ee6147d440} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1945 | 2024.11.18 18:41:46.079666 [ 254 ] {c77a85a4-9747-4e6a-a043-e2ee6147d440} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1946 | 2024.11.18 18:41:46.080130 [ 254 ] {c77a85a4-9747-4e6a-a043-e2ee6147d440} <Debug> executeQuery: Read 249 rows, 22.27 KiB in 0.002156 sec., 115491.65120593693 rows/sec., 10.09 MiB/sec. | ||
| 1947 | 2024.11.18 18:41:46.080237 [ 254 ] {c77a85a4-9747-4e6a-a043-e2ee6147d440} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 1948 | 2024.11.18 18:41:46.080253 [ 254 ] {c77a85a4-9747-4e6a-a043-e2ee6147d440} <Debug> TCPHandler: Processed in 0.002714993 sec. | ||
| 1949 | 2024.11.18 18:41:46.080409 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1950 | 2024.11.18 18:41:46.080537 [ 5 ] {b503c4c9-1caf-4c9d-9909-4729b31e1b5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1951 | 2024.11.18 18:41:46.080591 [ 5 ] {b503c4c9-1caf-4c9d-9909-4729b31e1b5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1952 | 2024.11.18 18:41:46.081237 [ 5 ] {b503c4c9-1caf-4c9d-9909-4729b31e1b5b} <Trace> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1953 | 2024.11.18 18:41:46.081285 [ 5 ] {b503c4c9-1caf-4c9d-9909-4729b31e1b5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1954 | 2024.11.18 18:41:46.081679 [ 5 ] {b503c4c9-1caf-4c9d-9909-4729b31e1b5b} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1955 | 2024.11.18 18:41:46.081932 [ 5 ] {b503c4c9-1caf-4c9d-9909-4729b31e1b5b} <Trace> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1956 | 2024.11.18 18:41:46.082333 [ 5 ] {b503c4c9-1caf-4c9d-9909-4729b31e1b5b} <Debug> executeQuery: Read 30 rows, 2.19 KiB in 0.001781 sec., 16844.469399213925 rows/sec., 1.20 MiB/sec. | ||
| 1957 | 2024.11.18 18:41:46.082423 [ 5 ] {b503c4c9-1caf-4c9d-9909-4729b31e1b5b} <Debug> TCPHandler: Processed in 0.002074011 sec. | ||
| 1958 | 2024.11.18 18:41:46.082595 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1959 | 2024.11.18 18:41:46.082744 [ 254 ] {6fedd72c-f53d-4f4b-bd33-b3f0d03bcc97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1960 | 2024.11.18 18:41:46.082807 [ 254 ] {6fedd72c-f53d-4f4b-bd33-b3f0d03bcc97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1961 | 2024.11.18 18:41:46.083515 [ 254 ] {6fedd72c-f53d-4f4b-bd33-b3f0d03bcc97} <Trace> oximeter.fields_u32 (83ac11ca-fabd-4357-b8e5-0d6d82c87995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1962 | 2024.11.18 18:41:46.083556 [ 254 ] {6fedd72c-f53d-4f4b-bd33-b3f0d03bcc97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1963 | 2024.11.18 18:41:46.083923 [ 254 ] {6fedd72c-f53d-4f4b-bd33-b3f0d03bcc97} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1964 | 2024.11.18 18:41:46.084166 [ 254 ] {6fedd72c-f53d-4f4b-bd33-b3f0d03bcc97} <Trace> oximeter.fields_u32 (83ac11ca-fabd-4357-b8e5-0d6d82c87995): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1965 | 2024.11.18 18:41:46.084302 [ 59 ] {} <Debug> oximeter.fields_u32 (83ac11ca-fabd-4357-b8e5-0d6d82c87995) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1966 | 2024.11.18 18:41:46.084352 [ 254 ] {6fedd72c-f53d-4f4b-bd33-b3f0d03bcc97} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001645 sec., 8510.638297872341 rows/sec., 596.03 KiB/sec. | ||
| 1967 | 2024.11.18 18:41:46.084353 [ 59 ] {} <Trace> oximeter.fields_u32 (83ac11ca-fabd-4357-b8e5-0d6d82c87995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1968 | 2024.11.18 18:41:46.084402 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1969 | 2024.11.18 18:41:46.084429 [ 254 ] {6fedd72c-f53d-4f4b-bd33-b3f0d03bcc97} <Debug> TCPHandler: Processed in 0.001902017 sec. | ||
| 1970 | 2024.11.18 18:41:46.084945 [ 188 ] {83ac11ca-fabd-4357-b8e5-0d6d82c87995::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 | ||
| 1971 | 2024.11.18 18:41:46.085038 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1972 | 2024.11.18 18:41:46.085197 [ 188 ] {83ac11ca-fabd-4357-b8e5-0d6d82c87995::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1973 | 2024.11.18 18:41:46.085257 [ 5 ] {50de49e3-8157-42a8-813f-5b92fda66db6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1974 | 2024.11.18 18:41:46.085279 [ 188 ] {83ac11ca-fabd-4357-b8e5-0d6d82c87995::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 14 rows starting from the beginning of the part | ||
| 1975 | 2024.11.18 18:41:46.085353 [ 5 ] {50de49e3-8157-42a8-813f-5b92fda66db6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1976 | 2024.11.18 18:41:46.085597 [ 188 ] {83ac11ca-fabd-4357-b8e5-0d6d82c87995::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 14 rows starting from the beginning of the part | ||
| 1977 | 2024.11.18 18:41:46.085932 [ 188 ] {83ac11ca-fabd-4357-b8e5-0d6d82c87995::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 228 rows starting from the beginning of the part | ||
| 1978 | 2024.11.18 18:41:46.086296 [ 188 ] {83ac11ca-fabd-4357-b8e5-0d6d82c87995::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 14 rows starting from the beginning of the part | ||
| 1979 | 2024.11.18 18:41:46.086704 [ 188 ] {83ac11ca-fabd-4357-b8e5-0d6d82c87995::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part | ||
| 1980 | 2024.11.18 18:41:46.087064 [ 188 ] {83ac11ca-fabd-4357-b8e5-0d6d82c87995::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 14 rows starting from the beginning of the part | ||
| 1981 | 2024.11.18 18:41:46.088187 [ 5 ] {50de49e3-8157-42a8-813f-5b92fda66db6} <Trace> oximeter.fields_u8 (356b4e61-1c07-430a-980d-4f9a89d03858): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1982 | 2024.11.18 18:41:46.088267 [ 5 ] {50de49e3-8157-42a8-813f-5b92fda66db6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1983 | 2024.11.18 18:41:46.089173 [ 5 ] {50de49e3-8157-42a8-813f-5b92fda66db6} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1984 | 2024.11.18 18:41:46.089810 [ 5 ] {50de49e3-8157-42a8-813f-5b92fda66db6} <Trace> oximeter.fields_u8 (356b4e61-1c07-430a-980d-4f9a89d03858): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1985 | 2024.11.18 18:41:46.089988 [ 188 ] {83ac11ca-fabd-4357-b8e5-0d6d82c87995::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 285 rows, containing 5 columns (5 merged, 0 gathered) in 0.005442207 sec., 52368.46007511291 rows/sec., 3.75 MiB/sec. | ||
| 1986 | 2024.11.18 18:41:46.090412 [ 189 ] {83ac11ca-fabd-4357-b8e5-0d6d82c87995::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1987 | 2024.11.18 18:41:46.090489 [ 5 ] {50de49e3-8157-42a8-813f-5b92fda66db6} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005243 sec., 2479.4964714857906 rows/sec., 154.60 KiB/sec. | ||
| 1988 | 2024.11.18 18:41:46.090794 [ 5 ] {50de49e3-8157-42a8-813f-5b92fda66db6} <Debug> TCPHandler: Processed in 0.005844515 sec. | ||
| 1989 | 2024.11.18 18:41:46.090994 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1990 | 2024.11.18 18:41:46.091120 [ 189 ] {83ac11ca-fabd-4357-b8e5-0d6d82c87995::all_1_6_1} <Trace> oximeter.fields_u32 (83ac11ca-fabd-4357-b8e5-0d6d82c87995): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1991 | 2024.11.18 18:41:46.091249 [ 254 ] {1c085aa2-b98f-43bd-96ec-00c776e57ac9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1992 | 2024.11.18 18:41:46.091289 [ 189 ] {83ac11ca-fabd-4357-b8e5-0d6d82c87995::all_1_6_1} <Trace> oximeter.fields_u32 (83ac11ca-fabd-4357-b8e5-0d6d82c87995) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1993 | 2024.11.18 18:41:46.091338 [ 254 ] {1c085aa2-b98f-43bd-96ec-00c776e57ac9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1994 | 2024.11.18 18:41:46.091458 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 1995 | 2024.11.18 18:41:46.092223 [ 254 ] {1c085aa2-b98f-43bd-96ec-00c776e57ac9} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1996 | 2024.11.18 18:41:46.092269 [ 254 ] {1c085aa2-b98f-43bd-96ec-00c776e57ac9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1997 | 2024.11.18 18:41:46.092667 [ 254 ] {1c085aa2-b98f-43bd-96ec-00c776e57ac9} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1998 | 2024.11.18 18:41:46.092916 [ 254 ] {1c085aa2-b98f-43bd-96ec-00c776e57ac9} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1999 | 2024.11.18 18:41:46.093227 [ 254 ] {1c085aa2-b98f-43bd-96ec-00c776e57ac9} <Debug> executeQuery: Read 405 rows, 29.52 KiB in 0.002046 sec., 197947.21407624634 rows/sec., 14.09 MiB/sec. | ||
| 2000 | 2024.11.18 18:41:46.093485 [ 254 ] {1c085aa2-b98f-43bd-96ec-00c776e57ac9} <Debug> TCPHandler: Processed in 0.002586781 sec. | ||
| 2001 | 2024.11.18 18:41:46.093677 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2002 | 2024.11.18 18:41:46.093821 [ 5 ] {b6c5baec-4363-46af-858b-5e2a241ee984} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2003 | 2024.11.18 18:41:46.093884 [ 5 ] {b6c5baec-4363-46af-858b-5e2a241ee984} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2004 | 2024.11.18 18:41:46.094442 [ 5 ] {b6c5baec-4363-46af-858b-5e2a241ee984} <Trace> oximeter.measurements_bool (59fe736a-aeb6-4d88-9694-5589842d5df9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2005 | 2024.11.18 18:41:46.094481 [ 5 ] {b6c5baec-4363-46af-858b-5e2a241ee984} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 2006 | 2024.11.18 18:41:46.094845 [ 5 ] {b6c5baec-4363-46af-858b-5e2a241ee984} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2007 | 2024.11.18 18:41:46.095089 [ 5 ] {b6c5baec-4363-46af-858b-5e2a241ee984} <Trace> oximeter.measurements_bool (59fe736a-aeb6-4d88-9694-5589842d5df9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2008 | 2024.11.18 18:41:46.095379 [ 5 ] {b6c5baec-4363-46af-858b-5e2a241ee984} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001581 sec., 3795.066413662239 rows/sec., 198.28 KiB/sec. | ||
| 2009 | 2024.11.18 18:41:46.095445 [ 5 ] {b6c5baec-4363-46af-858b-5e2a241ee984} <Debug> TCPHandler: Processed in 0.001836736 sec. | ||
| 2010 | 2024.11.18 18:41:46.095591 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2011 | 2024.11.18 18:41:46.095710 [ 254 ] {8a4c2f8c-9d63-4125-a975-2836b97548ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2012 | 2024.11.18 18:41:46.095766 [ 254 ] {8a4c2f8c-9d63-4125-a975-2836b97548ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2013 | 2024.11.18 18:41:46.096352 [ 254 ] {8a4c2f8c-9d63-4125-a975-2836b97548ad} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2014 | 2024.11.18 18:41:46.096391 [ 254 ] {8a4c2f8c-9d63-4125-a975-2836b97548ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 2015 | 2024.11.18 18:41:46.096804 [ 254 ] {8a4c2f8c-9d63-4125-a975-2836b97548ad} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2016 | 2024.11.18 18:41:46.097054 [ 254 ] {8a4c2f8c-9d63-4125-a975-2836b97548ad} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2017 | 2024.11.18 18:41:46.097315 [ 254 ] {8a4c2f8c-9d63-4125-a975-2836b97548ad} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001606 sec., 147571.60647571608 rows/sec., 9.89 MiB/sec. | ||
| 2018 | 2024.11.18 18:41:46.097411 [ 254 ] {8a4c2f8c-9d63-4125-a975-2836b97548ad} <Debug> TCPHandler: Processed in 0.001879967 sec. | ||
| 2019 | 2024.11.18 18:41:46.097567 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2020 | 2024.11.18 18:41:46.097707 [ 5 ] {779b0667-f4dd-4ad2-a55d-d784f9683513} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2021 | 2024.11.18 18:41:46.097769 [ 5 ] {779b0667-f4dd-4ad2-a55d-d784f9683513} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2022 | 2024.11.18 18:41:46.098335 [ 5 ] {779b0667-f4dd-4ad2-a55d-d784f9683513} <Trace> oximeter.measurements_f64 (d052af3d-076d-4497-9d38-4aa388f95b75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2023 | 2024.11.18 18:41:46.098380 [ 5 ] {779b0667-f4dd-4ad2-a55d-d784f9683513} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 2024 | 2024.11.18 18:41:46.098752 [ 5 ] {779b0667-f4dd-4ad2-a55d-d784f9683513} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2025 | 2024.11.18 18:41:46.098992 [ 5 ] {779b0667-f4dd-4ad2-a55d-d784f9683513} <Trace> oximeter.measurements_f64 (d052af3d-076d-4497-9d38-4aa388f95b75): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2026 | 2024.11.18 18:41:46.099213 [ 5 ] {779b0667-f4dd-4ad2-a55d-d784f9683513} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001534 sec., 651.890482398957 rows/sec., 43.93 KiB/sec. | ||
| 2027 | 2024.11.18 18:41:46.099289 [ 5 ] {779b0667-f4dd-4ad2-a55d-d784f9683513} <Debug> TCPHandler: Processed in 0.001789875 sec. | ||
| 2028 | 2024.11.18 18:41:46.099430 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2029 | 2024.11.18 18:41:46.099551 [ 254 ] {11e36245-66c5-4c8d-97e1-24371d56b32e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2030 | 2024.11.18 18:41:46.099633 [ 254 ] {11e36245-66c5-4c8d-97e1-24371d56b32e} <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 | ||
| 2031 | 2024.11.18 18:41:46.100793 [ 254 ] {11e36245-66c5-4c8d-97e1-24371d56b32e} <Trace> oximeter.measurements_histogramu64 (72c523e9-b30d-40f9-b06a-7c8965a18908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2032 | 2024.11.18 18:41:46.100834 [ 254 ] {11e36245-66c5-4c8d-97e1-24371d56b32e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 2033 | 2024.11.18 18:41:46.101456 [ 254 ] {11e36245-66c5-4c8d-97e1-24371d56b32e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2034 | 2024.11.18 18:41:46.101716 [ 254 ] {11e36245-66c5-4c8d-97e1-24371d56b32e} <Trace> oximeter.measurements_histogramu64 (72c523e9-b30d-40f9-b06a-7c8965a18908): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2035 | 2024.11.18 18:41:46.102125 [ 254 ] {11e36245-66c5-4c8d-97e1-24371d56b32e} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002568 sec., 8956.386292834892 rows/sec., 16.05 MiB/sec. | ||
| 2036 | 2024.11.18 18:41:46.102277 [ 254 ] {11e36245-66c5-4c8d-97e1-24371d56b32e} <Debug> TCPHandler: Processed in 0.002903467 sec. | ||
| 2037 | 2024.11.18 18:41:46.102429 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2038 | 2024.11.18 18:41:46.102566 [ 5 ] {52f458d9-4c59-49b7-9acc-daa0f2d2a649} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2039 | 2024.11.18 18:41:46.102626 [ 5 ] {52f458d9-4c59-49b7-9acc-daa0f2d2a649} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2040 | 2024.11.18 18:41:46.103207 [ 5 ] {52f458d9-4c59-49b7-9acc-daa0f2d2a649} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2041 | 2024.11.18 18:41:46.103254 [ 5 ] {52f458d9-4c59-49b7-9acc-daa0f2d2a649} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 2042 | 2024.11.18 18:41:46.103656 [ 5 ] {52f458d9-4c59-49b7-9acc-daa0f2d2a649} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2043 | 2024.11.18 18:41:46.103910 [ 5 ] {52f458d9-4c59-49b7-9acc-daa0f2d2a649} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2044 | 2024.11.18 18:41:46.104129 [ 5 ] {52f458d9-4c59-49b7-9acc-daa0f2d2a649} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001592 sec., 51507.53768844221 rows/sec., 3.27 MiB/sec. | ||
| 2045 | 2024.11.18 18:41:46.104181 [ 5 ] {52f458d9-4c59-49b7-9acc-daa0f2d2a649} <Debug> TCPHandler: Processed in 0.001817775 sec. | ||
| 2046 | 2024.11.18 18:41:46.520678 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:61494, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2047 | 2024.11.18 18:41:46.711055 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:52468, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2048 | 2024.11.18 18:41:46.721026 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:60588, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2049 | 2024.11.18 18:41:46.725401 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:50588, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2050 | 2024.11.18 18:41:46.725471 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:58799, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2051 | 2024.11.18 18:41:46.736851 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:33445, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2052 | 2024.11.18 18:41:46.767200 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:36373, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2053 | 2024.11.18 18:41:46.788498 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:43338, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2054 | 2024.11.18 18:41:47.000180 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 151.34 MiB, peak 153.97 MiB, free memory in arenas 0.00 B, will set to 148.44 MiB (RSS), difference: -2.90 MiB | ||
| 2055 | 2024.11.18 18:41:47.147000 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:47029, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2056 | 2024.11.18 18:41:47.197954 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:65011, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2057 | 2024.11.18 18:41:47.212617 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:46475, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2058 | 2024.11.18 18:41:47.424897 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:37866, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2059 | 2024.11.18 18:41:47.431288 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:44380, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2060 | 2024.11.18 18:41:47.436634 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:54851, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2061 | 2024.11.18 18:41:47.463012 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:65102, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2062 | 2024.11.18 18:41:47.488728 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:40427, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2063 | 2024.11.18 18:41:48.166701 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:51623, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2064 | 2024.11.18 18:41:48.177214 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:56030, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2065 | 2024.11.18 18:41:48.202669 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:47726, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2066 | 2024.11.18 18:41:48.237163 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:53601, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2067 | 2024.11.18 18:41:48.255399 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:57925, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2068 | 2024.11.18 18:41:48.260694 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:56455, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2069 | 2024.11.18 18:41:48.273994 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:36204, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2070 | 2024.11.18 18:41:51.068143 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2071 | 2024.11.18 18:41:51.068347 [ 5 ] {b9c3c55a-9185-43f1-a2a9-c3c240453e47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2072 | 2024.11.18 18:41:51.068419 [ 5 ] {b9c3c55a-9185-43f1-a2a9-c3c240453e47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2073 | 2024.11.18 18:41:51.069205 [ 5 ] {b9c3c55a-9185-43f1-a2a9-c3c240453e47} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2074 | 2024.11.18 18:41:51.069249 [ 5 ] {b9c3c55a-9185-43f1-a2a9-c3c240453e47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 2075 | 2024.11.18 18:41:51.069682 [ 5 ] {b9c3c55a-9185-43f1-a2a9-c3c240453e47} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2076 | 2024.11.18 18:41:51.069936 [ 5 ] {b9c3c55a-9185-43f1-a2a9-c3c240453e47} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2077 | 2024.11.18 18:41:51.070136 [ 5 ] {b9c3c55a-9185-43f1-a2a9-c3c240453e47} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.001843 sec., 39066.73901247965 rows/sec., 3.16 MiB/sec. | ||
| 2078 | 2024.11.18 18:41:51.070198 [ 5 ] {b9c3c55a-9185-43f1-a2a9-c3c240453e47} <Debug> TCPHandler: Processed in 0.002185533 sec. | ||
| 2079 | 2024.11.18 18:41:51.070453 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2080 | 2024.11.18 18:41:51.070645 [ 254 ] {6964445c-04a5-43cb-9873-f94c2204b12a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2081 | 2024.11.18 18:41:51.070721 [ 254 ] {6964445c-04a5-43cb-9873-f94c2204b12a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2082 | 2024.11.18 18:41:51.071459 [ 254 ] {6964445c-04a5-43cb-9873-f94c2204b12a} <Trace> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2083 | 2024.11.18 18:41:51.071514 [ 254 ] {6964445c-04a5-43cb-9873-f94c2204b12a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 2084 | 2024.11.18 18:41:51.071943 [ 254 ] {6964445c-04a5-43cb-9873-f94c2204b12a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2085 | 2024.11.18 18:41:51.072200 [ 254 ] {6964445c-04a5-43cb-9873-f94c2204b12a} <Trace> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2086 | 2024.11.18 18:41:51.072376 [ 53 ] {} <Debug> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2087 | 2024.11.18 18:41:51.072443 [ 53 ] {} <Trace> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2088 | 2024.11.18 18:41:51.072477 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 2089 | 2024.11.18 18:41:51.072493 [ 254 ] {6964445c-04a5-43cb-9873-f94c2204b12a} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001889 sec., 4235.044997353097 rows/sec., 318.46 KiB/sec. | ||
| 2090 | 2024.11.18 18:41:51.072701 [ 254 ] {6964445c-04a5-43cb-9873-f94c2204b12a} <Debug> TCPHandler: Processed in 0.002377696 sec. | ||
| 2091 | 2024.11.18 18:41:51.072766 [ 188 ] {e2d5d562-b8f6-4561-9841-f4b65eaa223e::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 | ||
| 2092 | 2024.11.18 18:41:51.072897 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2093 | 2024.11.18 18:41:51.072967 [ 188 ] {e2d5d562-b8f6-4561-9841-f4b65eaa223e::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2094 | 2024.11.18 18:41:51.073039 [ 188 ] {e2d5d562-b8f6-4561-9841-f4b65eaa223e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 7 rows starting from the beginning of the part | ||
| 2095 | 2024.11.18 18:41:51.073144 [ 5 ] {2e11d40f-39d3-4fd4-aeab-7e5f7e142f56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2096 | 2024.11.18 18:41:51.073266 [ 188 ] {e2d5d562-b8f6-4561-9841-f4b65eaa223e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 7 rows starting from the beginning of the part | ||
| 2097 | 2024.11.18 18:41:51.073307 [ 5 ] {2e11d40f-39d3-4fd4-aeab-7e5f7e142f56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2098 | 2024.11.18 18:41:51.073670 [ 188 ] {e2d5d562-b8f6-4561-9841-f4b65eaa223e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 7 rows starting from the beginning of the part | ||
| 2099 | 2024.11.18 18:41:51.074000 [ 188 ] {e2d5d562-b8f6-4561-9841-f4b65eaa223e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 23 rows starting from the beginning of the part | ||
| 2100 | 2024.11.18 18:41:51.074291 [ 188 ] {e2d5d562-b8f6-4561-9841-f4b65eaa223e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 30 rows starting from the beginning of the part | ||
| 2101 | 2024.11.18 18:41:51.074679 [ 188 ] {e2d5d562-b8f6-4561-9841-f4b65eaa223e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 8 rows starting from the beginning of the part | ||
| 2102 | 2024.11.18 18:41:51.076206 [ 5 ] {2e11d40f-39d3-4fd4-aeab-7e5f7e142f56} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2103 | 2024.11.18 18:41:51.076288 [ 5 ] {2e11d40f-39d3-4fd4-aeab-7e5f7e142f56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 2104 | 2024.11.18 18:41:51.077400 [ 5 ] {2e11d40f-39d3-4fd4-aeab-7e5f7e142f56} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2105 | 2024.11.18 18:41:51.077719 [ 189 ] {e2d5d562-b8f6-4561-9841-f4b65eaa223e::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 82 rows, containing 5 columns (5 merged, 0 gathered) in 0.005137391 sec., 15961.409205567574 rows/sec., 1.18 MiB/sec. | ||
| 2106 | 2024.11.18 18:41:51.077876 [ 5 ] {2e11d40f-39d3-4fd4-aeab-7e5f7e142f56} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2107 | 2024.11.18 18:41:51.077895 [ 189 ] {e2d5d562-b8f6-4561-9841-f4b65eaa223e::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2108 | 2024.11.18 18:41:51.078141 [ 5 ] {2e11d40f-39d3-4fd4-aeab-7e5f7e142f56} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.005079 sec., 14176.018901358535 rows/sec., 1.11 MiB/sec. | ||
| 2109 | 2024.11.18 18:41:51.078242 [ 5 ] {2e11d40f-39d3-4fd4-aeab-7e5f7e142f56} <Debug> TCPHandler: Processed in 0.005424296 sec. | ||
| 2110 | 2024.11.18 18:41:51.078330 [ 189 ] {e2d5d562-b8f6-4561-9841-f4b65eaa223e::all_1_6_1} <Trace> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2111 | 2024.11.18 18:41:51.078434 [ 189 ] {e2d5d562-b8f6-4561-9841-f4b65eaa223e::all_1_6_1} <Trace> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2112 | 2024.11.18 18:41:51.078434 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2113 | 2024.11.18 18:41:51.078561 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 2114 | 2024.11.18 18:41:51.078657 [ 254 ] {e4d34c8d-dd32-4b58-9f59-33e11f2b0fdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2115 | 2024.11.18 18:41:51.078717 [ 254 ] {e4d34c8d-dd32-4b58-9f59-33e11f2b0fdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2116 | 2024.11.18 18:41:51.079311 [ 254 ] {e4d34c8d-dd32-4b58-9f59-33e11f2b0fdc} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2117 | 2024.11.18 18:41:51.079353 [ 254 ] {e4d34c8d-dd32-4b58-9f59-33e11f2b0fdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 2118 | 2024.11.18 18:41:51.079759 [ 254 ] {e4d34c8d-dd32-4b58-9f59-33e11f2b0fdc} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2119 | 2024.11.18 18:41:51.080015 [ 254 ] {e4d34c8d-dd32-4b58-9f59-33e11f2b0fdc} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2120 | 2024.11.18 18:41:51.080294 [ 254 ] {e4d34c8d-dd32-4b58-9f59-33e11f2b0fdc} <Debug> executeQuery: Read 130 rows, 9.28 KiB in 0.001656 sec., 78502.4154589372 rows/sec., 5.47 MiB/sec. | ||
| 2121 | 2024.11.18 18:41:51.080453 [ 254 ] {e4d34c8d-dd32-4b58-9f59-33e11f2b0fdc} <Debug> TCPHandler: Processed in 0.002110501 sec. | ||
| 2122 | 2024.11.18 18:41:51.080613 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2123 | 2024.11.18 18:41:51.080734 [ 5 ] {c20827cb-4758-4786-867b-1eb9e2f43c8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2124 | 2024.11.18 18:41:51.080815 [ 5 ] {c20827cb-4758-4786-867b-1eb9e2f43c8b} <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 | ||
| 2125 | 2024.11.18 18:41:51.081899 [ 5 ] {c20827cb-4758-4786-867b-1eb9e2f43c8b} <Trace> oximeter.measurements_histogramu64 (72c523e9-b30d-40f9-b06a-7c8965a18908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2126 | 2024.11.18 18:41:51.081937 [ 5 ] {c20827cb-4758-4786-867b-1eb9e2f43c8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 2127 | 2024.11.18 18:41:51.082539 [ 5 ] {c20827cb-4758-4786-867b-1eb9e2f43c8b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2128 | 2024.11.18 18:41:51.082809 [ 5 ] {c20827cb-4758-4786-867b-1eb9e2f43c8b} <Trace> oximeter.measurements_histogramu64 (72c523e9-b30d-40f9-b06a-7c8965a18908): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2129 | 2024.11.18 18:41:51.083026 [ 5 ] {c20827cb-4758-4786-867b-1eb9e2f43c8b} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00232 sec., 3448.2758620689656 rows/sec., 6.18 MiB/sec. | ||
| 2130 | 2024.11.18 18:41:51.083114 [ 5 ] {c20827cb-4758-4786-867b-1eb9e2f43c8b} <Debug> TCPHandler: Processed in 0.00255778 sec. | ||
| 2131 | 2024.11.18 18:41:51.083274 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2132 | 2024.11.18 18:41:51.083393 [ 254 ] {f8e5533b-4107-44b8-933c-38c5f648be0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2133 | 2024.11.18 18:41:51.083445 [ 254 ] {f8e5533b-4107-44b8-933c-38c5f648be0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2134 | 2024.11.18 18:41:51.083943 [ 254 ] {f8e5533b-4107-44b8-933c-38c5f648be0f} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2135 | 2024.11.18 18:41:51.083983 [ 254 ] {f8e5533b-4107-44b8-933c-38c5f648be0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 2136 | 2024.11.18 18:41:51.084360 [ 254 ] {f8e5533b-4107-44b8-933c-38c5f648be0f} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2137 | 2024.11.18 18:41:51.084605 [ 254 ] {f8e5533b-4107-44b8-933c-38c5f648be0f} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2138 | 2024.11.18 18:41:51.084819 [ 254 ] {f8e5533b-4107-44b8-933c-38c5f648be0f} <Debug> executeQuery: Read 50 rows, 3.44 KiB in 0.001452 sec., 34435.26170798898 rows/sec., 2.31 MiB/sec. | ||
| 2139 | 2024.11.18 18:41:51.084874 [ 254 ] {f8e5533b-4107-44b8-933c-38c5f648be0f} <Debug> TCPHandler: Processed in 0.001655622 sec. | ||
| 2140 | 2024.11.18 18:41:54.502663 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 326 | ||
| 2141 | 2024.11.18 18:41:54.505563 [ 242 ] {} <Trace> system.query_log (5706cc8f-2754-46ca-b9b4-a1f620913b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2142 | 2024.11.18 18:41:54.505617 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 2143 | 2024.11.18 18:41:54.507227 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2144 | 2024.11.18 18:41:54.507545 [ 242 ] {} <Trace> system.query_log (5706cc8f-2754-46ca-b9b4-a1f620913b28): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2145 | 2024.11.18 18:41:54.507709 [ 50 ] {} <Debug> system.query_log (5706cc8f-2754-46ca-b9b4-a1f620913b28) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2146 | 2024.11.18 18:41:54.507769 [ 50 ] {} <Trace> system.query_log (5706cc8f-2754-46ca-b9b4-a1f620913b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2147 | 2024.11.18 18:41:54.507806 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 2148 | 2024.11.18 18:41:54.508265 [ 188 ] {5706cc8f-2754-46ca-b9b4-a1f620913b28::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 | ||
| 2149 | 2024.11.18 18:41:54.509877 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 326 | ||
| 2150 | 2024.11.18 18:41:54.510213 [ 188 ] {5706cc8f-2754-46ca-b9b4-a1f620913b28::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2151 | 2024.11.18 18:41:54.510404 [ 188 ] {5706cc8f-2754-46ca-b9b4-a1f620913b28::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 | ||
| 2152 | 2024.11.18 18:41:54.511009 [ 188 ] {5706cc8f-2754-46ca-b9b4-a1f620913b28::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 46 rows starting from the beginning of the part | ||
| 2153 | 2024.11.18 18:41:54.511575 [ 188 ] {5706cc8f-2754-46ca-b9b4-a1f620913b28::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 62 rows starting from the beginning of the part | ||
| 2154 | 2024.11.18 18:41:54.512133 [ 188 ] {5706cc8f-2754-46ca-b9b4-a1f620913b28::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 28 rows starting from the beginning of the part | ||
| 2155 | 2024.11.18 18:41:54.512696 [ 188 ] {5706cc8f-2754-46ca-b9b4-a1f620913b28::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 66 rows starting from the beginning of the part | ||
| 2156 | 2024.11.18 18:41:54.513292 [ 188 ] {5706cc8f-2754-46ca-b9b4-a1f620913b28::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 34 rows starting from the beginning of the part | ||
| 2157 | 2024.11.18 18:41:54.555178 [ 189 ] {5706cc8f-2754-46ca-b9b4-a1f620913b28::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 326 rows, containing 72 columns (72 merged, 0 gathered) in 0.047252025 sec., 6899.175220532876 rows/sec., 6.98 MiB/sec. | ||
| 2158 | 2024.11.18 18:41:54.556071 [ 192 ] {5706cc8f-2754-46ca-b9b4-a1f620913b28::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2159 | 2024.11.18 18:41:54.556799 [ 192 ] {5706cc8f-2754-46ca-b9b4-a1f620913b28::all_1_6_1} <Trace> system.query_log (5706cc8f-2754-46ca-b9b4-a1f620913b28): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2160 | 2024.11.18 18:41:54.556883 [ 192 ] {5706cc8f-2754-46ca-b9b4-a1f620913b28::all_1_6_1} <Trace> system.query_log (5706cc8f-2754-46ca-b9b4-a1f620913b28) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2161 | 2024.11.18 18:41:54.557084 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.72 MiB. | ||
| 2162 | 2024.11.18 18:41:55.000176 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 148.70 MiB, peak 153.97 MiB, free memory in arenas 0.00 B, will set to 150.40 MiB (RSS), difference: 1.70 MiB | ||
| 2163 | 2024.11.18 18:41:56.069681 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2164 | 2024.11.18 18:41:56.069988 [ 5 ] {09afd5ec-303c-4402-b9e3-198776a58551} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2165 | 2024.11.18 18:41:56.070104 [ 5 ] {09afd5ec-303c-4402-b9e3-198776a58551} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2166 | 2024.11.18 18:41:56.071152 [ 5 ] {09afd5ec-303c-4402-b9e3-198776a58551} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2167 | 2024.11.18 18:41:56.071201 [ 5 ] {09afd5ec-303c-4402-b9e3-198776a58551} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 2168 | 2024.11.18 18:41:56.071624 [ 5 ] {09afd5ec-303c-4402-b9e3-198776a58551} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2169 | 2024.11.18 18:41:56.071885 [ 5 ] {09afd5ec-303c-4402-b9e3-198776a58551} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2170 | 2024.11.18 18:41:56.072089 [ 48 ] {} <Debug> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2171 | 2024.11.18 18:41:56.072153 [ 5 ] {09afd5ec-303c-4402-b9e3-198776a58551} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002248 sec., 24911.032028469752 rows/sec., 1.90 MiB/sec. | ||
| 2172 | 2024.11.18 18:41:56.072179 [ 48 ] {} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2173 | 2024.11.18 18:41:56.072249 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 2174 | 2024.11.18 18:41:56.072285 [ 5 ] {09afd5ec-303c-4402-b9e3-198776a58551} <Debug> TCPHandler: Processed in 0.002786604 sec. | ||
| 2175 | 2024.11.18 18:41:56.072462 [ 194 ] {e0815423-10b2-46b5-b423-64c196c999c0::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 | ||
| 2176 | 2024.11.18 18:41:56.072666 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2177 | 2024.11.18 18:41:56.072684 [ 194 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2178 | 2024.11.18 18:41:56.072755 [ 194 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1292 rows starting from the beginning of the part | ||
| 2179 | 2024.11.18 18:41:56.072959 [ 254 ] {fb58f89e-f78f-404a-8a9d-d7bc044ce56b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2180 | 2024.11.18 18:41:56.073020 [ 194 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 103 rows starting from the beginning of the part | ||
| 2181 | 2024.11.18 18:41:56.073173 [ 254 ] {fb58f89e-f78f-404a-8a9d-d7bc044ce56b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2182 | 2024.11.18 18:41:56.073355 [ 194 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 56 rows starting from the beginning of the part | ||
| 2183 | 2024.11.18 18:41:56.073694 [ 194 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 249 rows starting from the beginning of the part | ||
| 2184 | 2024.11.18 18:41:56.074029 [ 194 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 72 rows starting from the beginning of the part | ||
| 2185 | 2024.11.18 18:41:56.074325 [ 194 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 56 rows starting from the beginning of the part | ||
| 2186 | 2024.11.18 18:41:56.076178 [ 254 ] {fb58f89e-f78f-404a-8a9d-d7bc044ce56b} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2187 | 2024.11.18 18:41:56.076258 [ 254 ] {fb58f89e-f78f-404a-8a9d-d7bc044ce56b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 2188 | 2024.11.18 18:41:56.077253 [ 254 ] {fb58f89e-f78f-404a-8a9d-d7bc044ce56b} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2189 | 2024.11.18 18:41:56.077709 [ 192 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1828 rows, containing 5 columns (5 merged, 0 gathered) in 0.005323115 sec., 343407.9481656887 rows/sec., 29.91 MiB/sec. | ||
| 2190 | 2024.11.18 18:41:56.077774 [ 254 ] {fb58f89e-f78f-404a-8a9d-d7bc044ce56b} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2191 | 2024.11.18 18:41:56.078002 [ 48 ] {} <Debug> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2192 | 2024.11.18 18:41:56.078093 [ 192 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2193 | 2024.11.18 18:41:56.078110 [ 48 ] {} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2194 | 2024.11.18 18:41:56.078198 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 2195 | 2024.11.18 18:41:56.078331 [ 254 ] {fb58f89e-f78f-404a-8a9d-d7bc044ce56b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005449 sec., 11745.274362268307 rows/sec., 938.75 KiB/sec. | ||
| 2196 | 2024.11.18 18:41:56.078507 [ 194 ] {2ab46401-386a-45e1-87f1-36d54e75b299::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 | ||
| 2197 | 2024.11.18 18:41:56.078677 [ 254 ] {fb58f89e-f78f-404a-8a9d-d7bc044ce56b} <Debug> TCPHandler: Processed in 0.00616593 sec. | ||
| 2198 | 2024.11.18 18:41:56.078939 [ 192 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_11_2} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2199 | 2024.11.18 18:41:56.078949 [ 194 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2200 | 2024.11.18 18:41:56.079064 [ 194 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 782 rows starting from the beginning of the part | ||
| 2201 | 2024.11.18 18:41:56.079088 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2202 | 2024.11.18 18:41:56.079213 [ 192 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_11_2} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2203 | 2024.11.18 18:41:56.079393 [ 194 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 99 rows starting from the beginning of the part | ||
| 2204 | 2024.11.18 18:41:56.079662 [ 5 ] {8934c8a7-e206-4fe9-9732-efa4a317bbd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2205 | 2024.11.18 18:41:56.079715 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
| 2206 | 2024.11.18 18:41:56.079908 [ 194 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 64 rows starting from the beginning of the part | ||
| 2207 | 2024.11.18 18:41:56.079928 [ 5 ] {8934c8a7-e206-4fe9-9732-efa4a317bbd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2208 | 2024.11.18 18:41:56.080292 [ 194 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 405 rows starting from the beginning of the part | ||
| 2209 | 2024.11.18 18:41:56.080636 [ 194 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 72 rows starting from the beginning of the part | ||
| 2210 | 2024.11.18 18:41:56.081064 [ 194 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 64 rows starting from the beginning of the part | ||
| 2211 | 2024.11.18 18:41:56.082498 [ 5 ] {8934c8a7-e206-4fe9-9732-efa4a317bbd5} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2212 | 2024.11.18 18:41:56.082562 [ 5 ] {8934c8a7-e206-4fe9-9732-efa4a317bbd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 2213 | 2024.11.18 18:41:56.083646 [ 5 ] {8934c8a7-e206-4fe9-9732-efa4a317bbd5} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2214 | 2024.11.18 18:41:56.084189 [ 5 ] {8934c8a7-e206-4fe9-9732-efa4a317bbd5} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2215 | 2024.11.18 18:41:56.084197 [ 194 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1486 rows, containing 5 columns (5 merged, 0 gathered) in 0.005870885 sec., 253113.45734075867 rows/sec., 19.42 MiB/sec. | ||
| 2216 | 2024.11.18 18:41:56.084436 [ 48 ] {} <Debug> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2217 | 2024.11.18 18:41:56.084512 [ 194 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2218 | 2024.11.18 18:41:56.084554 [ 48 ] {} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2219 | 2024.11.18 18:41:56.084645 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 2220 | 2024.11.18 18:41:56.084837 [ 5 ] {8934c8a7-e206-4fe9-9732-efa4a317bbd5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00537 sec., 29795.158286778398 rows/sec., 2.08 MiB/sec. | ||
| 2221 | 2024.11.18 18:41:56.085049 [ 196 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::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 | ||
| 2222 | 2024.11.18 18:41:56.085201 [ 5 ] {8934c8a7-e206-4fe9-9732-efa4a317bbd5} <Debug> TCPHandler: Processed in 0.006383925 sec. | ||
| 2223 | 2024.11.18 18:41:56.085421 [ 194 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_11_2} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2224 | 2024.11.18 18:41:56.085501 [ 196 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2225 | 2024.11.18 18:41:56.085634 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2226 | 2024.11.18 18:41:56.085665 [ 196 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1724 rows starting from the beginning of the part | ||
| 2227 | 2024.11.18 18:41:56.085686 [ 194 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_11_2} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2228 | 2024.11.18 18:41:56.085924 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
| 2229 | 2024.11.18 18:41:56.086068 [ 196 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 128 rows starting from the beginning of the part | ||
| 2230 | 2024.11.18 18:41:56.086273 [ 254 ] {0dab1202-ad6e-4530-a6ec-5f58e3fc3a32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2231 | 2024.11.18 18:41:56.086399 [ 196 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 160 rows starting from the beginning of the part | ||
| 2232 | 2024.11.18 18:41:56.086505 [ 254 ] {0dab1202-ad6e-4530-a6ec-5f58e3fc3a32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2233 | 2024.11.18 18:41:56.086727 [ 196 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 237 rows starting from the beginning of the part | ||
| 2234 | 2024.11.18 18:41:56.087093 [ 196 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 130 rows starting from the beginning of the part | ||
| 2235 | 2024.11.18 18:41:56.087459 [ 196 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 160 rows starting from the beginning of the part | ||
| 2236 | 2024.11.18 18:41:56.088964 [ 254 ] {0dab1202-ad6e-4530-a6ec-5f58e3fc3a32} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2237 | 2024.11.18 18:41:56.089039 [ 254 ] {0dab1202-ad6e-4530-a6ec-5f58e3fc3a32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 2238 | 2024.11.18 18:41:56.090075 [ 254 ] {0dab1202-ad6e-4530-a6ec-5f58e3fc3a32} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2239 | 2024.11.18 18:41:56.090540 [ 254 ] {0dab1202-ad6e-4530-a6ec-5f58e3fc3a32} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2240 | 2024.11.18 18:41:56.090893 [ 48 ] {} <Debug> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2241 | 2024.11.18 18:41:56.091053 [ 48 ] {} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2242 | 2024.11.18 18:41:56.091150 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 2243 | 2024.11.18 18:41:56.091375 [ 200 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2539 rows, containing 5 columns (5 merged, 0 gathered) in 0.006554708 sec., 387355.1651728803 rows/sec., 25.98 MiB/sec. | ||
| 2244 | 2024.11.18 18:41:56.091407 [ 254 ] {0dab1202-ad6e-4530-a6ec-5f58e3fc3a32} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005233 sec., 11465.69845213071 rows/sec., 791.25 KiB/sec. | ||
| 2245 | 2024.11.18 18:41:56.091640 [ 196 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::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 | ||
| 2246 | 2024.11.18 18:41:56.091936 [ 192 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2247 | 2024.11.18 18:41:56.092085 [ 254 ] {0dab1202-ad6e-4530-a6ec-5f58e3fc3a32} <Debug> TCPHandler: Processed in 0.006693961 sec. | ||
| 2248 | 2024.11.18 18:41:56.092161 [ 196 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2249 | 2024.11.18 18:41:56.092264 [ 196 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 94 rows starting from the beginning of the part | ||
| 2250 | 2024.11.18 18:41:56.092471 [ 196 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 48 rows starting from the beginning of the part | ||
| 2251 | 2024.11.18 18:41:56.092780 [ 196 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 60 rows starting from the beginning of the part | ||
| 2252 | 2024.11.18 18:41:56.092921 [ 192 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2253 | 2024.11.18 18:41:56.093014 [ 196 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 82 rows starting from the beginning of the part | ||
| 2254 | 2024.11.18 18:41:56.093308 [ 192 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2255 | 2024.11.18 18:41:56.093347 [ 196 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 50 rows starting from the beginning of the part | ||
| 2256 | 2024.11.18 18:41:56.093611 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 2257 | 2024.11.18 18:41:56.093699 [ 196 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 60 rows starting from the beginning of the part | ||
| 2258 | 2024.11.18 18:41:56.094774 [ 198 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 394 rows, containing 4 columns (4 merged, 0 gathered) in 0.003501509 sec., 112522.91512030957 rows/sec., 7.17 MiB/sec. | ||
| 2259 | 2024.11.18 18:41:56.094913 [ 196 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2260 | 2024.11.18 18:41:56.095215 [ 196 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_11_2} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2261 | 2024.11.18 18:41:56.095293 [ 196 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_11_2} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2262 | 2024.11.18 18:41:56.095358 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 2263 | 2024.11.18 18:41:57.012433 [ 43 ] {} <Debug> oximeter.measurements_f64 (d052af3d-076d-4497-9d38-4aa388f95b75) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2264 | 2024.11.18 18:41:57.012530 [ 43 ] {} <Trace> oximeter.measurements_f64 (d052af3d-076d-4497-9d38-4aa388f95b75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2265 | 2024.11.18 18:41:57.012571 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 2266 | 2024.11.18 18:41:57.012858 [ 192 ] {d052af3d-076d-4497-9d38-4aa388f95b75::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 | ||
| 2267 | 2024.11.18 18:41:57.013122 [ 192 ] {d052af3d-076d-4497-9d38-4aa388f95b75::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2268 | 2024.11.18 18:41:57.013186 [ 192 ] {d052af3d-076d-4497-9d38-4aa388f95b75::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 | ||
| 2269 | 2024.11.18 18:41:57.013346 [ 192 ] {d052af3d-076d-4497-9d38-4aa388f95b75::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 | ||
| 2270 | 2024.11.18 18:41:57.013751 [ 192 ] {d052af3d-076d-4497-9d38-4aa388f95b75::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 | ||
| 2271 | 2024.11.18 18:41:57.013937 [ 192 ] {d052af3d-076d-4497-9d38-4aa388f95b75::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 | ||
| 2272 | 2024.11.18 18:41:57.014075 [ 192 ] {d052af3d-076d-4497-9d38-4aa388f95b75::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 | ||
| 2273 | 2024.11.18 18:41:57.015233 [ 198 ] {d052af3d-076d-4497-9d38-4aa388f95b75::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.002540949 sec., 1967.7687352245166 rows/sec., 131.06 KiB/sec. | ||
| 2274 | 2024.11.18 18:41:57.015578 [ 199 ] {d052af3d-076d-4497-9d38-4aa388f95b75::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2275 | 2024.11.18 18:41:57.016011 [ 199 ] {d052af3d-076d-4497-9d38-4aa388f95b75::all_1_5_1} <Trace> oximeter.measurements_f64 (d052af3d-076d-4497-9d38-4aa388f95b75): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2276 | 2024.11.18 18:41:57.016101 [ 199 ] {d052af3d-076d-4497-9d38-4aa388f95b75::all_1_5_1} <Trace> oximeter.measurements_f64 (d052af3d-076d-4497-9d38-4aa388f95b75) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2277 | 2024.11.18 18:41:57.016202 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 2278 | 2024.11.18 18:41:59.429400 [ 40 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2279 | 2024.11.18 18:41:59.429453 [ 40 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2280 | 2024.11.18 18:42:01.075685 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2281 | 2024.11.18 18:42:01.075895 [ 5 ] {32745d3b-d08d-4257-b3d7-df68c3cbd36e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2282 | 2024.11.18 18:42:01.075967 [ 5 ] {32745d3b-d08d-4257-b3d7-df68c3cbd36e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2283 | 2024.11.18 18:42:01.076714 [ 5 ] {32745d3b-d08d-4257-b3d7-df68c3cbd36e} <Trace> oximeter.fields_i16 (d269e674-0362-4b8e-97b0-6474794c47df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2284 | 2024.11.18 18:42:01.076767 [ 5 ] {32745d3b-d08d-4257-b3d7-df68c3cbd36e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 2285 | 2024.11.18 18:42:01.077196 [ 5 ] {32745d3b-d08d-4257-b3d7-df68c3cbd36e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2286 | 2024.11.18 18:42:01.077458 [ 5 ] {32745d3b-d08d-4257-b3d7-df68c3cbd36e} <Trace> oximeter.fields_i16 (d269e674-0362-4b8e-97b0-6474794c47df): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2287 | 2024.11.18 18:42:01.077659 [ 38 ] {} <Debug> oximeter.fields_i16 (d269e674-0362-4b8e-97b0-6474794c47df) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2288 | 2024.11.18 18:42:01.077733 [ 5 ] {32745d3b-d08d-4257-b3d7-df68c3cbd36e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001888 sec., 7415.254237288136 rows/sec., 533.80 KiB/sec. | ||
| 2289 | 2024.11.18 18:42:01.077752 [ 38 ] {} <Trace> oximeter.fields_i16 (d269e674-0362-4b8e-97b0-6474794c47df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2290 | 2024.11.18 18:42:01.077837 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 2291 | 2024.11.18 18:42:01.077885 [ 5 ] {32745d3b-d08d-4257-b3d7-df68c3cbd36e} <Debug> TCPHandler: Processed in 0.002331986 sec. | ||
| 2292 | 2024.11.18 18:42:01.078271 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2293 | 2024.11.18 18:42:01.078290 [ 196 ] {d269e674-0362-4b8e-97b0-6474794c47df::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 | ||
| 2294 | 2024.11.18 18:42:01.078571 [ 254 ] {c1ab100f-c5a4-4849-89cd-1928ca39bbc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2295 | 2024.11.18 18:42:01.078587 [ 196 ] {d269e674-0362-4b8e-97b0-6474794c47df::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2296 | 2024.11.18 18:42:01.078652 [ 196 ] {d269e674-0362-4b8e-97b0-6474794c47df::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 | ||
| 2297 | 2024.11.18 18:42:01.078684 [ 254 ] {c1ab100f-c5a4-4849-89cd-1928ca39bbc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2298 | 2024.11.18 18:42:01.078920 [ 196 ] {d269e674-0362-4b8e-97b0-6474794c47df::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 | ||
| 2299 | 2024.11.18 18:42:01.079296 [ 196 ] {d269e674-0362-4b8e-97b0-6474794c47df::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 | ||
| 2300 | 2024.11.18 18:42:01.079657 [ 196 ] {d269e674-0362-4b8e-97b0-6474794c47df::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 | ||
| 2301 | 2024.11.18 18:42:01.079971 [ 196 ] {d269e674-0362-4b8e-97b0-6474794c47df::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 | ||
| 2302 | 2024.11.18 18:42:01.081947 [ 254 ] {c1ab100f-c5a4-4849-89cd-1928ca39bbc4} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2303 | 2024.11.18 18:42:01.082026 [ 254 ] {c1ab100f-c5a4-4849-89cd-1928ca39bbc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 2304 | 2024.11.18 18:42:01.082760 [ 199 ] {d269e674-0362-4b8e-97b0-6474794c47df::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004788534 sec., 14618.252684433275 rows/sec., 1.08 MiB/sec. | ||
| 2305 | 2024.11.18 18:42:01.083001 [ 254 ] {c1ab100f-c5a4-4849-89cd-1928ca39bbc4} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2306 | 2024.11.18 18:42:01.083042 [ 198 ] {d269e674-0362-4b8e-97b0-6474794c47df::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2307 | 2024.11.18 18:42:01.083437 [ 254 ] {c1ab100f-c5a4-4849-89cd-1928ca39bbc4} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2308 | 2024.11.18 18:42:01.083730 [ 198 ] {d269e674-0362-4b8e-97b0-6474794c47df::all_1_5_1} <Trace> oximeter.fields_i16 (d269e674-0362-4b8e-97b0-6474794c47df): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2309 | 2024.11.18 18:42:01.083823 [ 254 ] {c1ab100f-c5a4-4849-89cd-1928ca39bbc4} <Debug> executeQuery: Read 265 rows, 23.85 KiB in 0.00537 sec., 49348.23091247673 rows/sec., 4.34 MiB/sec. | ||
| 2310 | 2024.11.18 18:42:01.083919 [ 198 ] {d269e674-0362-4b8e-97b0-6474794c47df::all_1_5_1} <Trace> oximeter.fields_i16 (d269e674-0362-4b8e-97b0-6474794c47df) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2311 | 2024.11.18 18:42:01.083990 [ 254 ] {c1ab100f-c5a4-4849-89cd-1928ca39bbc4} <Debug> TCPHandler: Processed in 0.005961277 sec. | ||
| 2312 | 2024.11.18 18:42:01.084163 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 2313 | 2024.11.18 18:42:01.084216 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2314 | 2024.11.18 18:42:01.084360 [ 5 ] {0d007b8c-631f-469a-876c-ea55a078a773} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2315 | 2024.11.18 18:42:01.084421 [ 5 ] {0d007b8c-631f-469a-876c-ea55a078a773} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2316 | 2024.11.18 18:42:01.085110 [ 5 ] {0d007b8c-631f-469a-876c-ea55a078a773} <Trace> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2317 | 2024.11.18 18:42:01.085152 [ 5 ] {0d007b8c-631f-469a-876c-ea55a078a773} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 2318 | 2024.11.18 18:42:01.085533 [ 5 ] {0d007b8c-631f-469a-876c-ea55a078a773} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2319 | 2024.11.18 18:42:01.085774 [ 5 ] {0d007b8c-631f-469a-876c-ea55a078a773} <Trace> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2320 | 2024.11.18 18:42:01.085979 [ 5 ] {0d007b8c-631f-469a-876c-ea55a078a773} <Debug> executeQuery: Read 38 rows, 2.79 KiB in 0.001654 sec., 22974.607013301087 rows/sec., 1.65 MiB/sec. | ||
| 2321 | 2024.11.18 18:42:01.086035 [ 5 ] {0d007b8c-631f-469a-876c-ea55a078a773} <Debug> TCPHandler: Processed in 0.001928658 sec. | ||
| 2322 | 2024.11.18 18:42:01.086187 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2323 | 2024.11.18 18:42:01.086315 [ 254 ] {021a21c5-5503-4a09-b0ff-1ac6f4351b80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2324 | 2024.11.18 18:42:01.086370 [ 254 ] {021a21c5-5503-4a09-b0ff-1ac6f4351b80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2325 | 2024.11.18 18:42:01.086989 [ 254 ] {021a21c5-5503-4a09-b0ff-1ac6f4351b80} <Trace> oximeter.fields_u32 (83ac11ca-fabd-4357-b8e5-0d6d82c87995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2326 | 2024.11.18 18:42:01.087032 [ 254 ] {021a21c5-5503-4a09-b0ff-1ac6f4351b80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 2327 | 2024.11.18 18:42:01.087399 [ 254 ] {021a21c5-5503-4a09-b0ff-1ac6f4351b80} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2328 | 2024.11.18 18:42:01.087647 [ 254 ] {021a21c5-5503-4a09-b0ff-1ac6f4351b80} <Trace> oximeter.fields_u32 (83ac11ca-fabd-4357-b8e5-0d6d82c87995): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2329 | 2024.11.18 18:42:01.087885 [ 254 ] {021a21c5-5503-4a09-b0ff-1ac6f4351b80} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001592 sec., 8793.96984924623 rows/sec., 615.87 KiB/sec. | ||
| 2330 | 2024.11.18 18:42:01.088061 [ 254 ] {021a21c5-5503-4a09-b0ff-1ac6f4351b80} <Debug> TCPHandler: Processed in 0.001935817 sec. | ||
| 2331 | 2024.11.18 18:42:01.088245 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2332 | 2024.11.18 18:42:01.088382 [ 5 ] {e59b23df-a289-4c7c-b78e-24060f32ff07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2333 | 2024.11.18 18:42:01.088438 [ 5 ] {e59b23df-a289-4c7c-b78e-24060f32ff07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2334 | 2024.11.18 18:42:01.089083 [ 5 ] {e59b23df-a289-4c7c-b78e-24060f32ff07} <Trace> oximeter.fields_u8 (356b4e61-1c07-430a-980d-4f9a89d03858): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2335 | 2024.11.18 18:42:01.089123 [ 5 ] {e59b23df-a289-4c7c-b78e-24060f32ff07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 2336 | 2024.11.18 18:42:01.089473 [ 5 ] {e59b23df-a289-4c7c-b78e-24060f32ff07} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2337 | 2024.11.18 18:42:01.089715 [ 5 ] {e59b23df-a289-4c7c-b78e-24060f32ff07} <Trace> oximeter.fields_u8 (356b4e61-1c07-430a-980d-4f9a89d03858): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2338 | 2024.11.18 18:42:01.089879 [ 38 ] {} <Debug> oximeter.fields_u8 (356b4e61-1c07-430a-980d-4f9a89d03858) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2339 | 2024.11.18 18:42:01.089947 [ 38 ] {} <Trace> oximeter.fields_u8 (356b4e61-1c07-430a-980d-4f9a89d03858): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2340 | 2024.11.18 18:42:01.089954 [ 5 ] {e59b23df-a289-4c7c-b78e-24060f32ff07} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001593 sec., 8160.703075957314 rows/sec., 508.82 KiB/sec. | ||
| 2341 | 2024.11.18 18:42:01.089980 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 2342 | 2024.11.18 18:42:01.090123 [ 5 ] {e59b23df-a289-4c7c-b78e-24060f32ff07} <Debug> TCPHandler: Processed in 0.001940328 sec. | ||
| 2343 | 2024.11.18 18:42:01.090481 [ 196 ] {356b4e61-1c07-430a-980d-4f9a89d03858::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 | ||
| 2344 | 2024.11.18 18:42:01.090504 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2345 | 2024.11.18 18:42:01.090800 [ 254 ] {766d5354-4e6d-4f1c-b669-84dad3d54613} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2346 | 2024.11.18 18:42:01.090811 [ 196 ] {356b4e61-1c07-430a-980d-4f9a89d03858::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2347 | 2024.11.18 18:42:01.090900 [ 254 ] {766d5354-4e6d-4f1c-b669-84dad3d54613} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2348 | 2024.11.18 18:42:01.090905 [ 196 ] {356b4e61-1c07-430a-980d-4f9a89d03858::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 | ||
| 2349 | 2024.11.18 18:42:01.091299 [ 196 ] {356b4e61-1c07-430a-980d-4f9a89d03858::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 | ||
| 2350 | 2024.11.18 18:42:01.091649 [ 196 ] {356b4e61-1c07-430a-980d-4f9a89d03858::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 | ||
| 2351 | 2024.11.18 18:42:01.091963 [ 196 ] {356b4e61-1c07-430a-980d-4f9a89d03858::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 | ||
| 2352 | 2024.11.18 18:42:01.092359 [ 196 ] {356b4e61-1c07-430a-980d-4f9a89d03858::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 | ||
| 2353 | 2024.11.18 18:42:01.093978 [ 254 ] {766d5354-4e6d-4f1c-b669-84dad3d54613} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2354 | 2024.11.18 18:42:01.094057 [ 254 ] {766d5354-4e6d-4f1c-b669-84dad3d54613} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 2355 | 2024.11.18 18:42:01.094809 [ 198 ] {356b4e61-1c07-430a-980d-4f9a89d03858::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004696463 sec., 13840.202722772436 rows/sec., 917.00 KiB/sec. | ||
| 2356 | 2024.11.18 18:42:01.095012 [ 198 ] {356b4e61-1c07-430a-980d-4f9a89d03858::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2357 | 2024.11.18 18:42:01.095021 [ 254 ] {766d5354-4e6d-4f1c-b669-84dad3d54613} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2358 | 2024.11.18 18:42:01.095542 [ 254 ] {766d5354-4e6d-4f1c-b669-84dad3d54613} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2359 | 2024.11.18 18:42:01.095554 [ 198 ] {356b4e61-1c07-430a-980d-4f9a89d03858::all_1_5_1} <Trace> oximeter.fields_u8 (356b4e61-1c07-430a-980d-4f9a89d03858): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2360 | 2024.11.18 18:42:01.095753 [ 198 ] {356b4e61-1c07-430a-980d-4f9a89d03858::all_1_5_1} <Trace> oximeter.fields_u8 (356b4e61-1c07-430a-980d-4f9a89d03858) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2361 | 2024.11.18 18:42:01.095939 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 2362 | 2024.11.18 18:42:01.095985 [ 254 ] {766d5354-4e6d-4f1c-b669-84dad3d54613} <Debug> executeQuery: Read 413 rows, 30.16 KiB in 0.005278 sec., 78249.33687002653 rows/sec., 5.58 MiB/sec. | ||
| 2363 | 2024.11.18 18:42:01.096061 [ 254 ] {766d5354-4e6d-4f1c-b669-84dad3d54613} <Debug> TCPHandler: Processed in 0.005810204 sec. | ||
| 2364 | 2024.11.18 18:42:01.096235 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2365 | 2024.11.18 18:42:01.096377 [ 5 ] {95435d8e-799e-45b0-b571-8efd1429a22b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2366 | 2024.11.18 18:42:01.096438 [ 5 ] {95435d8e-799e-45b0-b571-8efd1429a22b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2367 | 2024.11.18 18:42:01.097002 [ 5 ] {95435d8e-799e-45b0-b571-8efd1429a22b} <Trace> oximeter.measurements_bool (59fe736a-aeb6-4d88-9694-5589842d5df9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2368 | 2024.11.18 18:42:01.097041 [ 5 ] {95435d8e-799e-45b0-b571-8efd1429a22b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 2369 | 2024.11.18 18:42:01.097414 [ 5 ] {95435d8e-799e-45b0-b571-8efd1429a22b} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2370 | 2024.11.18 18:42:01.097657 [ 5 ] {95435d8e-799e-45b0-b571-8efd1429a22b} <Trace> oximeter.measurements_bool (59fe736a-aeb6-4d88-9694-5589842d5df9): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2371 | 2024.11.18 18:42:01.097890 [ 5 ] {95435d8e-799e-45b0-b571-8efd1429a22b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001545 sec., 3883.495145631068 rows/sec., 202.90 KiB/sec. | ||
| 2372 | 2024.11.18 18:42:01.097942 [ 5 ] {95435d8e-799e-45b0-b571-8efd1429a22b} <Debug> TCPHandler: Processed in 0.001776465 sec. | ||
| 2373 | 2024.11.18 18:42:01.098091 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2374 | 2024.11.18 18:42:01.098210 [ 254 ] {cf3ec82d-bf6e-4eae-86d2-e52564984fff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2375 | 2024.11.18 18:42:01.098265 [ 254 ] {cf3ec82d-bf6e-4eae-86d2-e52564984fff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2376 | 2024.11.18 18:42:01.098865 [ 254 ] {cf3ec82d-bf6e-4eae-86d2-e52564984fff} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2377 | 2024.11.18 18:42:01.098906 [ 254 ] {cf3ec82d-bf6e-4eae-86d2-e52564984fff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 2378 | 2024.11.18 18:42:01.099313 [ 254 ] {cf3ec82d-bf6e-4eae-86d2-e52564984fff} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2379 | 2024.11.18 18:42:01.099573 [ 254 ] {cf3ec82d-bf6e-4eae-86d2-e52564984fff} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2380 | 2024.11.18 18:42:01.099778 [ 254 ] {cf3ec82d-bf6e-4eae-86d2-e52564984fff} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001593 sec., 148775.8945386064 rows/sec., 9.97 MiB/sec. | ||
| 2381 | 2024.11.18 18:42:01.099834 [ 254 ] {cf3ec82d-bf6e-4eae-86d2-e52564984fff} <Debug> TCPHandler: Processed in 0.001802095 sec. | ||
| 2382 | 2024.11.18 18:42:01.099978 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2383 | 2024.11.18 18:42:01.100098 [ 5 ] {25a8fd84-29e8-42b4-8681-0895a6937d5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2384 | 2024.11.18 18:42:01.100149 [ 5 ] {25a8fd84-29e8-42b4-8681-0895a6937d5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2385 | 2024.11.18 18:42:01.100625 [ 5 ] {25a8fd84-29e8-42b4-8681-0895a6937d5d} <Trace> oximeter.measurements_f64 (d052af3d-076d-4497-9d38-4aa388f95b75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2386 | 2024.11.18 18:42:01.100662 [ 5 ] {25a8fd84-29e8-42b4-8681-0895a6937d5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 2387 | 2024.11.18 18:42:01.101030 [ 5 ] {25a8fd84-29e8-42b4-8681-0895a6937d5d} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2388 | 2024.11.18 18:42:01.101274 [ 5 ] {25a8fd84-29e8-42b4-8681-0895a6937d5d} <Trace> oximeter.measurements_f64 (d052af3d-076d-4497-9d38-4aa388f95b75): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2389 | 2024.11.18 18:42:01.101448 [ 5 ] {25a8fd84-29e8-42b4-8681-0895a6937d5d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001375 sec., 727.2727272727274 rows/sec., 49.01 KiB/sec. | ||
| 2390 | 2024.11.18 18:42:01.101498 [ 5 ] {25a8fd84-29e8-42b4-8681-0895a6937d5d} <Debug> TCPHandler: Processed in 0.001577751 sec. | ||
| 2391 | 2024.11.18 18:42:01.101638 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2392 | 2024.11.18 18:42:01.101757 [ 254 ] {24f18ecd-54b0-4cd1-8cbb-1811cce9c301} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2393 | 2024.11.18 18:42:01.101838 [ 254 ] {24f18ecd-54b0-4cd1-8cbb-1811cce9c301} <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 | ||
| 2394 | 2024.11.18 18:42:01.103001 [ 254 ] {24f18ecd-54b0-4cd1-8cbb-1811cce9c301} <Trace> oximeter.measurements_histogramu64 (72c523e9-b30d-40f9-b06a-7c8965a18908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2395 | 2024.11.18 18:42:01.103042 [ 254 ] {24f18ecd-54b0-4cd1-8cbb-1811cce9c301} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 2396 | 2024.11.18 18:42:01.103669 [ 254 ] {24f18ecd-54b0-4cd1-8cbb-1811cce9c301} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2397 | 2024.11.18 18:42:01.103924 [ 254 ] {24f18ecd-54b0-4cd1-8cbb-1811cce9c301} <Trace> oximeter.measurements_histogramu64 (72c523e9-b30d-40f9-b06a-7c8965a18908): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2398 | 2024.11.18 18:42:01.104180 [ 254 ] {24f18ecd-54b0-4cd1-8cbb-1811cce9c301} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002445 sec., 12678.936605316972 rows/sec., 22.72 MiB/sec. | ||
| 2399 | 2024.11.18 18:42:01.104281 [ 254 ] {24f18ecd-54b0-4cd1-8cbb-1811cce9c301} <Debug> TCPHandler: Processed in 0.002700443 sec. | ||
| 2400 | 2024.11.18 18:42:01.104429 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2401 | 2024.11.18 18:42:01.104567 [ 5 ] {4d8faa7e-142c-4c81-8f8a-ce2918901810} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2402 | 2024.11.18 18:42:01.104625 [ 5 ] {4d8faa7e-142c-4c81-8f8a-ce2918901810} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2403 | 2024.11.18 18:42:01.105145 [ 5 ] {4d8faa7e-142c-4c81-8f8a-ce2918901810} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2404 | 2024.11.18 18:42:01.105183 [ 5 ] {4d8faa7e-142c-4c81-8f8a-ce2918901810} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 2405 | 2024.11.18 18:42:01.105554 [ 5 ] {4d8faa7e-142c-4c81-8f8a-ce2918901810} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2406 | 2024.11.18 18:42:01.105794 [ 5 ] {4d8faa7e-142c-4c81-8f8a-ce2918901810} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2407 | 2024.11.18 18:42:01.105994 [ 5 ] {4d8faa7e-142c-4c81-8f8a-ce2918901810} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001455 sec., 56357.388316151206 rows/sec., 3.58 MiB/sec. | ||
| 2408 | 2024.11.18 18:42:01.106045 [ 5 ] {4d8faa7e-142c-4c81-8f8a-ce2918901810} <Debug> TCPHandler: Processed in 0.001684203 sec. | ||
| 2409 | 2024.11.18 18:42:04.511036 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 356 | ||
| 2410 | 2024.11.18 18:42:04.513700 [ 242 ] {} <Trace> system.query_log (5706cc8f-2754-46ca-b9b4-a1f620913b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2411 | 2024.11.18 18:42:04.513738 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 2412 | 2024.11.18 18:42:04.515142 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2413 | 2024.11.18 18:42:04.515437 [ 242 ] {} <Trace> system.query_log (5706cc8f-2754-46ca-b9b4-a1f620913b28): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2414 | 2024.11.18 18:42:04.515887 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 356 | ||
| 2415 | 2024.11.18 18:42:06.064036 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2416 | 2024.11.18 18:42:06.064467 [ 5 ] {da24fed9-f63a-4152-98d5-ffe7c949cec7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2417 | 2024.11.18 18:42:06.065119 [ 5 ] {da24fed9-f63a-4152-98d5-ffe7c949cec7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2418 | 2024.11.18 18:42:06.065175 [ 5 ] {da24fed9-f63a-4152-98d5-ffe7c949cec7} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2419 | 2024.11.18 18:42:06.065562 [ 5 ] {da24fed9-f63a-4152-98d5-ffe7c949cec7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2420 | 2024.11.18 18:42:06.065646 [ 5 ] {da24fed9-f63a-4152-98d5-ffe7c949cec7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2421 | 2024.11.18 18:42:06.065826 [ 5 ] {da24fed9-f63a-4152-98d5-ffe7c949cec7} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Key condition: (column 0 notIn 42-element set) | ||
| 2422 | 2024.11.18 18:42:06.066133 [ 297 ] {da24fed9-f63a-4152-98d5-ffe7c949cec7} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2423 | 2024.11.18 18:42:06.066196 [ 301 ] {da24fed9-f63a-4152-98d5-ffe7c949cec7} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2424 | 2024.11.18 18:42:06.066220 [ 300 ] {da24fed9-f63a-4152-98d5-ffe7c949cec7} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2425 | 2024.11.18 18:42:06.066401 [ 5 ] {da24fed9-f63a-4152-98d5-ffe7c949cec7} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (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 | ||
| 2426 | 2024.11.18 18:42:06.066439 [ 5 ] {da24fed9-f63a-4152-98d5-ffe7c949cec7} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2427 | 2024.11.18 18:42:06.066564 [ 5 ] {da24fed9-f63a-4152-98d5-ffe7c949cec7} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2428 | 2024.11.18 18:42:06.066589 [ 5 ] {da24fed9-f63a-4152-98d5-ffe7c949cec7} <Debug> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921) (SelectExecutor): Reading approx. 42 rows with 3 streams | ||
| 2429 | 2024.11.18 18:42:06.066635 [ 5 ] {da24fed9-f63a-4152-98d5-ffe7c949cec7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2430 | 2024.11.18 18:42:06.066685 [ 5 ] {da24fed9-f63a-4152-98d5-ffe7c949cec7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2431 | 2024.11.18 18:42:06.066729 [ 5 ] {da24fed9-f63a-4152-98d5-ffe7c949cec7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2432 | 2024.11.18 18:42:06.068587 [ 5 ] {da24fed9-f63a-4152-98d5-ffe7c949cec7} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.004326 sec., 9708.73786407767 rows/sec., 370.22 KiB/sec. | ||
| 2433 | 2024.11.18 18:42:06.068798 [ 5 ] {da24fed9-f63a-4152-98d5-ffe7c949cec7} <Debug> TCPHandler: Processed in 0.004938956 sec. | ||
| 2434 | 2024.11.18 18:42:06.074365 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2435 | 2024.11.18 18:42:06.074489 [ 5 ] {428ad307-e65f-446a-aff3-2c18d5995b57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2436 | 2024.11.18 18:42:06.074543 [ 5 ] {428ad307-e65f-446a-aff3-2c18d5995b57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2437 | 2024.11.18 18:42:06.075237 [ 5 ] {428ad307-e65f-446a-aff3-2c18d5995b57} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2438 | 2024.11.18 18:42:06.075277 [ 5 ] {428ad307-e65f-446a-aff3-2c18d5995b57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 2439 | 2024.11.18 18:42:06.075768 [ 5 ] {428ad307-e65f-446a-aff3-2c18d5995b57} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2440 | 2024.11.18 18:42:06.075997 [ 5 ] {428ad307-e65f-446a-aff3-2c18d5995b57} <Trace> oximeter.timeseries_schema (272bf563-7460-43f2-b768-622c2cead921): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2441 | 2024.11.18 18:42:06.076199 [ 5 ] {428ad307-e65f-446a-aff3-2c18d5995b57} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001737 sec., 575.7052389176741 rows/sec., 130.43 KiB/sec. | ||
| 2442 | 2024.11.18 18:42:06.076379 [ 5 ] {428ad307-e65f-446a-aff3-2c18d5995b57} <Debug> TCPHandler: Processed in 0.002065751 sec. | ||
| 2443 | 2024.11.18 18:42:06.076623 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2444 | 2024.11.18 18:42:06.076804 [ 254 ] {1c02fd22-30eb-4089-bb3c-4234b3f95637} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2445 | 2024.11.18 18:42:06.076882 [ 254 ] {1c02fd22-30eb-4089-bb3c-4234b3f95637} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2446 | 2024.11.18 18:42:06.077574 [ 254 ] {1c02fd22-30eb-4089-bb3c-4234b3f95637} <Trace> oximeter.fields_ipaddr (4ab47f75-0e62-4181-b939-eac36af8f626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2447 | 2024.11.18 18:42:06.077623 [ 254 ] {1c02fd22-30eb-4089-bb3c-4234b3f95637} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 2448 | 2024.11.18 18:42:06.078044 [ 254 ] {1c02fd22-30eb-4089-bb3c-4234b3f95637} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2449 | 2024.11.18 18:42:06.078301 [ 254 ] {1c02fd22-30eb-4089-bb3c-4234b3f95637} <Trace> oximeter.fields_ipaddr (4ab47f75-0e62-4181-b939-eac36af8f626): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2450 | 2024.11.18 18:42:06.078619 [ 254 ] {1c02fd22-30eb-4089-bb3c-4234b3f95637} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001853 sec., 1079.3308148947651 rows/sec., 88.01 KiB/sec. | ||
| 2451 | 2024.11.18 18:42:06.078715 [ 254 ] {1c02fd22-30eb-4089-bb3c-4234b3f95637} <Debug> TCPHandler: Processed in 0.002221034 sec. | ||
| 2452 | 2024.11.18 18:42:06.078899 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2453 | 2024.11.18 18:42:06.079095 [ 5 ] {d580d259-70b1-4ee7-9053-2b447605c92b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2454 | 2024.11.18 18:42:06.079153 [ 5 ] {d580d259-70b1-4ee7-9053-2b447605c92b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2455 | 2024.11.18 18:42:06.079878 [ 5 ] {d580d259-70b1-4ee7-9053-2b447605c92b} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2456 | 2024.11.18 18:42:06.079924 [ 5 ] {d580d259-70b1-4ee7-9053-2b447605c92b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 2457 | 2024.11.18 18:42:06.080309 [ 5 ] {d580d259-70b1-4ee7-9053-2b447605c92b} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2458 | 2024.11.18 18:42:06.080566 [ 5 ] {d580d259-70b1-4ee7-9053-2b447605c92b} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2459 | 2024.11.18 18:42:06.080749 [ 5 ] {d580d259-70b1-4ee7-9053-2b447605c92b} <Debug> executeQuery: Read 71 rows, 5.78 KiB in 0.001696 sec., 41863.20754716981 rows/sec., 3.33 MiB/sec. | ||
| 2460 | 2024.11.18 18:42:06.080807 [ 5 ] {d580d259-70b1-4ee7-9053-2b447605c92b} <Debug> TCPHandler: Processed in 0.0020081 sec. | ||
| 2461 | 2024.11.18 18:42:06.080970 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2462 | 2024.11.18 18:42:06.081110 [ 254 ] {3222f351-8987-4943-aa28-bab5ce814690} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2463 | 2024.11.18 18:42:06.081166 [ 254 ] {3222f351-8987-4943-aa28-bab5ce814690} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2464 | 2024.11.18 18:42:06.081759 [ 254 ] {3222f351-8987-4943-aa28-bab5ce814690} <Trace> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2465 | 2024.11.18 18:42:06.081802 [ 254 ] {3222f351-8987-4943-aa28-bab5ce814690} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 2466 | 2024.11.18 18:42:06.082194 [ 254 ] {3222f351-8987-4943-aa28-bab5ce814690} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2467 | 2024.11.18 18:42:06.082438 [ 254 ] {3222f351-8987-4943-aa28-bab5ce814690} <Trace> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2468 | 2024.11.18 18:42:06.082640 [ 254 ] {3222f351-8987-4943-aa28-bab5ce814690} <Debug> executeQuery: Read 9 rows, 682.00 B in 0.001567 sec., 5743.458838544991 rows/sec., 425.03 KiB/sec. | ||
| 2469 | 2024.11.18 18:42:06.082745 [ 254 ] {3222f351-8987-4943-aa28-bab5ce814690} <Debug> TCPHandler: Processed in 0.001833766 sec. | ||
| 2470 | 2024.11.18 18:42:06.082900 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2471 | 2024.11.18 18:42:06.083019 [ 5 ] {44875347-8212-4d0f-9de5-b1f9c477d7cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2472 | 2024.11.18 18:42:06.083077 [ 5 ] {44875347-8212-4d0f-9de5-b1f9c477d7cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2473 | 2024.11.18 18:42:06.083780 [ 5 ] {44875347-8212-4d0f-9de5-b1f9c477d7cc} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2474 | 2024.11.18 18:42:06.083829 [ 5 ] {44875347-8212-4d0f-9de5-b1f9c477d7cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 2475 | 2024.11.18 18:42:06.084216 [ 5 ] {44875347-8212-4d0f-9de5-b1f9c477d7cc} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2476 | 2024.11.18 18:42:06.084454 [ 5 ] {44875347-8212-4d0f-9de5-b1f9c477d7cc} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2477 | 2024.11.18 18:42:06.084710 [ 5 ] {44875347-8212-4d0f-9de5-b1f9c477d7cc} <Debug> executeQuery: Read 79 rows, 6.32 KiB in 0.001719 sec., 45956.95171611402 rows/sec., 3.59 MiB/sec. | ||
| 2478 | 2024.11.18 18:42:06.084905 [ 5 ] {44875347-8212-4d0f-9de5-b1f9c477d7cc} <Debug> TCPHandler: Processed in 0.002060751 sec. | ||
| 2479 | 2024.11.18 18:42:06.085069 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2480 | 2024.11.18 18:42:06.085216 [ 254 ] {f275f4eb-5759-4aac-a99c-74a616a75957} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2481 | 2024.11.18 18:42:06.085279 [ 254 ] {f275f4eb-5759-4aac-a99c-74a616a75957} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2482 | 2024.11.18 18:42:06.085966 [ 254 ] {f275f4eb-5759-4aac-a99c-74a616a75957} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2483 | 2024.11.18 18:42:06.086016 [ 254 ] {f275f4eb-5759-4aac-a99c-74a616a75957} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 2484 | 2024.11.18 18:42:06.086425 [ 254 ] {f275f4eb-5759-4aac-a99c-74a616a75957} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2485 | 2024.11.18 18:42:06.086661 [ 254 ] {f275f4eb-5759-4aac-a99c-74a616a75957} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2486 | 2024.11.18 18:42:06.086879 [ 254 ] {f275f4eb-5759-4aac-a99c-74a616a75957} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.001696 sec., 76061.32075471697 rows/sec., 5.30 MiB/sec. | ||
| 2487 | 2024.11.18 18:42:06.086934 [ 254 ] {f275f4eb-5759-4aac-a99c-74a616a75957} <Debug> TCPHandler: Processed in 0.001932108 sec. | ||
| 2488 | 2024.11.18 18:42:06.087092 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2489 | 2024.11.18 18:42:06.087229 [ 5 ] {c748afa3-1270-48e6-8846-3cf2c8e2fa9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2490 | 2024.11.18 18:42:06.087321 [ 5 ] {c748afa3-1270-48e6-8846-3cf2c8e2fa9a} <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 | ||
| 2491 | 2024.11.18 18:42:06.088474 [ 5 ] {c748afa3-1270-48e6-8846-3cf2c8e2fa9a} <Trace> oximeter.measurements_histogramu64 (72c523e9-b30d-40f9-b06a-7c8965a18908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2492 | 2024.11.18 18:42:06.088513 [ 5 ] {c748afa3-1270-48e6-8846-3cf2c8e2fa9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 2493 | 2024.11.18 18:42:06.089097 [ 5 ] {c748afa3-1270-48e6-8846-3cf2c8e2fa9a} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2494 | 2024.11.18 18:42:06.089352 [ 5 ] {c748afa3-1270-48e6-8846-3cf2c8e2fa9a} <Trace> oximeter.measurements_histogramu64 (72c523e9-b30d-40f9-b06a-7c8965a18908): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2495 | 2024.11.18 18:42:06.089692 [ 5 ] {c748afa3-1270-48e6-8846-3cf2c8e2fa9a} <Debug> executeQuery: Read 7 rows, 12.84 KiB in 0.002476 sec., 2827.140549273021 rows/sec., 5.07 MiB/sec. | ||
| 2496 | 2024.11.18 18:42:06.089804 [ 5 ] {c748afa3-1270-48e6-8846-3cf2c8e2fa9a} <Debug> TCPHandler: Processed in 0.002779095 sec. | ||
| 2497 | 2024.11.18 18:42:06.089950 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2498 | 2024.11.18 18:42:06.090079 [ 254 ] {9433397b-a0da-4699-8c1e-e2395c3a1d1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 2499 | 2024.11.18 18:42:06.090137 [ 254 ] {9433397b-a0da-4699-8c1e-e2395c3a1d1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2500 | 2024.11.18 18:42:06.090681 [ 254 ] {9433397b-a0da-4699-8c1e-e2395c3a1d1c} <Trace> oximeter.measurements_i64 (8e043ba4-f924-4d27-8310-b4affd1cd99b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2501 | 2024.11.18 18:42:06.090728 [ 254 ] {9433397b-a0da-4699-8c1e-e2395c3a1d1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 2502 | 2024.11.18 18:42:06.091144 [ 254 ] {9433397b-a0da-4699-8c1e-e2395c3a1d1c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2503 | 2024.11.18 18:42:06.091378 [ 254 ] {9433397b-a0da-4699-8c1e-e2395c3a1d1c} <Trace> oximeter.measurements_i64 (8e043ba4-f924-4d27-8310-b4affd1cd99b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2504 | 2024.11.18 18:42:06.091650 [ 254 ] {9433397b-a0da-4699-8c1e-e2395c3a1d1c} <Debug> executeQuery: Read 6 rows, 434.00 B in 0.001588 sec., 3778.337531486146 rows/sec., 266.89 KiB/sec. | ||
| 2505 | 2024.11.18 18:42:06.091719 [ 254 ] {9433397b-a0da-4699-8c1e-e2395c3a1d1c} <Debug> TCPHandler: Processed in 0.001825365 sec. | ||
| 2506 | 2024.11.18 18:42:06.091859 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2507 | 2024.11.18 18:42:06.091975 [ 5 ] {58805ea9-483e-4b5b-a849-55d55fe66c5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2508 | 2024.11.18 18:42:06.092034 [ 5 ] {58805ea9-483e-4b5b-a849-55d55fe66c5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2509 | 2024.11.18 18:42:06.092822 [ 5 ] {58805ea9-483e-4b5b-a849-55d55fe66c5f} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2510 | 2024.11.18 18:42:06.092890 [ 5 ] {58805ea9-483e-4b5b-a849-55d55fe66c5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 2511 | 2024.11.18 18:42:06.093330 [ 5 ] {58805ea9-483e-4b5b-a849-55d55fe66c5f} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2512 | 2024.11.18 18:42:06.093579 [ 5 ] {58805ea9-483e-4b5b-a849-55d55fe66c5f} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2513 | 2024.11.18 18:42:06.093787 [ 5 ] {58805ea9-483e-4b5b-a849-55d55fe66c5f} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001838 sec., 26115.342763873774 rows/sec., 1.76 MiB/sec. | ||
| 2514 | 2024.11.18 18:42:06.093839 [ 5 ] {58805ea9-483e-4b5b-a849-55d55fe66c5f} <Debug> TCPHandler: Processed in 0.00203724 sec. | ||
| 2515 | 2024.11.18 18:42:11.068898 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2516 | 2024.11.18 18:42:11.069132 [ 5 ] {67e9f374-7071-4624-9b0f-2c082fd7c59e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2517 | 2024.11.18 18:42:11.069212 [ 5 ] {67e9f374-7071-4624-9b0f-2c082fd7c59e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2518 | 2024.11.18 18:42:11.069988 [ 5 ] {67e9f374-7071-4624-9b0f-2c082fd7c59e} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2519 | 2024.11.18 18:42:11.070042 [ 5 ] {67e9f374-7071-4624-9b0f-2c082fd7c59e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 2520 | 2024.11.18 18:42:11.070472 [ 5 ] {67e9f374-7071-4624-9b0f-2c082fd7c59e} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2521 | 2024.11.18 18:42:11.070731 [ 5 ] {67e9f374-7071-4624-9b0f-2c082fd7c59e} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2522 | 2024.11.18 18:42:11.070994 [ 5 ] {67e9f374-7071-4624-9b0f-2c082fd7c59e} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001911 sec., 29304.029304029304 rows/sec., 2.24 MiB/sec. | ||
| 2523 | 2024.11.18 18:42:11.071177 [ 5 ] {67e9f374-7071-4624-9b0f-2c082fd7c59e} <Debug> TCPHandler: Processed in 0.002419777 sec. | ||
| 2524 | 2024.11.18 18:42:11.071457 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2525 | 2024.11.18 18:42:11.071665 [ 254 ] {59946c0e-d345-47df-bbd9-efedb77b47ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2526 | 2024.11.18 18:42:11.071744 [ 254 ] {59946c0e-d345-47df-bbd9-efedb77b47ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2527 | 2024.11.18 18:42:11.072551 [ 254 ] {59946c0e-d345-47df-bbd9-efedb77b47ce} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2528 | 2024.11.18 18:42:11.072596 [ 254 ] {59946c0e-d345-47df-bbd9-efedb77b47ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 2529 | 2024.11.18 18:42:11.073029 [ 254 ] {59946c0e-d345-47df-bbd9-efedb77b47ce} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2530 | 2024.11.18 18:42:11.073282 [ 254 ] {59946c0e-d345-47df-bbd9-efedb77b47ce} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2531 | 2024.11.18 18:42:11.073540 [ 254 ] {59946c0e-d345-47df-bbd9-efedb77b47ce} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001925 sec., 33246.753246753244 rows/sec., 2.59 MiB/sec. | ||
| 2532 | 2024.11.18 18:42:11.073739 [ 254 ] {59946c0e-d345-47df-bbd9-efedb77b47ce} <Debug> TCPHandler: Processed in 0.002419517 sec. | ||
| 2533 | 2024.11.18 18:42:11.073925 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2534 | 2024.11.18 18:42:11.074073 [ 5 ] {3879ca9c-8abb-43fd-a56d-6c2f5e135314} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2535 | 2024.11.18 18:42:11.074137 [ 5 ] {3879ca9c-8abb-43fd-a56d-6c2f5e135314} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2536 | 2024.11.18 18:42:11.074813 [ 5 ] {3879ca9c-8abb-43fd-a56d-6c2f5e135314} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2537 | 2024.11.18 18:42:11.074863 [ 5 ] {3879ca9c-8abb-43fd-a56d-6c2f5e135314} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 2538 | 2024.11.18 18:42:11.075309 [ 5 ] {3879ca9c-8abb-43fd-a56d-6c2f5e135314} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2539 | 2024.11.18 18:42:11.075564 [ 5 ] {3879ca9c-8abb-43fd-a56d-6c2f5e135314} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2540 | 2024.11.18 18:42:11.075834 [ 5 ] {3879ca9c-8abb-43fd-a56d-6c2f5e135314} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001792 sec., 89285.71428571429 rows/sec., 6.22 MiB/sec. | ||
| 2541 | 2024.11.18 18:42:11.076008 [ 5 ] {3879ca9c-8abb-43fd-a56d-6c2f5e135314} <Debug> TCPHandler: Processed in 0.002150682 sec. | ||
| 2542 | 2024.11.18 18:42:11.076165 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2543 | 2024.11.18 18:42:11.076310 [ 254 ] {7b9b4c18-e631-4299-93e5-e2f77ab58184} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2544 | 2024.11.18 18:42:11.076374 [ 254 ] {7b9b4c18-e631-4299-93e5-e2f77ab58184} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2545 | 2024.11.18 18:42:11.076999 [ 254 ] {7b9b4c18-e631-4299-93e5-e2f77ab58184} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2546 | 2024.11.18 18:42:11.077046 [ 254 ] {7b9b4c18-e631-4299-93e5-e2f77ab58184} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 2547 | 2024.11.18 18:42:11.077461 [ 254 ] {7b9b4c18-e631-4299-93e5-e2f77ab58184} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2548 | 2024.11.18 18:42:11.077694 [ 254 ] {7b9b4c18-e631-4299-93e5-e2f77ab58184} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2549 | 2024.11.18 18:42:11.077930 [ 254 ] {7b9b4c18-e631-4299-93e5-e2f77ab58184} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001645 sec., 36474.1641337386 rows/sec., 2.46 MiB/sec. | ||
| 2550 | 2024.11.18 18:42:11.078108 [ 254 ] {7b9b4c18-e631-4299-93e5-e2f77ab58184} <Debug> TCPHandler: Processed in 0.001996029 sec. | ||
| 2551 | 2024.11.18 18:42:12.759654 [ 23 ] {} <Debug> oximeter.measurements_bool (59fe736a-aeb6-4d88-9694-5589842d5df9) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2552 | 2024.11.18 18:42:12.759728 [ 23 ] {} <Trace> oximeter.measurements_bool (59fe736a-aeb6-4d88-9694-5589842d5df9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2553 | 2024.11.18 18:42:12.759755 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 2554 | 2024.11.18 18:42:12.759934 [ 198 ] {59fe736a-aeb6-4d88-9694-5589842d5df9::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 | ||
| 2555 | 2024.11.18 18:42:12.760109 [ 198 ] {59fe736a-aeb6-4d88-9694-5589842d5df9::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2556 | 2024.11.18 18:42:12.760154 [ 198 ] {59fe736a-aeb6-4d88-9694-5589842d5df9::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 | ||
| 2557 | 2024.11.18 18:42:12.760266 [ 198 ] {59fe736a-aeb6-4d88-9694-5589842d5df9::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 | ||
| 2558 | 2024.11.18 18:42:12.760505 [ 198 ] {59fe736a-aeb6-4d88-9694-5589842d5df9::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 | ||
| 2559 | 2024.11.18 18:42:12.760706 [ 198 ] {59fe736a-aeb6-4d88-9694-5589842d5df9::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 | ||
| 2560 | 2024.11.18 18:42:12.760847 [ 198 ] {59fe736a-aeb6-4d88-9694-5589842d5df9::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 | ||
| 2561 | 2024.11.18 18:42:12.761939 [ 196 ] {59fe736a-aeb6-4d88-9694-5589842d5df9::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.00209309 sec., 14332.876273834378 rows/sec., 748.84 KiB/sec. | ||
| 2562 | 2024.11.18 18:42:12.762173 [ 191 ] {59fe736a-aeb6-4d88-9694-5589842d5df9::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2563 | 2024.11.18 18:42:12.762572 [ 191 ] {59fe736a-aeb6-4d88-9694-5589842d5df9::all_1_5_1} <Trace> oximeter.measurements_bool (59fe736a-aeb6-4d88-9694-5589842d5df9): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2564 | 2024.11.18 18:42:12.762678 [ 191 ] {59fe736a-aeb6-4d88-9694-5589842d5df9::all_1_5_1} <Trace> oximeter.measurements_bool (59fe736a-aeb6-4d88-9694-5589842d5df9) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2565 | 2024.11.18 18:42:12.762787 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 2566 | 2024.11.18 18:42:13.211392 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45223, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2567 | 2024.11.18 18:42:13.399936 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36379, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2568 | 2024.11.18 18:42:13.427387 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57607, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2569 | 2024.11.18 18:42:13.534463 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51159, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2570 | 2024.11.18 18:42:13.537822 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50326, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2571 | 2024.11.18 18:42:13.599228 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56827, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2572 | 2024.11.18 18:42:13.600621 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50949, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2573 | 2024.11.18 18:42:13.612959 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56736, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2574 | 2024.11.18 18:42:14.429506 [ 44 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2575 | 2024.11.18 18:42:14.429586 [ 44 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2576 | 2024.11.18 18:42:14.516023 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 384 | ||
| 2577 | 2024.11.18 18:42:14.518766 [ 242 ] {} <Trace> system.query_log (5706cc8f-2754-46ca-b9b4-a1f620913b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2578 | 2024.11.18 18:42:14.518835 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 2579 | 2024.11.18 18:42:14.520794 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2580 | 2024.11.18 18:42:14.521146 [ 242 ] {} <Trace> system.query_log (5706cc8f-2754-46ca-b9b4-a1f620913b28): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2581 | 2024.11.18 18:42:14.521894 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 384 | ||
| 2582 | 2024.11.18 18:42:16.057751 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:42499, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2583 | 2024.11.18 18:42:16.075717 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2584 | 2024.11.18 18:42:16.075937 [ 5 ] {9c6c3e62-b787-4a4a-98de-b8e217ad5bd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2585 | 2024.11.18 18:42:16.076016 [ 5 ] {9c6c3e62-b787-4a4a-98de-b8e217ad5bd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2586 | 2024.11.18 18:42:16.076783 [ 5 ] {9c6c3e62-b787-4a4a-98de-b8e217ad5bd5} <Trace> oximeter.fields_i16 (d269e674-0362-4b8e-97b0-6474794c47df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2587 | 2024.11.18 18:42:16.076834 [ 5 ] {9c6c3e62-b787-4a4a-98de-b8e217ad5bd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2588 | 2024.11.18 18:42:16.077256 [ 5 ] {9c6c3e62-b787-4a4a-98de-b8e217ad5bd5} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2589 | 2024.11.18 18:42:16.077534 [ 5 ] {9c6c3e62-b787-4a4a-98de-b8e217ad5bd5} <Trace> oximeter.fields_i16 (d269e674-0362-4b8e-97b0-6474794c47df): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2590 | 2024.11.18 18:42:16.077779 [ 5 ] {9c6c3e62-b787-4a4a-98de-b8e217ad5bd5} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001894 sec., 7391.763463569166 rows/sec., 532.11 KiB/sec. | ||
| 2591 | 2024.11.18 18:42:16.077937 [ 5 ] {9c6c3e62-b787-4a4a-98de-b8e217ad5bd5} <Debug> TCPHandler: Processed in 0.002358977 sec. | ||
| 2592 | 2024.11.18 18:42:16.078210 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2593 | 2024.11.18 18:42:16.078420 [ 254 ] {37387419-bc03-48a7-bb68-69e456039955} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2594 | 2024.11.18 18:42:16.078500 [ 254 ] {37387419-bc03-48a7-bb68-69e456039955} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2595 | 2024.11.18 18:42:16.079496 [ 254 ] {37387419-bc03-48a7-bb68-69e456039955} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2596 | 2024.11.18 18:42:16.079543 [ 254 ] {37387419-bc03-48a7-bb68-69e456039955} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2597 | 2024.11.18 18:42:16.079992 [ 254 ] {37387419-bc03-48a7-bb68-69e456039955} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2598 | 2024.11.18 18:42:16.080266 [ 254 ] {37387419-bc03-48a7-bb68-69e456039955} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2599 | 2024.11.18 18:42:16.080479 [ 254 ] {37387419-bc03-48a7-bb68-69e456039955} <Debug> executeQuery: Read 279 rows, 25.18 KiB in 0.002116 sec., 131852.55198487715 rows/sec., 11.62 MiB/sec. | ||
| 2600 | 2024.11.18 18:42:16.080544 [ 254 ] {37387419-bc03-48a7-bb68-69e456039955} <Debug> TCPHandler: Processed in 0.002470949 sec. | ||
| 2601 | 2024.11.18 18:42:16.080767 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2602 | 2024.11.18 18:42:16.080994 [ 5 ] {d10129cd-41df-40b3-8057-6a952023b500} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2603 | 2024.11.18 18:42:16.081091 [ 5 ] {d10129cd-41df-40b3-8057-6a952023b500} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2604 | 2024.11.18 18:42:16.081823 [ 5 ] {d10129cd-41df-40b3-8057-6a952023b500} <Trace> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2605 | 2024.11.18 18:42:16.081865 [ 5 ] {d10129cd-41df-40b3-8057-6a952023b500} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2606 | 2024.11.18 18:42:16.082237 [ 5 ] {d10129cd-41df-40b3-8057-6a952023b500} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2607 | 2024.11.18 18:42:16.082499 [ 5 ] {d10129cd-41df-40b3-8057-6a952023b500} <Trace> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2608 | 2024.11.18 18:42:16.082731 [ 5 ] {d10129cd-41df-40b3-8057-6a952023b500} <Debug> executeQuery: Read 45 rows, 3.31 KiB in 0.001792 sec., 25111.607142857145 rows/sec., 1.81 MiB/sec. | ||
| 2609 | 2024.11.18 18:42:16.082924 [ 5 ] {d10129cd-41df-40b3-8057-6a952023b500} <Debug> TCPHandler: Processed in 0.002256514 sec. | ||
| 2610 | 2024.11.18 18:42:16.083093 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2611 | 2024.11.18 18:42:16.083240 [ 254 ] {94eb148d-485c-4694-9b5f-b0ec16ab2c95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2612 | 2024.11.18 18:42:16.083300 [ 254 ] {94eb148d-485c-4694-9b5f-b0ec16ab2c95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2613 | 2024.11.18 18:42:16.083899 [ 254 ] {94eb148d-485c-4694-9b5f-b0ec16ab2c95} <Trace> oximeter.fields_u32 (83ac11ca-fabd-4357-b8e5-0d6d82c87995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2614 | 2024.11.18 18:42:16.083938 [ 254 ] {94eb148d-485c-4694-9b5f-b0ec16ab2c95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2615 | 2024.11.18 18:42:16.084299 [ 254 ] {94eb148d-485c-4694-9b5f-b0ec16ab2c95} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2616 | 2024.11.18 18:42:16.084543 [ 254 ] {94eb148d-485c-4694-9b5f-b0ec16ab2c95} <Trace> oximeter.fields_u32 (83ac11ca-fabd-4357-b8e5-0d6d82c87995): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2617 | 2024.11.18 18:42:16.084720 [ 254 ] {94eb148d-485c-4694-9b5f-b0ec16ab2c95} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001514 sec., 9247.027741083224 rows/sec., 647.60 KiB/sec. | ||
| 2618 | 2024.11.18 18:42:16.084773 [ 254 ] {94eb148d-485c-4694-9b5f-b0ec16ab2c95} <Debug> TCPHandler: Processed in 0.001751645 sec. | ||
| 2619 | 2024.11.18 18:42:16.084908 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2620 | 2024.11.18 18:42:16.085024 [ 5 ] {fa058dd6-5a05-44eb-8800-0c4450a16dac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2621 | 2024.11.18 18:42:16.085072 [ 5 ] {fa058dd6-5a05-44eb-8800-0c4450a16dac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2622 | 2024.11.18 18:42:16.085653 [ 5 ] {fa058dd6-5a05-44eb-8800-0c4450a16dac} <Trace> oximeter.fields_u8 (356b4e61-1c07-430a-980d-4f9a89d03858): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2623 | 2024.11.18 18:42:16.085694 [ 5 ] {fa058dd6-5a05-44eb-8800-0c4450a16dac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2624 | 2024.11.18 18:42:16.086051 [ 5 ] {fa058dd6-5a05-44eb-8800-0c4450a16dac} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2625 | 2024.11.18 18:42:16.086300 [ 5 ] {fa058dd6-5a05-44eb-8800-0c4450a16dac} <Trace> oximeter.fields_u8 (356b4e61-1c07-430a-980d-4f9a89d03858): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2626 | 2024.11.18 18:42:16.086556 [ 5 ] {fa058dd6-5a05-44eb-8800-0c4450a16dac} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001553 sec., 8370.895041854475 rows/sec., 521.92 KiB/sec. | ||
| 2627 | 2024.11.18 18:42:16.086706 [ 5 ] {fa058dd6-5a05-44eb-8800-0c4450a16dac} <Debug> TCPHandler: Processed in 0.001849516 sec. | ||
| 2628 | 2024.11.18 18:42:16.086890 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2629 | 2024.11.18 18:42:16.087027 [ 254 ] {07b85eeb-e767-40ec-8cdd-6e5ecaf7644a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2630 | 2024.11.18 18:42:16.087083 [ 254 ] {07b85eeb-e767-40ec-8cdd-6e5ecaf7644a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2631 | 2024.11.18 18:42:16.087885 [ 254 ] {07b85eeb-e767-40ec-8cdd-6e5ecaf7644a} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2632 | 2024.11.18 18:42:16.087926 [ 254 ] {07b85eeb-e767-40ec-8cdd-6e5ecaf7644a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2633 | 2024.11.18 18:42:16.088308 [ 254 ] {07b85eeb-e767-40ec-8cdd-6e5ecaf7644a} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2634 | 2024.11.18 18:42:16.088556 [ 254 ] {07b85eeb-e767-40ec-8cdd-6e5ecaf7644a} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2635 | 2024.11.18 18:42:16.088802 [ 254 ] {07b85eeb-e767-40ec-8cdd-6e5ecaf7644a} <Debug> executeQuery: Read 420 rows, 30.72 KiB in 0.001798 sec., 233592.88097886543 rows/sec., 16.69 MiB/sec. | ||
| 2636 | 2024.11.18 18:42:16.089000 [ 254 ] {07b85eeb-e767-40ec-8cdd-6e5ecaf7644a} <Debug> TCPHandler: Processed in 0.002173322 sec. | ||
| 2637 | 2024.11.18 18:42:16.089171 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2638 | 2024.11.18 18:42:16.089307 [ 5 ] {0a2d91b5-a336-4667-bc31-45f2386e49a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2639 | 2024.11.18 18:42:16.089368 [ 5 ] {0a2d91b5-a336-4667-bc31-45f2386e49a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2640 | 2024.11.18 18:42:16.089937 [ 5 ] {0a2d91b5-a336-4667-bc31-45f2386e49a6} <Trace> oximeter.measurements_bool (59fe736a-aeb6-4d88-9694-5589842d5df9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2641 | 2024.11.18 18:42:16.089984 [ 5 ] {0a2d91b5-a336-4667-bc31-45f2386e49a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2642 | 2024.11.18 18:42:16.090398 [ 5 ] {0a2d91b5-a336-4667-bc31-45f2386e49a6} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2643 | 2024.11.18 18:42:16.090645 [ 5 ] {0a2d91b5-a336-4667-bc31-45f2386e49a6} <Trace> oximeter.measurements_bool (59fe736a-aeb6-4d88-9694-5589842d5df9): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2644 | 2024.11.18 18:42:16.090862 [ 5 ] {0a2d91b5-a336-4667-bc31-45f2386e49a6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001585 sec., 3785.488958990536 rows/sec., 197.78 KiB/sec. | ||
| 2645 | 2024.11.18 18:42:16.090913 [ 5 ] {0a2d91b5-a336-4667-bc31-45f2386e49a6} <Debug> TCPHandler: Processed in 0.001807916 sec. | ||
| 2646 | 2024.11.18 18:42:16.091045 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2647 | 2024.11.18 18:42:16.091163 [ 254 ] {e3df3f8f-49f0-4c38-9d47-00472fb28cd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2648 | 2024.11.18 18:42:16.091214 [ 254 ] {e3df3f8f-49f0-4c38-9d47-00472fb28cd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2649 | 2024.11.18 18:42:16.091786 [ 254 ] {e3df3f8f-49f0-4c38-9d47-00472fb28cd7} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2650 | 2024.11.18 18:42:16.091823 [ 254 ] {e3df3f8f-49f0-4c38-9d47-00472fb28cd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2651 | 2024.11.18 18:42:16.092211 [ 254 ] {e3df3f8f-49f0-4c38-9d47-00472fb28cd7} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2652 | 2024.11.18 18:42:16.092448 [ 254 ] {e3df3f8f-49f0-4c38-9d47-00472fb28cd7} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2653 | 2024.11.18 18:42:16.092627 [ 254 ] {e3df3f8f-49f0-4c38-9d47-00472fb28cd7} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00149 sec., 159060.40268456377 rows/sec., 10.66 MiB/sec. | ||
| 2654 | 2024.11.18 18:42:16.092678 [ 254 ] {e3df3f8f-49f0-4c38-9d47-00472fb28cd7} <Debug> TCPHandler: Processed in 0.001689063 sec. | ||
| 2655 | 2024.11.18 18:42:16.092828 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2656 | 2024.11.18 18:42:16.092942 [ 5 ] {452c5e4f-f9ac-468c-b2e1-7fb9a37538f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2657 | 2024.11.18 18:42:16.092993 [ 5 ] {452c5e4f-f9ac-468c-b2e1-7fb9a37538f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2658 | 2024.11.18 18:42:16.093468 [ 5 ] {452c5e4f-f9ac-468c-b2e1-7fb9a37538f3} <Trace> oximeter.measurements_f64 (d052af3d-076d-4497-9d38-4aa388f95b75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2659 | 2024.11.18 18:42:16.093506 [ 5 ] {452c5e4f-f9ac-468c-b2e1-7fb9a37538f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2660 | 2024.11.18 18:42:16.093875 [ 5 ] {452c5e4f-f9ac-468c-b2e1-7fb9a37538f3} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2661 | 2024.11.18 18:42:16.094118 [ 5 ] {452c5e4f-f9ac-468c-b2e1-7fb9a37538f3} <Trace> oximeter.measurements_f64 (d052af3d-076d-4497-9d38-4aa388f95b75): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2662 | 2024.11.18 18:42:16.094386 [ 5 ] {452c5e4f-f9ac-468c-b2e1-7fb9a37538f3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001467 sec., 681.6632583503749 rows/sec., 45.93 KiB/sec. | ||
| 2663 | 2024.11.18 18:42:16.094588 [ 5 ] {452c5e4f-f9ac-468c-b2e1-7fb9a37538f3} <Debug> TCPHandler: Processed in 0.001814096 sec. | ||
| 2664 | 2024.11.18 18:42:16.094766 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2665 | 2024.11.18 18:42:16.094909 [ 254 ] {f9c5d6f5-9180-41e2-831f-d1082ea9fb68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2666 | 2024.11.18 18:42:16.095001 [ 254 ] {f9c5d6f5-9180-41e2-831f-d1082ea9fb68} <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 | ||
| 2667 | 2024.11.18 18:42:16.096273 [ 254 ] {f9c5d6f5-9180-41e2-831f-d1082ea9fb68} <Trace> oximeter.measurements_histogramu64 (72c523e9-b30d-40f9-b06a-7c8965a18908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2668 | 2024.11.18 18:42:16.096313 [ 254 ] {f9c5d6f5-9180-41e2-831f-d1082ea9fb68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2669 | 2024.11.18 18:42:16.097006 [ 254 ] {f9c5d6f5-9180-41e2-831f-d1082ea9fb68} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2670 | 2024.11.18 18:42:16.097270 [ 254 ] {f9c5d6f5-9180-41e2-831f-d1082ea9fb68} <Trace> oximeter.measurements_histogramu64 (72c523e9-b30d-40f9-b06a-7c8965a18908): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2671 | 2024.11.18 18:42:16.097401 [ 71 ] {} <Debug> oximeter.measurements_histogramu64 (72c523e9-b30d-40f9-b06a-7c8965a18908) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2672 | 2024.11.18 18:42:16.097458 [ 71 ] {} <Trace> oximeter.measurements_histogramu64 (72c523e9-b30d-40f9-b06a-7c8965a18908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2673 | 2024.11.18 18:42:16.097480 [ 254 ] {f9c5d6f5-9180-41e2-831f-d1082ea9fb68} <Debug> executeQuery: Read 38 rows, 69.73 KiB in 0.002598 sec., 14626.635873749037 rows/sec., 26.21 MiB/sec. | ||
| 2674 | 2024.11.18 18:42:16.097489 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2675 | 2024.11.18 18:42:16.097833 [ 254 ] {f9c5d6f5-9180-41e2-831f-d1082ea9fb68} <Debug> TCPHandler: Processed in 0.003142772 sec. | ||
| 2676 | 2024.11.18 18:42:16.097917 [ 198 ] {72c523e9-b30d-40f9-b06a-7c8965a18908::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 | ||
| 2677 | 2024.11.18 18:42:16.098052 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2678 | 2024.11.18 18:42:16.098335 [ 5 ] {b442affa-9318-48e0-989e-b33ed6226d40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2679 | 2024.11.18 18:42:16.098457 [ 5 ] {b442affa-9318-48e0-989e-b33ed6226d40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2680 | 2024.11.18 18:42:16.098944 [ 198 ] {72c523e9-b30d-40f9-b06a-7c8965a18908::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2681 | 2024.11.18 18:42:16.099215 [ 198 ] {72c523e9-b30d-40f9-b06a-7c8965a18908::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 23 rows starting from the beginning of the part | ||
| 2682 | 2024.11.18 18:42:16.099841 [ 198 ] {72c523e9-b30d-40f9-b06a-7c8965a18908::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 23 rows starting from the beginning of the part | ||
| 2683 | 2024.11.18 18:42:16.100668 [ 5 ] {b442affa-9318-48e0-989e-b33ed6226d40} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2684 | 2024.11.18 18:42:16.100670 [ 198 ] {72c523e9-b30d-40f9-b06a-7c8965a18908::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 | ||
| 2685 | 2024.11.18 18:42:16.100737 [ 5 ] {b442affa-9318-48e0-989e-b33ed6226d40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2686 | 2024.11.18 18:42:16.101309 [ 198 ] {72c523e9-b30d-40f9-b06a-7c8965a18908::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 31 rows starting from the beginning of the part | ||
| 2687 | 2024.11.18 18:42:16.102104 [ 198 ] {72c523e9-b30d-40f9-b06a-7c8965a18908::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 7 rows starting from the beginning of the part | ||
| 2688 | 2024.11.18 18:42:16.102201 [ 5 ] {b442affa-9318-48e0-989e-b33ed6226d40} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2689 | 2024.11.18 18:42:16.102698 [ 198 ] {72c523e9-b30d-40f9-b06a-7c8965a18908::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 | ||
| 2690 | 2024.11.18 18:42:16.102948 [ 5 ] {b442affa-9318-48e0-989e-b33ed6226d40} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2691 | 2024.11.18 18:42:16.103759 [ 5 ] {b442affa-9318-48e0-989e-b33ed6226d40} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005494 sec., 14925.373134328358 rows/sec., 970.70 KiB/sec. | ||
| 2692 | 2024.11.18 18:42:16.103950 [ 5 ] {b442affa-9318-48e0-989e-b33ed6226d40} <Debug> TCPHandler: Processed in 0.006005548 sec. | ||
| 2693 | 2024.11.18 18:42:16.106791 [ 191 ] {72c523e9-b30d-40f9-b06a-7c8965a18908::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 130 rows, containing 19 columns (19 merged, 0 gathered) in 0.009157719 sec., 14195.67470895318 rows/sec., 25.44 MiB/sec. | ||
| 2694 | 2024.11.18 18:42:16.107182 [ 196 ] {72c523e9-b30d-40f9-b06a-7c8965a18908::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2695 | 2024.11.18 18:42:16.107670 [ 196 ] {72c523e9-b30d-40f9-b06a-7c8965a18908::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (72c523e9-b30d-40f9-b06a-7c8965a18908): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2696 | 2024.11.18 18:42:16.107763 [ 196 ] {72c523e9-b30d-40f9-b06a-7c8965a18908::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (72c523e9-b30d-40f9-b06a-7c8965a18908) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2697 | 2024.11.18 18:42:16.107924 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.95 MiB. | ||
| 2698 | 2024.11.18 18:42:16.530828 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:63475, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2699 | 2024.11.18 18:42:16.724590 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:44820, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2700 | 2024.11.18 18:42:16.729054 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:34491, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2701 | 2024.11.18 18:42:16.733475 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:62930, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2702 | 2024.11.18 18:42:16.736790 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:58477, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2703 | 2024.11.18 18:42:16.757137 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:65431, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2704 | 2024.11.18 18:42:16.786496 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:46690, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2705 | 2024.11.18 18:42:16.797837 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:51946, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2706 | 2024.11.18 18:42:17.150728 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:34676, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2707 | 2024.11.18 18:42:17.208556 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:53840, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2708 | 2024.11.18 18:42:17.214969 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:61053, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2709 | 2024.11.18 18:42:17.432076 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:59381, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2710 | 2024.11.18 18:42:17.442554 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:49709, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2711 | 2024.11.18 18:42:17.445048 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:34955, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2712 | 2024.11.18 18:42:17.466413 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:53424, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2713 | 2024.11.18 18:42:17.501902 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:48105, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2714 | 2024.11.18 18:42:18.184972 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:34904, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2715 | 2024.11.18 18:42:18.185011 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:47573, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2716 | 2024.11.18 18:42:18.217408 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:40468, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2717 | 2024.11.18 18:42:18.238679 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:36177, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2718 | 2024.11.18 18:42:18.261134 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:34898, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2719 | 2024.11.18 18:42:18.275481 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:51066, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2720 | 2024.11.18 18:42:18.289041 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:49226, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2721 | 2024.11.18 18:42:21.069454 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2722 | 2024.11.18 18:42:21.069663 [ 5 ] {78903575-a9aa-4e83-95f6-884d90ee3651} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2723 | 2024.11.18 18:42:21.069740 [ 5 ] {78903575-a9aa-4e83-95f6-884d90ee3651} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2724 | 2024.11.18 18:42:21.070492 [ 5 ] {78903575-a9aa-4e83-95f6-884d90ee3651} <Trace> oximeter.fields_ipaddr (4ab47f75-0e62-4181-b939-eac36af8f626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2725 | 2024.11.18 18:42:21.070547 [ 5 ] {78903575-a9aa-4e83-95f6-884d90ee3651} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2726 | 2024.11.18 18:42:21.070971 [ 5 ] {78903575-a9aa-4e83-95f6-884d90ee3651} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2727 | 2024.11.18 18:42:21.071236 [ 5 ] {78903575-a9aa-4e83-95f6-884d90ee3651} <Trace> oximeter.fields_ipaddr (4ab47f75-0e62-4181-b939-eac36af8f626): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2728 | 2024.11.18 18:42:21.071488 [ 5 ] {78903575-a9aa-4e83-95f6-884d90ee3651} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001873 sec., 2135.611318739989 rows/sec., 174.14 KiB/sec. | ||
| 2729 | 2024.11.18 18:42:21.071673 [ 5 ] {78903575-a9aa-4e83-95f6-884d90ee3651} <Debug> TCPHandler: Processed in 0.002373527 sec. | ||
| 2730 | 2024.11.18 18:42:21.071940 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2731 | 2024.11.18 18:42:21.072129 [ 254 ] {18b30f94-d647-48b3-8635-bd06b8100eca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2732 | 2024.11.18 18:42:21.072202 [ 254 ] {18b30f94-d647-48b3-8635-bd06b8100eca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2733 | 2024.11.18 18:42:21.072963 [ 254 ] {18b30f94-d647-48b3-8635-bd06b8100eca} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2734 | 2024.11.18 18:42:21.073011 [ 254 ] {18b30f94-d647-48b3-8635-bd06b8100eca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2735 | 2024.11.18 18:42:21.073447 [ 254 ] {18b30f94-d647-48b3-8635-bd06b8100eca} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2736 | 2024.11.18 18:42:21.073718 [ 254 ] {18b30f94-d647-48b3-8635-bd06b8100eca} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2737 | 2024.11.18 18:42:21.073895 [ 98 ] {} <Debug> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2738 | 2024.11.18 18:42:21.073976 [ 254 ] {18b30f94-d647-48b3-8635-bd06b8100eca} <Debug> executeQuery: Read 58 rows, 4.52 KiB in 0.001893 sec., 30639.1970417327 rows/sec., 2.33 MiB/sec. | ||
| 2739 | 2024.11.18 18:42:21.073979 [ 98 ] {} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2740 | 2024.11.18 18:42:21.074059 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2741 | 2024.11.18 18:42:21.074118 [ 254 ] {18b30f94-d647-48b3-8635-bd06b8100eca} <Debug> TCPHandler: Processed in 0.002302875 sec. | ||
| 2742 | 2024.11.18 18:42:21.074354 [ 186 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full | ||
| 2743 | 2024.11.18 18:42:21.074392 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2744 | 2024.11.18 18:42:21.074588 [ 186 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2745 | 2024.11.18 18:42:21.074614 [ 5 ] {13085b03-cee5-4d24-9ee7-b12ee8424746} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2746 | 2024.11.18 18:42:21.074646 [ 186 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1407 rows starting from the beginning of the part | ||
| 2747 | 2024.11.18 18:42:21.074696 [ 5 ] {13085b03-cee5-4d24-9ee7-b12ee8424746} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2748 | 2024.11.18 18:42:21.075056 [ 186 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 265 rows starting from the beginning of the part | ||
| 2749 | 2024.11.18 18:42:21.075450 [ 186 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 71 rows starting from the beginning of the part | ||
| 2750 | 2024.11.18 18:42:21.075737 [ 186 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 56 rows starting from the beginning of the part | ||
| 2751 | 2024.11.18 18:42:21.076136 [ 186 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 279 rows starting from the beginning of the part | ||
| 2752 | 2024.11.18 18:42:21.076481 [ 186 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 58 rows starting from the beginning of the part | ||
| 2753 | 2024.11.18 18:42:21.077594 [ 5 ] {13085b03-cee5-4d24-9ee7-b12ee8424746} <Trace> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2754 | 2024.11.18 18:42:21.077670 [ 5 ] {13085b03-cee5-4d24-9ee7-b12ee8424746} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2755 | 2024.11.18 18:42:21.078593 [ 5 ] {13085b03-cee5-4d24-9ee7-b12ee8424746} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2756 | 2024.11.18 18:42:21.079105 [ 5 ] {13085b03-cee5-4d24-9ee7-b12ee8424746} <Trace> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2757 | 2024.11.18 18:42:21.079483 [ 5 ] {13085b03-cee5-4d24-9ee7-b12ee8424746} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.004915 sec., 813.8351983723296 rows/sec., 56.83 KiB/sec. | ||
| 2758 | 2024.11.18 18:42:21.079638 [ 5 ] {13085b03-cee5-4d24-9ee7-b12ee8424746} <Debug> TCPHandler: Processed in 0.005397386 sec. | ||
| 2759 | 2024.11.18 18:42:21.079925 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2760 | 2024.11.18 18:42:21.080129 [ 196 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2136 rows, containing 5 columns (5 merged, 0 gathered) in 0.005947776 sec., 359125.83123507 rows/sec., 31.56 MiB/sec. | ||
| 2761 | 2024.11.18 18:42:21.080153 [ 254 ] {45d71cdd-c317-475c-bf7a-cc14f4594497} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2762 | 2024.11.18 18:42:21.080238 [ 254 ] {45d71cdd-c317-475c-bf7a-cc14f4594497} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2763 | 2024.11.18 18:42:21.080410 [ 191 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2764 | 2024.11.18 18:42:21.080840 [ 191 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_16_3} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2765 | 2024.11.18 18:42:21.080955 [ 191 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_16_3} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2766 | 2024.11.18 18:42:21.081084 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. | ||
| 2767 | 2024.11.18 18:42:21.081137 [ 254 ] {45d71cdd-c317-475c-bf7a-cc14f4594497} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2768 | 2024.11.18 18:42:21.081178 [ 254 ] {45d71cdd-c317-475c-bf7a-cc14f4594497} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2769 | 2024.11.18 18:42:21.081565 [ 254 ] {45d71cdd-c317-475c-bf7a-cc14f4594497} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2770 | 2024.11.18 18:42:21.081804 [ 254 ] {45d71cdd-c317-475c-bf7a-cc14f4594497} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2771 | 2024.11.18 18:42:21.081984 [ 98 ] {} <Debug> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2772 | 2024.11.18 18:42:21.082045 [ 98 ] {} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2773 | 2024.11.18 18:42:21.082055 [ 254 ] {45d71cdd-c317-475c-bf7a-cc14f4594497} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001945 sec., 34961.43958868895 rows/sec., 2.73 MiB/sec. | ||
| 2774 | 2024.11.18 18:42:21.082076 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2775 | 2024.11.18 18:42:21.082235 [ 254 ] {45d71cdd-c317-475c-bf7a-cc14f4594497} <Debug> TCPHandler: Processed in 0.002486629 sec. | ||
| 2776 | 2024.11.18 18:42:21.082303 [ 186 ] {2ab46401-386a-45e1-87f1-36d54e75b299::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 | ||
| 2777 | 2024.11.18 18:42:21.082453 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2778 | 2024.11.18 18:42:21.082483 [ 186 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2779 | 2024.11.18 18:42:21.082534 [ 186 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 881 rows starting from the beginning of the part | ||
| 2780 | 2024.11.18 18:42:21.082783 [ 186 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 413 rows starting from the beginning of the part | ||
| 2781 | 2024.11.18 18:42:21.082884 [ 5 ] {1546f0e7-6ed8-4709-889c-98cce6d73b6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2782 | 2024.11.18 18:42:21.083008 [ 186 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 79 rows starting from the beginning of the part | ||
| 2783 | 2024.11.18 18:42:21.083065 [ 5 ] {1546f0e7-6ed8-4709-889c-98cce6d73b6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2784 | 2024.11.18 18:42:21.083280 [ 186 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 64 rows starting from the beginning of the part | ||
| 2785 | 2024.11.18 18:42:21.083665 [ 186 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 420 rows starting from the beginning of the part | ||
| 2786 | 2024.11.18 18:42:21.084062 [ 186 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 68 rows starting from the beginning of the part | ||
| 2787 | 2024.11.18 18:42:21.085649 [ 5 ] {1546f0e7-6ed8-4709-889c-98cce6d73b6b} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2788 | 2024.11.18 18:42:21.085745 [ 5 ] {1546f0e7-6ed8-4709-889c-98cce6d73b6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2789 | 2024.11.18 18:42:21.086718 [ 5 ] {1546f0e7-6ed8-4709-889c-98cce6d73b6b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2790 | 2024.11.18 18:42:21.087173 [ 191 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1925 rows, containing 5 columns (5 merged, 0 gathered) in 0.004978307 sec., 386677.63960719976 rows/sec., 29.56 MiB/sec. | ||
| 2791 | 2024.11.18 18:42:21.087233 [ 5 ] {1546f0e7-6ed8-4709-889c-98cce6d73b6b} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2792 | 2024.11.18 18:42:21.087442 [ 191 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2793 | 2024.11.18 18:42:21.087473 [ 98 ] {} <Debug> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2794 | 2024.11.18 18:42:21.087575 [ 98 ] {} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2795 | 2024.11.18 18:42:21.087661 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2796 | 2024.11.18 18:42:21.087832 [ 5 ] {1546f0e7-6ed8-4709-889c-98cce6d73b6b} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.005154 sec., 31431.89755529686 rows/sec., 2.19 MiB/sec. | ||
| 2797 | 2024.11.18 18:42:21.088148 [ 5 ] {1546f0e7-6ed8-4709-889c-98cce6d73b6b} <Debug> TCPHandler: Processed in 0.005793283 sec. | ||
| 2798 | 2024.11.18 18:42:21.088150 [ 193 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::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 | ||
| 2799 | 2024.11.18 18:42:21.088467 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2800 | 2024.11.18 18:42:21.088508 [ 191 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_16_3} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2801 | 2024.11.18 18:42:21.088597 [ 193 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2802 | 2024.11.18 18:42:21.088742 [ 193 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 2539 rows starting from the beginning of the part | ||
| 2803 | 2024.11.18 18:42:21.088764 [ 191 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_16_3} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2804 | 2024.11.18 18:42:21.088811 [ 254 ] {dade6fe8-ea90-47d2-8c57-260177b960cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2805 | 2024.11.18 18:42:21.089126 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 2806 | 2024.11.18 18:42:21.089136 [ 254 ] {dade6fe8-ea90-47d2-8c57-260177b960cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2807 | 2024.11.18 18:42:21.089210 [ 193 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 237 rows starting from the beginning of the part | ||
| 2808 | 2024.11.18 18:42:21.089600 [ 193 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 129 rows starting from the beginning of the part | ||
| 2809 | 2024.11.18 18:42:21.089946 [ 193 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 160 rows starting from the beginning of the part | ||
| 2810 | 2024.11.18 18:42:21.090311 [ 193 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 237 rows starting from the beginning of the part | ||
| 2811 | 2024.11.18 18:42:21.090660 [ 193 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 162 rows starting from the beginning of the part | ||
| 2812 | 2024.11.18 18:42:21.091592 [ 254 ] {dade6fe8-ea90-47d2-8c57-260177b960cb} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2813 | 2024.11.18 18:42:21.091666 [ 254 ] {dade6fe8-ea90-47d2-8c57-260177b960cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2814 | 2024.11.18 18:42:21.092516 [ 254 ] {dade6fe8-ea90-47d2-8c57-260177b960cb} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2815 | 2024.11.18 18:42:21.093208 [ 254 ] {dade6fe8-ea90-47d2-8c57-260177b960cb} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2816 | 2024.11.18 18:42:21.093583 [ 144 ] {} <Debug> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2817 | 2024.11.18 18:42:21.093695 [ 144 ] {} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2818 | 2024.11.18 18:42:21.093762 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2819 | 2024.11.18 18:42:21.093772 [ 254 ] {dade6fe8-ea90-47d2-8c57-260177b960cb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005011 sec., 11973.65795250449 rows/sec., 826.31 KiB/sec. | ||
| 2820 | 2024.11.18 18:42:21.094025 [ 254 ] {dade6fe8-ea90-47d2-8c57-260177b960cb} <Debug> TCPHandler: Processed in 0.005764893 sec. | ||
| 2821 | 2024.11.18 18:42:21.094245 [ 191 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::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 | ||
| 2822 | 2024.11.18 18:42:21.094577 [ 193 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3464 rows, containing 5 columns (5 merged, 0 gathered) in 0.006777033 sec., 511138.13375263184 rows/sec., 34.45 MiB/sec. | ||
| 2823 | 2024.11.18 18:42:21.094588 [ 191 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2824 | 2024.11.18 18:42:21.094657 [ 191 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 394 rows starting from the beginning of the part | ||
| 2825 | 2024.11.18 18:42:21.094763 [ 191 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 82 rows starting from the beginning of the part | ||
| 2826 | 2024.11.18 18:42:21.094996 [ 191 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 48 rows starting from the beginning of the part | ||
| 2827 | 2024.11.18 18:42:21.095002 [ 193 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2828 | 2024.11.18 18:42:21.095305 [ 191 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 60 rows starting from the beginning of the part | ||
| 2829 | 2024.11.18 18:42:21.095523 [ 191 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 82 rows starting from the beginning of the part | ||
| 2830 | 2024.11.18 18:42:21.095812 [ 191 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 60 rows starting from the beginning of the part | ||
| 2831 | 2024.11.18 18:42:21.096014 [ 193 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2832 | 2024.11.18 18:42:21.096319 [ 193 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2833 | 2024.11.18 18:42:21.096475 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.86 MiB. | ||
| 2834 | 2024.11.18 18:42:21.097343 [ 201 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 726 rows, containing 4 columns (4 merged, 0 gathered) in 0.003429698 sec., 211680.44533367077 rows/sec., 13.66 MiB/sec. | ||
| 2835 | 2024.11.18 18:42:21.097505 [ 193 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2836 | 2024.11.18 18:42:21.097786 [ 193 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_16_3} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2837 | 2024.11.18 18:42:21.097867 [ 193 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_16_3} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2838 | 2024.11.18 18:42:21.097946 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 2839 | 2024.11.18 18:42:24.523039 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 418 | ||
| 2840 | 2024.11.18 18:42:24.526031 [ 242 ] {} <Trace> system.query_log (5706cc8f-2754-46ca-b9b4-a1f620913b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2841 | 2024.11.18 18:42:24.526093 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2842 | 2024.11.18 18:42:24.527503 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2843 | 2024.11.18 18:42:24.527829 [ 242 ] {} <Trace> system.query_log (5706cc8f-2754-46ca-b9b4-a1f620913b28): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2844 | 2024.11.18 18:42:24.528729 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 418 | ||
| 2845 | 2024.11.18 18:42:26.069704 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2846 | 2024.11.18 18:42:26.070032 [ 5 ] {fa8d2e7e-fb7f-4b3b-9597-df57dd747aff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2847 | 2024.11.18 18:42:26.070152 [ 5 ] {fa8d2e7e-fb7f-4b3b-9597-df57dd747aff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2848 | 2024.11.18 18:42:26.071116 [ 5 ] {fa8d2e7e-fb7f-4b3b-9597-df57dd747aff} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2849 | 2024.11.18 18:42:26.071172 [ 5 ] {fa8d2e7e-fb7f-4b3b-9597-df57dd747aff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2850 | 2024.11.18 18:42:26.071618 [ 5 ] {fa8d2e7e-fb7f-4b3b-9597-df57dd747aff} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2851 | 2024.11.18 18:42:26.071877 [ 5 ] {fa8d2e7e-fb7f-4b3b-9597-df57dd747aff} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2852 | 2024.11.18 18:42:26.072148 [ 5 ] {fa8d2e7e-fb7f-4b3b-9597-df57dd747aff} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00219 sec., 25570.776255707762 rows/sec., 1.95 MiB/sec. | ||
| 2853 | 2024.11.18 18:42:26.072295 [ 5 ] {fa8d2e7e-fb7f-4b3b-9597-df57dd747aff} <Debug> TCPHandler: Processed in 0.002759034 sec. | ||
| 2854 | 2024.11.18 18:42:26.072578 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2855 | 2024.11.18 18:42:26.072789 [ 254 ] {3202410d-bb22-48db-9d6d-fda6677dd3df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2856 | 2024.11.18 18:42:26.072871 [ 254 ] {3202410d-bb22-48db-9d6d-fda6677dd3df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2857 | 2024.11.18 18:42:26.073711 [ 254 ] {3202410d-bb22-48db-9d6d-fda6677dd3df} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2858 | 2024.11.18 18:42:26.073761 [ 254 ] {3202410d-bb22-48db-9d6d-fda6677dd3df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2859 | 2024.11.18 18:42:26.074211 [ 254 ] {3202410d-bb22-48db-9d6d-fda6677dd3df} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2860 | 2024.11.18 18:42:26.074478 [ 254 ] {3202410d-bb22-48db-9d6d-fda6677dd3df} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2861 | 2024.11.18 18:42:26.074737 [ 254 ] {3202410d-bb22-48db-9d6d-fda6677dd3df} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002005 sec., 31920.199501246887 rows/sec., 2.49 MiB/sec. | ||
| 2862 | 2024.11.18 18:42:26.074880 [ 254 ] {3202410d-bb22-48db-9d6d-fda6677dd3df} <Debug> TCPHandler: Processed in 0.002456628 sec. | ||
| 2863 | 2024.11.18 18:42:26.075056 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2864 | 2024.11.18 18:42:26.075205 [ 5 ] {7a936769-64e5-4397-a7ac-6d56f115dabc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2865 | 2024.11.18 18:42:26.075271 [ 5 ] {7a936769-64e5-4397-a7ac-6d56f115dabc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2866 | 2024.11.18 18:42:26.075912 [ 5 ] {7a936769-64e5-4397-a7ac-6d56f115dabc} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2867 | 2024.11.18 18:42:26.075955 [ 5 ] {7a936769-64e5-4397-a7ac-6d56f115dabc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2868 | 2024.11.18 18:42:26.076364 [ 5 ] {7a936769-64e5-4397-a7ac-6d56f115dabc} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2869 | 2024.11.18 18:42:26.076628 [ 5 ] {7a936769-64e5-4397-a7ac-6d56f115dabc} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2870 | 2024.11.18 18:42:26.076895 [ 5 ] {7a936769-64e5-4397-a7ac-6d56f115dabc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00172 sec., 93023.2558139535 rows/sec., 6.48 MiB/sec. | ||
| 2871 | 2024.11.18 18:42:26.077103 [ 5 ] {7a936769-64e5-4397-a7ac-6d56f115dabc} <Debug> TCPHandler: Processed in 0.002112011 sec. | ||
| 2872 | 2024.11.18 18:42:26.077272 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2873 | 2024.11.18 18:42:26.077401 [ 254 ] {831bc327-6dc6-4152-966b-f27c90f7c389} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2874 | 2024.11.18 18:42:26.077456 [ 254 ] {831bc327-6dc6-4152-966b-f27c90f7c389} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2875 | 2024.11.18 18:42:26.077997 [ 254 ] {831bc327-6dc6-4152-966b-f27c90f7c389} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2876 | 2024.11.18 18:42:26.078040 [ 254 ] {831bc327-6dc6-4152-966b-f27c90f7c389} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2877 | 2024.11.18 18:42:26.078450 [ 254 ] {831bc327-6dc6-4152-966b-f27c90f7c389} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2878 | 2024.11.18 18:42:26.078692 [ 254 ] {831bc327-6dc6-4152-966b-f27c90f7c389} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2879 | 2024.11.18 18:42:26.078919 [ 254 ] {831bc327-6dc6-4152-966b-f27c90f7c389} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001542 sec., 38910.505836575874 rows/sec., 2.62 MiB/sec. | ||
| 2880 | 2024.11.18 18:42:26.079016 [ 254 ] {831bc327-6dc6-4152-966b-f27c90f7c389} <Debug> TCPHandler: Processed in 0.001803975 sec. | ||
| 2881 | 2024.11.18 18:42:29.429855 [ 146 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2882 | 2024.11.18 18:42:29.429912 [ 146 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2883 | 2024.11.18 18:42:31.075362 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2884 | 2024.11.18 18:42:31.075594 [ 5 ] {674af83e-bb20-4cce-8b41-f7e9eac94e0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2885 | 2024.11.18 18:42:31.075705 [ 5 ] {674af83e-bb20-4cce-8b41-f7e9eac94e0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2886 | 2024.11.18 18:42:31.076477 [ 5 ] {674af83e-bb20-4cce-8b41-f7e9eac94e0e} <Trace> oximeter.fields_i16 (d269e674-0362-4b8e-97b0-6474794c47df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2887 | 2024.11.18 18:42:31.076521 [ 5 ] {674af83e-bb20-4cce-8b41-f7e9eac94e0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2888 | 2024.11.18 18:42:31.076949 [ 5 ] {674af83e-bb20-4cce-8b41-f7e9eac94e0e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2889 | 2024.11.18 18:42:31.077209 [ 5 ] {674af83e-bb20-4cce-8b41-f7e9eac94e0e} <Trace> oximeter.fields_i16 (d269e674-0362-4b8e-97b0-6474794c47df): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2890 | 2024.11.18 18:42:31.077475 [ 5 ] {674af83e-bb20-4cce-8b41-f7e9eac94e0e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001938 sec., 7223.942208462332 rows/sec., 520.03 KiB/sec. | ||
| 2891 | 2024.11.18 18:42:31.077646 [ 5 ] {674af83e-bb20-4cce-8b41-f7e9eac94e0e} <Debug> TCPHandler: Processed in 0.002425617 sec. | ||
| 2892 | 2024.11.18 18:42:31.077903 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2893 | 2024.11.18 18:42:31.078091 [ 254 ] {44c110fe-f28c-4924-8866-23953a97a4d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2894 | 2024.11.18 18:42:31.078191 [ 254 ] {44c110fe-f28c-4924-8866-23953a97a4d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2895 | 2024.11.18 18:42:31.079093 [ 254 ] {44c110fe-f28c-4924-8866-23953a97a4d3} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2896 | 2024.11.18 18:42:31.079138 [ 254 ] {44c110fe-f28c-4924-8866-23953a97a4d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2897 | 2024.11.18 18:42:31.079597 [ 254 ] {44c110fe-f28c-4924-8866-23953a97a4d3} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2898 | 2024.11.18 18:42:31.079855 [ 254 ] {44c110fe-f28c-4924-8866-23953a97a4d3} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2899 | 2024.11.18 18:42:31.080060 [ 254 ] {44c110fe-f28c-4924-8866-23953a97a4d3} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.00202 sec., 139108.9108910891 rows/sec., 12.27 MiB/sec. | ||
| 2900 | 2024.11.18 18:42:31.080124 [ 254 ] {44c110fe-f28c-4924-8866-23953a97a4d3} <Debug> TCPHandler: Processed in 0.002351366 sec. | ||
| 2901 | 2024.11.18 18:42:31.080343 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2902 | 2024.11.18 18:42:31.080572 [ 5 ] {0d28974f-0b8d-4319-900e-cea3001cfa5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2903 | 2024.11.18 18:42:31.080666 [ 5 ] {0d28974f-0b8d-4319-900e-cea3001cfa5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2904 | 2024.11.18 18:42:31.081344 [ 5 ] {0d28974f-0b8d-4319-900e-cea3001cfa5f} <Trace> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2905 | 2024.11.18 18:42:31.081384 [ 5 ] {0d28974f-0b8d-4319-900e-cea3001cfa5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2906 | 2024.11.18 18:42:31.081749 [ 5 ] {0d28974f-0b8d-4319-900e-cea3001cfa5f} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2907 | 2024.11.18 18:42:31.081991 [ 5 ] {0d28974f-0b8d-4319-900e-cea3001cfa5f} <Trace> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2908 | 2024.11.18 18:42:31.082156 [ 143 ] {} <Debug> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2909 | 2024.11.18 18:42:31.082214 [ 143 ] {} <Trace> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2910 | 2024.11.18 18:42:31.082239 [ 5 ] {0d28974f-0b8d-4319-900e-cea3001cfa5f} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001723 sec., 26697.62042948346 rows/sec., 1.92 MiB/sec. | ||
| 2911 | 2024.11.18 18:42:31.082253 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2912 | 2024.11.18 18:42:31.082400 [ 5 ] {0d28974f-0b8d-4319-900e-cea3001cfa5f} <Debug> TCPHandler: Processed in 0.002157072 sec. | ||
| 2913 | 2024.11.18 18:42:31.082678 [ 187 ] {e2d5d562-b8f6-4561-9841-f4b65eaa223e::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 | ||
| 2914 | 2024.11.18 18:42:31.082738 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2915 | 2024.11.18 18:42:31.082981 [ 187 ] {e2d5d562-b8f6-4561-9841-f4b65eaa223e::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2916 | 2024.11.18 18:42:31.082986 [ 254 ] {dd8875d2-e944-43be-b866-7a910bcac63b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2917 | 2024.11.18 18:42:31.083019 [ 187 ] {e2d5d562-b8f6-4561-9841-f4b65eaa223e::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 | ||
| 2918 | 2024.11.18 18:42:31.083054 [ 254 ] {dd8875d2-e944-43be-b866-7a910bcac63b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2919 | 2024.11.18 18:42:31.083224 [ 187 ] {e2d5d562-b8f6-4561-9841-f4b65eaa223e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 38 rows starting from the beginning of the part | ||
| 2920 | 2024.11.18 18:42:31.083658 [ 187 ] {e2d5d562-b8f6-4561-9841-f4b65eaa223e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 9 rows starting from the beginning of the part | ||
| 2921 | 2024.11.18 18:42:31.083987 [ 187 ] {e2d5d562-b8f6-4561-9841-f4b65eaa223e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 45 rows starting from the beginning of the part | ||
| 2922 | 2024.11.18 18:42:31.084383 [ 187 ] {e2d5d562-b8f6-4561-9841-f4b65eaa223e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 4 rows starting from the beginning of the part | ||
| 2923 | 2024.11.18 18:42:31.084700 [ 187 ] {e2d5d562-b8f6-4561-9841-f4b65eaa223e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 46 rows starting from the beginning of the part | ||
| 2924 | 2024.11.18 18:42:31.085663 [ 254 ] {dd8875d2-e944-43be-b866-7a910bcac63b} <Trace> oximeter.fields_u32 (83ac11ca-fabd-4357-b8e5-0d6d82c87995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2925 | 2024.11.18 18:42:31.085709 [ 254 ] {dd8875d2-e944-43be-b866-7a910bcac63b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2926 | 2024.11.18 18:42:31.086302 [ 254 ] {dd8875d2-e944-43be-b866-7a910bcac63b} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2927 | 2024.11.18 18:42:31.086513 [ 193 ] {e2d5d562-b8f6-4561-9841-f4b65eaa223e::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 180 rows, containing 5 columns (5 merged, 0 gathered) in 0.004138031 sec., 43498.94913788707 rows/sec., 3.29 MiB/sec. | ||
| 2928 | 2024.11.18 18:42:31.086685 [ 254 ] {dd8875d2-e944-43be-b866-7a910bcac63b} <Trace> oximeter.fields_u32 (83ac11ca-fabd-4357-b8e5-0d6d82c87995): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2929 | 2024.11.18 18:42:31.086735 [ 193 ] {e2d5d562-b8f6-4561-9841-f4b65eaa223e::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2930 | 2024.11.18 18:42:31.087011 [ 254 ] {dd8875d2-e944-43be-b866-7a910bcac63b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004072 sec., 3438.1139489194497 rows/sec., 240.78 KiB/sec. | ||
| 2931 | 2024.11.18 18:42:31.087170 [ 254 ] {dd8875d2-e944-43be-b866-7a910bcac63b} <Debug> TCPHandler: Processed in 0.00460776 sec. | ||
| 2932 | 2024.11.18 18:42:31.087297 [ 193 ] {e2d5d562-b8f6-4561-9841-f4b65eaa223e::all_1_11_2} <Trace> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2933 | 2024.11.18 18:42:31.087355 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2934 | 2024.11.18 18:42:31.087396 [ 193 ] {e2d5d562-b8f6-4561-9841-f4b65eaa223e::all_1_11_2} <Trace> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2935 | 2024.11.18 18:42:31.087499 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 2936 | 2024.11.18 18:42:31.087529 [ 5 ] {f6e21db4-5d19-40b7-bde0-749bc12635c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2937 | 2024.11.18 18:42:31.087588 [ 5 ] {f6e21db4-5d19-40b7-bde0-749bc12635c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2938 | 2024.11.18 18:42:31.088165 [ 5 ] {f6e21db4-5d19-40b7-bde0-749bc12635c8} <Trace> oximeter.fields_u8 (356b4e61-1c07-430a-980d-4f9a89d03858): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2939 | 2024.11.18 18:42:31.088205 [ 5 ] {f6e21db4-5d19-40b7-bde0-749bc12635c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2940 | 2024.11.18 18:42:31.088556 [ 5 ] {f6e21db4-5d19-40b7-bde0-749bc12635c8} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2941 | 2024.11.18 18:42:31.088807 [ 5 ] {f6e21db4-5d19-40b7-bde0-749bc12635c8} <Trace> oximeter.fields_u8 (356b4e61-1c07-430a-980d-4f9a89d03858): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2942 | 2024.11.18 18:42:31.089015 [ 5 ] {f6e21db4-5d19-40b7-bde0-749bc12635c8} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001529 sec., 8502.289077828646 rows/sec., 530.12 KiB/sec. | ||
| 2943 | 2024.11.18 18:42:31.089067 [ 5 ] {f6e21db4-5d19-40b7-bde0-749bc12635c8} <Debug> TCPHandler: Processed in 0.001788565 sec. | ||
| 2944 | 2024.11.18 18:42:31.089219 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2945 | 2024.11.18 18:42:31.089356 [ 254 ] {1afb378a-5ba6-41c1-96a9-46351d933877} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2946 | 2024.11.18 18:42:31.089413 [ 254 ] {1afb378a-5ba6-41c1-96a9-46351d933877} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2947 | 2024.11.18 18:42:31.090245 [ 254 ] {1afb378a-5ba6-41c1-96a9-46351d933877} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2948 | 2024.11.18 18:42:31.090284 [ 254 ] {1afb378a-5ba6-41c1-96a9-46351d933877} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2949 | 2024.11.18 18:42:31.090681 [ 254 ] {1afb378a-5ba6-41c1-96a9-46351d933877} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2950 | 2024.11.18 18:42:31.090926 [ 254 ] {1afb378a-5ba6-41c1-96a9-46351d933877} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2951 | 2024.11.18 18:42:31.091113 [ 254 ] {1afb378a-5ba6-41c1-96a9-46351d933877} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001788 sec., 235458.6129753915 rows/sec., 16.82 MiB/sec. | ||
| 2952 | 2024.11.18 18:42:31.091166 [ 254 ] {1afb378a-5ba6-41c1-96a9-46351d933877} <Debug> TCPHandler: Processed in 0.00201462 sec. | ||
| 2953 | 2024.11.18 18:42:31.091334 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2954 | 2024.11.18 18:42:31.091470 [ 5 ] {083eb06c-3499-4921-b313-eb5ae43bc962} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2955 | 2024.11.18 18:42:31.091529 [ 5 ] {083eb06c-3499-4921-b313-eb5ae43bc962} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2956 | 2024.11.18 18:42:31.092038 [ 5 ] {083eb06c-3499-4921-b313-eb5ae43bc962} <Trace> oximeter.measurements_bool (59fe736a-aeb6-4d88-9694-5589842d5df9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2957 | 2024.11.18 18:42:31.092077 [ 5 ] {083eb06c-3499-4921-b313-eb5ae43bc962} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2958 | 2024.11.18 18:42:31.092444 [ 5 ] {083eb06c-3499-4921-b313-eb5ae43bc962} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2959 | 2024.11.18 18:42:31.092678 [ 5 ] {083eb06c-3499-4921-b313-eb5ae43bc962} <Trace> oximeter.measurements_bool (59fe736a-aeb6-4d88-9694-5589842d5df9): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2960 | 2024.11.18 18:42:31.092941 [ 5 ] {083eb06c-3499-4921-b313-eb5ae43bc962} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001494 sec., 4016.064257028112 rows/sec., 209.82 KiB/sec. | ||
| 2961 | 2024.11.18 18:42:31.093161 [ 5 ] {083eb06c-3499-4921-b313-eb5ae43bc962} <Debug> TCPHandler: Processed in 0.001887497 sec. | ||
| 2962 | 2024.11.18 18:42:31.093346 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2963 | 2024.11.18 18:42:31.093484 [ 254 ] {c81faa59-7137-4bae-a587-9e3b41400511} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2964 | 2024.11.18 18:42:31.093547 [ 254 ] {c81faa59-7137-4bae-a587-9e3b41400511} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2965 | 2024.11.18 18:42:31.094171 [ 254 ] {c81faa59-7137-4bae-a587-9e3b41400511} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2966 | 2024.11.18 18:42:31.094210 [ 254 ] {c81faa59-7137-4bae-a587-9e3b41400511} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2967 | 2024.11.18 18:42:31.094604 [ 254 ] {c81faa59-7137-4bae-a587-9e3b41400511} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2968 | 2024.11.18 18:42:31.094844 [ 254 ] {c81faa59-7137-4bae-a587-9e3b41400511} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2969 | 2024.11.18 18:42:31.095024 [ 254 ] {c81faa59-7137-4bae-a587-9e3b41400511} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001572 sec., 150763.35877862596 rows/sec., 10.11 MiB/sec. | ||
| 2970 | 2024.11.18 18:42:31.095077 [ 254 ] {c81faa59-7137-4bae-a587-9e3b41400511} <Debug> TCPHandler: Processed in 0.001799176 sec. | ||
| 2971 | 2024.11.18 18:42:31.095234 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2972 | 2024.11.18 18:42:31.095372 [ 5 ] {60233c0d-4849-440f-863f-7161c0f715bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2973 | 2024.11.18 18:42:31.095432 [ 5 ] {60233c0d-4849-440f-863f-7161c0f715bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2974 | 2024.11.18 18:42:31.095939 [ 5 ] {60233c0d-4849-440f-863f-7161c0f715bf} <Trace> oximeter.measurements_f64 (d052af3d-076d-4497-9d38-4aa388f95b75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2975 | 2024.11.18 18:42:31.095978 [ 5 ] {60233c0d-4849-440f-863f-7161c0f715bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2976 | 2024.11.18 18:42:31.096332 [ 5 ] {60233c0d-4849-440f-863f-7161c0f715bf} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2977 | 2024.11.18 18:42:31.096566 [ 5 ] {60233c0d-4849-440f-863f-7161c0f715bf} <Trace> oximeter.measurements_f64 (d052af3d-076d-4497-9d38-4aa388f95b75): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2978 | 2024.11.18 18:42:31.096867 [ 5 ] {60233c0d-4849-440f-863f-7161c0f715bf} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001506 sec., 664.0106241699867 rows/sec., 44.74 KiB/sec. | ||
| 2979 | 2024.11.18 18:42:31.097007 [ 5 ] {60233c0d-4849-440f-863f-7161c0f715bf} <Debug> TCPHandler: Processed in 0.001839416 sec. | ||
| 2980 | 2024.11.18 18:42:31.097162 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2981 | 2024.11.18 18:42:31.097297 [ 254 ] {201ad996-f28a-4648-8838-f7c33620f62d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2982 | 2024.11.18 18:42:31.097392 [ 254 ] {201ad996-f28a-4648-8838-f7c33620f62d} <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 | ||
| 2983 | 2024.11.18 18:42:31.098788 [ 254 ] {201ad996-f28a-4648-8838-f7c33620f62d} <Trace> oximeter.measurements_histogramu64 (72c523e9-b30d-40f9-b06a-7c8965a18908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2984 | 2024.11.18 18:42:31.098828 [ 254 ] {201ad996-f28a-4648-8838-f7c33620f62d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2985 | 2024.11.18 18:42:31.099477 [ 254 ] {201ad996-f28a-4648-8838-f7c33620f62d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2986 | 2024.11.18 18:42:31.099731 [ 254 ] {201ad996-f28a-4648-8838-f7c33620f62d} <Trace> oximeter.measurements_histogramu64 (72c523e9-b30d-40f9-b06a-7c8965a18908): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2987 | 2024.11.18 18:42:31.100015 [ 254 ] {201ad996-f28a-4648-8838-f7c33620f62d} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002734 sec., 14264.813460131676 rows/sec., 25.56 MiB/sec. | ||
| 2988 | 2024.11.18 18:42:31.100135 [ 254 ] {201ad996-f28a-4648-8838-f7c33620f62d} <Debug> TCPHandler: Processed in 0.00303913 sec. | ||
| 2989 | 2024.11.18 18:42:31.100366 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2990 | 2024.11.18 18:42:31.100602 [ 5 ] {c7c94f91-1261-4518-ad1b-9f2d78b97bde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2991 | 2024.11.18 18:42:31.100695 [ 5 ] {c7c94f91-1261-4518-ad1b-9f2d78b97bde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2992 | 2024.11.18 18:42:31.101229 [ 5 ] {c7c94f91-1261-4518-ad1b-9f2d78b97bde} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2993 | 2024.11.18 18:42:31.101268 [ 5 ] {c7c94f91-1261-4518-ad1b-9f2d78b97bde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2994 | 2024.11.18 18:42:31.101654 [ 5 ] {c7c94f91-1261-4518-ad1b-9f2d78b97bde} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2995 | 2024.11.18 18:42:31.101895 [ 5 ] {c7c94f91-1261-4518-ad1b-9f2d78b97bde} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2996 | 2024.11.18 18:42:31.102110 [ 5 ] {c7c94f91-1261-4518-ad1b-9f2d78b97bde} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001564 sec., 52429.66751918158 rows/sec., 3.33 MiB/sec. | ||
| 2997 | 2024.11.18 18:42:31.102164 [ 5 ] {c7c94f91-1261-4518-ad1b-9f2d78b97bde} <Debug> TCPHandler: Processed in 0.001912737 sec. | ||
| 2998 | 2024.11.18 18:42:34.528882 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 448 | ||
| 2999 | 2024.11.18 18:42:34.531699 [ 242 ] {} <Trace> system.query_log (5706cc8f-2754-46ca-b9b4-a1f620913b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3000 | 2024.11.18 18:42:34.531757 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 3001 | 2024.11.18 18:42:34.533379 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3002 | 2024.11.18 18:42:34.533694 [ 242 ] {} <Trace> system.query_log (5706cc8f-2754-46ca-b9b4-a1f620913b28): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3003 | 2024.11.18 18:42:34.534308 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 448 | ||
| 3004 | 2024.11.18 18:42:36.068586 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3005 | 2024.11.18 18:42:36.068821 [ 5 ] {aa8f5ac8-2cde-4700-bb22-2b1b4cf8fe06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3006 | 2024.11.18 18:42:36.068906 [ 5 ] {aa8f5ac8-2cde-4700-bb22-2b1b4cf8fe06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3007 | 2024.11.18 18:42:36.069663 [ 5 ] {aa8f5ac8-2cde-4700-bb22-2b1b4cf8fe06} <Trace> oximeter.fields_ipaddr (4ab47f75-0e62-4181-b939-eac36af8f626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3008 | 2024.11.18 18:42:36.069712 [ 5 ] {aa8f5ac8-2cde-4700-bb22-2b1b4cf8fe06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 3009 | 2024.11.18 18:42:36.070159 [ 5 ] {aa8f5ac8-2cde-4700-bb22-2b1b4cf8fe06} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3010 | 2024.11.18 18:42:36.070421 [ 5 ] {aa8f5ac8-2cde-4700-bb22-2b1b4cf8fe06} <Trace> oximeter.fields_ipaddr (4ab47f75-0e62-4181-b939-eac36af8f626): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3011 | 2024.11.18 18:42:36.070639 [ 5 ] {aa8f5ac8-2cde-4700-bb22-2b1b4cf8fe06} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001875 sec., 3200 rows/sec., 260.94 KiB/sec. | ||
| 3012 | 2024.11.18 18:42:36.070819 [ 5 ] {aa8f5ac8-2cde-4700-bb22-2b1b4cf8fe06} <Debug> TCPHandler: Processed in 0.002377856 sec. | ||
| 3013 | 2024.11.18 18:42:36.071093 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3014 | 2024.11.18 18:42:36.071300 [ 254 ] {6b2c803b-7d02-4eaa-8db4-5d6659a60d1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3015 | 2024.11.18 18:42:36.071382 [ 254 ] {6b2c803b-7d02-4eaa-8db4-5d6659a60d1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3016 | 2024.11.18 18:42:36.072210 [ 254 ] {6b2c803b-7d02-4eaa-8db4-5d6659a60d1c} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3017 | 2024.11.18 18:42:36.072259 [ 254 ] {6b2c803b-7d02-4eaa-8db4-5d6659a60d1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 3018 | 2024.11.18 18:42:36.072695 [ 254 ] {6b2c803b-7d02-4eaa-8db4-5d6659a60d1c} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3019 | 2024.11.18 18:42:36.072954 [ 254 ] {6b2c803b-7d02-4eaa-8db4-5d6659a60d1c} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3020 | 2024.11.18 18:42:36.073240 [ 254 ] {6b2c803b-7d02-4eaa-8db4-5d6659a60d1c} <Debug> executeQuery: Read 59 rows, 4.60 KiB in 0.001986 sec., 29707.955689828803 rows/sec., 2.26 MiB/sec. | ||
| 3021 | 2024.11.18 18:42:36.073443 [ 254 ] {6b2c803b-7d02-4eaa-8db4-5d6659a60d1c} <Debug> TCPHandler: Processed in 0.002483159 sec. | ||
| 3022 | 2024.11.18 18:42:36.073606 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3023 | 2024.11.18 18:42:36.073733 [ 5 ] {7ea93830-d49b-49f1-a38a-a51cbf2de712} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3024 | 2024.11.18 18:42:36.073787 [ 5 ] {7ea93830-d49b-49f1-a38a-a51cbf2de712} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3025 | 2024.11.18 18:42:36.074378 [ 5 ] {7ea93830-d49b-49f1-a38a-a51cbf2de712} <Trace> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3026 | 2024.11.18 18:42:36.074417 [ 5 ] {7ea93830-d49b-49f1-a38a-a51cbf2de712} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 3027 | 2024.11.18 18:42:36.074832 [ 5 ] {7ea93830-d49b-49f1-a38a-a51cbf2de712} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3028 | 2024.11.18 18:42:36.075073 [ 5 ] {7ea93830-d49b-49f1-a38a-a51cbf2de712} <Trace> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3029 | 2024.11.18 18:42:36.075252 [ 5 ] {7ea93830-d49b-49f1-a38a-a51cbf2de712} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001547 sec., 3878.4744667097607 rows/sec., 270.81 KiB/sec. | ||
| 3030 | 2024.11.18 18:42:36.075307 [ 5 ] {7ea93830-d49b-49f1-a38a-a51cbf2de712} <Debug> TCPHandler: Processed in 0.001760265 sec. | ||
| 3031 | 2024.11.18 18:42:36.075467 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3032 | 2024.11.18 18:42:36.075592 [ 254 ] {049fb378-924f-400e-93c5-4da1132bd84c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3033 | 2024.11.18 18:42:36.075645 [ 254 ] {049fb378-924f-400e-93c5-4da1132bd84c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3034 | 2024.11.18 18:42:36.076279 [ 254 ] {049fb378-924f-400e-93c5-4da1132bd84c} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3035 | 2024.11.18 18:42:36.076321 [ 254 ] {049fb378-924f-400e-93c5-4da1132bd84c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 3036 | 2024.11.18 18:42:36.076687 [ 254 ] {049fb378-924f-400e-93c5-4da1132bd84c} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3037 | 2024.11.18 18:42:36.076934 [ 254 ] {049fb378-924f-400e-93c5-4da1132bd84c} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3038 | 2024.11.18 18:42:36.077151 [ 254 ] {049fb378-924f-400e-93c5-4da1132bd84c} <Debug> executeQuery: Read 70 rows, 5.60 KiB in 0.001588 sec., 44080.60453400504 rows/sec., 3.45 MiB/sec. | ||
| 3039 | 2024.11.18 18:42:36.077207 [ 254 ] {049fb378-924f-400e-93c5-4da1132bd84c} <Debug> TCPHandler: Processed in 0.001800815 sec. | ||
| 3040 | 2024.11.18 18:42:36.077359 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3041 | 2024.11.18 18:42:36.077501 [ 5 ] {35a7739f-3f2d-4a8f-8dd5-d4351b172f9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3042 | 2024.11.18 18:42:36.077563 [ 5 ] {35a7739f-3f2d-4a8f-8dd5-d4351b172f9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3043 | 2024.11.18 18:42:36.078150 [ 5 ] {35a7739f-3f2d-4a8f-8dd5-d4351b172f9c} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3044 | 2024.11.18 18:42:36.078186 [ 5 ] {35a7739f-3f2d-4a8f-8dd5-d4351b172f9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 3045 | 2024.11.18 18:42:36.078580 [ 5 ] {35a7739f-3f2d-4a8f-8dd5-d4351b172f9c} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3046 | 2024.11.18 18:42:36.078822 [ 5 ] {35a7739f-3f2d-4a8f-8dd5-d4351b172f9c} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3047 | 2024.11.18 18:42:36.079039 [ 5 ] {35a7739f-3f2d-4a8f-8dd5-d4351b172f9c} <Debug> executeQuery: Read 131 rows, 9.34 KiB in 0.00157 sec., 83439.49044585988 rows/sec., 5.81 MiB/sec. | ||
| 3048 | 2024.11.18 18:42:36.079229 [ 5 ] {35a7739f-3f2d-4a8f-8dd5-d4351b172f9c} <Debug> TCPHandler: Processed in 0.001934498 sec. | ||
| 3049 | 2024.11.18 18:42:36.079394 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3050 | 2024.11.18 18:42:36.079507 [ 254 ] {dff89a87-6fff-4476-9c4b-bea6a0d91d44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3051 | 2024.11.18 18:42:36.079558 [ 254 ] {dff89a87-6fff-4476-9c4b-bea6a0d91d44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3052 | 2024.11.18 18:42:36.080036 [ 254 ] {dff89a87-6fff-4476-9c4b-bea6a0d91d44} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3053 | 2024.11.18 18:42:36.080074 [ 254 ] {dff89a87-6fff-4476-9c4b-bea6a0d91d44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 3054 | 2024.11.18 18:42:36.080449 [ 254 ] {dff89a87-6fff-4476-9c4b-bea6a0d91d44} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3055 | 2024.11.18 18:42:36.080682 [ 254 ] {dff89a87-6fff-4476-9c4b-bea6a0d91d44} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3056 | 2024.11.18 18:42:36.080887 [ 254 ] {dff89a87-6fff-4476-9c4b-bea6a0d91d44} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001403 sec., 34212.40199572345 rows/sec., 2.31 MiB/sec. | ||
| 3057 | 2024.11.18 18:42:36.080938 [ 254 ] {dff89a87-6fff-4476-9c4b-bea6a0d91d44} <Debug> TCPHandler: Processed in 0.001605032 sec. | ||
| 3058 | 2024.11.18 18:42:41.068376 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3059 | 2024.11.18 18:42:41.068584 [ 5 ] {e70e26dd-f032-4918-9dc7-bf5faabcbb67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3060 | 2024.11.18 18:42:41.068658 [ 5 ] {e70e26dd-f032-4918-9dc7-bf5faabcbb67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3061 | 2024.11.18 18:42:41.069435 [ 5 ] {e70e26dd-f032-4918-9dc7-bf5faabcbb67} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3062 | 2024.11.18 18:42:41.069488 [ 5 ] {e70e26dd-f032-4918-9dc7-bf5faabcbb67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 3063 | 2024.11.18 18:42:41.069924 [ 5 ] {e70e26dd-f032-4918-9dc7-bf5faabcbb67} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3064 | 2024.11.18 18:42:41.070185 [ 5 ] {e70e26dd-f032-4918-9dc7-bf5faabcbb67} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3065 | 2024.11.18 18:42:41.070434 [ 5 ] {e70e26dd-f032-4918-9dc7-bf5faabcbb67} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001902 sec., 29442.691903259725 rows/sec., 2.25 MiB/sec. | ||
| 3066 | 2024.11.18 18:42:41.070502 [ 5 ] {e70e26dd-f032-4918-9dc7-bf5faabcbb67} <Debug> TCPHandler: Processed in 0.002262144 sec. | ||
| 3067 | 2024.11.18 18:42:41.070767 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3068 | 2024.11.18 18:42:41.070956 [ 254 ] {087beac5-e93a-47f6-a87e-ae4bc01fdac9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3069 | 2024.11.18 18:42:41.071027 [ 254 ] {087beac5-e93a-47f6-a87e-ae4bc01fdac9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3070 | 2024.11.18 18:42:41.071807 [ 254 ] {087beac5-e93a-47f6-a87e-ae4bc01fdac9} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3071 | 2024.11.18 18:42:41.071857 [ 254 ] {087beac5-e93a-47f6-a87e-ae4bc01fdac9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 3072 | 2024.11.18 18:42:41.072290 [ 254 ] {087beac5-e93a-47f6-a87e-ae4bc01fdac9} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3073 | 2024.11.18 18:42:41.072552 [ 254 ] {087beac5-e93a-47f6-a87e-ae4bc01fdac9} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3074 | 2024.11.18 18:42:41.072797 [ 254 ] {087beac5-e93a-47f6-a87e-ae4bc01fdac9} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001889 sec., 33880.359978824774 rows/sec., 2.64 MiB/sec. | ||
| 3075 | 2024.11.18 18:42:41.072935 [ 254 ] {087beac5-e93a-47f6-a87e-ae4bc01fdac9} <Debug> TCPHandler: Processed in 0.002297975 sec. | ||
| 3076 | 2024.11.18 18:42:41.073114 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3077 | 2024.11.18 18:42:41.073260 [ 5 ] {07338d07-48cf-4256-ac03-71f39e733c0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3078 | 2024.11.18 18:42:41.073324 [ 5 ] {07338d07-48cf-4256-ac03-71f39e733c0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3079 | 2024.11.18 18:42:41.074020 [ 5 ] {07338d07-48cf-4256-ac03-71f39e733c0d} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3080 | 2024.11.18 18:42:41.074062 [ 5 ] {07338d07-48cf-4256-ac03-71f39e733c0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 3081 | 2024.11.18 18:42:41.074463 [ 5 ] {07338d07-48cf-4256-ac03-71f39e733c0d} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3082 | 2024.11.18 18:42:41.074702 [ 5 ] {07338d07-48cf-4256-ac03-71f39e733c0d} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3083 | 2024.11.18 18:42:41.074936 [ 5 ] {07338d07-48cf-4256-ac03-71f39e733c0d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001713 sec., 93403.3858727379 rows/sec., 6.51 MiB/sec. | ||
| 3084 | 2024.11.18 18:42:41.074990 [ 5 ] {07338d07-48cf-4256-ac03-71f39e733c0d} <Debug> TCPHandler: Processed in 0.001946608 sec. | ||
| 3085 | 2024.11.18 18:42:41.075144 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3086 | 2024.11.18 18:42:41.075289 [ 254 ] {48020fc3-62bd-4d76-a73b-81048aec8ae9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3087 | 2024.11.18 18:42:41.075354 [ 254 ] {48020fc3-62bd-4d76-a73b-81048aec8ae9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3088 | 2024.11.18 18:42:41.075950 [ 254 ] {48020fc3-62bd-4d76-a73b-81048aec8ae9} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3089 | 2024.11.18 18:42:41.075999 [ 254 ] {48020fc3-62bd-4d76-a73b-81048aec8ae9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 3090 | 2024.11.18 18:42:41.076385 [ 254 ] {48020fc3-62bd-4d76-a73b-81048aec8ae9} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3091 | 2024.11.18 18:42:41.076618 [ 254 ] {48020fc3-62bd-4d76-a73b-81048aec8ae9} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3092 | 2024.11.18 18:42:41.076854 [ 254 ] {48020fc3-62bd-4d76-a73b-81048aec8ae9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001597 sec., 37570.44458359424 rows/sec., 2.53 MiB/sec. | ||
| 3093 | 2024.11.18 18:42:41.077006 [ 254 ] {48020fc3-62bd-4d76-a73b-81048aec8ae9} <Debug> TCPHandler: Processed in 0.001928198 sec. | ||
| 3094 | 2024.11.18 18:42:43.221644 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52112, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3095 | 2024.11.18 18:42:43.414177 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55407, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3096 | 2024.11.18 18:42:43.443650 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38622, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3097 | 2024.11.18 18:42:43.539869 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54076, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3098 | 2024.11.18 18:42:43.542153 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37549, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3099 | 2024.11.18 18:42:43.602569 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49156, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3100 | 2024.11.18 18:42:43.604921 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42053, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3101 | 2024.11.18 18:42:43.623257 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37278, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3102 | 2024.11.18 18:42:44.430171 [ 124 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3103 | 2024.11.18 18:42:44.430229 [ 124 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3104 | 2024.11.18 18:42:44.535451 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 468 | ||
| 3105 | 2024.11.18 18:42:44.538134 [ 242 ] {} <Trace> system.query_log (5706cc8f-2754-46ca-b9b4-a1f620913b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3106 | 2024.11.18 18:42:44.538183 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 3107 | 2024.11.18 18:42:44.539760 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3108 | 2024.11.18 18:42:44.540068 [ 242 ] {} <Trace> system.query_log (5706cc8f-2754-46ca-b9b4-a1f620913b28): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3109 | 2024.11.18 18:42:44.540273 [ 124 ] {} <Debug> system.query_log (5706cc8f-2754-46ca-b9b4-a1f620913b28) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3110 | 2024.11.18 18:42:44.540379 [ 124 ] {} <Trace> system.query_log (5706cc8f-2754-46ca-b9b4-a1f620913b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3111 | 2024.11.18 18:42:44.540449 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 3112 | 2024.11.18 18:42:44.540870 [ 187 ] {5706cc8f-2754-46ca-b9b4-a1f620913b28::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 | ||
| 3113 | 2024.11.18 18:42:44.541424 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 468 | ||
| 3114 | 2024.11.18 18:42:44.541900 [ 187 ] {5706cc8f-2754-46ca-b9b4-a1f620913b28::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3115 | 2024.11.18 18:42:44.542080 [ 187 ] {5706cc8f-2754-46ca-b9b4-a1f620913b28::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 326 rows starting from the beginning of the part | ||
| 3116 | 2024.11.18 18:42:44.542719 [ 187 ] {5706cc8f-2754-46ca-b9b4-a1f620913b28::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 30 rows starting from the beginning of the part | ||
| 3117 | 2024.11.18 18:42:44.543315 [ 187 ] {5706cc8f-2754-46ca-b9b4-a1f620913b28::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 28 rows starting from the beginning of the part | ||
| 3118 | 2024.11.18 18:42:44.543856 [ 187 ] {5706cc8f-2754-46ca-b9b4-a1f620913b28::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 34 rows starting from the beginning of the part | ||
| 3119 | 2024.11.18 18:42:44.544361 [ 187 ] {5706cc8f-2754-46ca-b9b4-a1f620913b28::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 | ||
| 3120 | 2024.11.18 18:42:44.544836 [ 187 ] {5706cc8f-2754-46ca-b9b4-a1f620913b28::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 | ||
| 3121 | 2024.11.18 18:42:44.553524 [ 193 ] {5706cc8f-2754-46ca-b9b4-a1f620913b28::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 468 rows, containing 72 columns (72 merged, 0 gathered) in 0.012894432 sec., 36294.73558819807 rows/sec., 33.60 MiB/sec. | ||
| 3122 | 2024.11.18 18:42:44.554724 [ 187 ] {5706cc8f-2754-46ca-b9b4-a1f620913b28::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3123 | 2024.11.18 18:42:44.555809 [ 187 ] {5706cc8f-2754-46ca-b9b4-a1f620913b28::all_1_11_2} <Trace> system.query_log (5706cc8f-2754-46ca-b9b4-a1f620913b28): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3124 | 2024.11.18 18:42:44.555937 [ 187 ] {5706cc8f-2754-46ca-b9b4-a1f620913b28::all_1_11_2} <Trace> system.query_log (5706cc8f-2754-46ca-b9b4-a1f620913b28) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3125 | 2024.11.18 18:42:44.556219 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.79 MiB. | ||
| 3126 | 2024.11.18 18:42:45.000168 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 152.64 MiB, peak 157.33 MiB, free memory in arenas 0.00 B, will set to 154.17 MiB (RSS), difference: 1.53 MiB | ||
| 3127 | 2024.11.18 18:42:45.001456 [ 244 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.00100557 sec. | ||
| 3128 | 2024.11.18 18:42:46.067259 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:34916, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3129 | 2024.11.18 18:42:46.076048 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3130 | 2024.11.18 18:42:46.076238 [ 5 ] {338cfa19-fa42-488a-ab71-5e6a2f43caf5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3131 | 2024.11.18 18:42:46.076312 [ 5 ] {338cfa19-fa42-488a-ab71-5e6a2f43caf5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3132 | 2024.11.18 18:42:46.077049 [ 5 ] {338cfa19-fa42-488a-ab71-5e6a2f43caf5} <Trace> oximeter.fields_i16 (d269e674-0362-4b8e-97b0-6474794c47df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3133 | 2024.11.18 18:42:46.077102 [ 5 ] {338cfa19-fa42-488a-ab71-5e6a2f43caf5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 3134 | 2024.11.18 18:42:46.077531 [ 5 ] {338cfa19-fa42-488a-ab71-5e6a2f43caf5} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3135 | 2024.11.18 18:42:46.077815 [ 5 ] {338cfa19-fa42-488a-ab71-5e6a2f43caf5} <Trace> oximeter.fields_i16 (d269e674-0362-4b8e-97b0-6474794c47df): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3136 | 2024.11.18 18:42:46.078082 [ 5 ] {338cfa19-fa42-488a-ab71-5e6a2f43caf5} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001891 sec., 7403.490216816499 rows/sec., 532.95 KiB/sec. | ||
| 3137 | 2024.11.18 18:42:46.078236 [ 5 ] {338cfa19-fa42-488a-ab71-5e6a2f43caf5} <Debug> TCPHandler: Processed in 0.002321455 sec. | ||
| 3138 | 2024.11.18 18:42:46.078517 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3139 | 2024.11.18 18:42:46.078729 [ 254 ] {f3fd77b2-c572-4bee-ba42-653bb5e2ad81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3140 | 2024.11.18 18:42:46.078813 [ 254 ] {f3fd77b2-c572-4bee-ba42-653bb5e2ad81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3141 | 2024.11.18 18:42:46.079761 [ 254 ] {f3fd77b2-c572-4bee-ba42-653bb5e2ad81} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3142 | 2024.11.18 18:42:46.079811 [ 254 ] {f3fd77b2-c572-4bee-ba42-653bb5e2ad81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 3143 | 2024.11.18 18:42:46.080264 [ 254 ] {f3fd77b2-c572-4bee-ba42-653bb5e2ad81} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3144 | 2024.11.18 18:42:46.080518 [ 254 ] {f3fd77b2-c572-4bee-ba42-653bb5e2ad81} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3145 | 2024.11.18 18:42:46.080698 [ 136 ] {} <Debug> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3146 | 2024.11.18 18:42:46.080773 [ 254 ] {f3fd77b2-c572-4bee-ba42-653bb5e2ad81} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.002095 sec., 134128.87828162292 rows/sec., 11.83 MiB/sec. | ||
| 3147 | 2024.11.18 18:42:46.080781 [ 136 ] {} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3148 | 2024.11.18 18:42:46.080856 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 3149 | 2024.11.18 18:42:46.080918 [ 254 ] {f3fd77b2-c572-4bee-ba42-653bb5e2ad81} <Debug> TCPHandler: Processed in 0.002542259 sec. | ||
| 3150 | 2024.11.18 18:42:46.081302 [ 190 ] {e0815423-10b2-46b5-b423-64c196c999c0::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 | ||
| 3151 | 2024.11.18 18:42:46.081420 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3152 | 2024.11.18 18:42:46.081613 [ 190 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3153 | 2024.11.18 18:42:46.081683 [ 5 ] {d6a8710f-53fa-443e-afc5-3ab0e9fbd8be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3154 | 2024.11.18 18:42:46.081691 [ 190 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1424 rows starting from the beginning of the part | ||
| 3155 | 2024.11.18 18:42:46.081766 [ 5 ] {d6a8710f-53fa-443e-afc5-3ab0e9fbd8be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3156 | 2024.11.18 18:42:46.082091 [ 190 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 56 rows starting from the beginning of the part | ||
| 3157 | 2024.11.18 18:42:46.082438 [ 190 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 281 rows starting from the beginning of the part | ||
| 3158 | 2024.11.18 18:42:46.082809 [ 190 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 59 rows starting from the beginning of the part | ||
| 3159 | 2024.11.18 18:42:46.083214 [ 190 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 56 rows starting from the beginning of the part | ||
| 3160 | 2024.11.18 18:42:46.083553 [ 190 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 281 rows starting from the beginning of the part | ||
| 3161 | 2024.11.18 18:42:46.084619 [ 5 ] {d6a8710f-53fa-443e-afc5-3ab0e9fbd8be} <Trace> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3162 | 2024.11.18 18:42:46.084711 [ 5 ] {d6a8710f-53fa-443e-afc5-3ab0e9fbd8be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 3163 | 2024.11.18 18:42:46.085689 [ 5 ] {d6a8710f-53fa-443e-afc5-3ab0e9fbd8be} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3164 | 2024.11.18 18:42:46.086190 [ 5 ] {d6a8710f-53fa-443e-afc5-3ab0e9fbd8be} <Trace> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3165 | 2024.11.18 18:42:46.087370 [ 5 ] {d6a8710f-53fa-443e-afc5-3ab0e9fbd8be} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.005714 sec., 8050.402520126006 rows/sec., 593.05 KiB/sec. | ||
| 3166 | 2024.11.18 18:42:46.087428 [ 190 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2157 rows, containing 5 columns (5 merged, 0 gathered) in 0.006439746 sec., 334951.0990029731 rows/sec., 29.45 MiB/sec. | ||
| 3167 | 2024.11.18 18:42:46.087540 [ 5 ] {d6a8710f-53fa-443e-afc5-3ab0e9fbd8be} <Debug> TCPHandler: Processed in 0.006506187 sec. | ||
| 3168 | 2024.11.18 18:42:46.087740 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3169 | 2024.11.18 18:42:46.087748 [ 190 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3170 | 2024.11.18 18:42:46.087939 [ 254 ] {f21be8eb-7d07-480f-a7bb-c8b1522037da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3171 | 2024.11.18 18:42:46.088031 [ 254 ] {f21be8eb-7d07-480f-a7bb-c8b1522037da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3172 | 2024.11.18 18:42:46.088289 [ 190 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_21_4} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3173 | 2024.11.18 18:42:46.088511 [ 190 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_21_4} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3174 | 2024.11.18 18:42:46.088711 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 3175 | 2024.11.18 18:42:46.089103 [ 254 ] {f21be8eb-7d07-480f-a7bb-c8b1522037da} <Trace> oximeter.fields_u32 (83ac11ca-fabd-4357-b8e5-0d6d82c87995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3176 | 2024.11.18 18:42:46.089150 [ 254 ] {f21be8eb-7d07-480f-a7bb-c8b1522037da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 3177 | 2024.11.18 18:42:46.089519 [ 254 ] {f21be8eb-7d07-480f-a7bb-c8b1522037da} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3178 | 2024.11.18 18:42:46.089763 [ 254 ] {f21be8eb-7d07-480f-a7bb-c8b1522037da} <Trace> oximeter.fields_u32 (83ac11ca-fabd-4357-b8e5-0d6d82c87995): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3179 | 2024.11.18 18:42:46.090072 [ 254 ] {f21be8eb-7d07-480f-a7bb-c8b1522037da} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002173 sec., 6442.7059364933275 rows/sec., 451.21 KiB/sec. | ||
| 3180 | 2024.11.18 18:42:46.090449 [ 254 ] {f21be8eb-7d07-480f-a7bb-c8b1522037da} <Debug> TCPHandler: Processed in 0.002796225 sec. | ||
| 3181 | 2024.11.18 18:42:46.090616 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3182 | 2024.11.18 18:42:46.090738 [ 5 ] {e9d92d47-7712-4650-a7fe-9fc9e3e344eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3183 | 2024.11.18 18:42:46.090790 [ 5 ] {e9d92d47-7712-4650-a7fe-9fc9e3e344eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3184 | 2024.11.18 18:42:46.091376 [ 5 ] {e9d92d47-7712-4650-a7fe-9fc9e3e344eb} <Trace> oximeter.fields_u8 (356b4e61-1c07-430a-980d-4f9a89d03858): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3185 | 2024.11.18 18:42:46.091418 [ 5 ] {e9d92d47-7712-4650-a7fe-9fc9e3e344eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 3186 | 2024.11.18 18:42:46.091782 [ 5 ] {e9d92d47-7712-4650-a7fe-9fc9e3e344eb} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3187 | 2024.11.18 18:42:46.092041 [ 5 ] {e9d92d47-7712-4650-a7fe-9fc9e3e344eb} <Trace> oximeter.fields_u8 (356b4e61-1c07-430a-980d-4f9a89d03858): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3188 | 2024.11.18 18:42:46.092467 [ 5 ] {e9d92d47-7712-4650-a7fe-9fc9e3e344eb} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001717 sec., 7571.3453698311005 rows/sec., 472.07 KiB/sec. | ||
| 3189 | 2024.11.18 18:42:46.092672 [ 5 ] {e9d92d47-7712-4650-a7fe-9fc9e3e344eb} <Debug> TCPHandler: Processed in 0.002111481 sec. | ||
| 3190 | 2024.11.18 18:42:46.092848 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3191 | 2024.11.18 18:42:46.092994 [ 254 ] {4e1dd869-94f4-429b-a641-30b0f8d198a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3192 | 2024.11.18 18:42:46.093060 [ 254 ] {4e1dd869-94f4-429b-a641-30b0f8d198a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3193 | 2024.11.18 18:42:46.093872 [ 254 ] {4e1dd869-94f4-429b-a641-30b0f8d198a2} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3194 | 2024.11.18 18:42:46.093915 [ 254 ] {4e1dd869-94f4-429b-a641-30b0f8d198a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 3195 | 2024.11.18 18:42:46.094318 [ 254 ] {4e1dd869-94f4-429b-a641-30b0f8d198a2} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3196 | 2024.11.18 18:42:46.094556 [ 254 ] {4e1dd869-94f4-429b-a641-30b0f8d198a2} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3197 | 2024.11.18 18:42:46.094726 [ 136 ] {} <Debug> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3198 | 2024.11.18 18:42:46.094788 [ 136 ] {} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3199 | 2024.11.18 18:42:46.094804 [ 254 ] {4e1dd869-94f4-429b-a641-30b0f8d198a2} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001834 sec., 229552.8898582334 rows/sec., 16.40 MiB/sec. | ||
| 3200 | 2024.11.18 18:42:46.094830 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 3201 | 2024.11.18 18:42:46.095000 [ 254 ] {4e1dd869-94f4-429b-a641-30b0f8d198a2} <Debug> TCPHandler: Processed in 0.002221173 sec. | ||
| 3202 | 2024.11.18 18:42:46.095212 [ 187 ] {2ab46401-386a-45e1-87f1-36d54e75b299::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 | ||
| 3203 | 2024.11.18 18:42:46.095482 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3204 | 2024.11.18 18:42:46.095506 [ 187 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3205 | 2024.11.18 18:42:46.095556 [ 187 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 900 rows starting from the beginning of the part | ||
| 3206 | 2024.11.18 18:42:46.095795 [ 187 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 64 rows starting from the beginning of the part | ||
| 3207 | 2024.11.18 18:42:46.095824 [ 5 ] {20259a10-3566-4a70-bfd9-98cca211a8fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3208 | 2024.11.18 18:42:46.096058 [ 5 ] {20259a10-3566-4a70-bfd9-98cca211a8fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3209 | 2024.11.18 18:42:46.096076 [ 187 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 421 rows starting from the beginning of the part | ||
| 3210 | 2024.11.18 18:42:46.096471 [ 187 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 70 rows starting from the beginning of the part | ||
| 3211 | 2024.11.18 18:42:46.096838 [ 187 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 64 rows starting from the beginning of the part | ||
| 3212 | 2024.11.18 18:42:46.097210 [ 187 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 421 rows starting from the beginning of the part | ||
| 3213 | 2024.11.18 18:42:46.098333 [ 5 ] {20259a10-3566-4a70-bfd9-98cca211a8fc} <Trace> oximeter.measurements_bool (59fe736a-aeb6-4d88-9694-5589842d5df9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3214 | 2024.11.18 18:42:46.098411 [ 5 ] {20259a10-3566-4a70-bfd9-98cca211a8fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 3215 | 2024.11.18 18:42:46.099423 [ 5 ] {20259a10-3566-4a70-bfd9-98cca211a8fc} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3216 | 2024.11.18 18:42:46.099835 [ 5 ] {20259a10-3566-4a70-bfd9-98cca211a8fc} <Trace> oximeter.measurements_bool (59fe736a-aeb6-4d88-9694-5589842d5df9): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3217 | 2024.11.18 18:42:46.100501 [ 5 ] {20259a10-3566-4a70-bfd9-98cca211a8fc} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00481 sec., 1247.4012474012475 rows/sec., 65.17 KiB/sec. | ||
| 3218 | 2024.11.18 18:42:46.100834 [ 5 ] {20259a10-3566-4a70-bfd9-98cca211a8fc} <Debug> TCPHandler: Processed in 0.005706031 sec. | ||
| 3219 | 2024.11.18 18:42:46.100894 [ 193 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1940 rows, containing 5 columns (5 merged, 0 gathered) in 0.005939426 sec., 326630.88992101257 rows/sec., 24.99 MiB/sec. | ||
| 3220 | 2024.11.18 18:42:46.101021 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3221 | 2024.11.18 18:42:46.101135 [ 193 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3222 | 2024.11.18 18:42:46.101258 [ 254 ] {e9b3f22c-e554-44f1-848a-0b9f7cc085a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3223 | 2024.11.18 18:42:46.101349 [ 254 ] {e9b3f22c-e554-44f1-848a-0b9f7cc085a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3224 | 2024.11.18 18:42:46.101769 [ 193 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_21_4} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3225 | 2024.11.18 18:42:46.101980 [ 193 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_21_4} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3226 | 2024.11.18 18:42:46.102097 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 3227 | 2024.11.18 18:42:46.102406 [ 254 ] {e9b3f22c-e554-44f1-848a-0b9f7cc085a7} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3228 | 2024.11.18 18:42:46.102451 [ 254 ] {e9b3f22c-e554-44f1-848a-0b9f7cc085a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 3229 | 2024.11.18 18:42:46.102857 [ 254 ] {e9b3f22c-e554-44f1-848a-0b9f7cc085a7} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3230 | 2024.11.18 18:42:46.103109 [ 254 ] {e9b3f22c-e554-44f1-848a-0b9f7cc085a7} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3231 | 2024.11.18 18:42:46.103306 [ 136 ] {} <Debug> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3232 | 2024.11.18 18:42:46.103386 [ 136 ] {} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3233 | 2024.11.18 18:42:46.103391 [ 254 ] {e9b3f22c-e554-44f1-848a-0b9f7cc085a7} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002218 sec., 106853.02073940488 rows/sec., 7.16 MiB/sec. | ||
| 3234 | 2024.11.18 18:42:46.103436 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 3235 | 2024.11.18 18:42:46.103543 [ 254 ] {e9b3f22c-e554-44f1-848a-0b9f7cc085a7} <Debug> TCPHandler: Processed in 0.002600021 sec. | ||
| 3236 | 2024.11.18 18:42:46.103852 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3237 | 2024.11.18 18:42:46.103975 [ 193 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::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 | ||
| 3238 | 2024.11.18 18:42:46.104158 [ 5 ] {c965a928-5888-48fd-b6e8-b4223785cd18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3239 | 2024.11.18 18:42:46.104198 [ 193 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3240 | 2024.11.18 18:42:46.104222 [ 5 ] {c965a928-5888-48fd-b6e8-b4223785cd18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3241 | 2024.11.18 18:42:46.104239 [ 193 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 3464 rows starting from the beginning of the part | ||
| 3242 | 2024.11.18 18:42:46.104501 [ 193 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 160 rows starting from the beginning of the part | ||
| 3243 | 2024.11.18 18:42:46.104798 [ 193 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 237 rows starting from the beginning of the part | ||
| 3244 | 2024.11.18 18:42:46.105075 [ 193 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 131 rows starting from the beginning of the part | ||
| 3245 | 2024.11.18 18:42:46.105352 [ 193 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 160 rows starting from the beginning of the part | ||
| 3246 | 2024.11.18 18:42:46.105621 [ 193 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 237 rows starting from the beginning of the part | ||
| 3247 | 2024.11.18 18:42:46.106240 [ 5 ] {c965a928-5888-48fd-b6e8-b4223785cd18} <Trace> oximeter.measurements_f64 (d052af3d-076d-4497-9d38-4aa388f95b75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3248 | 2024.11.18 18:42:46.106290 [ 5 ] {c965a928-5888-48fd-b6e8-b4223785cd18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 3249 | 2024.11.18 18:42:46.106769 [ 5 ] {c965a928-5888-48fd-b6e8-b4223785cd18} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3250 | 2024.11.18 18:42:46.107123 [ 5 ] {c965a928-5888-48fd-b6e8-b4223785cd18} <Trace> oximeter.measurements_f64 (d052af3d-076d-4497-9d38-4aa388f95b75): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3251 | 2024.11.18 18:42:46.107617 [ 5 ] {c965a928-5888-48fd-b6e8-b4223785cd18} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003458 sec., 289.1844997108155 rows/sec., 19.49 KiB/sec. | ||
| 3252 | 2024.11.18 18:42:46.107966 [ 5 ] {c965a928-5888-48fd-b6e8-b4223785cd18} <Debug> TCPHandler: Processed in 0.004297704 sec. | ||
| 3253 | 2024.11.18 18:42:46.108393 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3254 | 2024.11.18 18:42:46.108481 [ 194 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4389 rows, containing 5 columns (5 merged, 0 gathered) in 0.004906406 sec., 894544.8053014772 rows/sec., 60.46 MiB/sec. | ||
| 3255 | 2024.11.18 18:42:46.108590 [ 254 ] {1a2acc09-179e-4f27-8206-b88d8a276423} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3256 | 2024.11.18 18:42:46.108691 [ 254 ] {1a2acc09-179e-4f27-8206-b88d8a276423} <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 | ||
| 3257 | 2024.11.18 18:42:46.109018 [ 194 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3258 | 2024.11.18 18:42:46.109835 [ 194 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3259 | 2024.11.18 18:42:46.110057 [ 194 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3260 | 2024.11.18 18:42:46.110239 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 3261 | 2024.11.18 18:42:46.110981 [ 254 ] {1a2acc09-179e-4f27-8206-b88d8a276423} <Trace> oximeter.measurements_histogramu64 (72c523e9-b30d-40f9-b06a-7c8965a18908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3262 | 2024.11.18 18:42:46.111025 [ 254 ] {1a2acc09-179e-4f27-8206-b88d8a276423} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 3263 | 2024.11.18 18:42:46.111697 [ 254 ] {1a2acc09-179e-4f27-8206-b88d8a276423} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3264 | 2024.11.18 18:42:46.111959 [ 254 ] {1a2acc09-179e-4f27-8206-b88d8a276423} <Trace> oximeter.measurements_histogramu64 (72c523e9-b30d-40f9-b06a-7c8965a18908): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3265 | 2024.11.18 18:42:46.112418 [ 254 ] {1a2acc09-179e-4f27-8206-b88d8a276423} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003853 sec., 10121.982870490527 rows/sec., 18.14 MiB/sec. | ||
| 3266 | 2024.11.18 18:42:46.112751 [ 254 ] {1a2acc09-179e-4f27-8206-b88d8a276423} <Debug> TCPHandler: Processed in 0.004625291 sec. | ||
| 3267 | 2024.11.18 18:42:46.112984 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3268 | 2024.11.18 18:42:46.113215 [ 5 ] {0788a595-96fa-44c0-933d-d9c38f55c13f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3269 | 2024.11.18 18:42:46.113273 [ 5 ] {0788a595-96fa-44c0-933d-d9c38f55c13f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3270 | 2024.11.18 18:42:46.113770 [ 5 ] {0788a595-96fa-44c0-933d-d9c38f55c13f} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3271 | 2024.11.18 18:42:46.113809 [ 5 ] {0788a595-96fa-44c0-933d-d9c38f55c13f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 3272 | 2024.11.18 18:42:46.114199 [ 5 ] {0788a595-96fa-44c0-933d-d9c38f55c13f} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3273 | 2024.11.18 18:42:46.114440 [ 5 ] {0788a595-96fa-44c0-933d-d9c38f55c13f} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3274 | 2024.11.18 18:42:46.114598 [ 136 ] {} <Debug> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3275 | 2024.11.18 18:42:46.114660 [ 136 ] {} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3276 | 2024.11.18 18:42:46.114694 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 3277 | 2024.11.18 18:42:46.114705 [ 5 ] {0788a595-96fa-44c0-933d-d9c38f55c13f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00154 sec., 53246.75324675325 rows/sec., 3.38 MiB/sec. | ||
| 3278 | 2024.11.18 18:42:46.115206 [ 200 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::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 | ||
| 3279 | 2024.11.18 18:42:46.115683 [ 5 ] {0788a595-96fa-44c0-933d-d9c38f55c13f} <Debug> TCPHandler: Processed in 0.002786415 sec. | ||
| 3280 | 2024.11.18 18:42:46.115784 [ 200 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3281 | 2024.11.18 18:42:46.115891 [ 200 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 726 rows starting from the beginning of the part | ||
| 3282 | 2024.11.18 18:42:46.116036 [ 200 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 60 rows starting from the beginning of the part | ||
| 3283 | 2024.11.18 18:42:46.116262 [ 200 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 82 rows starting from the beginning of the part | ||
| 3284 | 2024.11.18 18:42:46.116440 [ 200 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 48 rows starting from the beginning of the part | ||
| 3285 | 2024.11.18 18:42:46.116587 [ 200 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::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 | ||
| 3286 | 2024.11.18 18:42:46.116769 [ 200 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 82 rows starting from the beginning of the part | ||
| 3287 | 2024.11.18 18:42:46.118159 [ 194 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1058 rows, containing 4 columns (4 merged, 0 gathered) in 0.003386037 sec., 312459.66892860294 rows/sec., 20.25 MiB/sec. | ||
| 3288 | 2024.11.18 18:42:46.118354 [ 200 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3289 | 2024.11.18 18:42:46.118648 [ 200 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_21_4} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3290 | 2024.11.18 18:42:46.118728 [ 200 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_21_4} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3291 | 2024.11.18 18:42:46.118809 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 3292 | 2024.11.18 18:42:46.541289 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:63324, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3293 | 2024.11.18 18:42:46.734505 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:35762, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3294 | 2024.11.18 18:42:46.734551 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:40835, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3295 | 2024.11.18 18:42:46.737935 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:35392, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3296 | 2024.11.18 18:42:46.739369 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:57280, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3297 | 2024.11.18 18:42:46.772739 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:45498, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3298 | 2024.11.18 18:42:46.802084 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:58911, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3299 | 2024.11.18 18:42:46.804359 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:41765, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3300 | 2024.11.18 18:42:47.169346 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:61214, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3301 | 2024.11.18 18:42:47.224194 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:37066, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3302 | 2024.11.18 18:42:47.225666 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:55247, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3303 | 2024.11.18 18:42:47.438785 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:38731, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3304 | 2024.11.18 18:42:47.446327 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:46627, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3305 | 2024.11.18 18:42:47.451843 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:47327, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3306 | 2024.11.18 18:42:47.478231 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:64241, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3307 | 2024.11.18 18:42:47.509303 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:64436, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3308 | 2024.11.18 18:42:48.187227 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:59414, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3309 | 2024.11.18 18:42:48.193197 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:45342, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3310 | 2024.11.18 18:42:48.230080 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:57444, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3311 | 2024.11.18 18:42:48.241678 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:52962, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3312 | 2024.11.18 18:42:48.262272 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:52028, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3313 | 2024.11.18 18:42:48.288576 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:46434, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3314 | 2024.11.18 18:42:48.301075 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:48533, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3315 | 2024.11.18 18:42:51.069511 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3316 | 2024.11.18 18:42:51.069722 [ 5 ] {3709eca6-704c-4d44-a5fa-cfaf7cb893af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3317 | 2024.11.18 18:42:51.069803 [ 5 ] {3709eca6-704c-4d44-a5fa-cfaf7cb893af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3318 | 2024.11.18 18:42:51.070544 [ 5 ] {3709eca6-704c-4d44-a5fa-cfaf7cb893af} <Trace> oximeter.fields_ipaddr (4ab47f75-0e62-4181-b939-eac36af8f626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3319 | 2024.11.18 18:42:51.070595 [ 5 ] {3709eca6-704c-4d44-a5fa-cfaf7cb893af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 3320 | 2024.11.18 18:42:51.071020 [ 5 ] {3709eca6-704c-4d44-a5fa-cfaf7cb893af} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3321 | 2024.11.18 18:42:51.071286 [ 5 ] {3709eca6-704c-4d44-a5fa-cfaf7cb893af} <Trace> oximeter.fields_ipaddr (4ab47f75-0e62-4181-b939-eac36af8f626): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3322 | 2024.11.18 18:42:51.071581 [ 5 ] {3709eca6-704c-4d44-a5fa-cfaf7cb893af} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001891 sec., 1057.641459545214 rows/sec., 86.24 KiB/sec. | ||
| 3323 | 2024.11.18 18:42:51.071707 [ 5 ] {3709eca6-704c-4d44-a5fa-cfaf7cb893af} <Debug> TCPHandler: Processed in 0.002332656 sec. | ||
| 3324 | 2024.11.18 18:42:51.071973 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3325 | 2024.11.18 18:42:51.072168 [ 254 ] {058ba019-cd19-4f74-9a16-c12d04137fb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3326 | 2024.11.18 18:42:51.072246 [ 254 ] {058ba019-cd19-4f74-9a16-c12d04137fb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3327 | 2024.11.18 18:42:51.073018 [ 254 ] {058ba019-cd19-4f74-9a16-c12d04137fb3} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3328 | 2024.11.18 18:42:51.073075 [ 254 ] {058ba019-cd19-4f74-9a16-c12d04137fb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 3329 | 2024.11.18 18:42:51.073518 [ 254 ] {058ba019-cd19-4f74-9a16-c12d04137fb3} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3330 | 2024.11.18 18:42:51.073790 [ 254 ] {058ba019-cd19-4f74-9a16-c12d04137fb3} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3331 | 2024.11.18 18:42:51.074025 [ 254 ] {058ba019-cd19-4f74-9a16-c12d04137fb3} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.00191 sec., 29842.931937172776 rows/sec., 2.28 MiB/sec. | ||
| 3332 | 2024.11.18 18:42:51.074091 [ 254 ] {058ba019-cd19-4f74-9a16-c12d04137fb3} <Debug> TCPHandler: Processed in 0.002254994 sec. | ||
| 3333 | 2024.11.18 18:42:51.074231 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3334 | 2024.11.18 18:42:51.074370 [ 5 ] {1b4944a2-fd49-46f0-95a0-1facaa0d7045} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3335 | 2024.11.18 18:42:51.074432 [ 5 ] {1b4944a2-fd49-46f0-95a0-1facaa0d7045} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3336 | 2024.11.18 18:42:51.075114 [ 5 ] {1b4944a2-fd49-46f0-95a0-1facaa0d7045} <Trace> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3337 | 2024.11.18 18:42:51.075165 [ 5 ] {1b4944a2-fd49-46f0-95a0-1facaa0d7045} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 3338 | 2024.11.18 18:42:51.075551 [ 5 ] {1b4944a2-fd49-46f0-95a0-1facaa0d7045} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3339 | 2024.11.18 18:42:51.075802 [ 5 ] {1b4944a2-fd49-46f0-95a0-1facaa0d7045} <Trace> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3340 | 2024.11.18 18:42:51.076072 [ 5 ] {1b4944a2-fd49-46f0-95a0-1facaa0d7045} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001738 sec., 1150.7479861910242 rows/sec., 80.35 KiB/sec. | ||
| 3341 | 2024.11.18 18:42:51.076272 [ 5 ] {1b4944a2-fd49-46f0-95a0-1facaa0d7045} <Debug> TCPHandler: Processed in 0.00209689 sec. | ||
| 3342 | 2024.11.18 18:42:51.076437 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3343 | 2024.11.18 18:42:51.076564 [ 254 ] {6c44af46-c3ba-42e8-afeb-3d983b767082} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3344 | 2024.11.18 18:42:51.076619 [ 254 ] {6c44af46-c3ba-42e8-afeb-3d983b767082} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3345 | 2024.11.18 18:42:51.077271 [ 254 ] {6c44af46-c3ba-42e8-afeb-3d983b767082} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3346 | 2024.11.18 18:42:51.077314 [ 254 ] {6c44af46-c3ba-42e8-afeb-3d983b767082} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 3347 | 2024.11.18 18:42:51.077687 [ 254 ] {6c44af46-c3ba-42e8-afeb-3d983b767082} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3348 | 2024.11.18 18:42:51.077981 [ 254 ] {6c44af46-c3ba-42e8-afeb-3d983b767082} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3349 | 2024.11.18 18:42:51.078254 [ 254 ] {6c44af46-c3ba-42e8-afeb-3d983b767082} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.00171 sec., 38596.491228070176 rows/sec., 3.01 MiB/sec. | ||
| 3350 | 2024.11.18 18:42:51.078476 [ 254 ] {6c44af46-c3ba-42e8-afeb-3d983b767082} <Debug> TCPHandler: Processed in 0.002094621 sec. | ||
| 3351 | 2024.11.18 18:42:51.078665 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3352 | 2024.11.18 18:42:51.078795 [ 5 ] {7454195f-ac74-401f-93db-c9a43e7d7978} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3353 | 2024.11.18 18:42:51.078849 [ 5 ] {7454195f-ac74-401f-93db-c9a43e7d7978} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3354 | 2024.11.18 18:42:51.079445 [ 5 ] {7454195f-ac74-401f-93db-c9a43e7d7978} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3355 | 2024.11.18 18:42:51.079485 [ 5 ] {7454195f-ac74-401f-93db-c9a43e7d7978} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 3356 | 2024.11.18 18:42:51.079885 [ 5 ] {7454195f-ac74-401f-93db-c9a43e7d7978} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3357 | 2024.11.18 18:42:51.080127 [ 5 ] {7454195f-ac74-401f-93db-c9a43e7d7978} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3358 | 2024.11.18 18:42:51.080345 [ 5 ] {7454195f-ac74-401f-93db-c9a43e7d7978} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001579 sec., 101963.2678910703 rows/sec., 7.10 MiB/sec. | ||
| 3359 | 2024.11.18 18:42:51.080473 [ 5 ] {7454195f-ac74-401f-93db-c9a43e7d7978} <Debug> TCPHandler: Processed in 0.001867287 sec. | ||
| 3360 | 2024.11.18 18:42:51.080638 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3361 | 2024.11.18 18:42:51.080778 [ 254 ] {e52c7d5e-10a8-465f-91d8-80deb6bc26f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3362 | 2024.11.18 18:42:51.080840 [ 254 ] {e52c7d5e-10a8-465f-91d8-80deb6bc26f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3363 | 2024.11.18 18:42:51.081419 [ 254 ] {e52c7d5e-10a8-465f-91d8-80deb6bc26f2} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3364 | 2024.11.18 18:42:51.081459 [ 254 ] {e52c7d5e-10a8-465f-91d8-80deb6bc26f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 3365 | 2024.11.18 18:42:51.081844 [ 254 ] {e52c7d5e-10a8-465f-91d8-80deb6bc26f2} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3366 | 2024.11.18 18:42:51.082086 [ 254 ] {e52c7d5e-10a8-465f-91d8-80deb6bc26f2} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3367 | 2024.11.18 18:42:51.082293 [ 254 ] {e52c7d5e-10a8-465f-91d8-80deb6bc26f2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001548 sec., 38759.689922480626 rows/sec., 2.61 MiB/sec. | ||
| 3368 | 2024.11.18 18:42:51.082345 [ 254 ] {e52c7d5e-10a8-465f-91d8-80deb6bc26f2} <Debug> TCPHandler: Processed in 0.001774795 sec. | ||
| 3369 | 2024.11.18 18:42:54.542524 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 502 | ||
| 3370 | 2024.11.18 18:42:54.545355 [ 242 ] {} <Trace> system.query_log (5706cc8f-2754-46ca-b9b4-a1f620913b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3371 | 2024.11.18 18:42:54.545402 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 3372 | 2024.11.18 18:42:54.546810 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3373 | 2024.11.18 18:42:54.547114 [ 242 ] {} <Trace> system.query_log (5706cc8f-2754-46ca-b9b4-a1f620913b28): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3374 | 2024.11.18 18:42:54.548000 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 502 | ||
| 3375 | 2024.11.18 18:42:56.069525 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3376 | 2024.11.18 18:42:56.069755 [ 5 ] {3425d3d1-18d1-419e-9f07-b9c9f1ee263e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3377 | 2024.11.18 18:42:56.069837 [ 5 ] {3425d3d1-18d1-419e-9f07-b9c9f1ee263e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3378 | 2024.11.18 18:42:56.070669 [ 5 ] {3425d3d1-18d1-419e-9f07-b9c9f1ee263e} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3379 | 2024.11.18 18:42:56.070720 [ 5 ] {3425d3d1-18d1-419e-9f07-b9c9f1ee263e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 3380 | 2024.11.18 18:42:56.071154 [ 5 ] {3425d3d1-18d1-419e-9f07-b9c9f1ee263e} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3381 | 2024.11.18 18:42:56.071420 [ 5 ] {3425d3d1-18d1-419e-9f07-b9c9f1ee263e} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3382 | 2024.11.18 18:42:56.071625 [ 5 ] {3425d3d1-18d1-419e-9f07-b9c9f1ee263e} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00193 sec., 29015.544041450776 rows/sec., 2.22 MiB/sec. | ||
| 3383 | 2024.11.18 18:42:56.071686 [ 5 ] {3425d3d1-18d1-419e-9f07-b9c9f1ee263e} <Debug> TCPHandler: Processed in 0.002302135 sec. | ||
| 3384 | 2024.11.18 18:42:56.071966 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3385 | 2024.11.18 18:42:56.072181 [ 254 ] {1e11b957-a744-4038-9ec4-f6d1194b2825} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3386 | 2024.11.18 18:42:56.072267 [ 254 ] {1e11b957-a744-4038-9ec4-f6d1194b2825} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3387 | 2024.11.18 18:42:56.073046 [ 254 ] {1e11b957-a744-4038-9ec4-f6d1194b2825} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3388 | 2024.11.18 18:42:56.073100 [ 254 ] {1e11b957-a744-4038-9ec4-f6d1194b2825} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 3389 | 2024.11.18 18:42:56.073534 [ 254 ] {1e11b957-a744-4038-9ec4-f6d1194b2825} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3390 | 2024.11.18 18:42:56.073809 [ 254 ] {1e11b957-a744-4038-9ec4-f6d1194b2825} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3391 | 2024.11.18 18:42:56.074042 [ 254 ] {1e11b957-a744-4038-9ec4-f6d1194b2825} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001919 sec., 33350.70349140177 rows/sec., 2.60 MiB/sec. | ||
| 3392 | 2024.11.18 18:42:56.074108 [ 254 ] {1e11b957-a744-4038-9ec4-f6d1194b2825} <Debug> TCPHandler: Processed in 0.002284835 sec. | ||
| 3393 | 2024.11.18 18:42:56.074256 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3394 | 2024.11.18 18:42:56.074403 [ 5 ] {7352ea87-2768-4648-8bcd-6ff09e5a909e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3395 | 2024.11.18 18:42:56.074469 [ 5 ] {7352ea87-2768-4648-8bcd-6ff09e5a909e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3396 | 2024.11.18 18:42:56.075144 [ 5 ] {7352ea87-2768-4648-8bcd-6ff09e5a909e} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3397 | 2024.11.18 18:42:56.075190 [ 5 ] {7352ea87-2768-4648-8bcd-6ff09e5a909e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 3398 | 2024.11.18 18:42:56.075622 [ 5 ] {7352ea87-2768-4648-8bcd-6ff09e5a909e} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3399 | 2024.11.18 18:42:56.075865 [ 5 ] {7352ea87-2768-4648-8bcd-6ff09e5a909e} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3400 | 2024.11.18 18:42:56.076046 [ 5 ] {7352ea87-2768-4648-8bcd-6ff09e5a909e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001681 sec., 95181.43961927424 rows/sec., 6.63 MiB/sec. | ||
| 3401 | 2024.11.18 18:42:56.076101 [ 5 ] {7352ea87-2768-4648-8bcd-6ff09e5a909e} <Debug> TCPHandler: Processed in 0.001910797 sec. | ||
| 3402 | 2024.11.18 18:42:56.076257 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3403 | 2024.11.18 18:42:56.076382 [ 254 ] {c4e1d528-f7df-493d-b59c-85f0ce8bc20a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3404 | 2024.11.18 18:42:56.076438 [ 254 ] {c4e1d528-f7df-493d-b59c-85f0ce8bc20a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3405 | 2024.11.18 18:42:56.076969 [ 254 ] {c4e1d528-f7df-493d-b59c-85f0ce8bc20a} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3406 | 2024.11.18 18:42:56.077012 [ 254 ] {c4e1d528-f7df-493d-b59c-85f0ce8bc20a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 3407 | 2024.11.18 18:42:56.077398 [ 254 ] {c4e1d528-f7df-493d-b59c-85f0ce8bc20a} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3408 | 2024.11.18 18:42:56.077650 [ 254 ] {c4e1d528-f7df-493d-b59c-85f0ce8bc20a} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3409 | 2024.11.18 18:42:56.077909 [ 254 ] {c4e1d528-f7df-493d-b59c-85f0ce8bc20a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001551 sec., 38684.71953578336 rows/sec., 2.61 MiB/sec. | ||
| 3410 | 2024.11.18 18:42:56.078041 [ 254 ] {c4e1d528-f7df-493d-b59c-85f0ce8bc20a} <Debug> TCPHandler: Processed in 0.001841436 sec. | ||
| 3411 | 2024.11.18 18:42:58.649781 [ 123 ] {} <Debug> oximeter.measurements_f64 (d052af3d-076d-4497-9d38-4aa388f95b75) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3412 | 2024.11.18 18:42:58.649851 [ 123 ] {} <Trace> oximeter.measurements_f64 (d052af3d-076d-4497-9d38-4aa388f95b75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3413 | 2024.11.18 18:42:58.649876 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 3414 | 2024.11.18 18:42:58.650096 [ 188 ] {d052af3d-076d-4497-9d38-4aa388f95b75::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 | ||
| 3415 | 2024.11.18 18:42:58.650283 [ 188 ] {d052af3d-076d-4497-9d38-4aa388f95b75::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3416 | 2024.11.18 18:42:58.650324 [ 188 ] {d052af3d-076d-4497-9d38-4aa388f95b75::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 | ||
| 3417 | 2024.11.18 18:42:58.650406 [ 188 ] {d052af3d-076d-4497-9d38-4aa388f95b75::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 | ||
| 3418 | 2024.11.18 18:42:58.650627 [ 188 ] {d052af3d-076d-4497-9d38-4aa388f95b75::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 | ||
| 3419 | 2024.11.18 18:42:58.650842 [ 188 ] {d052af3d-076d-4497-9d38-4aa388f95b75::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 | ||
| 3420 | 2024.11.18 18:42:58.651074 [ 188 ] {d052af3d-076d-4497-9d38-4aa388f95b75::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 | ||
| 3421 | 2024.11.18 18:42:58.652191 [ 200 ] {d052af3d-076d-4497-9d38-4aa388f95b75::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9 rows, containing 4 columns (4 merged, 0 gathered) in 0.002235574 sec., 4025.8117154699416 rows/sec., 269.52 KiB/sec. | ||
| 3422 | 2024.11.18 18:42:58.652322 [ 188 ] {d052af3d-076d-4497-9d38-4aa388f95b75::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3423 | 2024.11.18 18:42:58.652599 [ 188 ] {d052af3d-076d-4497-9d38-4aa388f95b75::all_1_9_2} <Trace> oximeter.measurements_f64 (d052af3d-076d-4497-9d38-4aa388f95b75): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3424 | 2024.11.18 18:42:58.652680 [ 188 ] {d052af3d-076d-4497-9d38-4aa388f95b75::all_1_9_2} <Trace> oximeter.measurements_f64 (d052af3d-076d-4497-9d38-4aa388f95b75) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3425 | 2024.11.18 18:42:58.652758 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 3426 | 2024.11.18 18:42:58.654081 [ 123 ] {} <Debug> oximeter.fields_u32 (83ac11ca-fabd-4357-b8e5-0d6d82c87995) (MergerMutator): Selected 5 parts from all_1_6_1 to all_10_10_0 | ||
| 3427 | 2024.11.18 18:42:58.654121 [ 123 ] {} <Trace> oximeter.fields_u32 (83ac11ca-fabd-4357-b8e5-0d6d82c87995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3428 | 2024.11.18 18:42:58.654140 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 3429 | 2024.11.18 18:42:58.654259 [ 192 ] {83ac11ca-fabd-4357-b8e5-0d6d82c87995::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 | ||
| 3430 | 2024.11.18 18:42:58.654378 [ 192 ] {83ac11ca-fabd-4357-b8e5-0d6d82c87995::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3431 | 2024.11.18 18:42:58.654407 [ 192 ] {83ac11ca-fabd-4357-b8e5-0d6d82c87995::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 243 rows starting from the beginning of the part | ||
| 3432 | 2024.11.18 18:42:58.654495 [ 192 ] {83ac11ca-fabd-4357-b8e5-0d6d82c87995::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 14 rows starting from the beginning of the part | ||
| 3433 | 2024.11.18 18:42:58.654700 [ 192 ] {83ac11ca-fabd-4357-b8e5-0d6d82c87995::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 14 rows starting from the beginning of the part | ||
| 3434 | 2024.11.18 18:42:58.654879 [ 192 ] {83ac11ca-fabd-4357-b8e5-0d6d82c87995::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 14 rows starting from the beginning of the part | ||
| 3435 | 2024.11.18 18:42:58.655013 [ 192 ] {83ac11ca-fabd-4357-b8e5-0d6d82c87995::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 14 rows starting from the beginning of the part | ||
| 3436 | 2024.11.18 18:42:58.656097 [ 188 ] {83ac11ca-fabd-4357-b8e5-0d6d82c87995::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 299 rows, containing 5 columns (5 merged, 0 gathered) in 0.001898697 sec., 157476.41672157275 rows/sec., 11.29 MiB/sec. | ||
| 3437 | 2024.11.18 18:42:58.656247 [ 200 ] {83ac11ca-fabd-4357-b8e5-0d6d82c87995::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
| 3438 | 2024.11.18 18:42:58.656649 [ 200 ] {83ac11ca-fabd-4357-b8e5-0d6d82c87995::all_1_10_2} <Trace> oximeter.fields_u32 (83ac11ca-fabd-4357-b8e5-0d6d82c87995): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3439 | 2024.11.18 18:42:58.656744 [ 200 ] {83ac11ca-fabd-4357-b8e5-0d6d82c87995::all_1_10_2} <Trace> oximeter.fields_u32 (83ac11ca-fabd-4357-b8e5-0d6d82c87995) (MergerMutator): Merged 5 parts: [all_1_6_1, all_10_10_0] -> all_1_10_2 | ||
| 3440 | 2024.11.18 18:42:58.656818 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 3441 | 2024.11.18 18:42:59.430477 [ 123 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3442 | 2024.11.18 18:42:59.430519 [ 123 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3443 | 2024.11.18 18:43:01.075511 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3444 | 2024.11.18 18:43:01.075712 [ 5 ] {0670e70c-b80d-4578-8f04-13a429eab2d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3445 | 2024.11.18 18:43:01.075783 [ 5 ] {0670e70c-b80d-4578-8f04-13a429eab2d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3446 | 2024.11.18 18:43:01.076531 [ 5 ] {0670e70c-b80d-4578-8f04-13a429eab2d3} <Trace> oximeter.fields_i16 (d269e674-0362-4b8e-97b0-6474794c47df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3447 | 2024.11.18 18:43:01.076577 [ 5 ] {0670e70c-b80d-4578-8f04-13a429eab2d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 3448 | 2024.11.18 18:43:01.076996 [ 5 ] {0670e70c-b80d-4578-8f04-13a429eab2d3} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3449 | 2024.11.18 18:43:01.077241 [ 5 ] {0670e70c-b80d-4578-8f04-13a429eab2d3} <Trace> oximeter.fields_i16 (d269e674-0362-4b8e-97b0-6474794c47df): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3450 | 2024.11.18 18:43:01.077432 [ 119 ] {} <Debug> oximeter.fields_i16 (d269e674-0362-4b8e-97b0-6474794c47df) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3451 | 2024.11.18 18:43:01.077499 [ 5 ] {0670e70c-b80d-4578-8f04-13a429eab2d3} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001832 sec., 7641.921397379912 rows/sec., 550.12 KiB/sec. | ||
| 3452 | 2024.11.18 18:43:01.077513 [ 119 ] {} <Trace> oximeter.fields_i16 (d269e674-0362-4b8e-97b0-6474794c47df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3453 | 2024.11.18 18:43:01.077587 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 3454 | 2024.11.18 18:43:01.077643 [ 5 ] {0670e70c-b80d-4578-8f04-13a429eab2d3} <Debug> TCPHandler: Processed in 0.002261034 sec. | ||
| 3455 | 2024.11.18 18:43:01.078071 [ 192 ] {d269e674-0362-4b8e-97b0-6474794c47df::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 | ||
| 3456 | 2024.11.18 18:43:01.078080 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3457 | 2024.11.18 18:43:01.078355 [ 192 ] {d269e674-0362-4b8e-97b0-6474794c47df::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3458 | 2024.11.18 18:43:01.078411 [ 254 ] {e966ddde-f7e8-48bb-8604-6fb2ddbcf3e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3459 | 2024.11.18 18:43:01.078433 [ 192 ] {d269e674-0362-4b8e-97b0-6474794c47df::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 | ||
| 3460 | 2024.11.18 18:43:01.078536 [ 254 ] {e966ddde-f7e8-48bb-8604-6fb2ddbcf3e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3461 | 2024.11.18 18:43:01.078673 [ 192 ] {d269e674-0362-4b8e-97b0-6474794c47df::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 | ||
| 3462 | 2024.11.18 18:43:01.079034 [ 192 ] {d269e674-0362-4b8e-97b0-6474794c47df::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 | ||
| 3463 | 2024.11.18 18:43:01.079379 [ 192 ] {d269e674-0362-4b8e-97b0-6474794c47df::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 | ||
| 3464 | 2024.11.18 18:43:01.079649 [ 192 ] {d269e674-0362-4b8e-97b0-6474794c47df::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 | ||
| 3465 | 2024.11.18 18:43:01.081720 [ 254 ] {e966ddde-f7e8-48bb-8604-6fb2ddbcf3e4} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3466 | 2024.11.18 18:43:01.081797 [ 254 ] {e966ddde-f7e8-48bb-8604-6fb2ddbcf3e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3467 | 2024.11.18 18:43:01.082215 [ 192 ] {d269e674-0362-4b8e-97b0-6474794c47df::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004489478 sec., 15592.013147185486 rows/sec., 1.16 MiB/sec. | ||
| 3468 | 2024.11.18 18:43:01.082439 [ 192 ] {d269e674-0362-4b8e-97b0-6474794c47df::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3469 | 2024.11.18 18:43:01.082816 [ 254 ] {e966ddde-f7e8-48bb-8604-6fb2ddbcf3e4} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3470 | 2024.11.18 18:43:01.082933 [ 188 ] {d269e674-0362-4b8e-97b0-6474794c47df::all_1_9_2} <Trace> oximeter.fields_i16 (d269e674-0362-4b8e-97b0-6474794c47df): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3471 | 2024.11.18 18:43:01.083132 [ 188 ] {d269e674-0362-4b8e-97b0-6474794c47df::all_1_9_2} <Trace> oximeter.fields_i16 (d269e674-0362-4b8e-97b0-6474794c47df) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3472 | 2024.11.18 18:43:01.083297 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3473 | 2024.11.18 18:43:01.083337 [ 254 ] {e966ddde-f7e8-48bb-8604-6fb2ddbcf3e4} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3474 | 2024.11.18 18:43:01.083560 [ 254 ] {e966ddde-f7e8-48bb-8604-6fb2ddbcf3e4} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.005251 sec., 53513.61645400876 rows/sec., 4.72 MiB/sec. | ||
| 3475 | 2024.11.18 18:43:01.083635 [ 254 ] {e966ddde-f7e8-48bb-8604-6fb2ddbcf3e4} <Debug> TCPHandler: Processed in 0.005854204 sec. | ||
| 3476 | 2024.11.18 18:43:01.083810 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3477 | 2024.11.18 18:43:01.083958 [ 5 ] {2bb974ce-452e-4584-8f61-add3e4b20deb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3478 | 2024.11.18 18:43:01.084019 [ 5 ] {2bb974ce-452e-4584-8f61-add3e4b20deb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3479 | 2024.11.18 18:43:01.084709 [ 5 ] {2bb974ce-452e-4584-8f61-add3e4b20deb} <Trace> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3480 | 2024.11.18 18:43:01.084749 [ 5 ] {2bb974ce-452e-4584-8f61-add3e4b20deb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 3481 | 2024.11.18 18:43:01.085117 [ 5 ] {2bb974ce-452e-4584-8f61-add3e4b20deb} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3482 | 2024.11.18 18:43:01.085371 [ 5 ] {2bb974ce-452e-4584-8f61-add3e4b20deb} <Trace> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3483 | 2024.11.18 18:43:01.085589 [ 5 ] {2bb974ce-452e-4584-8f61-add3e4b20deb} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001667 sec., 27594.481103779242 rows/sec., 1.99 MiB/sec. | ||
| 3484 | 2024.11.18 18:43:01.085644 [ 5 ] {2bb974ce-452e-4584-8f61-add3e4b20deb} <Debug> TCPHandler: Processed in 0.001904268 sec. | ||
| 3485 | 2024.11.18 18:43:01.085806 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3486 | 2024.11.18 18:43:01.085951 [ 254 ] {c2387ab2-d0da-453c-aeb3-e5bee1f6ed1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3487 | 2024.11.18 18:43:01.086014 [ 254 ] {c2387ab2-d0da-453c-aeb3-e5bee1f6ed1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3488 | 2024.11.18 18:43:01.086677 [ 254 ] {c2387ab2-d0da-453c-aeb3-e5bee1f6ed1c} <Trace> oximeter.fields_u32 (83ac11ca-fabd-4357-b8e5-0d6d82c87995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3489 | 2024.11.18 18:43:01.086717 [ 254 ] {c2387ab2-d0da-453c-aeb3-e5bee1f6ed1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 3490 | 2024.11.18 18:43:01.087074 [ 254 ] {c2387ab2-d0da-453c-aeb3-e5bee1f6ed1c} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3491 | 2024.11.18 18:43:01.087323 [ 254 ] {c2387ab2-d0da-453c-aeb3-e5bee1f6ed1c} <Trace> oximeter.fields_u32 (83ac11ca-fabd-4357-b8e5-0d6d82c87995): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3492 | 2024.11.18 18:43:01.087506 [ 254 ] {c2387ab2-d0da-453c-aeb3-e5bee1f6ed1c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001591 sec., 8799.497171590196 rows/sec., 616.26 KiB/sec. | ||
| 3493 | 2024.11.18 18:43:01.087560 [ 254 ] {c2387ab2-d0da-453c-aeb3-e5bee1f6ed1c} <Debug> TCPHandler: Processed in 0.001822695 sec. | ||
| 3494 | 2024.11.18 18:43:01.087725 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3495 | 2024.11.18 18:43:01.087863 [ 5 ] {30ef2ff9-005c-484a-9361-a7280da94ccf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3496 | 2024.11.18 18:43:01.087921 [ 5 ] {30ef2ff9-005c-484a-9361-a7280da94ccf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3497 | 2024.11.18 18:43:01.088582 [ 5 ] {30ef2ff9-005c-484a-9361-a7280da94ccf} <Trace> oximeter.fields_u8 (356b4e61-1c07-430a-980d-4f9a89d03858): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3498 | 2024.11.18 18:43:01.088622 [ 5 ] {30ef2ff9-005c-484a-9361-a7280da94ccf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 3499 | 2024.11.18 18:43:01.088975 [ 5 ] {30ef2ff9-005c-484a-9361-a7280da94ccf} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3500 | 2024.11.18 18:43:01.089212 [ 5 ] {30ef2ff9-005c-484a-9361-a7280da94ccf} <Trace> oximeter.fields_u8 (356b4e61-1c07-430a-980d-4f9a89d03858): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3501 | 2024.11.18 18:43:01.089369 [ 119 ] {} <Debug> oximeter.fields_u8 (356b4e61-1c07-430a-980d-4f9a89d03858) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3502 | 2024.11.18 18:43:01.089428 [ 119 ] {} <Trace> oximeter.fields_u8 (356b4e61-1c07-430a-980d-4f9a89d03858): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3503 | 2024.11.18 18:43:01.089460 [ 5 ] {30ef2ff9-005c-484a-9361-a7280da94ccf} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00162 sec., 8024.691358024692 rows/sec., 500.34 KiB/sec. | ||
| 3504 | 2024.11.18 18:43:01.089466 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 3505 | 2024.11.18 18:43:01.089617 [ 5 ] {30ef2ff9-005c-484a-9361-a7280da94ccf} <Debug> TCPHandler: Processed in 0.001957388 sec. | ||
| 3506 | 2024.11.18 18:43:01.089698 [ 192 ] {356b4e61-1c07-430a-980d-4f9a89d03858::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 | ||
| 3507 | 2024.11.18 18:43:01.089827 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3508 | 2024.11.18 18:43:01.089874 [ 192 ] {356b4e61-1c07-430a-980d-4f9a89d03858::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3509 | 2024.11.18 18:43:01.089922 [ 192 ] {356b4e61-1c07-430a-980d-4f9a89d03858::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 | ||
| 3510 | 2024.11.18 18:43:01.090131 [ 254 ] {37018bca-d942-46de-a56b-c641b9ce013c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3511 | 2024.11.18 18:43:01.090190 [ 192 ] {356b4e61-1c07-430a-980d-4f9a89d03858::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 | ||
| 3512 | 2024.11.18 18:43:01.090335 [ 254 ] {37018bca-d942-46de-a56b-c641b9ce013c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3513 | 2024.11.18 18:43:01.090529 [ 192 ] {356b4e61-1c07-430a-980d-4f9a89d03858::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 | ||
| 3514 | 2024.11.18 18:43:01.090811 [ 192 ] {356b4e61-1c07-430a-980d-4f9a89d03858::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 | ||
| 3515 | 2024.11.18 18:43:01.091138 [ 192 ] {356b4e61-1c07-430a-980d-4f9a89d03858::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 | ||
| 3516 | 2024.11.18 18:43:01.093215 [ 254 ] {37018bca-d942-46de-a56b-c641b9ce013c} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3517 | 2024.11.18 18:43:01.093288 [ 254 ] {37018bca-d942-46de-a56b-c641b9ce013c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3518 | 2024.11.18 18:43:01.093699 [ 199 ] {356b4e61-1c07-430a-980d-4f9a89d03858::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.00409411 sec., 15876.466435928689 rows/sec., 1.03 MiB/sec. | ||
| 3519 | 2024.11.18 18:43:01.093842 [ 199 ] {356b4e61-1c07-430a-980d-4f9a89d03858::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3520 | 2024.11.18 18:43:01.094016 [ 254 ] {37018bca-d942-46de-a56b-c641b9ce013c} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3521 | 2024.11.18 18:43:01.094198 [ 199 ] {356b4e61-1c07-430a-980d-4f9a89d03858::all_1_9_2} <Trace> oximeter.fields_u8 (356b4e61-1c07-430a-980d-4f9a89d03858): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3522 | 2024.11.18 18:43:01.094302 [ 199 ] {356b4e61-1c07-430a-980d-4f9a89d03858::all_1_9_2} <Trace> oximeter.fields_u8 (356b4e61-1c07-430a-980d-4f9a89d03858) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3523 | 2024.11.18 18:43:01.094303 [ 254 ] {37018bca-d942-46de-a56b-c641b9ce013c} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3524 | 2024.11.18 18:43:01.094405 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3525 | 2024.11.18 18:43:01.094543 [ 254 ] {37018bca-d942-46de-a56b-c641b9ce013c} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.004552 sec., 92486.81898066784 rows/sec., 6.61 MiB/sec. | ||
| 3526 | 2024.11.18 18:43:01.094609 [ 254 ] {37018bca-d942-46de-a56b-c641b9ce013c} <Debug> TCPHandler: Processed in 0.004883076 sec. | ||
| 3527 | 2024.11.18 18:43:01.094778 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3528 | 2024.11.18 18:43:01.094918 [ 5 ] {01a14635-523f-4ca1-b706-a58dcaaeea4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3529 | 2024.11.18 18:43:01.094978 [ 5 ] {01a14635-523f-4ca1-b706-a58dcaaeea4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3530 | 2024.11.18 18:43:01.095544 [ 5 ] {01a14635-523f-4ca1-b706-a58dcaaeea4d} <Trace> oximeter.measurements_bool (59fe736a-aeb6-4d88-9694-5589842d5df9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3531 | 2024.11.18 18:43:01.095582 [ 5 ] {01a14635-523f-4ca1-b706-a58dcaaeea4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 3532 | 2024.11.18 18:43:01.095948 [ 5 ] {01a14635-523f-4ca1-b706-a58dcaaeea4d} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3533 | 2024.11.18 18:43:01.096183 [ 5 ] {01a14635-523f-4ca1-b706-a58dcaaeea4d} <Trace> oximeter.measurements_bool (59fe736a-aeb6-4d88-9694-5589842d5df9): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3534 | 2024.11.18 18:43:01.096418 [ 5 ] {01a14635-523f-4ca1-b706-a58dcaaeea4d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001527 sec., 3929.2730844793714 rows/sec., 205.29 KiB/sec. | ||
| 3535 | 2024.11.18 18:43:01.096500 [ 5 ] {01a14635-523f-4ca1-b706-a58dcaaeea4d} <Debug> TCPHandler: Processed in 0.001791285 sec. | ||
| 3536 | 2024.11.18 18:43:01.096647 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3537 | 2024.11.18 18:43:01.096794 [ 254 ] {10e00fff-2311-473e-86d5-45f2732e4af7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3538 | 2024.11.18 18:43:01.096858 [ 254 ] {10e00fff-2311-473e-86d5-45f2732e4af7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3539 | 2024.11.18 18:43:01.097535 [ 254 ] {10e00fff-2311-473e-86d5-45f2732e4af7} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3540 | 2024.11.18 18:43:01.097573 [ 254 ] {10e00fff-2311-473e-86d5-45f2732e4af7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 3541 | 2024.11.18 18:43:01.097968 [ 254 ] {10e00fff-2311-473e-86d5-45f2732e4af7} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3542 | 2024.11.18 18:43:01.098202 [ 254 ] {10e00fff-2311-473e-86d5-45f2732e4af7} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3543 | 2024.11.18 18:43:01.098418 [ 254 ] {10e00fff-2311-473e-86d5-45f2732e4af7} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001655 sec., 143202.416918429 rows/sec., 9.60 MiB/sec. | ||
| 3544 | 2024.11.18 18:43:01.098471 [ 254 ] {10e00fff-2311-473e-86d5-45f2732e4af7} <Debug> TCPHandler: Processed in 0.001889277 sec. | ||
| 3545 | 2024.11.18 18:43:01.098613 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3546 | 2024.11.18 18:43:01.098729 [ 5 ] {643b76a6-b9a1-4ea2-bc75-b93018a269a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3547 | 2024.11.18 18:43:01.098781 [ 5 ] {643b76a6-b9a1-4ea2-bc75-b93018a269a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3548 | 2024.11.18 18:43:01.099241 [ 5 ] {643b76a6-b9a1-4ea2-bc75-b93018a269a8} <Trace> oximeter.measurements_f64 (d052af3d-076d-4497-9d38-4aa388f95b75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3549 | 2024.11.18 18:43:01.099279 [ 5 ] {643b76a6-b9a1-4ea2-bc75-b93018a269a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 3550 | 2024.11.18 18:43:01.099633 [ 5 ] {643b76a6-b9a1-4ea2-bc75-b93018a269a8} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3551 | 2024.11.18 18:43:01.099865 [ 5 ] {643b76a6-b9a1-4ea2-bc75-b93018a269a8} <Trace> oximeter.measurements_f64 (d052af3d-076d-4497-9d38-4aa388f95b75): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3552 | 2024.11.18 18:43:01.100121 [ 5 ] {643b76a6-b9a1-4ea2-bc75-b93018a269a8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001408 sec., 710.2272727272727 rows/sec., 47.86 KiB/sec. | ||
| 3553 | 2024.11.18 18:43:01.100264 [ 5 ] {643b76a6-b9a1-4ea2-bc75-b93018a269a8} <Debug> TCPHandler: Processed in 0.001694514 sec. | ||
| 3554 | 2024.11.18 18:43:01.100417 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3555 | 2024.11.18 18:43:01.100538 [ 254 ] {ecf24d07-7166-4cb4-a0a2-b7eaa292a3f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3556 | 2024.11.18 18:43:01.100632 [ 254 ] {ecf24d07-7166-4cb4-a0a2-b7eaa292a3f3} <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.18 18:43:01.101931 [ 254 ] {ecf24d07-7166-4cb4-a0a2-b7eaa292a3f3} <Trace> oximeter.measurements_histogramu64 (72c523e9-b30d-40f9-b06a-7c8965a18908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3558 | 2024.11.18 18:43:01.101970 [ 254 ] {ecf24d07-7166-4cb4-a0a2-b7eaa292a3f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 3559 | 2024.11.18 18:43:01.102608 [ 254 ] {ecf24d07-7166-4cb4-a0a2-b7eaa292a3f3} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3560 | 2024.11.18 18:43:01.102864 [ 254 ] {ecf24d07-7166-4cb4-a0a2-b7eaa292a3f3} <Trace> oximeter.measurements_histogramu64 (72c523e9-b30d-40f9-b06a-7c8965a18908): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3561 | 2024.11.18 18:43:01.103180 [ 254 ] {ecf24d07-7166-4cb4-a0a2-b7eaa292a3f3} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002648 sec., 14728.09667673716 rows/sec., 26.39 MiB/sec. | ||
| 3562 | 2024.11.18 18:43:01.103346 [ 254 ] {ecf24d07-7166-4cb4-a0a2-b7eaa292a3f3} <Debug> TCPHandler: Processed in 0.002987278 sec. | ||
| 3563 | 2024.11.18 18:43:01.103499 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3564 | 2024.11.18 18:43:01.103667 [ 5 ] {4147d1ad-3484-4f6a-ac1a-4872ea0c703d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3565 | 2024.11.18 18:43:01.103727 [ 5 ] {4147d1ad-3484-4f6a-ac1a-4872ea0c703d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3566 | 2024.11.18 18:43:01.104293 [ 5 ] {4147d1ad-3484-4f6a-ac1a-4872ea0c703d} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3567 | 2024.11.18 18:43:01.104338 [ 5 ] {4147d1ad-3484-4f6a-ac1a-4872ea0c703d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 3568 | 2024.11.18 18:43:01.104739 [ 5 ] {4147d1ad-3484-4f6a-ac1a-4872ea0c703d} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3569 | 2024.11.18 18:43:01.104974 [ 5 ] {4147d1ad-3484-4f6a-ac1a-4872ea0c703d} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3570 | 2024.11.18 18:43:01.105184 [ 5 ] {4147d1ad-3484-4f6a-ac1a-4872ea0c703d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001548 sec., 52971.576227390186 rows/sec., 3.36 MiB/sec. | ||
| 3571 | 2024.11.18 18:43:01.105233 [ 5 ] {4147d1ad-3484-4f6a-ac1a-4872ea0c703d} <Debug> TCPHandler: Processed in 0.001801585 sec. | ||
| 3572 | 2024.11.18 18:43:04.549106 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 532 | ||
| 3573 | 2024.11.18 18:43:04.552105 [ 242 ] {} <Trace> system.query_log (5706cc8f-2754-46ca-b9b4-a1f620913b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3574 | 2024.11.18 18:43:04.552171 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 3575 | 2024.11.18 18:43:04.553670 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3576 | 2024.11.18 18:43:04.553977 [ 242 ] {} <Trace> system.query_log (5706cc8f-2754-46ca-b9b4-a1f620913b28): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3577 | 2024.11.18 18:43:04.554693 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 532 | ||
| 3578 | 2024.11.18 18:43:06.069461 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3579 | 2024.11.18 18:43:06.069689 [ 5 ] {0d810ff7-0d1f-4c4e-9afd-9fab71b272fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3580 | 2024.11.18 18:43:06.069762 [ 5 ] {0d810ff7-0d1f-4c4e-9afd-9fab71b272fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3581 | 2024.11.18 18:43:06.070500 [ 5 ] {0d810ff7-0d1f-4c4e-9afd-9fab71b272fb} <Trace> oximeter.fields_ipaddr (4ab47f75-0e62-4181-b939-eac36af8f626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3582 | 2024.11.18 18:43:06.070545 [ 5 ] {0d810ff7-0d1f-4c4e-9afd-9fab71b272fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3583 | 2024.11.18 18:43:06.070961 [ 5 ] {0d810ff7-0d1f-4c4e-9afd-9fab71b272fb} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3584 | 2024.11.18 18:43:06.071212 [ 5 ] {0d810ff7-0d1f-4c4e-9afd-9fab71b272fb} <Trace> oximeter.fields_ipaddr (4ab47f75-0e62-4181-b939-eac36af8f626): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3585 | 2024.11.18 18:43:06.071442 [ 5 ] {0d810ff7-0d1f-4c4e-9afd-9fab71b272fb} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.0018 sec., 3333.3333333333335 rows/sec., 271.81 KiB/sec. | ||
| 3586 | 2024.11.18 18:43:06.071644 [ 5 ] {0d810ff7-0d1f-4c4e-9afd-9fab71b272fb} <Debug> TCPHandler: Processed in 0.002321766 sec. | ||
| 3587 | 2024.11.18 18:43:06.071920 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3588 | 2024.11.18 18:43:06.072134 [ 254 ] {c2f2c3bb-7372-42c6-a6b5-9d9a84a0c5ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3589 | 2024.11.18 18:43:06.072220 [ 254 ] {c2f2c3bb-7372-42c6-a6b5-9d9a84a0c5ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3590 | 2024.11.18 18:43:06.073046 [ 254 ] {c2f2c3bb-7372-42c6-a6b5-9d9a84a0c5ca} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3591 | 2024.11.18 18:43:06.073095 [ 254 ] {c2f2c3bb-7372-42c6-a6b5-9d9a84a0c5ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3592 | 2024.11.18 18:43:06.073540 [ 254 ] {c2f2c3bb-7372-42c6-a6b5-9d9a84a0c5ca} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3593 | 2024.11.18 18:43:06.073794 [ 254 ] {c2f2c3bb-7372-42c6-a6b5-9d9a84a0c5ca} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3594 | 2024.11.18 18:43:06.074036 [ 254 ] {c2f2c3bb-7372-42c6-a6b5-9d9a84a0c5ca} <Debug> executeQuery: Read 59 rows, 4.60 KiB in 0.001961 sec., 30086.690464048952 rows/sec., 2.29 MiB/sec. | ||
| 3595 | 2024.11.18 18:43:06.074105 [ 254 ] {c2f2c3bb-7372-42c6-a6b5-9d9a84a0c5ca} <Debug> TCPHandler: Processed in 0.002326466 sec. | ||
| 3596 | 2024.11.18 18:43:06.074269 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3597 | 2024.11.18 18:43:06.074413 [ 5 ] {cf7a1ca4-129b-4f56-bfe0-3bbc643cd0c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3598 | 2024.11.18 18:43:06.074474 [ 5 ] {cf7a1ca4-129b-4f56-bfe0-3bbc643cd0c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3599 | 2024.11.18 18:43:06.075076 [ 5 ] {cf7a1ca4-129b-4f56-bfe0-3bbc643cd0c9} <Trace> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3600 | 2024.11.18 18:43:06.075114 [ 5 ] {cf7a1ca4-129b-4f56-bfe0-3bbc643cd0c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3601 | 2024.11.18 18:43:06.075470 [ 5 ] {cf7a1ca4-129b-4f56-bfe0-3bbc643cd0c9} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3602 | 2024.11.18 18:43:06.075710 [ 5 ] {cf7a1ca4-129b-4f56-bfe0-3bbc643cd0c9} <Trace> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3603 | 2024.11.18 18:43:06.075836 [ 113 ] {} <Debug> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3604 | 2024.11.18 18:43:06.075887 [ 113 ] {} <Trace> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3605 | 2024.11.18 18:43:06.075900 [ 5 ] {cf7a1ca4-129b-4f56-bfe0-3bbc643cd0c9} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001522 sec., 3942.181340341656 rows/sec., 275.26 KiB/sec. | ||
| 3606 | 2024.11.18 18:43:06.075919 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3607 | 2024.11.18 18:43:06.075998 [ 5 ] {cf7a1ca4-129b-4f56-bfe0-3bbc643cd0c9} <Debug> TCPHandler: Processed in 0.001791685 sec. | ||
| 3608 | 2024.11.18 18:43:06.076274 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3609 | 2024.11.18 18:43:06.076374 [ 195 ] {e2d5d562-b8f6-4561-9841-f4b65eaa223e::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 | ||
| 3610 | 2024.11.18 18:43:06.076520 [ 254 ] {88a66428-c388-4496-9efb-af909501d4be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3611 | 2024.11.18 18:43:06.076570 [ 195 ] {e2d5d562-b8f6-4561-9841-f4b65eaa223e::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3612 | 2024.11.18 18:43:06.076598 [ 254 ] {88a66428-c388-4496-9efb-af909501d4be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3613 | 2024.11.18 18:43:06.076616 [ 195 ] {e2d5d562-b8f6-4561-9841-f4b65eaa223e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 52 rows starting from the beginning of the part | ||
| 3614 | 2024.11.18 18:43:06.076787 [ 195 ] {e2d5d562-b8f6-4561-9841-f4b65eaa223e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part | ||
| 3615 | 2024.11.18 18:43:06.077256 [ 195 ] {e2d5d562-b8f6-4561-9841-f4b65eaa223e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 46 rows starting from the beginning of the part | ||
| 3616 | 2024.11.18 18:43:06.077615 [ 195 ] {e2d5d562-b8f6-4561-9841-f4b65eaa223e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part | ||
| 3617 | 2024.11.18 18:43:06.077945 [ 195 ] {e2d5d562-b8f6-4561-9841-f4b65eaa223e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 46 rows starting from the beginning of the part | ||
| 3618 | 2024.11.18 18:43:06.078214 [ 195 ] {e2d5d562-b8f6-4561-9841-f4b65eaa223e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part | ||
| 3619 | 2024.11.18 18:43:06.078916 [ 254 ] {88a66428-c388-4496-9efb-af909501d4be} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3620 | 2024.11.18 18:43:06.078965 [ 254 ] {88a66428-c388-4496-9efb-af909501d4be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3621 | 2024.11.18 18:43:06.079573 [ 254 ] {88a66428-c388-4496-9efb-af909501d4be} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3622 | 2024.11.18 18:43:06.079879 [ 195 ] {e2d5d562-b8f6-4561-9841-f4b65eaa223e::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 158 rows, containing 5 columns (5 merged, 0 gathered) in 0.003850735 sec., 41031.12782364925 rows/sec., 3.09 MiB/sec. | ||
| 3623 | 2024.11.18 18:43:06.079940 [ 254 ] {88a66428-c388-4496-9efb-af909501d4be} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3624 | 2024.11.18 18:43:06.080019 [ 195 ] {e2d5d562-b8f6-4561-9841-f4b65eaa223e::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3625 | 2024.11.18 18:43:06.080263 [ 254 ] {88a66428-c388-4496-9efb-af909501d4be} <Debug> executeQuery: Read 70 rows, 5.60 KiB in 0.003796 sec., 18440.4636459431 rows/sec., 1.44 MiB/sec. | ||
| 3626 | 2024.11.18 18:43:06.080356 [ 254 ] {88a66428-c388-4496-9efb-af909501d4be} <Debug> TCPHandler: Processed in 0.004261803 sec. | ||
| 3627 | 2024.11.18 18:43:06.080477 [ 198 ] {e2d5d562-b8f6-4561-9841-f4b65eaa223e::all_1_16_3} <Trace> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3628 | 2024.11.18 18:43:06.080517 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3629 | 2024.11.18 18:43:06.080703 [ 5 ] {16a1760f-aa64-4050-91e6-6477a1af574b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3630 | 2024.11.18 18:43:06.080711 [ 198 ] {e2d5d562-b8f6-4561-9841-f4b65eaa223e::all_1_16_3} <Trace> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3631 | 2024.11.18 18:43:06.080789 [ 5 ] {16a1760f-aa64-4050-91e6-6477a1af574b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3632 | 2024.11.18 18:43:06.080936 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 3633 | 2024.11.18 18:43:06.081581 [ 5 ] {16a1760f-aa64-4050-91e6-6477a1af574b} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3634 | 2024.11.18 18:43:06.081630 [ 5 ] {16a1760f-aa64-4050-91e6-6477a1af574b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3635 | 2024.11.18 18:43:06.082035 [ 5 ] {16a1760f-aa64-4050-91e6-6477a1af574b} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3636 | 2024.11.18 18:43:06.082275 [ 5 ] {16a1760f-aa64-4050-91e6-6477a1af574b} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3637 | 2024.11.18 18:43:06.082467 [ 5 ] {16a1760f-aa64-4050-91e6-6477a1af574b} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.001817 sec., 89708.31040176115 rows/sec., 6.25 MiB/sec. | ||
| 3638 | 2024.11.18 18:43:06.082520 [ 5 ] {16a1760f-aa64-4050-91e6-6477a1af574b} <Debug> TCPHandler: Processed in 0.002072951 sec. | ||
| 3639 | 2024.11.18 18:43:06.082688 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3640 | 2024.11.18 18:43:06.082835 [ 254 ] {6d28d443-7737-4103-899e-157bfdda28ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3641 | 2024.11.18 18:43:06.082898 [ 254 ] {6d28d443-7737-4103-899e-157bfdda28ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3642 | 2024.11.18 18:43:06.083490 [ 254 ] {6d28d443-7737-4103-899e-157bfdda28ba} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3643 | 2024.11.18 18:43:06.083537 [ 254 ] {6d28d443-7737-4103-899e-157bfdda28ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3644 | 2024.11.18 18:43:06.083949 [ 254 ] {6d28d443-7737-4103-899e-157bfdda28ba} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3645 | 2024.11.18 18:43:06.084188 [ 254 ] {6d28d443-7737-4103-899e-157bfdda28ba} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3646 | 2024.11.18 18:43:06.084366 [ 254 ] {6d28d443-7737-4103-899e-157bfdda28ba} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001565 sec., 38338.65814696486 rows/sec., 2.58 MiB/sec. | ||
| 3647 | 2024.11.18 18:43:06.084416 [ 254 ] {6d28d443-7737-4103-899e-157bfdda28ba} <Debug> TCPHandler: Processed in 0.001795325 sec. | ||
| 3648 | 2024.11.18 18:43:11.069398 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3649 | 2024.11.18 18:43:11.069728 [ 5 ] {6af732b3-c9d6-4649-a80f-7991462fc11a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3650 | 2024.11.18 18:43:11.069848 [ 5 ] {6af732b3-c9d6-4649-a80f-7991462fc11a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3651 | 2024.11.18 18:43:11.070632 [ 5 ] {6af732b3-c9d6-4649-a80f-7991462fc11a} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3652 | 2024.11.18 18:43:11.070689 [ 5 ] {6af732b3-c9d6-4649-a80f-7991462fc11a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3653 | 2024.11.18 18:43:11.071114 [ 5 ] {6af732b3-c9d6-4649-a80f-7991462fc11a} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3654 | 2024.11.18 18:43:11.071366 [ 5 ] {6af732b3-c9d6-4649-a80f-7991462fc11a} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3655 | 2024.11.18 18:43:11.071553 [ 108 ] {} <Debug> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3656 | 2024.11.18 18:43:11.071622 [ 5 ] {6af732b3-c9d6-4649-a80f-7991462fc11a} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001974 sec., 28368.794326241135 rows/sec., 2.17 MiB/sec. | ||
| 3657 | 2024.11.18 18:43:11.071638 [ 108 ] {} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3658 | 2024.11.18 18:43:11.071706 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3659 | 2024.11.18 18:43:11.071760 [ 5 ] {6af732b3-c9d6-4649-a80f-7991462fc11a} <Debug> TCPHandler: Processed in 0.00255743 sec. | ||
| 3660 | 2024.11.18 18:43:11.071970 [ 195 ] {e0815423-10b2-46b5-b423-64c196c999c0::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 | ||
| 3661 | 2024.11.18 18:43:11.072050 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3662 | 2024.11.18 18:43:11.072139 [ 195 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3663 | 2024.11.18 18:43:11.072189 [ 195 ] {e0815423-10b2-46b5-b423-64c196c999c0::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 | ||
| 3664 | 2024.11.18 18:43:11.072256 [ 254 ] {cf0cd26b-5647-480c-903a-28738438a959} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3665 | 2024.11.18 18:43:11.072357 [ 195 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 57 rows starting from the beginning of the part | ||
| 3666 | 2024.11.18 18:43:11.072406 [ 254 ] {cf0cd26b-5647-480c-903a-28738438a959} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3667 | 2024.11.18 18:43:11.072748 [ 195 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 56 rows starting from the beginning of the part | ||
| 3668 | 2024.11.18 18:43:11.072968 [ 195 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 281 rows starting from the beginning of the part | ||
| 3669 | 2024.11.18 18:43:11.073288 [ 195 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 59 rows starting from the beginning of the part | ||
| 3670 | 2024.11.18 18:43:11.073618 [ 195 ] {e0815423-10b2-46b5-b423-64c196c999c0::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 | ||
| 3671 | 2024.11.18 18:43:11.074611 [ 254 ] {cf0cd26b-5647-480c-903a-28738438a959} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3672 | 2024.11.18 18:43:11.074660 [ 254 ] {cf0cd26b-5647-480c-903a-28738438a959} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3673 | 2024.11.18 18:43:11.075237 [ 254 ] {cf0cd26b-5647-480c-903a-28738438a959} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3674 | 2024.11.18 18:43:11.075576 [ 195 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1938 rows, containing 5 columns (5 merged, 0 gathered) in 0.003763164 sec., 514992.17148123233 rows/sec., 44.86 MiB/sec. | ||
| 3675 | 2024.11.18 18:43:11.075582 [ 254 ] {cf0cd26b-5647-480c-903a-28738438a959} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3676 | 2024.11.18 18:43:11.075829 [ 108 ] {} <Debug> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3677 | 2024.11.18 18:43:11.075846 [ 195 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3678 | 2024.11.18 18:43:11.075918 [ 108 ] {} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3679 | 2024.11.18 18:43:11.076011 [ 254 ] {cf0cd26b-5647-480c-903a-28738438a959} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003802 sec., 16833.245660178854 rows/sec., 1.31 MiB/sec. | ||
| 3680 | 2024.11.18 18:43:11.076019 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3681 | 2024.11.18 18:43:11.076432 [ 254 ] {cf0cd26b-5647-480c-903a-28738438a959} <Debug> TCPHandler: Processed in 0.004522948 sec. | ||
| 3682 | 2024.11.18 18:43:11.076800 [ 198 ] {2ab46401-386a-45e1-87f1-36d54e75b299::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 | ||
| 3683 | 2024.11.18 18:43:11.077032 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3684 | 2024.11.18 18:43:11.077073 [ 192 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_26_5} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3685 | 2024.11.18 18:43:11.077359 [ 198 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3686 | 2024.11.18 18:43:11.077481 [ 198 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 907 rows starting from the beginning of the part | ||
| 3687 | 2024.11.18 18:43:11.077517 [ 192 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_26_5} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3688 | 2024.11.18 18:43:11.077599 [ 5 ] {a47af1c9-4882-487e-ada9-39b1b71f7ef9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3689 | 2024.11.18 18:43:11.077820 [ 198 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 66 rows starting from the beginning of the part | ||
| 3690 | 2024.11.18 18:43:11.077841 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
| 3691 | 2024.11.18 18:43:11.078159 [ 5 ] {a47af1c9-4882-487e-ada9-39b1b71f7ef9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3692 | 2024.11.18 18:43:11.078183 [ 198 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 64 rows starting from the beginning of the part | ||
| 3693 | 2024.11.18 18:43:11.078630 [ 198 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 421 rows starting from the beginning of the part | ||
| 3694 | 2024.11.18 18:43:11.078988 [ 198 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 70 rows starting from the beginning of the part | ||
| 3695 | 2024.11.18 18:43:11.079311 [ 198 ] {2ab46401-386a-45e1-87f1-36d54e75b299::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 | ||
| 3696 | 2024.11.18 18:43:11.081285 [ 5 ] {a47af1c9-4882-487e-ada9-39b1b71f7ef9} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3697 | 2024.11.18 18:43:11.081419 [ 5 ] {a47af1c9-4882-487e-ada9-39b1b71f7ef9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3698 | 2024.11.18 18:43:11.082509 [ 5 ] {a47af1c9-4882-487e-ada9-39b1b71f7ef9} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3699 | 2024.11.18 18:43:11.083018 [ 5 ] {a47af1c9-4882-487e-ada9-39b1b71f7ef9} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3700 | 2024.11.18 18:43:11.083034 [ 198 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1592 rows, containing 5 columns (5 merged, 0 gathered) in 0.006843034 sec., 232645.3441558233 rows/sec., 17.93 MiB/sec. | ||
| 3701 | 2024.11.18 18:43:11.083314 [ 108 ] {} <Debug> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3702 | 2024.11.18 18:43:11.083353 [ 198 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3703 | 2024.11.18 18:43:11.083446 [ 108 ] {} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3704 | 2024.11.18 18:43:11.083521 [ 5 ] {a47af1c9-4882-487e-ada9-39b1b71f7ef9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006027 sec., 26547.20424755268 rows/sec., 1.85 MiB/sec. | ||
| 3705 | 2024.11.18 18:43:11.083583 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3706 | 2024.11.18 18:43:11.083807 [ 5 ] {a47af1c9-4882-487e-ada9-39b1b71f7ef9} <Debug> TCPHandler: Processed in 0.007202481 sec. | ||
| 3707 | 2024.11.18 18:43:11.084137 [ 196 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::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 | ||
| 3708 | 2024.11.18 18:43:11.084199 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3709 | 2024.11.18 18:43:11.084276 [ 198 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_26_5} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3710 | 2024.11.18 18:43:11.084577 [ 198 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_26_5} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3711 | 2024.11.18 18:43:11.084616 [ 196 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3712 | 2024.11.18 18:43:11.084664 [ 254 ] {1e07845d-f441-4797-9801-c5707447f38c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3713 | 2024.11.18 18:43:11.084772 [ 196 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 4389 rows starting from the beginning of the part | ||
| 3714 | 2024.11.18 18:43:11.084793 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. | ||
| 3715 | 2024.11.18 18:43:11.084899 [ 254 ] {1e07845d-f441-4797-9801-c5707447f38c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3716 | 2024.11.18 18:43:11.085200 [ 196 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 161 rows starting from the beginning of the part | ||
| 3717 | 2024.11.18 18:43:11.085624 [ 196 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 160 rows starting from the beginning of the part | ||
| 3718 | 2024.11.18 18:43:11.086070 [ 196 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 237 rows starting from the beginning of the part | ||
| 3719 | 2024.11.18 18:43:11.086399 [ 196 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 163 rows starting from the beginning of the part | ||
| 3720 | 2024.11.18 18:43:11.086632 [ 196 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 160 rows starting from the beginning of the part | ||
| 3721 | 2024.11.18 18:43:11.087484 [ 254 ] {1e07845d-f441-4797-9801-c5707447f38c} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3722 | 2024.11.18 18:43:11.087551 [ 254 ] {1e07845d-f441-4797-9801-c5707447f38c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3723 | 2024.11.18 18:43:11.088219 [ 254 ] {1e07845d-f441-4797-9801-c5707447f38c} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3724 | 2024.11.18 18:43:11.088750 [ 254 ] {1e07845d-f441-4797-9801-c5707447f38c} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3725 | 2024.11.18 18:43:11.089034 [ 108 ] {} <Debug> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3726 | 2024.11.18 18:43:11.089134 [ 108 ] {} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3727 | 2024.11.18 18:43:11.089209 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3728 | 2024.11.18 18:43:11.089537 [ 254 ] {1e07845d-f441-4797-9801-c5707447f38c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005021 sec., 11949.810794662417 rows/sec., 824.66 KiB/sec. | ||
| 3729 | 2024.11.18 18:43:11.089937 [ 186 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::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 | ||
| 3730 | 2024.11.18 18:43:11.090217 [ 254 ] {1e07845d-f441-4797-9801-c5707447f38c} <Debug> TCPHandler: Processed in 0.006252052 sec. | ||
| 3731 | 2024.11.18 18:43:11.090695 [ 186 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3732 | 2024.11.18 18:43:11.090823 [ 186 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1058 rows starting from the beginning of the part | ||
| 3733 | 2024.11.18 18:43:11.090896 [ 186 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 60 rows starting from the beginning of the part | ||
| 3734 | 2024.11.18 18:43:11.091531 [ 186 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 60 rows starting from the beginning of the part | ||
| 3735 | 2024.11.18 18:43:11.091854 [ 186 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 82 rows starting from the beginning of the part | ||
| 3736 | 2024.11.18 18:43:11.092219 [ 186 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 60 rows starting from the beginning of the part | ||
| 3737 | 2024.11.18 18:43:11.092518 [ 186 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 60 rows starting from the beginning of the part | ||
| 3738 | 2024.11.18 18:43:11.095000 [ 196 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5270 rows, containing 5 columns (5 merged, 0 gathered) in 0.011124998 sec., 473707.9503295191 rows/sec., 32.12 MiB/sec. | ||
| 3739 | 2024.11.18 18:43:11.095431 [ 196 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3740 | 2024.11.18 18:43:11.095941 [ 186 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1380 rows, containing 4 columns (4 merged, 0 gathered) in 0.006561378 sec., 210321.67328265496 rows/sec., 13.71 MiB/sec. | ||
| 3741 | 2024.11.18 18:43:11.096108 [ 196 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3742 | 2024.11.18 18:43:11.096204 [ 196 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3743 | 2024.11.18 18:43:11.096358 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.27 MiB. | ||
| 3744 | 2024.11.18 18:43:11.096451 [ 201 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3745 | 2024.11.18 18:43:11.096946 [ 201 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_26_5} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3746 | 2024.11.18 18:43:11.097029 [ 201 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_26_5} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3747 | 2024.11.18 18:43:11.097123 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
| 3748 | 2024.11.18 18:43:13.235467 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37498, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3749 | 2024.11.18 18:43:13.415943 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37483, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3750 | 2024.11.18 18:43:13.463356 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34725, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3751 | 2024.11.18 18:43:13.550723 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54857, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3752 | 2024.11.18 18:43:13.554992 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45238, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3753 | 2024.11.18 18:43:13.604830 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56574, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3754 | 2024.11.18 18:43:13.609085 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47741, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3755 | 2024.11.18 18:43:13.640392 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58277, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3756 | 2024.11.18 18:43:14.430757 [ 103 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3757 | 2024.11.18 18:43:14.430808 [ 103 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3758 | 2024.11.18 18:43:14.555833 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 552 | ||
| 3759 | 2024.11.18 18:43:14.558551 [ 242 ] {} <Trace> system.query_log (5706cc8f-2754-46ca-b9b4-a1f620913b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3760 | 2024.11.18 18:43:14.558618 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3761 | 2024.11.18 18:43:14.560121 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3762 | 2024.11.18 18:43:14.560441 [ 242 ] {} <Trace> system.query_log (5706cc8f-2754-46ca-b9b4-a1f620913b28): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3763 | 2024.11.18 18:43:14.561029 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 552 | ||
| 3764 | 2024.11.18 18:43:14.592666 [ 103 ] {} <Debug> oximeter.measurements_bool (59fe736a-aeb6-4d88-9694-5589842d5df9) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3765 | 2024.11.18 18:43:14.592725 [ 103 ] {} <Trace> oximeter.measurements_bool (59fe736a-aeb6-4d88-9694-5589842d5df9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3766 | 2024.11.18 18:43:14.592752 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3767 | 2024.11.18 18:43:14.592939 [ 186 ] {59fe736a-aeb6-4d88-9694-5589842d5df9::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 | ||
| 3768 | 2024.11.18 18:43:14.593128 [ 186 ] {59fe736a-aeb6-4d88-9694-5589842d5df9::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3769 | 2024.11.18 18:43:14.593164 [ 186 ] {59fe736a-aeb6-4d88-9694-5589842d5df9::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 | ||
| 3770 | 2024.11.18 18:43:14.593232 [ 186 ] {59fe736a-aeb6-4d88-9694-5589842d5df9::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 | ||
| 3771 | 2024.11.18 18:43:14.593450 [ 186 ] {59fe736a-aeb6-4d88-9694-5589842d5df9::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 | ||
| 3772 | 2024.11.18 18:43:14.593683 [ 186 ] {59fe736a-aeb6-4d88-9694-5589842d5df9::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 | ||
| 3773 | 2024.11.18 18:43:14.593824 [ 186 ] {59fe736a-aeb6-4d88-9694-5589842d5df9::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 | ||
| 3774 | 2024.11.18 18:43:14.594855 [ 201 ] {59fe736a-aeb6-4d88-9694-5589842d5df9::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 4 columns (4 merged, 0 gathered) in 0.00203138 sec., 26582.914078114383 rows/sec., 1.36 MiB/sec. | ||
| 3775 | 2024.11.18 18:43:14.595033 [ 201 ] {59fe736a-aeb6-4d88-9694-5589842d5df9::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3776 | 2024.11.18 18:43:14.595363 [ 201 ] {59fe736a-aeb6-4d88-9694-5589842d5df9::all_1_9_2} <Trace> oximeter.measurements_bool (59fe736a-aeb6-4d88-9694-5589842d5df9): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3777 | 2024.11.18 18:43:14.595452 [ 201 ] {59fe736a-aeb6-4d88-9694-5589842d5df9::all_1_9_2} <Trace> oximeter.measurements_bool (59fe736a-aeb6-4d88-9694-5589842d5df9) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3778 | 2024.11.18 18:43:14.595550 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3779 | 2024.11.18 18:43:16.075473 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3780 | 2024.11.18 18:43:16.075707 [ 5 ] {63977f4f-261f-4a6a-a59e-bf929faa38ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3781 | 2024.11.18 18:43:16.075786 [ 5 ] {63977f4f-261f-4a6a-a59e-bf929faa38ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3782 | 2024.11.18 18:43:16.076548 [ 5 ] {63977f4f-261f-4a6a-a59e-bf929faa38ae} <Trace> oximeter.fields_i16 (d269e674-0362-4b8e-97b0-6474794c47df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3783 | 2024.11.18 18:43:16.076602 [ 5 ] {63977f4f-261f-4a6a-a59e-bf929faa38ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3784 | 2024.11.18 18:43:16.077030 [ 5 ] {63977f4f-261f-4a6a-a59e-bf929faa38ae} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3785 | 2024.11.18 18:43:16.077293 [ 5 ] {63977f4f-261f-4a6a-a59e-bf929faa38ae} <Trace> oximeter.fields_i16 (d269e674-0362-4b8e-97b0-6474794c47df): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3786 | 2024.11.18 18:43:16.077538 [ 5 ] {63977f4f-261f-4a6a-a59e-bf929faa38ae} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00189 sec., 7407.407407407408 rows/sec., 533.23 KiB/sec. | ||
| 3787 | 2024.11.18 18:43:16.077596 [ 5 ] {63977f4f-261f-4a6a-a59e-bf929faa38ae} <Debug> TCPHandler: Processed in 0.002268084 sec. | ||
| 3788 | 2024.11.18 18:43:16.077858 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3789 | 2024.11.18 18:43:16.078046 [ 254 ] {5480b6a1-86f4-409c-9228-922a06f37704} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3790 | 2024.11.18 18:43:16.078118 [ 254 ] {5480b6a1-86f4-409c-9228-922a06f37704} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3791 | 2024.11.18 18:43:16.078891 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:60813, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3792 | 2024.11.18 18:43:16.079146 [ 254 ] {5480b6a1-86f4-409c-9228-922a06f37704} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3793 | 2024.11.18 18:43:16.079204 [ 254 ] {5480b6a1-86f4-409c-9228-922a06f37704} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3794 | 2024.11.18 18:43:16.079665 [ 254 ] {5480b6a1-86f4-409c-9228-922a06f37704} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3795 | 2024.11.18 18:43:16.079921 [ 254 ] {5480b6a1-86f4-409c-9228-922a06f37704} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3796 | 2024.11.18 18:43:16.080151 [ 254 ] {5480b6a1-86f4-409c-9228-922a06f37704} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.002156 sec., 130333.9517625232 rows/sec., 11.50 MiB/sec. | ||
| 3797 | 2024.11.18 18:43:16.080217 [ 254 ] {5480b6a1-86f4-409c-9228-922a06f37704} <Debug> TCPHandler: Processed in 0.002495419 sec. | ||
| 3798 | 2024.11.18 18:43:16.080380 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3799 | 2024.11.18 18:43:16.080495 [ 5 ] {11ce309e-8888-485d-8e5d-162f36361a6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3800 | 2024.11.18 18:43:16.080547 [ 5 ] {11ce309e-8888-485d-8e5d-162f36361a6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3801 | 2024.11.18 18:43:16.081152 [ 5 ] {11ce309e-8888-485d-8e5d-162f36361a6e} <Trace> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3802 | 2024.11.18 18:43:16.081192 [ 5 ] {11ce309e-8888-485d-8e5d-162f36361a6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3803 | 2024.11.18 18:43:16.081552 [ 5 ] {11ce309e-8888-485d-8e5d-162f36361a6e} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3804 | 2024.11.18 18:43:16.081791 [ 5 ] {11ce309e-8888-485d-8e5d-162f36361a6e} <Trace> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3805 | 2024.11.18 18:43:16.082008 [ 5 ] {11ce309e-8888-485d-8e5d-162f36361a6e} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001537 sec., 29928.43201040989 rows/sec., 2.15 MiB/sec. | ||
| 3806 | 2024.11.18 18:43:16.082060 [ 5 ] {11ce309e-8888-485d-8e5d-162f36361a6e} <Debug> TCPHandler: Processed in 0.001737364 sec. | ||
| 3807 | 2024.11.18 18:43:16.082223 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3808 | 2024.11.18 18:43:16.082367 [ 254 ] {83100a25-e04b-46bb-bf37-a58c08cdcb76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3809 | 2024.11.18 18:43:16.082426 [ 254 ] {83100a25-e04b-46bb-bf37-a58c08cdcb76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3810 | 2024.11.18 18:43:16.083091 [ 254 ] {83100a25-e04b-46bb-bf37-a58c08cdcb76} <Trace> oximeter.fields_u32 (83ac11ca-fabd-4357-b8e5-0d6d82c87995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3811 | 2024.11.18 18:43:16.083133 [ 254 ] {83100a25-e04b-46bb-bf37-a58c08cdcb76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3812 | 2024.11.18 18:43:16.083488 [ 254 ] {83100a25-e04b-46bb-bf37-a58c08cdcb76} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3813 | 2024.11.18 18:43:16.083728 [ 254 ] {83100a25-e04b-46bb-bf37-a58c08cdcb76} <Trace> oximeter.fields_u32 (83ac11ca-fabd-4357-b8e5-0d6d82c87995): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3814 | 2024.11.18 18:43:16.083959 [ 254 ] {83100a25-e04b-46bb-bf37-a58c08cdcb76} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001618 sec., 8652.65760197775 rows/sec., 605.98 KiB/sec. | ||
| 3815 | 2024.11.18 18:43:16.084072 [ 254 ] {83100a25-e04b-46bb-bf37-a58c08cdcb76} <Debug> TCPHandler: Processed in 0.001914507 sec. | ||
| 3816 | 2024.11.18 18:43:16.084270 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3817 | 2024.11.18 18:43:16.084409 [ 5 ] {18829ec6-df06-450e-8248-7e1155b90359} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3818 | 2024.11.18 18:43:16.084465 [ 5 ] {18829ec6-df06-450e-8248-7e1155b90359} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3819 | 2024.11.18 18:43:16.085117 [ 5 ] {18829ec6-df06-450e-8248-7e1155b90359} <Trace> oximeter.fields_u8 (356b4e61-1c07-430a-980d-4f9a89d03858): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3820 | 2024.11.18 18:43:16.085155 [ 5 ] {18829ec6-df06-450e-8248-7e1155b90359} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3821 | 2024.11.18 18:43:16.085509 [ 5 ] {18829ec6-df06-450e-8248-7e1155b90359} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3822 | 2024.11.18 18:43:16.085750 [ 5 ] {18829ec6-df06-450e-8248-7e1155b90359} <Trace> oximeter.fields_u8 (356b4e61-1c07-430a-980d-4f9a89d03858): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3823 | 2024.11.18 18:43:16.085949 [ 5 ] {18829ec6-df06-450e-8248-7e1155b90359} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001561 sec., 8327.994875080076 rows/sec., 519.25 KiB/sec. | ||
| 3824 | 2024.11.18 18:43:16.086059 [ 5 ] {18829ec6-df06-450e-8248-7e1155b90359} <Debug> TCPHandler: Processed in 0.001880457 sec. | ||
| 3825 | 2024.11.18 18:43:16.086255 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3826 | 2024.11.18 18:43:16.086390 [ 254 ] {63391239-ba8f-494b-bd5f-c5ffc8506ebb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3827 | 2024.11.18 18:43:16.086447 [ 254 ] {63391239-ba8f-494b-bd5f-c5ffc8506ebb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3828 | 2024.11.18 18:43:16.087251 [ 254 ] {63391239-ba8f-494b-bd5f-c5ffc8506ebb} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3829 | 2024.11.18 18:43:16.087290 [ 254 ] {63391239-ba8f-494b-bd5f-c5ffc8506ebb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3830 | 2024.11.18 18:43:16.087673 [ 254 ] {63391239-ba8f-494b-bd5f-c5ffc8506ebb} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3831 | 2024.11.18 18:43:16.087911 [ 254 ] {63391239-ba8f-494b-bd5f-c5ffc8506ebb} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3832 | 2024.11.18 18:43:16.088120 [ 254 ] {63391239-ba8f-494b-bd5f-c5ffc8506ebb} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001761 sec., 239068.710959682 rows/sec., 17.08 MiB/sec. | ||
| 3833 | 2024.11.18 18:43:16.088174 [ 254 ] {63391239-ba8f-494b-bd5f-c5ffc8506ebb} <Debug> TCPHandler: Processed in 0.001997588 sec. | ||
| 3834 | 2024.11.18 18:43:16.088325 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3835 | 2024.11.18 18:43:16.088462 [ 5 ] {336872bb-841b-4d81-afa9-4670700882d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3836 | 2024.11.18 18:43:16.088520 [ 5 ] {336872bb-841b-4d81-afa9-4670700882d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3837 | 2024.11.18 18:43:16.089061 [ 5 ] {336872bb-841b-4d81-afa9-4670700882d9} <Trace> oximeter.measurements_bool (59fe736a-aeb6-4d88-9694-5589842d5df9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3838 | 2024.11.18 18:43:16.089099 [ 5 ] {336872bb-841b-4d81-afa9-4670700882d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3839 | 2024.11.18 18:43:16.089455 [ 5 ] {336872bb-841b-4d81-afa9-4670700882d9} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3840 | 2024.11.18 18:43:16.089697 [ 5 ] {336872bb-841b-4d81-afa9-4670700882d9} <Trace> oximeter.measurements_bool (59fe736a-aeb6-4d88-9694-5589842d5df9): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3841 | 2024.11.18 18:43:16.089875 [ 5 ] {336872bb-841b-4d81-afa9-4670700882d9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001444 sec., 4155.124653739612 rows/sec., 217.09 KiB/sec. | ||
| 3842 | 2024.11.18 18:43:16.089924 [ 5 ] {336872bb-841b-4d81-afa9-4670700882d9} <Debug> TCPHandler: Processed in 0.001663133 sec. | ||
| 3843 | 2024.11.18 18:43:16.090074 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3844 | 2024.11.18 18:43:16.090209 [ 254 ] {8e1b5f66-4d75-4813-a046-f34500fe5190} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3845 | 2024.11.18 18:43:16.090270 [ 254 ] {8e1b5f66-4d75-4813-a046-f34500fe5190} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3846 | 2024.11.18 18:43:16.090957 [ 254 ] {8e1b5f66-4d75-4813-a046-f34500fe5190} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3847 | 2024.11.18 18:43:16.090995 [ 254 ] {8e1b5f66-4d75-4813-a046-f34500fe5190} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3848 | 2024.11.18 18:43:16.091385 [ 254 ] {8e1b5f66-4d75-4813-a046-f34500fe5190} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3849 | 2024.11.18 18:43:16.091630 [ 254 ] {8e1b5f66-4d75-4813-a046-f34500fe5190} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3850 | 2024.11.18 18:43:16.091874 [ 254 ] {8e1b5f66-4d75-4813-a046-f34500fe5190} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001692 sec., 140070.9219858156 rows/sec., 9.39 MiB/sec. | ||
| 3851 | 2024.11.18 18:43:16.092066 [ 254 ] {8e1b5f66-4d75-4813-a046-f34500fe5190} <Debug> TCPHandler: Processed in 0.002055091 sec. | ||
| 3852 | 2024.11.18 18:43:16.092278 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3853 | 2024.11.18 18:43:16.092414 [ 5 ] {b4629b3c-ee2a-4022-95b6-be243c693d4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3854 | 2024.11.18 18:43:16.092473 [ 5 ] {b4629b3c-ee2a-4022-95b6-be243c693d4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3855 | 2024.11.18 18:43:16.093017 [ 5 ] {b4629b3c-ee2a-4022-95b6-be243c693d4c} <Trace> oximeter.measurements_f64 (d052af3d-076d-4497-9d38-4aa388f95b75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3856 | 2024.11.18 18:43:16.093054 [ 5 ] {b4629b3c-ee2a-4022-95b6-be243c693d4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3857 | 2024.11.18 18:43:16.093404 [ 5 ] {b4629b3c-ee2a-4022-95b6-be243c693d4c} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3858 | 2024.11.18 18:43:16.093642 [ 5 ] {b4629b3c-ee2a-4022-95b6-be243c693d4c} <Trace> oximeter.measurements_f64 (d052af3d-076d-4497-9d38-4aa388f95b75): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3859 | 2024.11.18 18:43:16.093902 [ 5 ] {b4629b3c-ee2a-4022-95b6-be243c693d4c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001499 sec., 667.1114076050701 rows/sec., 44.95 KiB/sec. | ||
| 3860 | 2024.11.18 18:43:16.094042 [ 5 ] {b4629b3c-ee2a-4022-95b6-be243c693d4c} <Debug> TCPHandler: Processed in 0.001875336 sec. | ||
| 3861 | 2024.11.18 18:43:16.094196 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3862 | 2024.11.18 18:43:16.094331 [ 254 ] {7cab4330-5e4e-4dc3-a9a8-2de9cc76d0ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3863 | 2024.11.18 18:43:16.094425 [ 254 ] {7cab4330-5e4e-4dc3-a9a8-2de9cc76d0ae} <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 | ||
| 3864 | 2024.11.18 18:43:16.095667 [ 254 ] {7cab4330-5e4e-4dc3-a9a8-2de9cc76d0ae} <Trace> oximeter.measurements_histogramu64 (72c523e9-b30d-40f9-b06a-7c8965a18908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3865 | 2024.11.18 18:43:16.095706 [ 254 ] {7cab4330-5e4e-4dc3-a9a8-2de9cc76d0ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3866 | 2024.11.18 18:43:16.096352 [ 254 ] {7cab4330-5e4e-4dc3-a9a8-2de9cc76d0ae} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3867 | 2024.11.18 18:43:16.096609 [ 254 ] {7cab4330-5e4e-4dc3-a9a8-2de9cc76d0ae} <Trace> oximeter.measurements_histogramu64 (72c523e9-b30d-40f9-b06a-7c8965a18908): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3868 | 2024.11.18 18:43:16.096931 [ 254 ] {7cab4330-5e4e-4dc3-a9a8-2de9cc76d0ae} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002619 sec., 14891.179839633449 rows/sec., 26.68 MiB/sec. | ||
| 3869 | 2024.11.18 18:43:16.097288 [ 254 ] {7cab4330-5e4e-4dc3-a9a8-2de9cc76d0ae} <Debug> TCPHandler: Processed in 0.003159142 sec. | ||
| 3870 | 2024.11.18 18:43:16.097495 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3871 | 2024.11.18 18:43:16.097716 [ 5 ] {2f2a88ec-bd81-4437-8bc4-fd80a04e5c87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3872 | 2024.11.18 18:43:16.097807 [ 5 ] {2f2a88ec-bd81-4437-8bc4-fd80a04e5c87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3873 | 2024.11.18 18:43:16.098379 [ 5 ] {2f2a88ec-bd81-4437-8bc4-fd80a04e5c87} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3874 | 2024.11.18 18:43:16.098417 [ 5 ] {2f2a88ec-bd81-4437-8bc4-fd80a04e5c87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3875 | 2024.11.18 18:43:16.098783 [ 5 ] {2f2a88ec-bd81-4437-8bc4-fd80a04e5c87} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3876 | 2024.11.18 18:43:16.099017 [ 5 ] {2f2a88ec-bd81-4437-8bc4-fd80a04e5c87} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3877 | 2024.11.18 18:43:16.099236 [ 5 ] {2f2a88ec-bd81-4437-8bc4-fd80a04e5c87} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001575 sec., 52063.49206349206 rows/sec., 3.31 MiB/sec. | ||
| 3878 | 2024.11.18 18:43:16.099420 [ 5 ] {2f2a88ec-bd81-4437-8bc4-fd80a04e5c87} <Debug> TCPHandler: Processed in 0.00203114 sec. | ||
| 3879 | 2024.11.18 18:43:16.544017 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:38240, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3880 | 2024.11.18 18:43:16.739304 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:41494, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3881 | 2024.11.18 18:43:16.739799 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:38734, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3882 | 2024.11.18 18:43:16.742669 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:61338, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3883 | 2024.11.18 18:43:16.756946 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:61257, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3884 | 2024.11.18 18:43:16.788213 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:42164, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3885 | 2024.11.18 18:43:16.814558 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:40173, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3886 | 2024.11.18 18:43:16.817852 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:55545, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3887 | 2024.11.18 18:43:17.185090 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:62145, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3888 | 2024.11.18 18:43:17.243272 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:62298, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3889 | 2024.11.18 18:43:17.243288 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:41746, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3890 | 2024.11.18 18:43:17.458075 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:44460, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3891 | 2024.11.18 18:43:17.458174 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:38046, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3892 | 2024.11.18 18:43:17.458248 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:62377, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3893 | 2024.11.18 18:43:17.497034 [ 292 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:58648, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3894 | 2024.11.18 18:43:17.525886 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:47115, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3895 | 2024.11.18 18:43:17.753777 [ 99 ] {} <Debug> oximeter.fields_ipaddr (4ab47f75-0e62-4181-b939-eac36af8f626) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 3896 | 2024.11.18 18:43:17.753838 [ 99 ] {} <Trace> oximeter.fields_ipaddr (4ab47f75-0e62-4181-b939-eac36af8f626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3897 | 2024.11.18 18:43:17.753865 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3898 | 2024.11.18 18:43:17.754101 [ 197 ] {4ab47f75-0e62-4181-b939-eac36af8f626::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 | ||
| 3899 | 2024.11.18 18:43:17.754271 [ 197 ] {4ab47f75-0e62-4181-b939-eac36af8f626::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3900 | 2024.11.18 18:43:17.754310 [ 197 ] {4ab47f75-0e62-4181-b939-eac36af8f626::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 | ||
| 3901 | 2024.11.18 18:43:17.754430 [ 197 ] {4ab47f75-0e62-4181-b939-eac36af8f626::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part | ||
| 3902 | 2024.11.18 18:43:17.754513 [ 197 ] {4ab47f75-0e62-4181-b939-eac36af8f626::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 | ||
| 3903 | 2024.11.18 18:43:17.754761 [ 197 ] {4ab47f75-0e62-4181-b939-eac36af8f626::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part | ||
| 3904 | 2024.11.18 18:43:17.754934 [ 197 ] {4ab47f75-0e62-4181-b939-eac36af8f626::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 | ||
| 3905 | 2024.11.18 18:43:17.755931 [ 186 ] {4ab47f75-0e62-4181-b939-eac36af8f626::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20 rows, containing 5 columns (5 merged, 0 gathered) in 0.001976779 sec., 10117.46887234233 rows/sec., 864.53 KiB/sec. | ||
| 3906 | 2024.11.18 18:43:17.756115 [ 186 ] {4ab47f75-0e62-4181-b939-eac36af8f626::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 3907 | 2024.11.18 18:43:17.756448 [ 186 ] {4ab47f75-0e62-4181-b939-eac36af8f626::all_1_5_1} <Trace> oximeter.fields_ipaddr (4ab47f75-0e62-4181-b939-eac36af8f626): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3908 | 2024.11.18 18:43:17.756539 [ 186 ] {4ab47f75-0e62-4181-b939-eac36af8f626::all_1_5_1} <Trace> oximeter.fields_ipaddr (4ab47f75-0e62-4181-b939-eac36af8f626) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 3909 | 2024.11.18 18:43:17.756642 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 3910 | 2024.11.18 18:43:18.190276 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:43783, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3911 | 2024.11.18 18:43:18.207045 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:34780, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3912 | 2024.11.18 18:43:18.231407 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:46990, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3913 | 2024.11.18 18:43:18.259880 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:42651, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3914 | 2024.11.18 18:43:18.274341 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:54676, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3915 | 2024.11.18 18:43:18.306515 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:60957, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3916 | 2024.11.18 18:43:18.309204 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:61280, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3917 | 2024.11.18 18:43:21.067333 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3918 | 2024.11.18 18:43:21.067564 [ 5 ] {fb6ec957-a424-4e49-a5b1-ffbf8435623e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3919 | 2024.11.18 18:43:21.067646 [ 5 ] {fb6ec957-a424-4e49-a5b1-ffbf8435623e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3920 | 2024.11.18 18:43:21.068458 [ 5 ] {fb6ec957-a424-4e49-a5b1-ffbf8435623e} <Trace> oximeter.fields_ipaddr (4ab47f75-0e62-4181-b939-eac36af8f626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3921 | 2024.11.18 18:43:21.068508 [ 5 ] {fb6ec957-a424-4e49-a5b1-ffbf8435623e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3922 | 2024.11.18 18:43:21.068929 [ 5 ] {fb6ec957-a424-4e49-a5b1-ffbf8435623e} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3923 | 2024.11.18 18:43:21.069190 [ 5 ] {fb6ec957-a424-4e49-a5b1-ffbf8435623e} <Trace> oximeter.fields_ipaddr (4ab47f75-0e62-4181-b939-eac36af8f626): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3924 | 2024.11.18 18:43:21.069451 [ 5 ] {fb6ec957-a424-4e49-a5b1-ffbf8435623e} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001941 sec., 2060.7934054611023 rows/sec., 168.04 KiB/sec. | ||
| 3925 | 2024.11.18 18:43:21.069523 [ 5 ] {fb6ec957-a424-4e49-a5b1-ffbf8435623e} <Debug> TCPHandler: Processed in 0.002330725 sec. | ||
| 3926 | 2024.11.18 18:43:21.069797 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3927 | 2024.11.18 18:43:21.070002 [ 254 ] {5c71e635-be6e-4d4e-bb89-22f38866a4eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3928 | 2024.11.18 18:43:21.070084 [ 254 ] {5c71e635-be6e-4d4e-bb89-22f38866a4eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3929 | 2024.11.18 18:43:21.070831 [ 254 ] {5c71e635-be6e-4d4e-bb89-22f38866a4eb} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3930 | 2024.11.18 18:43:21.070885 [ 254 ] {5c71e635-be6e-4d4e-bb89-22f38866a4eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3931 | 2024.11.18 18:43:21.071303 [ 254 ] {5c71e635-be6e-4d4e-bb89-22f38866a4eb} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 3932 | 2024.11.18 18:43:21.071547 [ 254 ] {5c71e635-be6e-4d4e-bb89-22f38866a4eb} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3933 | 2024.11.18 18:43:21.071829 [ 254 ] {5c71e635-be6e-4d4e-bb89-22f38866a4eb} <Debug> executeQuery: Read 58 rows, 4.52 KiB in 0.001883 sec., 30801.91184280404 rows/sec., 2.35 MiB/sec. | ||
| 3934 | 2024.11.18 18:43:21.072041 [ 254 ] {5c71e635-be6e-4d4e-bb89-22f38866a4eb} <Debug> TCPHandler: Processed in 0.002384847 sec. | ||
| 3935 | 2024.11.18 18:43:21.072241 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3936 | 2024.11.18 18:43:21.072385 [ 5 ] {8860445a-f641-4461-beef-aa2fb012cfee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3937 | 2024.11.18 18:43:21.072445 [ 5 ] {8860445a-f641-4461-beef-aa2fb012cfee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3938 | 2024.11.18 18:43:21.073136 [ 5 ] {8860445a-f641-4461-beef-aa2fb012cfee} <Trace> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3939 | 2024.11.18 18:43:21.073178 [ 5 ] {8860445a-f641-4461-beef-aa2fb012cfee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3940 | 2024.11.18 18:43:21.073529 [ 5 ] {8860445a-f641-4461-beef-aa2fb012cfee} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3941 | 2024.11.18 18:43:21.073765 [ 5 ] {8860445a-f641-4461-beef-aa2fb012cfee} <Trace> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3942 | 2024.11.18 18:43:21.073979 [ 5 ] {8860445a-f641-4461-beef-aa2fb012cfee} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.00163 sec., 2453.98773006135 rows/sec., 171.35 KiB/sec. | ||
| 3943 | 2024.11.18 18:43:21.074033 [ 5 ] {8860445a-f641-4461-beef-aa2fb012cfee} <Debug> TCPHandler: Processed in 0.001879257 sec. | ||
| 3944 | 2024.11.18 18:43:21.074200 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3945 | 2024.11.18 18:43:21.074342 [ 254 ] {556bb087-5111-4861-ac08-e357d4248b1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3946 | 2024.11.18 18:43:21.074403 [ 254 ] {556bb087-5111-4861-ac08-e357d4248b1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3947 | 2024.11.18 18:43:21.075122 [ 254 ] {556bb087-5111-4861-ac08-e357d4248b1f} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3948 | 2024.11.18 18:43:21.075163 [ 254 ] {556bb087-5111-4861-ac08-e357d4248b1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3949 | 2024.11.18 18:43:21.075527 [ 254 ] {556bb087-5111-4861-ac08-e357d4248b1f} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 3950 | 2024.11.18 18:43:21.075769 [ 254 ] {556bb087-5111-4861-ac08-e357d4248b1f} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3951 | 2024.11.18 18:43:21.075981 [ 254 ] {556bb087-5111-4861-ac08-e357d4248b1f} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001675 sec., 40597.014925373136 rows/sec., 3.17 MiB/sec. | ||
| 3952 | 2024.11.18 18:43:21.076034 [ 254 ] {556bb087-5111-4861-ac08-e357d4248b1f} <Debug> TCPHandler: Processed in 0.001904237 sec. | ||
| 3953 | 2024.11.18 18:43:21.076192 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3954 | 2024.11.18 18:43:21.076332 [ 5 ] {3e21549c-65a0-4e3b-ba62-3dd3033d4d6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3955 | 2024.11.18 18:43:21.076394 [ 5 ] {3e21549c-65a0-4e3b-ba62-3dd3033d4d6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3956 | 2024.11.18 18:43:21.077064 [ 5 ] {3e21549c-65a0-4e3b-ba62-3dd3033d4d6e} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3957 | 2024.11.18 18:43:21.077108 [ 5 ] {3e21549c-65a0-4e3b-ba62-3dd3033d4d6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3958 | 2024.11.18 18:43:21.077498 [ 5 ] {3e21549c-65a0-4e3b-ba62-3dd3033d4d6e} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 3959 | 2024.11.18 18:43:21.077775 [ 5 ] {3e21549c-65a0-4e3b-ba62-3dd3033d4d6e} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3960 | 2024.11.18 18:43:21.078004 [ 5 ] {3e21549c-65a0-4e3b-ba62-3dd3033d4d6e} <Debug> executeQuery: Read 130 rows, 9.27 KiB in 0.001704 sec., 76291.07981220658 rows/sec., 5.31 MiB/sec. | ||
| 3961 | 2024.11.18 18:43:21.078060 [ 5 ] {3e21549c-65a0-4e3b-ba62-3dd3033d4d6e} <Debug> TCPHandler: Processed in 0.001937198 sec. | ||
| 3962 | 2024.11.18 18:43:21.078220 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3963 | 2024.11.18 18:43:21.078335 [ 254 ] {d38c467c-ec12-44b1-a78f-b4b62dbca50f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3964 | 2024.11.18 18:43:21.078386 [ 254 ] {d38c467c-ec12-44b1-a78f-b4b62dbca50f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3965 | 2024.11.18 18:43:21.078880 [ 254 ] {d38c467c-ec12-44b1-a78f-b4b62dbca50f} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3966 | 2024.11.18 18:43:21.078919 [ 254 ] {d38c467c-ec12-44b1-a78f-b4b62dbca50f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3967 | 2024.11.18 18:43:21.079289 [ 254 ] {d38c467c-ec12-44b1-a78f-b4b62dbca50f} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 3968 | 2024.11.18 18:43:21.079522 [ 254 ] {d38c467c-ec12-44b1-a78f-b4b62dbca50f} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3969 | 2024.11.18 18:43:21.079734 [ 254 ] {d38c467c-ec12-44b1-a78f-b4b62dbca50f} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001424 sec., 33707.86516853933 rows/sec., 2.27 MiB/sec. | ||
| 3970 | 2024.11.18 18:43:21.079786 [ 254 ] {d38c467c-ec12-44b1-a78f-b4b62dbca50f} <Debug> TCPHandler: Processed in 0.001620252 sec. | ||
| 3971 | 2024.11.18 18:43:24.561141 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 586 | ||
| 3972 | 2024.11.18 18:43:24.564032 [ 242 ] {} <Trace> system.query_log (5706cc8f-2754-46ca-b9b4-a1f620913b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3973 | 2024.11.18 18:43:24.564091 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3974 | 2024.11.18 18:43:24.565525 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3975 | 2024.11.18 18:43:24.565845 [ 242 ] {} <Trace> system.query_log (5706cc8f-2754-46ca-b9b4-a1f620913b28): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3976 | 2024.11.18 18:43:24.566464 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 586 | ||
| 3977 | 2024.11.18 18:43:26.069492 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3978 | 2024.11.18 18:43:26.069728 [ 5 ] {8f9c3cee-c6e2-4f32-acdf-e2a22e18ba6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3979 | 2024.11.18 18:43:26.069812 [ 5 ] {8f9c3cee-c6e2-4f32-acdf-e2a22e18ba6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3980 | 2024.11.18 18:43:26.070680 [ 5 ] {8f9c3cee-c6e2-4f32-acdf-e2a22e18ba6f} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3981 | 2024.11.18 18:43:26.070732 [ 5 ] {8f9c3cee-c6e2-4f32-acdf-e2a22e18ba6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3982 | 2024.11.18 18:43:26.071169 [ 5 ] {8f9c3cee-c6e2-4f32-acdf-e2a22e18ba6f} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 3983 | 2024.11.18 18:43:26.071428 [ 5 ] {8f9c3cee-c6e2-4f32-acdf-e2a22e18ba6f} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3984 | 2024.11.18 18:43:26.071672 [ 5 ] {8f9c3cee-c6e2-4f32-acdf-e2a22e18ba6f} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002004 sec., 27944.111776447106 rows/sec., 2.13 MiB/sec. | ||
| 3985 | 2024.11.18 18:43:26.071738 [ 5 ] {8f9c3cee-c6e2-4f32-acdf-e2a22e18ba6f} <Debug> TCPHandler: Processed in 0.002392187 sec. | ||
| 3986 | 2024.11.18 18:43:26.072014 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3987 | 2024.11.18 18:43:26.072223 [ 254 ] {13370985-216d-4d4b-bb31-2973b2d89656} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3988 | 2024.11.18 18:43:26.072300 [ 254 ] {13370985-216d-4d4b-bb31-2973b2d89656} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3989 | 2024.11.18 18:43:26.073044 [ 254 ] {13370985-216d-4d4b-bb31-2973b2d89656} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3990 | 2024.11.18 18:43:26.073086 [ 254 ] {13370985-216d-4d4b-bb31-2973b2d89656} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3991 | 2024.11.18 18:43:26.073515 [ 254 ] {13370985-216d-4d4b-bb31-2973b2d89656} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 3992 | 2024.11.18 18:43:26.073767 [ 254 ] {13370985-216d-4d4b-bb31-2973b2d89656} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3993 | 2024.11.18 18:43:26.073982 [ 254 ] {13370985-216d-4d4b-bb31-2973b2d89656} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001809 sec., 35378.662244333886 rows/sec., 2.76 MiB/sec. | ||
| 3994 | 2024.11.18 18:43:26.074079 [ 254 ] {13370985-216d-4d4b-bb31-2973b2d89656} <Debug> TCPHandler: Processed in 0.002199713 sec. | ||
| 3995 | 2024.11.18 18:43:26.074331 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3996 | 2024.11.18 18:43:26.074484 [ 5 ] {7b69796d-f01c-4384-84c6-18dfb16957bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3997 | 2024.11.18 18:43:26.074548 [ 5 ] {7b69796d-f01c-4384-84c6-18dfb16957bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3998 | 2024.11.18 18:43:26.075254 [ 5 ] {7b69796d-f01c-4384-84c6-18dfb16957bf} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3999 | 2024.11.18 18:43:26.075296 [ 5 ] {7b69796d-f01c-4384-84c6-18dfb16957bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 4000 | 2024.11.18 18:43:26.075704 [ 5 ] {7b69796d-f01c-4384-84c6-18dfb16957bf} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4001 | 2024.11.18 18:43:26.075962 [ 5 ] {7b69796d-f01c-4384-84c6-18dfb16957bf} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4002 | 2024.11.18 18:43:26.076176 [ 5 ] {7b69796d-f01c-4384-84c6-18dfb16957bf} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001731 sec., 92432.12016175622 rows/sec., 6.44 MiB/sec. | ||
| 4003 | 2024.11.18 18:43:26.076233 [ 5 ] {7b69796d-f01c-4384-84c6-18dfb16957bf} <Debug> TCPHandler: Processed in 0.00204216 sec. | ||
| 4004 | 2024.11.18 18:43:26.076398 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4005 | 2024.11.18 18:43:26.076542 [ 254 ] {d9049628-2551-434f-b453-514f1242cde9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4006 | 2024.11.18 18:43:26.076605 [ 254 ] {d9049628-2551-434f-b453-514f1242cde9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4007 | 2024.11.18 18:43:26.077192 [ 254 ] {d9049628-2551-434f-b453-514f1242cde9} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4008 | 2024.11.18 18:43:26.077237 [ 254 ] {d9049628-2551-434f-b453-514f1242cde9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 4009 | 2024.11.18 18:43:26.077618 [ 254 ] {d9049628-2551-434f-b453-514f1242cde9} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4010 | 2024.11.18 18:43:26.077879 [ 254 ] {d9049628-2551-434f-b453-514f1242cde9} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4011 | 2024.11.18 18:43:26.078077 [ 254 ] {d9049628-2551-434f-b453-514f1242cde9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001564 sec., 38363.17135549872 rows/sec., 2.59 MiB/sec. | ||
| 4012 | 2024.11.18 18:43:26.078159 [ 254 ] {d9049628-2551-434f-b453-514f1242cde9} <Debug> TCPHandler: Processed in 0.001828606 sec. | ||
| 4013 | 2024.11.18 18:43:29.430848 [ 30 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4014 | 2024.11.18 18:43:29.430906 [ 30 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4015 | 2024.11.18 18:43:31.075636 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4016 | 2024.11.18 18:43:31.075843 [ 5 ] {b58a3478-6066-4ec6-b4ec-f34b1d3a9b0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4017 | 2024.11.18 18:43:31.075917 [ 5 ] {b58a3478-6066-4ec6-b4ec-f34b1d3a9b0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4018 | 2024.11.18 18:43:31.076677 [ 5 ] {b58a3478-6066-4ec6-b4ec-f34b1d3a9b0b} <Trace> oximeter.fields_i16 (d269e674-0362-4b8e-97b0-6474794c47df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4019 | 2024.11.18 18:43:31.076729 [ 5 ] {b58a3478-6066-4ec6-b4ec-f34b1d3a9b0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 4020 | 2024.11.18 18:43:31.077161 [ 5 ] {b58a3478-6066-4ec6-b4ec-f34b1d3a9b0b} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4021 | 2024.11.18 18:43:31.077418 [ 5 ] {b58a3478-6066-4ec6-b4ec-f34b1d3a9b0b} <Trace> oximeter.fields_i16 (d269e674-0362-4b8e-97b0-6474794c47df): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4022 | 2024.11.18 18:43:31.077669 [ 5 ] {b58a3478-6066-4ec6-b4ec-f34b1d3a9b0b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001873 sec., 7474.639615589962 rows/sec., 538.07 KiB/sec. | ||
| 4023 | 2024.11.18 18:43:31.077735 [ 5 ] {b58a3478-6066-4ec6-b4ec-f34b1d3a9b0b} <Debug> TCPHandler: Processed in 0.002235773 sec. | ||
| 4024 | 2024.11.18 18:43:31.077997 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4025 | 2024.11.18 18:43:31.078204 [ 254 ] {a41d21b7-b426-4944-8e1c-02598bd2c79e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4026 | 2024.11.18 18:43:31.078287 [ 254 ] {a41d21b7-b426-4944-8e1c-02598bd2c79e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4027 | 2024.11.18 18:43:31.079178 [ 254 ] {a41d21b7-b426-4944-8e1c-02598bd2c79e} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4028 | 2024.11.18 18:43:31.079231 [ 254 ] {a41d21b7-b426-4944-8e1c-02598bd2c79e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 4029 | 2024.11.18 18:43:31.079674 [ 254 ] {a41d21b7-b426-4944-8e1c-02598bd2c79e} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4030 | 2024.11.18 18:43:31.079928 [ 254 ] {a41d21b7-b426-4944-8e1c-02598bd2c79e} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4031 | 2024.11.18 18:43:31.080200 [ 254 ] {a41d21b7-b426-4944-8e1c-02598bd2c79e} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.002047 sec., 137274.05959941377 rows/sec., 12.11 MiB/sec. | ||
| 4032 | 2024.11.18 18:43:31.080379 [ 254 ] {a41d21b7-b426-4944-8e1c-02598bd2c79e} <Debug> TCPHandler: Processed in 0.002524279 sec. | ||
| 4033 | 2024.11.18 18:43:31.080593 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4034 | 2024.11.18 18:43:31.080740 [ 5 ] {ed4443b0-28a7-4419-aa2f-7050fbcf5b5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4035 | 2024.11.18 18:43:31.080801 [ 5 ] {ed4443b0-28a7-4419-aa2f-7050fbcf5b5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4036 | 2024.11.18 18:43:31.081495 [ 5 ] {ed4443b0-28a7-4419-aa2f-7050fbcf5b5a} <Trace> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4037 | 2024.11.18 18:43:31.081537 [ 5 ] {ed4443b0-28a7-4419-aa2f-7050fbcf5b5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 4038 | 2024.11.18 18:43:31.081909 [ 5 ] {ed4443b0-28a7-4419-aa2f-7050fbcf5b5a} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4039 | 2024.11.18 18:43:31.082151 [ 5 ] {ed4443b0-28a7-4419-aa2f-7050fbcf5b5a} <Trace> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4040 | 2024.11.18 18:43:31.082386 [ 5 ] {ed4443b0-28a7-4419-aa2f-7050fbcf5b5a} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001683 sec., 27332.144979203804 rows/sec., 1.97 MiB/sec. | ||
| 4041 | 2024.11.18 18:43:31.082517 [ 5 ] {ed4443b0-28a7-4419-aa2f-7050fbcf5b5a} <Debug> TCPHandler: Processed in 0.00202426 sec. | ||
| 4042 | 2024.11.18 18:43:31.082674 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4043 | 2024.11.18 18:43:31.082819 [ 254 ] {e5585b27-067a-409d-82de-e5bcd548a350} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4044 | 2024.11.18 18:43:31.082879 [ 254 ] {e5585b27-067a-409d-82de-e5bcd548a350} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4045 | 2024.11.18 18:43:31.083547 [ 254 ] {e5585b27-067a-409d-82de-e5bcd548a350} <Trace> oximeter.fields_u32 (83ac11ca-fabd-4357-b8e5-0d6d82c87995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4046 | 2024.11.18 18:43:31.083588 [ 254 ] {e5585b27-067a-409d-82de-e5bcd548a350} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 4047 | 2024.11.18 18:43:31.083947 [ 254 ] {e5585b27-067a-409d-82de-e5bcd548a350} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4048 | 2024.11.18 18:43:31.084182 [ 254 ] {e5585b27-067a-409d-82de-e5bcd548a350} <Trace> oximeter.fields_u32 (83ac11ca-fabd-4357-b8e5-0d6d82c87995): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4049 | 2024.11.18 18:43:31.084476 [ 254 ] {e5585b27-067a-409d-82de-e5bcd548a350} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00167 sec., 8383.233532934131 rows/sec., 587.11 KiB/sec. | ||
| 4050 | 2024.11.18 18:43:31.084619 [ 254 ] {e5585b27-067a-409d-82de-e5bcd548a350} <Debug> TCPHandler: Processed in 0.002012689 sec. | ||
| 4051 | 2024.11.18 18:43:31.084774 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4052 | 2024.11.18 18:43:31.084911 [ 5 ] {2c2efcea-547e-4524-a65c-48d507749f80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4053 | 2024.11.18 18:43:31.084970 [ 5 ] {2c2efcea-547e-4524-a65c-48d507749f80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4054 | 2024.11.18 18:43:31.085613 [ 5 ] {2c2efcea-547e-4524-a65c-48d507749f80} <Trace> oximeter.fields_u8 (356b4e61-1c07-430a-980d-4f9a89d03858): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4055 | 2024.11.18 18:43:31.085653 [ 5 ] {2c2efcea-547e-4524-a65c-48d507749f80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 4056 | 2024.11.18 18:43:31.086014 [ 5 ] {2c2efcea-547e-4524-a65c-48d507749f80} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4057 | 2024.11.18 18:43:31.086261 [ 5 ] {2c2efcea-547e-4524-a65c-48d507749f80} <Trace> oximeter.fields_u8 (356b4e61-1c07-430a-980d-4f9a89d03858): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4058 | 2024.11.18 18:43:31.086474 [ 5 ] {2c2efcea-547e-4524-a65c-48d507749f80} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001594 sec., 8155.583437892095 rows/sec., 508.50 KiB/sec. | ||
| 4059 | 2024.11.18 18:43:31.086527 [ 5 ] {2c2efcea-547e-4524-a65c-48d507749f80} <Debug> TCPHandler: Processed in 0.001821345 sec. | ||
| 4060 | 2024.11.18 18:43:31.086682 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4061 | 2024.11.18 18:43:31.086819 [ 254 ] {902c3ef7-9d71-459f-a835-92ab6c1d2a6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4062 | 2024.11.18 18:43:31.086876 [ 254 ] {902c3ef7-9d71-459f-a835-92ab6c1d2a6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4063 | 2024.11.18 18:43:31.087648 [ 254 ] {902c3ef7-9d71-459f-a835-92ab6c1d2a6a} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4064 | 2024.11.18 18:43:31.087689 [ 254 ] {902c3ef7-9d71-459f-a835-92ab6c1d2a6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 4065 | 2024.11.18 18:43:31.088072 [ 254 ] {902c3ef7-9d71-459f-a835-92ab6c1d2a6a} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4066 | 2024.11.18 18:43:31.088304 [ 254 ] {902c3ef7-9d71-459f-a835-92ab6c1d2a6a} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4067 | 2024.11.18 18:43:31.088524 [ 254 ] {902c3ef7-9d71-459f-a835-92ab6c1d2a6a} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001736 sec., 242511.5207373272 rows/sec., 17.33 MiB/sec. | ||
| 4068 | 2024.11.18 18:43:31.088578 [ 254 ] {902c3ef7-9d71-459f-a835-92ab6c1d2a6a} <Debug> TCPHandler: Processed in 0.001968039 sec. | ||
| 4069 | 2024.11.18 18:43:31.088724 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4070 | 2024.11.18 18:43:31.088862 [ 5 ] {46aca574-8f95-45e9-87ab-62b4609f498f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4071 | 2024.11.18 18:43:31.088923 [ 5 ] {46aca574-8f95-45e9-87ab-62b4609f498f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4072 | 2024.11.18 18:43:31.089470 [ 5 ] {46aca574-8f95-45e9-87ab-62b4609f498f} <Trace> oximeter.measurements_bool (59fe736a-aeb6-4d88-9694-5589842d5df9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4073 | 2024.11.18 18:43:31.089509 [ 5 ] {46aca574-8f95-45e9-87ab-62b4609f498f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 4074 | 2024.11.18 18:43:31.089872 [ 5 ] {46aca574-8f95-45e9-87ab-62b4609f498f} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4075 | 2024.11.18 18:43:31.090105 [ 5 ] {46aca574-8f95-45e9-87ab-62b4609f498f} <Trace> oximeter.measurements_bool (59fe736a-aeb6-4d88-9694-5589842d5df9): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4076 | 2024.11.18 18:43:31.090348 [ 5 ] {46aca574-8f95-45e9-87ab-62b4609f498f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001512 sec., 3968.253968253968 rows/sec., 207.33 KiB/sec. | ||
| 4077 | 2024.11.18 18:43:31.090425 [ 5 ] {46aca574-8f95-45e9-87ab-62b4609f498f} <Debug> TCPHandler: Processed in 0.001769715 sec. | ||
| 4078 | 2024.11.18 18:43:31.090578 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4079 | 2024.11.18 18:43:31.090717 [ 254 ] {f89697e7-9328-4c06-8384-2f3274cbe8cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4080 | 2024.11.18 18:43:31.090778 [ 254 ] {f89697e7-9328-4c06-8384-2f3274cbe8cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4081 | 2024.11.18 18:43:31.091485 [ 254 ] {f89697e7-9328-4c06-8384-2f3274cbe8cf} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4082 | 2024.11.18 18:43:31.091527 [ 254 ] {f89697e7-9328-4c06-8384-2f3274cbe8cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 4083 | 2024.11.18 18:43:31.091926 [ 254 ] {f89697e7-9328-4c06-8384-2f3274cbe8cf} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4084 | 2024.11.18 18:43:31.092163 [ 254 ] {f89697e7-9328-4c06-8384-2f3274cbe8cf} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4085 | 2024.11.18 18:43:31.092367 [ 254 ] {f89697e7-9328-4c06-8384-2f3274cbe8cf} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001682 sec., 140903.6860879905 rows/sec., 9.44 MiB/sec. | ||
| 4086 | 2024.11.18 18:43:31.092421 [ 254 ] {f89697e7-9328-4c06-8384-2f3274cbe8cf} <Debug> TCPHandler: Processed in 0.001912947 sec. | ||
| 4087 | 2024.11.18 18:43:31.092579 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4088 | 2024.11.18 18:43:31.092716 [ 5 ] {16a704ad-9c50-4afb-be7c-8719bdffe412} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4089 | 2024.11.18 18:43:31.092775 [ 5 ] {16a704ad-9c50-4afb-be7c-8719bdffe412} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4090 | 2024.11.18 18:43:31.093328 [ 5 ] {16a704ad-9c50-4afb-be7c-8719bdffe412} <Trace> oximeter.measurements_f64 (d052af3d-076d-4497-9d38-4aa388f95b75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4091 | 2024.11.18 18:43:31.093375 [ 5 ] {16a704ad-9c50-4afb-be7c-8719bdffe412} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 4092 | 2024.11.18 18:43:31.093731 [ 5 ] {16a704ad-9c50-4afb-be7c-8719bdffe412} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4093 | 2024.11.18 18:43:31.093964 [ 5 ] {16a704ad-9c50-4afb-be7c-8719bdffe412} <Trace> oximeter.measurements_f64 (d052af3d-076d-4497-9d38-4aa388f95b75): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4094 | 2024.11.18 18:43:31.094248 [ 5 ] {16a704ad-9c50-4afb-be7c-8719bdffe412} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001549 sec., 645.5777921239509 rows/sec., 43.50 KiB/sec. | ||
| 4095 | 2024.11.18 18:43:31.094399 [ 5 ] {16a704ad-9c50-4afb-be7c-8719bdffe412} <Debug> TCPHandler: Processed in 0.001884997 sec. | ||
| 4096 | 2024.11.18 18:43:31.094548 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4097 | 2024.11.18 18:43:31.094689 [ 254 ] {f803140c-fba5-46eb-ab51-a58e3d18e696} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4098 | 2024.11.18 18:43:31.094783 [ 254 ] {f803140c-fba5-46eb-ab51-a58e3d18e696} <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 | ||
| 4099 | 2024.11.18 18:43:31.096083 [ 254 ] {f803140c-fba5-46eb-ab51-a58e3d18e696} <Trace> oximeter.measurements_histogramu64 (72c523e9-b30d-40f9-b06a-7c8965a18908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4100 | 2024.11.18 18:43:31.096123 [ 254 ] {f803140c-fba5-46eb-ab51-a58e3d18e696} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 4101 | 2024.11.18 18:43:31.096779 [ 254 ] {f803140c-fba5-46eb-ab51-a58e3d18e696} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4102 | 2024.11.18 18:43:31.097041 [ 254 ] {f803140c-fba5-46eb-ab51-a58e3d18e696} <Trace> oximeter.measurements_histogramu64 (72c523e9-b30d-40f9-b06a-7c8965a18908): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4103 | 2024.11.18 18:43:31.097210 [ 26 ] {} <Debug> oximeter.measurements_histogramu64 (72c523e9-b30d-40f9-b06a-7c8965a18908) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 4104 | 2024.11.18 18:43:31.097304 [ 26 ] {} <Trace> oximeter.measurements_histogramu64 (72c523e9-b30d-40f9-b06a-7c8965a18908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4105 | 2024.11.18 18:43:31.097319 [ 254 ] {f803140c-fba5-46eb-ab51-a58e3d18e696} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002655 sec., 14689.265536723165 rows/sec., 26.32 MiB/sec. | ||
| 4106 | 2024.11.18 18:43:31.097343 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 4107 | 2024.11.18 18:43:31.097743 [ 190 ] {72c523e9-b30d-40f9-b06a-7c8965a18908::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 | ||
| 4108 | 2024.11.18 18:43:31.097867 [ 254 ] {f803140c-fba5-46eb-ab51-a58e3d18e696} <Debug> TCPHandler: Processed in 0.003371926 sec. | ||
| 4109 | 2024.11.18 18:43:31.098190 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4110 | 2024.11.18 18:43:31.098490 [ 5 ] {3d125d86-a580-4b91-8bdb-3d189874a4a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4111 | 2024.11.18 18:43:31.098613 [ 5 ] {3d125d86-a580-4b91-8bdb-3d189874a4a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4112 | 2024.11.18 18:43:31.098682 [ 190 ] {72c523e9-b30d-40f9-b06a-7c8965a18908::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4113 | 2024.11.18 18:43:31.098958 [ 190 ] {72c523e9-b30d-40f9-b06a-7c8965a18908::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 130 rows starting from the beginning of the part | ||
| 4114 | 2024.11.18 18:43:31.099817 [ 190 ] {72c523e9-b30d-40f9-b06a-7c8965a18908::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 39 rows starting from the beginning of the part | ||
| 4115 | 2024.11.18 18:43:31.100598 [ 190 ] {72c523e9-b30d-40f9-b06a-7c8965a18908::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 39 rows starting from the beginning of the part | ||
| 4116 | 2024.11.18 18:43:31.100613 [ 5 ] {3d125d86-a580-4b91-8bdb-3d189874a4a2} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4117 | 2024.11.18 18:43:31.100694 [ 5 ] {3d125d86-a580-4b91-8bdb-3d189874a4a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 4118 | 2024.11.18 18:43:31.101201 [ 190 ] {72c523e9-b30d-40f9-b06a-7c8965a18908::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 39 rows starting from the beginning of the part | ||
| 4119 | 2024.11.18 18:43:31.101936 [ 190 ] {72c523e9-b30d-40f9-b06a-7c8965a18908::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 39 rows starting from the beginning of the part | ||
| 4120 | 2024.11.18 18:43:31.102139 [ 5 ] {3d125d86-a580-4b91-8bdb-3d189874a4a2} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4121 | 2024.11.18 18:43:31.102532 [ 190 ] {72c523e9-b30d-40f9-b06a-7c8965a18908::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 39 rows starting from the beginning of the part | ||
| 4122 | 2024.11.18 18:43:31.103004 [ 5 ] {3d125d86-a580-4b91-8bdb-3d189874a4a2} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4123 | 2024.11.18 18:43:31.103588 [ 5 ] {3d125d86-a580-4b91-8bdb-3d189874a4a2} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00516 sec., 15891.472868217055 rows/sec., 1.01 MiB/sec. | ||
| 4124 | 2024.11.18 18:43:31.103796 [ 5 ] {3d125d86-a580-4b91-8bdb-3d189874a4a2} <Debug> TCPHandler: Processed in 0.005769273 sec. | ||
| 4125 | 2024.11.18 18:43:31.107577 [ 197 ] {72c523e9-b30d-40f9-b06a-7c8965a18908::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 325 rows, containing 19 columns (19 merged, 0 gathered) in 0.010075638 sec., 32256.021901541124 rows/sec., 57.80 MiB/sec. | ||
| 4126 | 2024.11.18 18:43:31.108133 [ 197 ] {72c523e9-b30d-40f9-b06a-7c8965a18908::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 4127 | 2024.11.18 18:43:31.108606 [ 197 ] {72c523e9-b30d-40f9-b06a-7c8965a18908::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (72c523e9-b30d-40f9-b06a-7c8965a18908): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4128 | 2024.11.18 18:43:31.108691 [ 197 ] {72c523e9-b30d-40f9-b06a-7c8965a18908::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (72c523e9-b30d-40f9-b06a-7c8965a18908) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 4129 | 2024.11.18 18:43:31.108835 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.76 MiB. | ||
| 4130 | 2024.11.18 18:43:34.567623 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 616 | ||
| 4131 | 2024.11.18 18:43:34.570420 [ 242 ] {} <Trace> system.query_log (5706cc8f-2754-46ca-b9b4-a1f620913b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4132 | 2024.11.18 18:43:34.570481 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 4133 | 2024.11.18 18:43:34.571874 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4134 | 2024.11.18 18:43:34.572196 [ 242 ] {} <Trace> system.query_log (5706cc8f-2754-46ca-b9b4-a1f620913b28): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4135 | 2024.11.18 18:43:34.572401 [ 45 ] {} <Debug> system.query_log (5706cc8f-2754-46ca-b9b4-a1f620913b28) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4136 | 2024.11.18 18:43:34.572522 [ 45 ] {} <Trace> system.query_log (5706cc8f-2754-46ca-b9b4-a1f620913b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4137 | 2024.11.18 18:43:34.572592 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 4138 | 2024.11.18 18:43:34.573350 [ 197 ] {5706cc8f-2754-46ca-b9b4-a1f620913b28::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 | ||
| 4139 | 2024.11.18 18:43:34.574358 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 616 | ||
| 4140 | 2024.11.18 18:43:34.574795 [ 197 ] {5706cc8f-2754-46ca-b9b4-a1f620913b28::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4141 | 2024.11.18 18:43:34.574980 [ 197 ] {5706cc8f-2754-46ca-b9b4-a1f620913b28::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 468 rows starting from the beginning of the part | ||
| 4142 | 2024.11.18 18:43:34.575495 [ 197 ] {5706cc8f-2754-46ca-b9b4-a1f620913b28::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 | ||
| 4143 | 2024.11.18 18:43:34.575941 [ 197 ] {5706cc8f-2754-46ca-b9b4-a1f620913b28::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 | ||
| 4144 | 2024.11.18 18:43:34.576450 [ 197 ] {5706cc8f-2754-46ca-b9b4-a1f620913b28::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 | ||
| 4145 | 2024.11.18 18:43:34.576872 [ 197 ] {5706cc8f-2754-46ca-b9b4-a1f620913b28::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 34 rows starting from the beginning of the part | ||
| 4146 | 2024.11.18 18:43:34.577269 [ 197 ] {5706cc8f-2754-46ca-b9b4-a1f620913b28::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 | ||
| 4147 | 2024.11.18 18:43:34.585391 [ 190 ] {5706cc8f-2754-46ca-b9b4-a1f620913b28::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 616 rows, containing 72 columns (72 merged, 0 gathered) in 0.012660748 sec., 48654.3133154534 rows/sec., 42.48 MiB/sec. | ||
| 4148 | 2024.11.18 18:43:34.586481 [ 193 ] {5706cc8f-2754-46ca-b9b4-a1f620913b28::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4149 | 2024.11.18 18:43:34.587178 [ 193 ] {5706cc8f-2754-46ca-b9b4-a1f620913b28::all_1_16_3} <Trace> system.query_log (5706cc8f-2754-46ca-b9b4-a1f620913b28): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4150 | 2024.11.18 18:43:34.587265 [ 193 ] {5706cc8f-2754-46ca-b9b4-a1f620913b28::all_1_16_3} <Trace> system.query_log (5706cc8f-2754-46ca-b9b4-a1f620913b28) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4151 | 2024.11.18 18:43:34.587471 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.98 MiB. | ||
| 4152 | 2024.11.18 18:43:36.069629 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4153 | 2024.11.18 18:43:36.069867 [ 5 ] {18754d16-fa98-485f-9689-fa22c115ca7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4154 | 2024.11.18 18:43:36.069951 [ 5 ] {18754d16-fa98-485f-9689-fa22c115ca7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4155 | 2024.11.18 18:43:36.070770 [ 5 ] {18754d16-fa98-485f-9689-fa22c115ca7b} <Trace> oximeter.fields_ipaddr (4ab47f75-0e62-4181-b939-eac36af8f626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4156 | 2024.11.18 18:43:36.070821 [ 5 ] {18754d16-fa98-485f-9689-fa22c115ca7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 4157 | 2024.11.18 18:43:36.071240 [ 5 ] {18754d16-fa98-485f-9689-fa22c115ca7b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 4158 | 2024.11.18 18:43:36.071493 [ 5 ] {18754d16-fa98-485f-9689-fa22c115ca7b} <Trace> oximeter.fields_ipaddr (4ab47f75-0e62-4181-b939-eac36af8f626): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4159 | 2024.11.18 18:43:36.071766 [ 5 ] {18754d16-fa98-485f-9689-fa22c115ca7b} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001951 sec., 3075.3459764223476 rows/sec., 250.77 KiB/sec. | ||
| 4160 | 2024.11.18 18:43:36.071986 [ 5 ] {18754d16-fa98-485f-9689-fa22c115ca7b} <Debug> TCPHandler: Processed in 0.00252164 sec. | ||
| 4161 | 2024.11.18 18:43:36.072264 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4162 | 2024.11.18 18:43:36.072468 [ 254 ] {d5b3c37f-50d1-4646-97a0-e1a37bd07a8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4163 | 2024.11.18 18:43:36.072552 [ 254 ] {d5b3c37f-50d1-4646-97a0-e1a37bd07a8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4164 | 2024.11.18 18:43:36.073315 [ 254 ] {d5b3c37f-50d1-4646-97a0-e1a37bd07a8f} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4165 | 2024.11.18 18:43:36.073368 [ 254 ] {d5b3c37f-50d1-4646-97a0-e1a37bd07a8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 4166 | 2024.11.18 18:43:36.073807 [ 254 ] {d5b3c37f-50d1-4646-97a0-e1a37bd07a8f} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4167 | 2024.11.18 18:43:36.074054 [ 254 ] {d5b3c37f-50d1-4646-97a0-e1a37bd07a8f} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4168 | 2024.11.18 18:43:36.074242 [ 42 ] {} <Debug> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4169 | 2024.11.18 18:43:36.074310 [ 254 ] {d5b3c37f-50d1-4646-97a0-e1a37bd07a8f} <Debug> executeQuery: Read 59 rows, 4.60 KiB in 0.001896 sec., 31118.143459915613 rows/sec., 2.37 MiB/sec. | ||
| 4170 | 2024.11.18 18:43:36.074327 [ 42 ] {} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4171 | 2024.11.18 18:43:36.074396 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 4172 | 2024.11.18 18:43:36.074449 [ 254 ] {d5b3c37f-50d1-4646-97a0-e1a37bd07a8f} <Debug> TCPHandler: Processed in 0.002323576 sec. | ||
| 4173 | 2024.11.18 18:43:36.074704 [ 197 ] {e0815423-10b2-46b5-b423-64c196c999c0::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 | ||
| 4174 | 2024.11.18 18:43:36.074735 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4175 | 2024.11.18 18:43:36.074967 [ 197 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4176 | 2024.11.18 18:43:36.075030 [ 5 ] {cbac89ec-612a-41ef-948a-66034d0e64e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4177 | 2024.11.18 18:43:36.075048 [ 197 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1432 rows starting from the beginning of the part | ||
| 4178 | 2024.11.18 18:43:36.075145 [ 5 ] {cbac89ec-612a-41ef-948a-66034d0e64e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4179 | 2024.11.18 18:43:36.075374 [ 197 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 281 rows starting from the beginning of the part | ||
| 4180 | 2024.11.18 18:43:36.075707 [ 197 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 58 rows starting from the beginning of the part | ||
| 4181 | 2024.11.18 18:43:36.076051 [ 197 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 56 rows starting from the beginning of the part | ||
| 4182 | 2024.11.18 18:43:36.076358 [ 197 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 281 rows starting from the beginning of the part | ||
| 4183 | 2024.11.18 18:43:36.076701 [ 197 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 59 rows starting from the beginning of the part | ||
| 4184 | 2024.11.18 18:43:36.077669 [ 5 ] {cbac89ec-612a-41ef-948a-66034d0e64e3} <Trace> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4185 | 2024.11.18 18:43:36.077713 [ 5 ] {cbac89ec-612a-41ef-948a-66034d0e64e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 4186 | 2024.11.18 18:43:36.078282 [ 5 ] {cbac89ec-612a-41ef-948a-66034d0e64e3} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4187 | 2024.11.18 18:43:36.078556 [ 5 ] {cbac89ec-612a-41ef-948a-66034d0e64e3} <Trace> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4188 | 2024.11.18 18:43:36.078913 [ 5 ] {cbac89ec-612a-41ef-948a-66034d0e64e3} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.00396 sec., 1515.1515151515152 rows/sec., 105.79 KiB/sec. | ||
| 4189 | 2024.11.18 18:43:36.078939 [ 197 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2167 rows, containing 5 columns (5 merged, 0 gathered) in 0.004427687 sec., 489420.32261991425 rows/sec., 43.02 MiB/sec. | ||
| 4190 | 2024.11.18 18:43:36.078997 [ 5 ] {cbac89ec-612a-41ef-948a-66034d0e64e3} <Debug> TCPHandler: Processed in 0.004410976 sec. | ||
| 4191 | 2024.11.18 18:43:36.079171 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4192 | 2024.11.18 18:43:36.079174 [ 197 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4193 | 2024.11.18 18:43:36.079381 [ 254 ] {1bdedd63-9f69-45fb-b8cd-30761577f5cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4194 | 2024.11.18 18:43:36.079488 [ 254 ] {1bdedd63-9f69-45fb-b8cd-30761577f5cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4195 | 2024.11.18 18:43:36.079658 [ 197 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_31_6} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4196 | 2024.11.18 18:43:36.079849 [ 197 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_31_6} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4197 | 2024.11.18 18:43:36.080033 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 4198 | 2024.11.18 18:43:36.080499 [ 254 ] {1bdedd63-9f69-45fb-b8cd-30761577f5cd} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4199 | 2024.11.18 18:43:36.080544 [ 254 ] {1bdedd63-9f69-45fb-b8cd-30761577f5cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 4200 | 2024.11.18 18:43:36.080914 [ 254 ] {1bdedd63-9f69-45fb-b8cd-30761577f5cd} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4201 | 2024.11.18 18:43:36.081152 [ 254 ] {1bdedd63-9f69-45fb-b8cd-30761577f5cd} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4202 | 2024.11.18 18:43:36.081328 [ 46 ] {} <Debug> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4203 | 2024.11.18 18:43:36.081390 [ 254 ] {1bdedd63-9f69-45fb-b8cd-30761577f5cd} <Debug> executeQuery: Read 70 rows, 5.60 KiB in 0.002081 sec., 33637.67419509851 rows/sec., 2.63 MiB/sec. | ||
| 4204 | 2024.11.18 18:43:36.081396 [ 46 ] {} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4205 | 2024.11.18 18:43:36.081476 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 4206 | 2024.11.18 18:43:36.081526 [ 254 ] {1bdedd63-9f69-45fb-b8cd-30761577f5cd} <Debug> TCPHandler: Processed in 0.002439698 sec. | ||
| 4207 | 2024.11.18 18:43:36.081758 [ 190 ] {2ab46401-386a-45e1-87f1-36d54e75b299::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 | ||
| 4208 | 2024.11.18 18:43:36.081792 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4209 | 2024.11.18 18:43:36.081997 [ 190 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4210 | 2024.11.18 18:43:36.082042 [ 5 ] {b0e6e6d4-8b9c-41e8-9c4c-73bb7625de15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4211 | 2024.11.18 18:43:36.082063 [ 190 ] {2ab46401-386a-45e1-87f1-36d54e75b299::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 | ||
| 4212 | 2024.11.18 18:43:36.082209 [ 5 ] {b0e6e6d4-8b9c-41e8-9c4c-73bb7625de15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4213 | 2024.11.18 18:43:36.082318 [ 190 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 421 rows starting from the beginning of the part | ||
| 4214 | 2024.11.18 18:43:36.082753 [ 190 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 68 rows starting from the beginning of the part | ||
| 4215 | 2024.11.18 18:43:36.083151 [ 190 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 64 rows starting from the beginning of the part | ||
| 4216 | 2024.11.18 18:43:36.083538 [ 190 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 421 rows starting from the beginning of the part | ||
| 4217 | 2024.11.18 18:43:36.083878 [ 190 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 70 rows starting from the beginning of the part | ||
| 4218 | 2024.11.18 18:43:36.084909 [ 5 ] {b0e6e6d4-8b9c-41e8-9c4c-73bb7625de15} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4219 | 2024.11.18 18:43:36.084981 [ 5 ] {b0e6e6d4-8b9c-41e8-9c4c-73bb7625de15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 4220 | 2024.11.18 18:43:36.086002 [ 5 ] {b0e6e6d4-8b9c-41e8-9c4c-73bb7625de15} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4221 | 2024.11.18 18:43:36.086443 [ 5 ] {b0e6e6d4-8b9c-41e8-9c4c-73bb7625de15} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4222 | 2024.11.18 18:43:36.086669 [ 46 ] {} <Debug> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4223 | 2024.11.18 18:43:36.086769 [ 46 ] {} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4224 | 2024.11.18 18:43:36.086849 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 4225 | 2024.11.18 18:43:36.086956 [ 5 ] {b0e6e6d4-8b9c-41e8-9c4c-73bb7625de15} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.00495 sec., 32929.292929292926 rows/sec., 2.29 MiB/sec. | ||
| 4226 | 2024.11.18 18:43:36.087437 [ 5 ] {b0e6e6d4-8b9c-41e8-9c4c-73bb7625de15} <Debug> TCPHandler: Processed in 0.005763473 sec. | ||
| 4227 | 2024.11.18 18:43:36.087446 [ 197 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::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 | ||
| 4228 | 2024.11.18 18:43:36.087747 [ 187 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1957 rows, containing 5 columns (5 merged, 0 gathered) in 0.006163661 sec., 317506.1055434424 rows/sec., 24.31 MiB/sec. | ||
| 4229 | 2024.11.18 18:43:36.087767 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4230 | 2024.11.18 18:43:36.087863 [ 197 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4231 | 2024.11.18 18:43:36.087946 [ 197 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 5270 rows starting from the beginning of the part | ||
| 4232 | 2024.11.18 18:43:36.088049 [ 254 ] {c35fe6fa-cb35-493b-b339-09f34eb5b266} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4233 | 2024.11.18 18:43:36.088153 [ 187 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4234 | 2024.11.18 18:43:36.088322 [ 197 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 237 rows starting from the beginning of the part | ||
| 4235 | 2024.11.18 18:43:36.088341 [ 254 ] {c35fe6fa-cb35-493b-b339-09f34eb5b266} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4236 | 2024.11.18 18:43:36.088770 [ 197 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 130 rows starting from the beginning of the part | ||
| 4237 | 2024.11.18 18:43:36.089273 [ 197 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 160 rows starting from the beginning of the part | ||
| 4238 | 2024.11.18 18:43:36.089734 [ 197 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 237 rows starting from the beginning of the part | ||
| 4239 | 2024.11.18 18:43:36.089863 [ 187 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_31_6} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4240 | 2024.11.18 18:43:36.090179 [ 197 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 163 rows starting from the beginning of the part | ||
| 4241 | 2024.11.18 18:43:36.090422 [ 187 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_31_6} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4242 | 2024.11.18 18:43:36.090827 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 4243 | 2024.11.18 18:43:36.091695 [ 254 ] {c35fe6fa-cb35-493b-b339-09f34eb5b266} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4244 | 2024.11.18 18:43:36.091743 [ 254 ] {c35fe6fa-cb35-493b-b339-09f34eb5b266} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 4245 | 2024.11.18 18:43:36.092613 [ 254 ] {c35fe6fa-cb35-493b-b339-09f34eb5b266} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4246 | 2024.11.18 18:43:36.093111 [ 254 ] {c35fe6fa-cb35-493b-b339-09f34eb5b266} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4247 | 2024.11.18 18:43:36.093372 [ 46 ] {} <Debug> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4248 | 2024.11.18 18:43:36.093451 [ 46 ] {} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4249 | 2024.11.18 18:43:36.093592 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 4250 | 2024.11.18 18:43:36.093601 [ 254 ] {c35fe6fa-cb35-493b-b339-09f34eb5b266} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005547 sec., 10816.65765278529 rows/sec., 746.46 KiB/sec. | ||
| 4251 | 2024.11.18 18:43:36.093908 [ 254 ] {c35fe6fa-cb35-493b-b339-09f34eb5b266} <Debug> TCPHandler: Processed in 0.006306353 sec. | ||
| 4252 | 2024.11.18 18:43:36.093938 [ 194 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::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 | ||
| 4253 | 2024.11.18 18:43:36.094150 [ 194 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4254 | 2024.11.18 18:43:36.094187 [ 194 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1380 rows starting from the beginning of the part | ||
| 4255 | 2024.11.18 18:43:36.094328 [ 194 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 82 rows starting from the beginning of the part | ||
| 4256 | 2024.11.18 18:43:36.094501 [ 194 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 48 rows starting from the beginning of the part | ||
| 4257 | 2024.11.18 18:43:36.094822 [ 194 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 60 rows starting from the beginning of the part | ||
| 4258 | 2024.11.18 18:43:36.095288 [ 194 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 82 rows starting from the beginning of the part | ||
| 4259 | 2024.11.18 18:43:36.095482 [ 197 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6197 rows, containing 5 columns (5 merged, 0 gathered) in 0.008514957 sec., 727778.1907765359 rows/sec., 49.40 MiB/sec. | ||
| 4260 | 2024.11.18 18:43:36.095611 [ 194 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 60 rows starting from the beginning of the part | ||
| 4261 | 2024.11.18 18:43:36.096000 [ 197 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4262 | 2024.11.18 18:43:36.096573 [ 197 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4263 | 2024.11.18 18:43:36.096771 [ 197 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4264 | 2024.11.18 18:43:36.096944 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.32 MiB. | ||
| 4265 | 2024.11.18 18:43:36.097576 [ 188 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1712 rows, containing 4 columns (4 merged, 0 gathered) in 0.003889916 sec., 440112.33147450996 rows/sec., 28.72 MiB/sec. | ||
| 4266 | 2024.11.18 18:43:36.098003 [ 199 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4267 | 2024.11.18 18:43:36.098525 [ 199 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_31_6} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4268 | 2024.11.18 18:43:36.098622 [ 199 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_31_6} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4269 | 2024.11.18 18:43:36.098710 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 4270 | 2024.11.18 18:43:41.068964 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4271 | 2024.11.18 18:43:41.069201 [ 5 ] {f535be18-bc14-4833-926e-16ffc04cdd2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4272 | 2024.11.18 18:43:41.069285 [ 5 ] {f535be18-bc14-4833-926e-16ffc04cdd2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4273 | 2024.11.18 18:43:41.070116 [ 5 ] {f535be18-bc14-4833-926e-16ffc04cdd2d} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4274 | 2024.11.18 18:43:41.070172 [ 5 ] {f535be18-bc14-4833-926e-16ffc04cdd2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 4275 | 2024.11.18 18:43:41.070625 [ 5 ] {f535be18-bc14-4833-926e-16ffc04cdd2d} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4276 | 2024.11.18 18:43:41.070885 [ 5 ] {f535be18-bc14-4833-926e-16ffc04cdd2d} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4277 | 2024.11.18 18:43:41.071118 [ 5 ] {f535be18-bc14-4833-926e-16ffc04cdd2d} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001976 sec., 28340.08097165992 rows/sec., 2.16 MiB/sec. | ||
| 4278 | 2024.11.18 18:43:41.071182 [ 5 ] {f535be18-bc14-4833-926e-16ffc04cdd2d} <Debug> TCPHandler: Processed in 0.002378466 sec. | ||
| 4279 | 2024.11.18 18:43:41.071444 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4280 | 2024.11.18 18:43:41.071654 [ 254 ] {cd0a7d8c-7320-4d45-b864-b9a16b3c84e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4281 | 2024.11.18 18:43:41.071731 [ 254 ] {cd0a7d8c-7320-4d45-b864-b9a16b3c84e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4282 | 2024.11.18 18:43:41.072480 [ 254 ] {cd0a7d8c-7320-4d45-b864-b9a16b3c84e4} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4283 | 2024.11.18 18:43:41.072536 [ 254 ] {cd0a7d8c-7320-4d45-b864-b9a16b3c84e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 4284 | 2024.11.18 18:43:41.072988 [ 254 ] {cd0a7d8c-7320-4d45-b864-b9a16b3c84e4} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4285 | 2024.11.18 18:43:41.073251 [ 254 ] {cd0a7d8c-7320-4d45-b864-b9a16b3c84e4} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4286 | 2024.11.18 18:43:41.073488 [ 254 ] {cd0a7d8c-7320-4d45-b864-b9a16b3c84e4} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001894 sec., 33790.9186906019 rows/sec., 2.64 MiB/sec. | ||
| 4287 | 2024.11.18 18:43:41.073550 [ 254 ] {cd0a7d8c-7320-4d45-b864-b9a16b3c84e4} <Debug> TCPHandler: Processed in 0.002250524 sec. | ||
| 4288 | 2024.11.18 18:43:41.073697 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4289 | 2024.11.18 18:43:41.073826 [ 5 ] {a10ccf46-42ed-47c8-8b52-e86c7f7656b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4290 | 2024.11.18 18:43:41.073886 [ 5 ] {a10ccf46-42ed-47c8-8b52-e86c7f7656b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4291 | 2024.11.18 18:43:41.074490 [ 5 ] {a10ccf46-42ed-47c8-8b52-e86c7f7656b3} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4292 | 2024.11.18 18:43:41.074532 [ 5 ] {a10ccf46-42ed-47c8-8b52-e86c7f7656b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 4293 | 2024.11.18 18:43:41.074945 [ 5 ] {a10ccf46-42ed-47c8-8b52-e86c7f7656b3} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4294 | 2024.11.18 18:43:41.075196 [ 5 ] {a10ccf46-42ed-47c8-8b52-e86c7f7656b3} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4295 | 2024.11.18 18:43:41.075454 [ 5 ] {a10ccf46-42ed-47c8-8b52-e86c7f7656b3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001652 sec., 96852.30024213075 rows/sec., 6.75 MiB/sec. | ||
| 4296 | 2024.11.18 18:43:41.075582 [ 5 ] {a10ccf46-42ed-47c8-8b52-e86c7f7656b3} <Debug> TCPHandler: Processed in 0.001938688 sec. | ||
| 4297 | 2024.11.18 18:43:41.075797 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4298 | 2024.11.18 18:43:41.075953 [ 254 ] {280c9144-e07c-43e2-bd45-a3d3b57c8a58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4299 | 2024.11.18 18:43:41.076020 [ 254 ] {280c9144-e07c-43e2-bd45-a3d3b57c8a58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4300 | 2024.11.18 18:43:41.076622 [ 254 ] {280c9144-e07c-43e2-bd45-a3d3b57c8a58} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4301 | 2024.11.18 18:43:41.076671 [ 254 ] {280c9144-e07c-43e2-bd45-a3d3b57c8a58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 4302 | 2024.11.18 18:43:41.077071 [ 254 ] {280c9144-e07c-43e2-bd45-a3d3b57c8a58} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4303 | 2024.11.18 18:43:41.077316 [ 254 ] {280c9144-e07c-43e2-bd45-a3d3b57c8a58} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4304 | 2024.11.18 18:43:41.077524 [ 254 ] {280c9144-e07c-43e2-bd45-a3d3b57c8a58} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001606 sec., 37359.900373599005 rows/sec., 2.52 MiB/sec. | ||
| 4305 | 2024.11.18 18:43:41.077578 [ 254 ] {280c9144-e07c-43e2-bd45-a3d3b57c8a58} <Debug> TCPHandler: Processed in 0.001884226 sec. | ||
| 4306 | 2024.11.18 18:43:43.241828 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55496, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4307 | 2024.11.18 18:43:43.430308 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38692, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4308 | 2024.11.18 18:43:43.465873 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62032, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4309 | 2024.11.18 18:43:43.565244 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59089, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4310 | 2024.11.18 18:43:43.567498 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57856, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4311 | 2024.11.18 18:43:43.611506 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43755, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4312 | 2024.11.18 18:43:43.614839 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46309, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4313 | 2024.11.18 18:43:43.661268 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58225, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4314 | 2024.11.18 18:43:44.430971 [ 85 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4315 | 2024.11.18 18:43:44.431031 [ 85 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4316 | 2024.11.18 18:43:44.574547 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 636 | ||
| 4317 | 2024.11.18 18:43:44.577228 [ 242 ] {} <Trace> system.query_log (5706cc8f-2754-46ca-b9b4-a1f620913b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4318 | 2024.11.18 18:43:44.577294 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 4319 | 2024.11.18 18:43:44.578727 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4320 | 2024.11.18 18:43:44.579048 [ 242 ] {} <Trace> system.query_log (5706cc8f-2754-46ca-b9b4-a1f620913b28): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4321 | 2024.11.18 18:43:44.579649 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 636 | ||
| 4322 | 2024.11.18 18:43:46.074604 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4323 | 2024.11.18 18:43:46.074970 [ 5 ] {b0f0a349-8814-498c-845c-2db8711f84df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4324 | 2024.11.18 18:43:46.075054 [ 5 ] {b0f0a349-8814-498c-845c-2db8711f84df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4325 | 2024.11.18 18:43:46.075823 [ 5 ] {b0f0a349-8814-498c-845c-2db8711f84df} <Trace> oximeter.fields_i16 (d269e674-0362-4b8e-97b0-6474794c47df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4326 | 2024.11.18 18:43:46.075877 [ 5 ] {b0f0a349-8814-498c-845c-2db8711f84df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 4327 | 2024.11.18 18:43:46.076312 [ 5 ] {b0f0a349-8814-498c-845c-2db8711f84df} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4328 | 2024.11.18 18:43:46.076571 [ 5 ] {b0f0a349-8814-498c-845c-2db8711f84df} <Trace> oximeter.fields_i16 (d269e674-0362-4b8e-97b0-6474794c47df): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4329 | 2024.11.18 18:43:46.076810 [ 5 ] {b0f0a349-8814-498c-845c-2db8711f84df} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001898 sec., 7376.185458377239 rows/sec., 530.99 KiB/sec. | ||
| 4330 | 2024.11.18 18:43:46.076875 [ 5 ] {b0f0a349-8814-498c-845c-2db8711f84df} <Debug> TCPHandler: Processed in 0.002459239 sec. | ||
| 4331 | 2024.11.18 18:43:46.077133 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4332 | 2024.11.18 18:43:46.077318 [ 254 ] {04889b77-8747-4894-b4ea-17fd1c1aacaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4333 | 2024.11.18 18:43:46.077390 [ 254 ] {04889b77-8747-4894-b4ea-17fd1c1aacaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4334 | 2024.11.18 18:43:46.078275 [ 254 ] {04889b77-8747-4894-b4ea-17fd1c1aacaf} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4335 | 2024.11.18 18:43:46.078326 [ 254 ] {04889b77-8747-4894-b4ea-17fd1c1aacaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 4336 | 2024.11.18 18:43:46.078778 [ 254 ] {04889b77-8747-4894-b4ea-17fd1c1aacaf} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4337 | 2024.11.18 18:43:46.079036 [ 254 ] {04889b77-8747-4894-b4ea-17fd1c1aacaf} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4338 | 2024.11.18 18:43:46.079283 [ 254 ] {04889b77-8747-4894-b4ea-17fd1c1aacaf} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.002013 sec., 139592.6477893691 rows/sec., 12.31 MiB/sec. | ||
| 4339 | 2024.11.18 18:43:46.079411 [ 254 ] {04889b77-8747-4894-b4ea-17fd1c1aacaf} <Debug> TCPHandler: Processed in 0.002407687 sec. | ||
| 4340 | 2024.11.18 18:43:46.079628 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4341 | 2024.11.18 18:43:46.079836 [ 5 ] {02590bb7-6ca5-4372-b0ff-ecc87278e80e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4342 | 2024.11.18 18:43:46.079913 [ 5 ] {02590bb7-6ca5-4372-b0ff-ecc87278e80e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4343 | 2024.11.18 18:43:46.080644 [ 5 ] {02590bb7-6ca5-4372-b0ff-ecc87278e80e} <Trace> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4344 | 2024.11.18 18:43:46.080693 [ 5 ] {02590bb7-6ca5-4372-b0ff-ecc87278e80e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 4345 | 2024.11.18 18:43:46.081098 [ 5 ] {02590bb7-6ca5-4372-b0ff-ecc87278e80e} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4346 | 2024.11.18 18:43:46.081345 [ 5 ] {02590bb7-6ca5-4372-b0ff-ecc87278e80e} <Trace> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4347 | 2024.11.18 18:43:46.081517 [ 92 ] {} <Debug> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4348 | 2024.11.18 18:43:46.081579 [ 5 ] {02590bb7-6ca5-4372-b0ff-ecc87278e80e} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001796 sec., 25612.472160356345 rows/sec., 1.84 MiB/sec. | ||
| 4349 | 2024.11.18 18:43:46.081604 [ 92 ] {} <Trace> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4350 | 2024.11.18 18:43:46.081678 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 4351 | 2024.11.18 18:43:46.081691 [ 5 ] {02590bb7-6ca5-4372-b0ff-ecc87278e80e} <Debug> TCPHandler: Processed in 0.002163193 sec. | ||
| 4352 | 2024.11.18 18:43:46.081997 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4353 | 2024.11.18 18:43:46.082123 [ 194 ] {e2d5d562-b8f6-4561-9841-f4b65eaa223e::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 | ||
| 4354 | 2024.11.18 18:43:46.082338 [ 254 ] {1db3226b-05a5-41b0-a160-be7861e8f713} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4355 | 2024.11.18 18:43:46.082467 [ 254 ] {1db3226b-05a5-41b0-a160-be7861e8f713} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4356 | 2024.11.18 18:43:46.082485 [ 194 ] {e2d5d562-b8f6-4561-9841-f4b65eaa223e::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4357 | 2024.11.18 18:43:46.082595 [ 194 ] {e2d5d562-b8f6-4561-9841-f4b65eaa223e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 64 rows starting from the beginning of the part | ||
| 4358 | 2024.11.18 18:43:46.082821 [ 194 ] {e2d5d562-b8f6-4561-9841-f4b65eaa223e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 46 rows starting from the beginning of the part | ||
| 4359 | 2024.11.18 18:43:46.083184 [ 194 ] {e2d5d562-b8f6-4561-9841-f4b65eaa223e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 4 rows starting from the beginning of the part | ||
| 4360 | 2024.11.18 18:43:46.083536 [ 194 ] {e2d5d562-b8f6-4561-9841-f4b65eaa223e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 46 rows starting from the beginning of the part | ||
| 4361 | 2024.11.18 18:43:46.083907 [ 194 ] {e2d5d562-b8f6-4561-9841-f4b65eaa223e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part | ||
| 4362 | 2024.11.18 18:43:46.084313 [ 194 ] {e2d5d562-b8f6-4561-9841-f4b65eaa223e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 46 rows starting from the beginning of the part | ||
| 4363 | 2024.11.18 18:43:46.085324 [ 254 ] {1db3226b-05a5-41b0-a160-be7861e8f713} <Trace> oximeter.fields_u32 (83ac11ca-fabd-4357-b8e5-0d6d82c87995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4364 | 2024.11.18 18:43:46.085409 [ 254 ] {1db3226b-05a5-41b0-a160-be7861e8f713} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 4365 | 2024.11.18 18:43:46.086308 [ 254 ] {1db3226b-05a5-41b0-a160-be7861e8f713} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4366 | 2024.11.18 18:43:46.086962 [ 254 ] {1db3226b-05a5-41b0-a160-be7861e8f713} <Trace> oximeter.fields_u32 (83ac11ca-fabd-4357-b8e5-0d6d82c87995): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4367 | 2024.11.18 18:43:46.087031 [ 199 ] {e2d5d562-b8f6-4561-9841-f4b65eaa223e::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 212 rows, containing 5 columns (5 merged, 0 gathered) in 0.005237312 sec., 40478.77995429716 rows/sec., 3.05 MiB/sec. | ||
| 4368 | 2024.11.18 18:43:46.087258 [ 254 ] {1db3226b-05a5-41b0-a160-be7861e8f713} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005031 sec., 2782.7469687934804 rows/sec., 194.89 KiB/sec. | ||
| 4369 | 2024.11.18 18:43:46.087267 [ 199 ] {e2d5d562-b8f6-4561-9841-f4b65eaa223e::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4370 | 2024.11.18 18:43:46.087377 [ 254 ] {1db3226b-05a5-41b0-a160-be7861e8f713} <Debug> TCPHandler: Processed in 0.005564659 sec. | ||
| 4371 | 2024.11.18 18:43:46.087512 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:41978, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4372 | 2024.11.18 18:43:46.087647 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4373 | 2024.11.18 18:43:46.087863 [ 5 ] {9c9228f7-07f6-4d19-ba55-98244322bc1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4374 | 2024.11.18 18:43:46.087877 [ 199 ] {e2d5d562-b8f6-4561-9841-f4b65eaa223e::all_1_21_4} <Trace> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4375 | 2024.11.18 18:43:46.087939 [ 5 ] {9c9228f7-07f6-4d19-ba55-98244322bc1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4376 | 2024.11.18 18:43:46.088078 [ 199 ] {e2d5d562-b8f6-4561-9841-f4b65eaa223e::all_1_21_4} <Trace> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4377 | 2024.11.18 18:43:46.088253 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 4378 | 2024.11.18 18:43:46.088753 [ 5 ] {9c9228f7-07f6-4d19-ba55-98244322bc1e} <Trace> oximeter.fields_u8 (356b4e61-1c07-430a-980d-4f9a89d03858): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4379 | 2024.11.18 18:43:46.088797 [ 5 ] {9c9228f7-07f6-4d19-ba55-98244322bc1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 4380 | 2024.11.18 18:43:46.089162 [ 5 ] {9c9228f7-07f6-4d19-ba55-98244322bc1e} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4381 | 2024.11.18 18:43:46.089401 [ 5 ] {9c9228f7-07f6-4d19-ba55-98244322bc1e} <Trace> oximeter.fields_u8 (356b4e61-1c07-430a-980d-4f9a89d03858): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4382 | 2024.11.18 18:43:46.089651 [ 5 ] {9c9228f7-07f6-4d19-ba55-98244322bc1e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001847 sec., 7038.4407146724425 rows/sec., 438.85 KiB/sec. | ||
| 4383 | 2024.11.18 18:43:46.089830 [ 5 ] {9c9228f7-07f6-4d19-ba55-98244322bc1e} <Debug> TCPHandler: Processed in 0.002303735 sec. | ||
| 4384 | 2024.11.18 18:43:46.090007 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4385 | 2024.11.18 18:43:46.090148 [ 254 ] {50ebfa5b-e286-4f96-b56d-44ef52c6b73e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4386 | 2024.11.18 18:43:46.090209 [ 254 ] {50ebfa5b-e286-4f96-b56d-44ef52c6b73e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4387 | 2024.11.18 18:43:46.091037 [ 254 ] {50ebfa5b-e286-4f96-b56d-44ef52c6b73e} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4388 | 2024.11.18 18:43:46.091075 [ 254 ] {50ebfa5b-e286-4f96-b56d-44ef52c6b73e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 4389 | 2024.11.18 18:43:46.091461 [ 254 ] {50ebfa5b-e286-4f96-b56d-44ef52c6b73e} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4390 | 2024.11.18 18:43:46.091713 [ 254 ] {50ebfa5b-e286-4f96-b56d-44ef52c6b73e} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4391 | 2024.11.18 18:43:46.091955 [ 254 ] {50ebfa5b-e286-4f96-b56d-44ef52c6b73e} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001839 sec., 228928.76563349648 rows/sec., 16.36 MiB/sec. | ||
| 4392 | 2024.11.18 18:43:46.092007 [ 254 ] {50ebfa5b-e286-4f96-b56d-44ef52c6b73e} <Debug> TCPHandler: Processed in 0.002066351 sec. | ||
| 4393 | 2024.11.18 18:43:46.092163 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4394 | 2024.11.18 18:43:46.092302 [ 5 ] {178583f5-5d4d-4d1d-acd5-52e09c9aa4f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4395 | 2024.11.18 18:43:46.092363 [ 5 ] {178583f5-5d4d-4d1d-acd5-52e09c9aa4f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4396 | 2024.11.18 18:43:46.092916 [ 5 ] {178583f5-5d4d-4d1d-acd5-52e09c9aa4f1} <Trace> oximeter.measurements_bool (59fe736a-aeb6-4d88-9694-5589842d5df9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4397 | 2024.11.18 18:43:46.092956 [ 5 ] {178583f5-5d4d-4d1d-acd5-52e09c9aa4f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 4398 | 2024.11.18 18:43:46.093320 [ 5 ] {178583f5-5d4d-4d1d-acd5-52e09c9aa4f1} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4399 | 2024.11.18 18:43:46.093557 [ 5 ] {178583f5-5d4d-4d1d-acd5-52e09c9aa4f1} <Trace> oximeter.measurements_bool (59fe736a-aeb6-4d88-9694-5589842d5df9): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4400 | 2024.11.18 18:43:46.093803 [ 5 ] {178583f5-5d4d-4d1d-acd5-52e09c9aa4f1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001518 sec., 3952.569169960474 rows/sec., 206.51 KiB/sec. | ||
| 4401 | 2024.11.18 18:43:46.093955 [ 5 ] {178583f5-5d4d-4d1d-acd5-52e09c9aa4f1} <Debug> TCPHandler: Processed in 0.001851596 sec. | ||
| 4402 | 2024.11.18 18:43:46.094124 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4403 | 2024.11.18 18:43:46.094258 [ 254 ] {b55befff-3b09-43c7-a279-a4565b539a7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4404 | 2024.11.18 18:43:46.094320 [ 254 ] {b55befff-3b09-43c7-a279-a4565b539a7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4405 | 2024.11.18 18:43:46.094951 [ 254 ] {b55befff-3b09-43c7-a279-a4565b539a7b} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4406 | 2024.11.18 18:43:46.094988 [ 254 ] {b55befff-3b09-43c7-a279-a4565b539a7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 4407 | 2024.11.18 18:43:46.095382 [ 254 ] {b55befff-3b09-43c7-a279-a4565b539a7b} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4408 | 2024.11.18 18:43:46.095621 [ 254 ] {b55befff-3b09-43c7-a279-a4565b539a7b} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4409 | 2024.11.18 18:43:46.095828 [ 254 ] {b55befff-3b09-43c7-a279-a4565b539a7b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.0016 sec., 148125 rows/sec., 9.93 MiB/sec. | ||
| 4410 | 2024.11.18 18:43:46.095879 [ 254 ] {b55befff-3b09-43c7-a279-a4565b539a7b} <Debug> TCPHandler: Processed in 0.001829815 sec. | ||
| 4411 | 2024.11.18 18:43:46.096031 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4412 | 2024.11.18 18:43:46.096169 [ 5 ] {bd2e584f-49e7-4c7c-a854-429e2345393a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4413 | 2024.11.18 18:43:46.096229 [ 5 ] {bd2e584f-49e7-4c7c-a854-429e2345393a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4414 | 2024.11.18 18:43:46.096783 [ 5 ] {bd2e584f-49e7-4c7c-a854-429e2345393a} <Trace> oximeter.measurements_f64 (d052af3d-076d-4497-9d38-4aa388f95b75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4415 | 2024.11.18 18:43:46.096829 [ 5 ] {bd2e584f-49e7-4c7c-a854-429e2345393a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 4416 | 2024.11.18 18:43:46.097197 [ 5 ] {bd2e584f-49e7-4c7c-a854-429e2345393a} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4417 | 2024.11.18 18:43:46.097433 [ 5 ] {bd2e584f-49e7-4c7c-a854-429e2345393a} <Trace> oximeter.measurements_f64 (d052af3d-076d-4497-9d38-4aa388f95b75): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4418 | 2024.11.18 18:43:46.097684 [ 5 ] {bd2e584f-49e7-4c7c-a854-429e2345393a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001547 sec., 646.4124111182934 rows/sec., 43.56 KiB/sec. | ||
| 4419 | 2024.11.18 18:43:46.097852 [ 5 ] {bd2e584f-49e7-4c7c-a854-429e2345393a} <Debug> TCPHandler: Processed in 0.001881007 sec. | ||
| 4420 | 2024.11.18 18:43:46.098015 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4421 | 2024.11.18 18:43:46.098151 [ 254 ] {2c55ad12-3ab9-454f-b736-cc01bbbe9d94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4422 | 2024.11.18 18:43:46.098241 [ 254 ] {2c55ad12-3ab9-454f-b736-cc01bbbe9d94} <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 | ||
| 4423 | 2024.11.18 18:43:46.099507 [ 254 ] {2c55ad12-3ab9-454f-b736-cc01bbbe9d94} <Trace> oximeter.measurements_histogramu64 (72c523e9-b30d-40f9-b06a-7c8965a18908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4424 | 2024.11.18 18:43:46.099545 [ 254 ] {2c55ad12-3ab9-454f-b736-cc01bbbe9d94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 4425 | 2024.11.18 18:43:46.100191 [ 254 ] {2c55ad12-3ab9-454f-b736-cc01bbbe9d94} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4426 | 2024.11.18 18:43:46.100455 [ 254 ] {2c55ad12-3ab9-454f-b736-cc01bbbe9d94} <Trace> oximeter.measurements_histogramu64 (72c523e9-b30d-40f9-b06a-7c8965a18908): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4427 | 2024.11.18 18:43:46.100685 [ 254 ] {2c55ad12-3ab9-454f-b736-cc01bbbe9d94} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002565 sec., 15204.678362573099 rows/sec., 27.25 MiB/sec. | ||
| 4428 | 2024.11.18 18:43:46.100775 [ 254 ] {2c55ad12-3ab9-454f-b736-cc01bbbe9d94} <Debug> TCPHandler: Processed in 0.002827645 sec. | ||
| 4429 | 2024.11.18 18:43:46.100969 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4430 | 2024.11.18 18:43:46.101189 [ 5 ] {6ba7a671-ecae-4ee5-b727-e50df7217903} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4431 | 2024.11.18 18:43:46.101282 [ 5 ] {6ba7a671-ecae-4ee5-b727-e50df7217903} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4432 | 2024.11.18 18:43:46.102025 [ 5 ] {6ba7a671-ecae-4ee5-b727-e50df7217903} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4433 | 2024.11.18 18:43:46.102065 [ 5 ] {6ba7a671-ecae-4ee5-b727-e50df7217903} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 4434 | 2024.11.18 18:43:46.102434 [ 5 ] {6ba7a671-ecae-4ee5-b727-e50df7217903} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4435 | 2024.11.18 18:43:46.102676 [ 5 ] {6ba7a671-ecae-4ee5-b727-e50df7217903} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4436 | 2024.11.18 18:43:46.102923 [ 5 ] {6ba7a671-ecae-4ee5-b727-e50df7217903} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001788 sec., 45861.297539149884 rows/sec., 2.91 MiB/sec. | ||
| 4437 | 2024.11.18 18:43:46.103100 [ 5 ] {6ba7a671-ecae-4ee5-b727-e50df7217903} <Debug> TCPHandler: Processed in 0.002234514 sec. | ||
| 4438 | 2024.11.18 18:43:46.560795 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:63874, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4439 | 2024.11.18 18:43:46.745127 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:48076, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4440 | 2024.11.18 18:43:46.755248 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:64607, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4441 | 2024.11.18 18:43:46.760600 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:57490, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4442 | 2024.11.18 18:43:46.762012 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:38810, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4443 | 2024.11.18 18:43:46.791338 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:43672, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4444 | 2024.11.18 18:43:46.821806 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:61881, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4445 | 2024.11.18 18:43:46.821817 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:34735, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4446 | 2024.11.18 18:43:47.192390 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:36517, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4447 | 2024.11.18 18:43:47.248243 [ 289 ] {} <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) | ||
| 4448 | 2024.11.18 18:43:47.259786 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:34812, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4449 | 2024.11.18 18:43:47.459174 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:58563, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4450 | 2024.11.18 18:43:47.466598 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:58510, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4451 | 2024.11.18 18:43:47.474010 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:32974, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4452 | 2024.11.18 18:43:47.498388 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:54089, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4453 | 2024.11.18 18:43:47.532343 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:47188, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4454 | 2024.11.18 18:43:48.205697 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:64580, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4455 | 2024.11.18 18:43:48.222255 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:64010, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4456 | 2024.11.18 18:43:48.247124 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:46578, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4457 | 2024.11.18 18:43:48.268221 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:49527, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4458 | 2024.11.18 18:43:48.284525 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:37747, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4459 | 2024.11.18 18:43:48.310341 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:61743, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4460 | 2024.11.18 18:43:48.317751 [ 293 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:53359, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4461 | 2024.11.18 18:43:51.067283 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4462 | 2024.11.18 18:43:51.067489 [ 5 ] {e138fa82-2e97-447c-b3e2-7097051c2d57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4463 | 2024.11.18 18:43:51.067562 [ 5 ] {e138fa82-2e97-447c-b3e2-7097051c2d57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4464 | 2024.11.18 18:43:51.068304 [ 5 ] {e138fa82-2e97-447c-b3e2-7097051c2d57} <Trace> oximeter.fields_ipaddr (4ab47f75-0e62-4181-b939-eac36af8f626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4465 | 2024.11.18 18:43:51.068347 [ 5 ] {e138fa82-2e97-447c-b3e2-7097051c2d57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 4466 | 2024.11.18 18:43:51.068773 [ 5 ] {e138fa82-2e97-447c-b3e2-7097051c2d57} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 4467 | 2024.11.18 18:43:51.069026 [ 5 ] {e138fa82-2e97-447c-b3e2-7097051c2d57} <Trace> oximeter.fields_ipaddr (4ab47f75-0e62-4181-b939-eac36af8f626): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4468 | 2024.11.18 18:43:51.069228 [ 5 ] {e138fa82-2e97-447c-b3e2-7097051c2d57} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001791 sec., 1116.6945840312674 rows/sec., 91.06 KiB/sec. | ||
| 4469 | 2024.11.18 18:43:51.069289 [ 5 ] {e138fa82-2e97-447c-b3e2-7097051c2d57} <Debug> TCPHandler: Processed in 0.002136142 sec. | ||
| 4470 | 2024.11.18 18:43:51.069558 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4471 | 2024.11.18 18:43:51.069750 [ 254 ] {8aab0282-b4ec-4b37-91d7-f93334650d31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4472 | 2024.11.18 18:43:51.069825 [ 254 ] {8aab0282-b4ec-4b37-91d7-f93334650d31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4473 | 2024.11.18 18:43:51.070579 [ 254 ] {8aab0282-b4ec-4b37-91d7-f93334650d31} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4474 | 2024.11.18 18:43:51.070637 [ 254 ] {8aab0282-b4ec-4b37-91d7-f93334650d31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 4475 | 2024.11.18 18:43:51.071072 [ 254 ] {8aab0282-b4ec-4b37-91d7-f93334650d31} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4476 | 2024.11.18 18:43:51.071328 [ 254 ] {8aab0282-b4ec-4b37-91d7-f93334650d31} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4477 | 2024.11.18 18:43:51.071598 [ 254 ] {8aab0282-b4ec-4b37-91d7-f93334650d31} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.001897 sec., 30047.44333157617 rows/sec., 2.29 MiB/sec. | ||
| 4478 | 2024.11.18 18:43:51.071802 [ 254 ] {8aab0282-b4ec-4b37-91d7-f93334650d31} <Debug> TCPHandler: Processed in 0.002374846 sec. | ||
| 4479 | 2024.11.18 18:43:51.072031 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4480 | 2024.11.18 18:43:51.072175 [ 5 ] {7a61e8ba-1288-44de-8419-cf0639e40d96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4481 | 2024.11.18 18:43:51.072236 [ 5 ] {7a61e8ba-1288-44de-8419-cf0639e40d96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4482 | 2024.11.18 18:43:51.072917 [ 5 ] {7a61e8ba-1288-44de-8419-cf0639e40d96} <Trace> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4483 | 2024.11.18 18:43:51.072965 [ 5 ] {7a61e8ba-1288-44de-8419-cf0639e40d96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 4484 | 2024.11.18 18:43:51.073329 [ 5 ] {7a61e8ba-1288-44de-8419-cf0639e40d96} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4485 | 2024.11.18 18:43:51.073584 [ 5 ] {7a61e8ba-1288-44de-8419-cf0639e40d96} <Trace> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4486 | 2024.11.18 18:43:51.073773 [ 5 ] {7a61e8ba-1288-44de-8419-cf0639e40d96} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001634 sec., 1223.9902080783354 rows/sec., 85.46 KiB/sec. | ||
| 4487 | 2024.11.18 18:43:51.073828 [ 5 ] {7a61e8ba-1288-44de-8419-cf0639e40d96} <Debug> TCPHandler: Processed in 0.001918228 sec. | ||
| 4488 | 2024.11.18 18:43:51.073996 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4489 | 2024.11.18 18:43:51.074140 [ 254 ] {e281c4e2-44fe-46c2-a523-291c8920a9f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4490 | 2024.11.18 18:43:51.074202 [ 254 ] {e281c4e2-44fe-46c2-a523-291c8920a9f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4491 | 2024.11.18 18:43:51.074947 [ 254 ] {e281c4e2-44fe-46c2-a523-291c8920a9f1} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4492 | 2024.11.18 18:43:51.074995 [ 254 ] {e281c4e2-44fe-46c2-a523-291c8920a9f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 4493 | 2024.11.18 18:43:51.075363 [ 254 ] {e281c4e2-44fe-46c2-a523-291c8920a9f1} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4494 | 2024.11.18 18:43:51.075609 [ 254 ] {e281c4e2-44fe-46c2-a523-291c8920a9f1} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4495 | 2024.11.18 18:43:51.075819 [ 254 ] {e281c4e2-44fe-46c2-a523-291c8920a9f1} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001714 sec., 38506.41773628938 rows/sec., 3.01 MiB/sec. | ||
| 4496 | 2024.11.18 18:43:51.075873 [ 254 ] {e281c4e2-44fe-46c2-a523-291c8920a9f1} <Debug> TCPHandler: Processed in 0.001942518 sec. | ||
| 4497 | 2024.11.18 18:43:51.076057 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4498 | 2024.11.18 18:43:51.076198 [ 5 ] {721ab2d4-5f52-4723-bedb-5842f41bf3b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4499 | 2024.11.18 18:43:51.076261 [ 5 ] {721ab2d4-5f52-4723-bedb-5842f41bf3b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4500 | 2024.11.18 18:43:51.076920 [ 5 ] {721ab2d4-5f52-4723-bedb-5842f41bf3b3} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4501 | 2024.11.18 18:43:51.076966 [ 5 ] {721ab2d4-5f52-4723-bedb-5842f41bf3b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 4502 | 2024.11.18 18:43:51.077351 [ 5 ] {721ab2d4-5f52-4723-bedb-5842f41bf3b3} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4503 | 2024.11.18 18:43:51.077587 [ 5 ] {721ab2d4-5f52-4723-bedb-5842f41bf3b3} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4504 | 2024.11.18 18:43:51.077775 [ 5 ] {721ab2d4-5f52-4723-bedb-5842f41bf3b3} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.001611 sec., 80074.48789571694 rows/sec., 5.58 MiB/sec. | ||
| 4505 | 2024.11.18 18:43:51.077829 [ 5 ] {721ab2d4-5f52-4723-bedb-5842f41bf3b3} <Debug> TCPHandler: Processed in 0.001839906 sec. | ||
| 4506 | 2024.11.18 18:43:51.077974 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4507 | 2024.11.18 18:43:51.078114 [ 254 ] {43ed5edb-2490-47f7-9cd9-b6382d3b4862} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4508 | 2024.11.18 18:43:51.078175 [ 254 ] {43ed5edb-2490-47f7-9cd9-b6382d3b4862} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4509 | 2024.11.18 18:43:51.078771 [ 254 ] {43ed5edb-2490-47f7-9cd9-b6382d3b4862} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4510 | 2024.11.18 18:43:51.078818 [ 254 ] {43ed5edb-2490-47f7-9cd9-b6382d3b4862} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 4511 | 2024.11.18 18:43:51.079220 [ 254 ] {43ed5edb-2490-47f7-9cd9-b6382d3b4862} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4512 | 2024.11.18 18:43:51.079458 [ 254 ] {43ed5edb-2490-47f7-9cd9-b6382d3b4862} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4513 | 2024.11.18 18:43:51.079667 [ 254 ] {43ed5edb-2490-47f7-9cd9-b6382d3b4862} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001584 sec., 30303.030303030304 rows/sec., 2.04 MiB/sec. | ||
| 4514 | 2024.11.18 18:43:51.079719 [ 254 ] {43ed5edb-2490-47f7-9cd9-b6382d3b4862} <Debug> TCPHandler: Processed in 0.001802495 sec. | ||
| 4515 | 2024.11.18 18:43:54.580772 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 670 | ||
| 4516 | 2024.11.18 18:43:54.583617 [ 242 ] {} <Trace> system.query_log (5706cc8f-2754-46ca-b9b4-a1f620913b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4517 | 2024.11.18 18:43:54.583676 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 4518 | 2024.11.18 18:43:54.585154 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4519 | 2024.11.18 18:43:54.585493 [ 242 ] {} <Trace> system.query_log (5706cc8f-2754-46ca-b9b4-a1f620913b28): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4520 | 2024.11.18 18:43:54.586224 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 670 | ||
| 4521 | 2024.11.18 18:43:56.068621 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4522 | 2024.11.18 18:43:56.068829 [ 5 ] {5c82d7a7-673a-4c78-842e-e3caa29acee4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4523 | 2024.11.18 18:43:56.068904 [ 5 ] {5c82d7a7-673a-4c78-842e-e3caa29acee4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4524 | 2024.11.18 18:43:56.069684 [ 5 ] {5c82d7a7-673a-4c78-842e-e3caa29acee4} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4525 | 2024.11.18 18:43:56.069738 [ 5 ] {5c82d7a7-673a-4c78-842e-e3caa29acee4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 4526 | 2024.11.18 18:43:56.070176 [ 5 ] {5c82d7a7-673a-4c78-842e-e3caa29acee4} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4527 | 2024.11.18 18:43:56.070436 [ 5 ] {5c82d7a7-673a-4c78-842e-e3caa29acee4} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4528 | 2024.11.18 18:43:56.070701 [ 5 ] {5c82d7a7-673a-4c78-842e-e3caa29acee4} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001923 sec., 29121.164846593863 rows/sec., 2.22 MiB/sec. | ||
| 4529 | 2024.11.18 18:43:56.070804 [ 5 ] {5c82d7a7-673a-4c78-842e-e3caa29acee4} <Debug> TCPHandler: Processed in 0.002315716 sec. | ||
| 4530 | 2024.11.18 18:43:56.071084 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4531 | 2024.11.18 18:43:56.071280 [ 254 ] {7d025ace-7c7f-4e98-ab8e-33ceeefe3bc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4532 | 2024.11.18 18:43:56.071354 [ 254 ] {7d025ace-7c7f-4e98-ab8e-33ceeefe3bc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4533 | 2024.11.18 18:43:56.072112 [ 254 ] {7d025ace-7c7f-4e98-ab8e-33ceeefe3bc9} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4534 | 2024.11.18 18:43:56.072162 [ 254 ] {7d025ace-7c7f-4e98-ab8e-33ceeefe3bc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 4535 | 2024.11.18 18:43:56.072618 [ 254 ] {7d025ace-7c7f-4e98-ab8e-33ceeefe3bc9} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4536 | 2024.11.18 18:43:56.072876 [ 254 ] {7d025ace-7c7f-4e98-ab8e-33ceeefe3bc9} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4537 | 2024.11.18 18:43:56.073116 [ 254 ] {7d025ace-7c7f-4e98-ab8e-33ceeefe3bc9} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001891 sec., 33844.52670544685 rows/sec., 2.64 MiB/sec. | ||
| 4538 | 2024.11.18 18:43:56.073179 [ 254 ] {7d025ace-7c7f-4e98-ab8e-33ceeefe3bc9} <Debug> TCPHandler: Processed in 0.002246544 sec. | ||
| 4539 | 2024.11.18 18:43:56.073345 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4540 | 2024.11.18 18:43:56.073490 [ 5 ] {7c77d680-139e-4bcc-99e5-18c8229d797c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4541 | 2024.11.18 18:43:56.073556 [ 5 ] {7c77d680-139e-4bcc-99e5-18c8229d797c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4542 | 2024.11.18 18:43:56.074225 [ 5 ] {7c77d680-139e-4bcc-99e5-18c8229d797c} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4543 | 2024.11.18 18:43:56.074266 [ 5 ] {7c77d680-139e-4bcc-99e5-18c8229d797c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 4544 | 2024.11.18 18:43:56.074672 [ 5 ] {7c77d680-139e-4bcc-99e5-18c8229d797c} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4545 | 2024.11.18 18:43:56.074927 [ 5 ] {7c77d680-139e-4bcc-99e5-18c8229d797c} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4546 | 2024.11.18 18:43:56.075145 [ 5 ] {7c77d680-139e-4bcc-99e5-18c8229d797c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001691 sec., 94618.56889414547 rows/sec., 6.59 MiB/sec. | ||
| 4547 | 2024.11.18 18:43:56.075200 [ 5 ] {7c77d680-139e-4bcc-99e5-18c8229d797c} <Debug> TCPHandler: Processed in 0.001921168 sec. | ||
| 4548 | 2024.11.18 18:43:56.075352 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4549 | 2024.11.18 18:43:56.075497 [ 254 ] {ac33616b-16f0-4ef9-b53f-b321d57fbe6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4550 | 2024.11.18 18:43:56.075561 [ 254 ] {ac33616b-16f0-4ef9-b53f-b321d57fbe6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4551 | 2024.11.18 18:43:56.076150 [ 254 ] {ac33616b-16f0-4ef9-b53f-b321d57fbe6a} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4552 | 2024.11.18 18:43:56.076190 [ 254 ] {ac33616b-16f0-4ef9-b53f-b321d57fbe6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 4553 | 2024.11.18 18:43:56.076578 [ 254 ] {ac33616b-16f0-4ef9-b53f-b321d57fbe6a} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4554 | 2024.11.18 18:43:56.076830 [ 254 ] {ac33616b-16f0-4ef9-b53f-b321d57fbe6a} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4555 | 2024.11.18 18:43:56.077042 [ 254 ] {ac33616b-16f0-4ef9-b53f-b321d57fbe6a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00158 sec., 37974.6835443038 rows/sec., 2.56 MiB/sec. | ||
| 4556 | 2024.11.18 18:43:56.077093 [ 254 ] {ac33616b-16f0-4ef9-b53f-b321d57fbe6a} <Debug> TCPHandler: Processed in 0.001810796 sec. | ||
| 4557 | 2024.11.18 18:43:58.395829 [ 82 ] {} <Debug> oximeter.measurements_f64 (d052af3d-076d-4497-9d38-4aa388f95b75) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4558 | 2024.11.18 18:43:58.395892 [ 82 ] {} <Trace> oximeter.measurements_f64 (d052af3d-076d-4497-9d38-4aa388f95b75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4559 | 2024.11.18 18:43:58.395915 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 4560 | 2024.11.18 18:43:58.396101 [ 194 ] {d052af3d-076d-4497-9d38-4aa388f95b75::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 | ||
| 4561 | 2024.11.18 18:43:58.396360 [ 194 ] {d052af3d-076d-4497-9d38-4aa388f95b75::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4562 | 2024.11.18 18:43:58.396406 [ 194 ] {d052af3d-076d-4497-9d38-4aa388f95b75::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 | ||
| 4563 | 2024.11.18 18:43:58.396494 [ 194 ] {d052af3d-076d-4497-9d38-4aa388f95b75::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 | ||
| 4564 | 2024.11.18 18:43:58.396749 [ 194 ] {d052af3d-076d-4497-9d38-4aa388f95b75::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 | ||
| 4565 | 2024.11.18 18:43:58.396882 [ 194 ] {d052af3d-076d-4497-9d38-4aa388f95b75::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 | ||
| 4566 | 2024.11.18 18:43:58.397133 [ 194 ] {d052af3d-076d-4497-9d38-4aa388f95b75::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 | ||
| 4567 | 2024.11.18 18:43:58.398404 [ 199 ] {d052af3d-076d-4497-9d38-4aa388f95b75::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13 rows, containing 4 columns (4 merged, 0 gathered) in 0.002421477 sec., 5368.6241909380105 rows/sec., 360.14 KiB/sec. | ||
| 4568 | 2024.11.18 18:43:58.398565 [ 194 ] {d052af3d-076d-4497-9d38-4aa388f95b75::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4569 | 2024.11.18 18:43:58.398857 [ 194 ] {d052af3d-076d-4497-9d38-4aa388f95b75::all_1_13_3} <Trace> oximeter.measurements_f64 (d052af3d-076d-4497-9d38-4aa388f95b75): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4570 | 2024.11.18 18:43:58.398939 [ 194 ] {d052af3d-076d-4497-9d38-4aa388f95b75::all_1_13_3} <Trace> oximeter.measurements_f64 (d052af3d-076d-4497-9d38-4aa388f95b75) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4571 | 2024.11.18 18:43:58.399021 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 4572 | 2024.11.18 18:43:59.431082 [ 82 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4573 | 2024.11.18 18:43:59.431142 [ 82 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4574 | 2024.11.18 18:43:59.742328 [ 81 ] {} <Debug> oximeter.fields_u32 (83ac11ca-fabd-4357-b8e5-0d6d82c87995) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 | ||
| 4575 | 2024.11.18 18:43:59.742392 [ 81 ] {} <Trace> oximeter.fields_u32 (83ac11ca-fabd-4357-b8e5-0d6d82c87995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4576 | 2024.11.18 18:43:59.742415 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 4577 | 2024.11.18 18:43:59.742620 [ 192 ] {83ac11ca-fabd-4357-b8e5-0d6d82c87995::all_1_14_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_10_2 to all_14_14_0 into Compact with storage Full | ||
| 4578 | 2024.11.18 18:43:59.742822 [ 192 ] {83ac11ca-fabd-4357-b8e5-0d6d82c87995::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4579 | 2024.11.18 18:43:59.742863 [ 192 ] {83ac11ca-fabd-4357-b8e5-0d6d82c87995::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 243 rows starting from the beginning of the part | ||
| 4580 | 2024.11.18 18:43:59.742948 [ 192 ] {83ac11ca-fabd-4357-b8e5-0d6d82c87995::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 14 rows starting from the beginning of the part | ||
| 4581 | 2024.11.18 18:43:59.743121 [ 192 ] {83ac11ca-fabd-4357-b8e5-0d6d82c87995::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 14 rows starting from the beginning of the part | ||
| 4582 | 2024.11.18 18:43:59.743414 [ 192 ] {83ac11ca-fabd-4357-b8e5-0d6d82c87995::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 14 rows starting from the beginning of the part | ||
| 4583 | 2024.11.18 18:43:59.743600 [ 192 ] {83ac11ca-fabd-4357-b8e5-0d6d82c87995::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 14 rows starting from the beginning of the part | ||
| 4584 | 2024.11.18 18:43:59.744777 [ 194 ] {83ac11ca-fabd-4357-b8e5-0d6d82c87995::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 299 rows, containing 5 columns (5 merged, 0 gathered) in 0.002282824 sec., 130978.12183506043 rows/sec., 9.39 MiB/sec. | ||
| 4585 | 2024.11.18 18:43:59.745006 [ 194 ] {83ac11ca-fabd-4357-b8e5-0d6d82c87995::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
| 4586 | 2024.11.18 18:43:59.745365 [ 194 ] {83ac11ca-fabd-4357-b8e5-0d6d82c87995::all_1_14_3} <Trace> oximeter.fields_u32 (83ac11ca-fabd-4357-b8e5-0d6d82c87995): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4587 | 2024.11.18 18:43:59.745460 [ 194 ] {83ac11ca-fabd-4357-b8e5-0d6d82c87995::all_1_14_3} <Trace> oximeter.fields_u32 (83ac11ca-fabd-4357-b8e5-0d6d82c87995) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 | ||
| 4588 | 2024.11.18 18:43:59.745567 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 4589 | 2024.11.18 18:44:01.075627 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4590 | 2024.11.18 18:44:01.075838 [ 5 ] {06c4a068-b546-4565-94d9-771471177429} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4591 | 2024.11.18 18:44:01.075912 [ 5 ] {06c4a068-b546-4565-94d9-771471177429} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4592 | 2024.11.18 18:44:01.076676 [ 5 ] {06c4a068-b546-4565-94d9-771471177429} <Trace> oximeter.fields_i16 (d269e674-0362-4b8e-97b0-6474794c47df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4593 | 2024.11.18 18:44:01.076723 [ 5 ] {06c4a068-b546-4565-94d9-771471177429} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 4594 | 2024.11.18 18:44:01.077147 [ 5 ] {06c4a068-b546-4565-94d9-771471177429} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4595 | 2024.11.18 18:44:01.077398 [ 5 ] {06c4a068-b546-4565-94d9-771471177429} <Trace> oximeter.fields_i16 (d269e674-0362-4b8e-97b0-6474794c47df): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4596 | 2024.11.18 18:44:01.077583 [ 80 ] {} <Debug> oximeter.fields_i16 (d269e674-0362-4b8e-97b0-6474794c47df) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4597 | 2024.11.18 18:44:01.077661 [ 5 ] {06c4a068-b546-4565-94d9-771471177429} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001869 sec., 7490.63670411985 rows/sec., 539.23 KiB/sec. | ||
| 4598 | 2024.11.18 18:44:01.077673 [ 80 ] {} <Trace> oximeter.fields_i16 (d269e674-0362-4b8e-97b0-6474794c47df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4599 | 2024.11.18 18:44:01.077762 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 4600 | 2024.11.18 18:44:01.077810 [ 5 ] {06c4a068-b546-4565-94d9-771471177429} <Debug> TCPHandler: Processed in 0.002319725 sec. | ||
| 4601 | 2024.11.18 18:44:01.078167 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4602 | 2024.11.18 18:44:01.078188 [ 191 ] {d269e674-0362-4b8e-97b0-6474794c47df::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 | ||
| 4603 | 2024.11.18 18:44:01.078427 [ 191 ] {d269e674-0362-4b8e-97b0-6474794c47df::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4604 | 2024.11.18 18:44:01.078436 [ 254 ] {42c53477-88ab-4c75-bb13-b3c981f4c83c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4605 | 2024.11.18 18:44:01.078470 [ 191 ] {d269e674-0362-4b8e-97b0-6474794c47df::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 | ||
| 4606 | 2024.11.18 18:44:01.078528 [ 254 ] {42c53477-88ab-4c75-bb13-b3c981f4c83c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4607 | 2024.11.18 18:44:01.078609 [ 191 ] {d269e674-0362-4b8e-97b0-6474794c47df::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 | ||
| 4608 | 2024.11.18 18:44:01.079042 [ 191 ] {d269e674-0362-4b8e-97b0-6474794c47df::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 | ||
| 4609 | 2024.11.18 18:44:01.079180 [ 191 ] {d269e674-0362-4b8e-97b0-6474794c47df::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 | ||
| 4610 | 2024.11.18 18:44:01.079386 [ 191 ] {d269e674-0362-4b8e-97b0-6474794c47df::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 | ||
| 4611 | 2024.11.18 18:44:01.080720 [ 254 ] {42c53477-88ab-4c75-bb13-b3c981f4c83c} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4612 | 2024.11.18 18:44:01.080775 [ 254 ] {42c53477-88ab-4c75-bb13-b3c981f4c83c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 4613 | 2024.11.18 18:44:01.081053 [ 194 ] {d269e674-0362-4b8e-97b0-6474794c47df::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003137101 sec., 22313.594621276137 rows/sec., 1.65 MiB/sec. | ||
| 4614 | 2024.11.18 18:44:01.081417 [ 194 ] {d269e674-0362-4b8e-97b0-6474794c47df::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4615 | 2024.11.18 18:44:01.081520 [ 254 ] {42c53477-88ab-4c75-bb13-b3c981f4c83c} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4616 | 2024.11.18 18:44:01.081976 [ 254 ] {42c53477-88ab-4c75-bb13-b3c981f4c83c} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4617 | 2024.11.18 18:44:01.081991 [ 194 ] {d269e674-0362-4b8e-97b0-6474794c47df::all_1_13_3} <Trace> oximeter.fields_i16 (d269e674-0362-4b8e-97b0-6474794c47df): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4618 | 2024.11.18 18:44:01.082194 [ 194 ] {d269e674-0362-4b8e-97b0-6474794c47df::all_1_13_3} <Trace> oximeter.fields_i16 (d269e674-0362-4b8e-97b0-6474794c47df) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4619 | 2024.11.18 18:44:01.082317 [ 80 ] {} <Debug> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4620 | 2024.11.18 18:44:01.082448 [ 80 ] {} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4621 | 2024.11.18 18:44:01.082470 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4622 | 2024.11.18 18:44:01.082504 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 4623 | 2024.11.18 18:44:01.082560 [ 254 ] {42c53477-88ab-4c75-bb13-b3c981f4c83c} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.00418 sec., 67224.88038277513 rows/sec., 5.93 MiB/sec. | ||
| 4624 | 2024.11.18 18:44:01.082803 [ 254 ] {42c53477-88ab-4c75-bb13-b3c981f4c83c} <Debug> TCPHandler: Processed in 0.004850485 sec. | ||
| 4625 | 2024.11.18 18:44:01.082834 [ 196 ] {e0815423-10b2-46b5-b423-64c196c999c0::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 | ||
| 4626 | 2024.11.18 18:44:01.083031 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4627 | 2024.11.18 18:44:01.083051 [ 196 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4628 | 2024.11.18 18:44:01.083118 [ 196 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1432 rows starting from the beginning of the part | ||
| 4629 | 2024.11.18 18:44:01.083370 [ 196 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 56 rows starting from the beginning of the part | ||
| 4630 | 2024.11.18 18:44:01.083386 [ 5 ] {014d630f-a0e5-4168-a44a-7a2c47bcfb39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4631 | 2024.11.18 18:44:01.083587 [ 5 ] {014d630f-a0e5-4168-a44a-7a2c47bcfb39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4632 | 2024.11.18 18:44:01.083705 [ 196 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 281 rows starting from the beginning of the part | ||
| 4633 | 2024.11.18 18:44:01.084019 [ 196 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 57 rows starting from the beginning of the part | ||
| 4634 | 2024.11.18 18:44:01.084301 [ 196 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 56 rows starting from the beginning of the part | ||
| 4635 | 2024.11.18 18:44:01.084709 [ 196 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 281 rows starting from the beginning of the part | ||
| 4636 | 2024.11.18 18:44:01.086160 [ 5 ] {014d630f-a0e5-4168-a44a-7a2c47bcfb39} <Trace> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4637 | 2024.11.18 18:44:01.086223 [ 5 ] {014d630f-a0e5-4168-a44a-7a2c47bcfb39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 4638 | 2024.11.18 18:44:01.087136 [ 5 ] {014d630f-a0e5-4168-a44a-7a2c47bcfb39} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4639 | 2024.11.18 18:44:01.087490 [ 5 ] {014d630f-a0e5-4168-a44a-7a2c47bcfb39} <Trace> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4640 | 2024.11.18 18:44:01.087981 [ 5 ] {014d630f-a0e5-4168-a44a-7a2c47bcfb39} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.004749 sec., 9686.249736786693 rows/sec., 713.55 KiB/sec. | ||
| 4641 | 2024.11.18 18:44:01.088124 [ 196 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2163 rows, containing 5 columns (5 merged, 0 gathered) in 0.005500478 sec., 393238.55126772623 rows/sec., 34.57 MiB/sec. | ||
| 4642 | 2024.11.18 18:44:01.088144 [ 5 ] {014d630f-a0e5-4168-a44a-7a2c47bcfb39} <Debug> TCPHandler: Processed in 0.005222262 sec. | ||
| 4643 | 2024.11.18 18:44:01.088351 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4644 | 2024.11.18 18:44:01.088430 [ 198 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4645 | 2024.11.18 18:44:01.088619 [ 254 ] {1b055c52-737c-4f7b-b9ef-1b0b0b65ed58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4646 | 2024.11.18 18:44:01.088699 [ 254 ] {1b055c52-737c-4f7b-b9ef-1b0b0b65ed58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4647 | 2024.11.18 18:44:01.089019 [ 198 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_36_7} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4648 | 2024.11.18 18:44:01.089297 [ 198 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_36_7} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4649 | 2024.11.18 18:44:01.089472 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 4650 | 2024.11.18 18:44:01.089824 [ 254 ] {1b055c52-737c-4f7b-b9ef-1b0b0b65ed58} <Trace> oximeter.fields_u32 (83ac11ca-fabd-4357-b8e5-0d6d82c87995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4651 | 2024.11.18 18:44:01.089869 [ 254 ] {1b055c52-737c-4f7b-b9ef-1b0b0b65ed58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 4652 | 2024.11.18 18:44:01.090239 [ 254 ] {1b055c52-737c-4f7b-b9ef-1b0b0b65ed58} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4653 | 2024.11.18 18:44:01.090482 [ 254 ] {1b055c52-737c-4f7b-b9ef-1b0b0b65ed58} <Trace> oximeter.fields_u32 (83ac11ca-fabd-4357-b8e5-0d6d82c87995): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4654 | 2024.11.18 18:44:01.090695 [ 254 ] {1b055c52-737c-4f7b-b9ef-1b0b0b65ed58} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002176 sec., 6433.823529411765 rows/sec., 450.58 KiB/sec. | ||
| 4655 | 2024.11.18 18:44:01.090755 [ 254 ] {1b055c52-737c-4f7b-b9ef-1b0b0b65ed58} <Debug> TCPHandler: Processed in 0.002480569 sec. | ||
| 4656 | 2024.11.18 18:44:01.090920 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4657 | 2024.11.18 18:44:01.091039 [ 5 ] {b10779b9-f81d-4527-bda3-0b5b5440bc7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4658 | 2024.11.18 18:44:01.091088 [ 5 ] {b10779b9-f81d-4527-bda3-0b5b5440bc7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4659 | 2024.11.18 18:44:01.091682 [ 5 ] {b10779b9-f81d-4527-bda3-0b5b5440bc7b} <Trace> oximeter.fields_u8 (356b4e61-1c07-430a-980d-4f9a89d03858): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4660 | 2024.11.18 18:44:01.091723 [ 5 ] {b10779b9-f81d-4527-bda3-0b5b5440bc7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 4661 | 2024.11.18 18:44:01.092081 [ 5 ] {b10779b9-f81d-4527-bda3-0b5b5440bc7b} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4662 | 2024.11.18 18:44:01.092338 [ 5 ] {b10779b9-f81d-4527-bda3-0b5b5440bc7b} <Trace> oximeter.fields_u8 (356b4e61-1c07-430a-980d-4f9a89d03858): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4663 | 2024.11.18 18:44:01.092518 [ 80 ] {} <Debug> oximeter.fields_u8 (356b4e61-1c07-430a-980d-4f9a89d03858) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4664 | 2024.11.18 18:44:01.092586 [ 5 ] {b10779b9-f81d-4527-bda3-0b5b5440bc7b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001565 sec., 8306.70926517572 rows/sec., 517.92 KiB/sec. | ||
| 4665 | 2024.11.18 18:44:01.092615 [ 80 ] {} <Trace> oximeter.fields_u8 (356b4e61-1c07-430a-980d-4f9a89d03858): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4666 | 2024.11.18 18:44:01.092709 [ 5 ] {b10779b9-f81d-4527-bda3-0b5b5440bc7b} <Debug> TCPHandler: Processed in 0.001840166 sec. | ||
| 4667 | 2024.11.18 18:44:01.092711 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 4668 | 2024.11.18 18:44:01.092964 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4669 | 2024.11.18 18:44:01.093059 [ 201 ] {356b4e61-1c07-430a-980d-4f9a89d03858::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 | ||
| 4670 | 2024.11.18 18:44:01.093329 [ 254 ] {77d34034-48a6-458d-9b6d-5fd534cb3a27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4671 | 2024.11.18 18:44:01.093472 [ 254 ] {77d34034-48a6-458d-9b6d-5fd534cb3a27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4672 | 2024.11.18 18:44:01.093492 [ 201 ] {356b4e61-1c07-430a-980d-4f9a89d03858::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4673 | 2024.11.18 18:44:01.093580 [ 201 ] {356b4e61-1c07-430a-980d-4f9a89d03858::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 | ||
| 4674 | 2024.11.18 18:44:01.093879 [ 201 ] {356b4e61-1c07-430a-980d-4f9a89d03858::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 | ||
| 4675 | 2024.11.18 18:44:01.094212 [ 201 ] {356b4e61-1c07-430a-980d-4f9a89d03858::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 | ||
| 4676 | 2024.11.18 18:44:01.094621 [ 201 ] {356b4e61-1c07-430a-980d-4f9a89d03858::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 | ||
| 4677 | 2024.11.18 18:44:01.095000 [ 201 ] {356b4e61-1c07-430a-980d-4f9a89d03858::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 | ||
| 4678 | 2024.11.18 18:44:01.096418 [ 254 ] {77d34034-48a6-458d-9b6d-5fd534cb3a27} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4679 | 2024.11.18 18:44:01.096490 [ 254 ] {77d34034-48a6-458d-9b6d-5fd534cb3a27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 4680 | 2024.11.18 18:44:01.097189 [ 201 ] {356b4e61-1c07-430a-980d-4f9a89d03858::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004324184 sec., 15031.737779890957 rows/sec., 995.94 KiB/sec. | ||
| 4681 | 2024.11.18 18:44:01.097371 [ 201 ] {356b4e61-1c07-430a-980d-4f9a89d03858::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4682 | 2024.11.18 18:44:01.097465 [ 254 ] {77d34034-48a6-458d-9b6d-5fd534cb3a27} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4683 | 2024.11.18 18:44:01.097819 [ 201 ] {356b4e61-1c07-430a-980d-4f9a89d03858::all_1_13_3} <Trace> oximeter.fields_u8 (356b4e61-1c07-430a-980d-4f9a89d03858): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4684 | 2024.11.18 18:44:01.097967 [ 254 ] {77d34034-48a6-458d-9b6d-5fd534cb3a27} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4685 | 2024.11.18 18:44:01.098012 [ 201 ] {356b4e61-1c07-430a-980d-4f9a89d03858::all_1_13_3} <Trace> oximeter.fields_u8 (356b4e61-1c07-430a-980d-4f9a89d03858) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4686 | 2024.11.18 18:44:01.098135 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 4687 | 2024.11.18 18:44:01.098306 [ 80 ] {} <Debug> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4688 | 2024.11.18 18:44:01.098393 [ 254 ] {77d34034-48a6-458d-9b6d-5fd534cb3a27} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.005181 sec., 81258.44431576916 rows/sec., 5.81 MiB/sec. | ||
| 4689 | 2024.11.18 18:44:01.098404 [ 80 ] {} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4690 | 2024.11.18 18:44:01.098516 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 4691 | 2024.11.18 18:44:01.098564 [ 254 ] {77d34034-48a6-458d-9b6d-5fd534cb3a27} <Debug> TCPHandler: Processed in 0.005742072 sec. | ||
| 4692 | 2024.11.18 18:44:01.098816 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4693 | 2024.11.18 18:44:01.098817 [ 186 ] {2ab46401-386a-45e1-87f1-36d54e75b299::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 | ||
| 4694 | 2024.11.18 18:44:01.099080 [ 5 ] {b3b290a4-d513-4cf5-8bf1-5ab282ab8a6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4695 | 2024.11.18 18:44:01.099096 [ 186 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4696 | 2024.11.18 18:44:01.099168 [ 186 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 913 rows starting from the beginning of the part | ||
| 4697 | 2024.11.18 18:44:01.099198 [ 5 ] {b3b290a4-d513-4cf5-8bf1-5ab282ab8a6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4698 | 2024.11.18 18:44:01.099509 [ 186 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 64 rows starting from the beginning of the part | ||
| 4699 | 2024.11.18 18:44:01.099903 [ 186 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 421 rows starting from the beginning of the part | ||
| 4700 | 2024.11.18 18:44:01.100191 [ 186 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 66 rows starting from the beginning of the part | ||
| 4701 | 2024.11.18 18:44:01.100553 [ 186 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 64 rows starting from the beginning of the part | ||
| 4702 | 2024.11.18 18:44:01.100848 [ 186 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 421 rows starting from the beginning of the part | ||
| 4703 | 2024.11.18 18:44:01.101726 [ 5 ] {b3b290a4-d513-4cf5-8bf1-5ab282ab8a6e} <Trace> oximeter.measurements_bool (59fe736a-aeb6-4d88-9694-5589842d5df9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4704 | 2024.11.18 18:44:01.101796 [ 5 ] {b3b290a4-d513-4cf5-8bf1-5ab282ab8a6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 4705 | 2024.11.18 18:44:01.102666 [ 5 ] {b3b290a4-d513-4cf5-8bf1-5ab282ab8a6e} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4706 | 2024.11.18 18:44:01.103164 [ 5 ] {b3b290a4-d513-4cf5-8bf1-5ab282ab8a6e} <Trace> oximeter.measurements_bool (59fe736a-aeb6-4d88-9694-5589842d5df9): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4707 | 2024.11.18 18:44:01.103671 [ 5 ] {b3b290a4-d513-4cf5-8bf1-5ab282ab8a6e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004687 sec., 1280.1365478984424 rows/sec., 66.88 KiB/sec. | ||
| 4708 | 2024.11.18 18:44:01.104011 [ 5 ] {b3b290a4-d513-4cf5-8bf1-5ab282ab8a6e} <Debug> TCPHandler: Processed in 0.005344874 sec. | ||
| 4709 | 2024.11.18 18:44:01.104436 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4710 | 2024.11.18 18:44:01.104731 [ 201 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1949 rows, containing 5 columns (5 merged, 0 gathered) in 0.006066849 sec., 321254.08098998346 rows/sec., 24.59 MiB/sec. | ||
| 4711 | 2024.11.18 18:44:01.104753 [ 254 ] {5eb64180-5007-4500-baf2-9c3bbb20d2dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4712 | 2024.11.18 18:44:01.104842 [ 254 ] {5eb64180-5007-4500-baf2-9c3bbb20d2dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4713 | 2024.11.18 18:44:01.105034 [ 201 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4714 | 2024.11.18 18:44:01.105609 [ 201 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_36_7} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4715 | 2024.11.18 18:44:01.105822 [ 201 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_36_7} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4716 | 2024.11.18 18:44:01.106000 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 4717 | 2024.11.18 18:44:01.106127 [ 254 ] {5eb64180-5007-4500-baf2-9c3bbb20d2dc} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4718 | 2024.11.18 18:44:01.106173 [ 254 ] {5eb64180-5007-4500-baf2-9c3bbb20d2dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 4719 | 2024.11.18 18:44:01.106582 [ 254 ] {5eb64180-5007-4500-baf2-9c3bbb20d2dc} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4720 | 2024.11.18 18:44:01.106830 [ 254 ] {5eb64180-5007-4500-baf2-9c3bbb20d2dc} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4721 | 2024.11.18 18:44:01.106997 [ 80 ] {} <Debug> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4722 | 2024.11.18 18:44:01.107061 [ 80 ] {} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4723 | 2024.11.18 18:44:01.107085 [ 254 ] {5eb64180-5007-4500-baf2-9c3bbb20d2dc} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002386 sec., 99329.42162615256 rows/sec., 6.66 MiB/sec. | ||
| 4724 | 2024.11.18 18:44:01.107100 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 4725 | 2024.11.18 18:44:01.107333 [ 254 ] {5eb64180-5007-4500-baf2-9c3bbb20d2dc} <Debug> TCPHandler: Processed in 0.003166902 sec. | ||
| 4726 | 2024.11.18 18:44:01.107401 [ 189 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::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 | ||
| 4727 | 2024.11.18 18:44:01.107518 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4728 | 2024.11.18 18:44:01.107559 [ 189 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4729 | 2024.11.18 18:44:01.107591 [ 189 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 6197 rows starting from the beginning of the part | ||
| 4730 | 2024.11.18 18:44:01.107674 [ 5 ] {9fc0f1f0-7e15-4c6e-90d1-0871e0a65051} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4731 | 2024.11.18 18:44:01.107714 [ 189 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 160 rows starting from the beginning of the part | ||
| 4732 | 2024.11.18 18:44:01.107816 [ 5 ] {9fc0f1f0-7e15-4c6e-90d1-0871e0a65051} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4733 | 2024.11.18 18:44:01.108008 [ 189 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 237 rows starting from the beginning of the part | ||
| 4734 | 2024.11.18 18:44:01.108329 [ 189 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 129 rows starting from the beginning of the part | ||
| 4735 | 2024.11.18 18:44:01.108627 [ 189 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::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 | ||
| 4736 | 2024.11.18 18:44:01.108913 [ 189 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 237 rows starting from the beginning of the part | ||
| 4737 | 2024.11.18 18:44:01.109669 [ 5 ] {9fc0f1f0-7e15-4c6e-90d1-0871e0a65051} <Trace> oximeter.measurements_f64 (d052af3d-076d-4497-9d38-4aa388f95b75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4738 | 2024.11.18 18:44:01.109713 [ 5 ] {9fc0f1f0-7e15-4c6e-90d1-0871e0a65051} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 4739 | 2024.11.18 18:44:01.110206 [ 5 ] {9fc0f1f0-7e15-4c6e-90d1-0871e0a65051} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4740 | 2024.11.18 18:44:01.110567 [ 5 ] {9fc0f1f0-7e15-4c6e-90d1-0871e0a65051} <Trace> oximeter.measurements_f64 (d052af3d-076d-4497-9d38-4aa388f95b75): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4741 | 2024.11.18 18:44:01.111038 [ 5 ] {9fc0f1f0-7e15-4c6e-90d1-0871e0a65051} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003393 sec., 294.7244326554671 rows/sec., 19.86 KiB/sec. | ||
| 4742 | 2024.11.18 18:44:01.111340 [ 5 ] {9fc0f1f0-7e15-4c6e-90d1-0871e0a65051} <Debug> TCPHandler: Processed in 0.003899617 sec. | ||
| 4743 | 2024.11.18 18:44:01.111516 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4744 | 2024.11.18 18:44:01.111702 [ 254 ] {7c9161fc-8ce6-4dac-9d9d-ddf41fd75f90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4745 | 2024.11.18 18:44:01.111798 [ 254 ] {7c9161fc-8ce6-4dac-9d9d-ddf41fd75f90} <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 | ||
| 4746 | 2024.11.18 18:44:01.112832 [ 201 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7120 rows, containing 5 columns (5 merged, 0 gathered) in 0.005548679 sec., 1283188.3048199401 rows/sec., 87.18 MiB/sec. | ||
| 4747 | 2024.11.18 18:44:01.113327 [ 201 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4748 | 2024.11.18 18:44:01.113987 [ 201 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4749 | 2024.11.18 18:44:01.114278 [ 201 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4750 | 2024.11.18 18:44:01.114487 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.41 MiB. | ||
| 4751 | 2024.11.18 18:44:01.114593 [ 254 ] {7c9161fc-8ce6-4dac-9d9d-ddf41fd75f90} <Trace> oximeter.measurements_histogramu64 (72c523e9-b30d-40f9-b06a-7c8965a18908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4752 | 2024.11.18 18:44:01.114637 [ 254 ] {7c9161fc-8ce6-4dac-9d9d-ddf41fd75f90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 4753 | 2024.11.18 18:44:01.115337 [ 254 ] {7c9161fc-8ce6-4dac-9d9d-ddf41fd75f90} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4754 | 2024.11.18 18:44:01.115605 [ 254 ] {7c9161fc-8ce6-4dac-9d9d-ddf41fd75f90} <Trace> oximeter.measurements_histogramu64 (72c523e9-b30d-40f9-b06a-7c8965a18908): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4755 | 2024.11.18 18:44:01.115809 [ 254 ] {7c9161fc-8ce6-4dac-9d9d-ddf41fd75f90} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.004139 sec., 9422.565837158732 rows/sec., 16.88 MiB/sec. | ||
| 4756 | 2024.11.18 18:44:01.115923 [ 254 ] {7c9161fc-8ce6-4dac-9d9d-ddf41fd75f90} <Debug> TCPHandler: Processed in 0.004475147 sec. | ||
| 4757 | 2024.11.18 18:44:01.116112 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4758 | 2024.11.18 18:44:01.116230 [ 5 ] {9567cc2b-cd62-465a-b06c-4d517b014607} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4759 | 2024.11.18 18:44:01.116287 [ 5 ] {9567cc2b-cd62-465a-b06c-4d517b014607} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4760 | 2024.11.18 18:44:01.116847 [ 5 ] {9567cc2b-cd62-465a-b06c-4d517b014607} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4761 | 2024.11.18 18:44:01.116889 [ 5 ] {9567cc2b-cd62-465a-b06c-4d517b014607} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 4762 | 2024.11.18 18:44:01.117286 [ 5 ] {9567cc2b-cd62-465a-b06c-4d517b014607} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4763 | 2024.11.18 18:44:01.117541 [ 5 ] {9567cc2b-cd62-465a-b06c-4d517b014607} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4764 | 2024.11.18 18:44:01.117711 [ 79 ] {} <Debug> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4765 | 2024.11.18 18:44:01.117777 [ 79 ] {} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4766 | 2024.11.18 18:44:01.117790 [ 5 ] {9567cc2b-cd62-465a-b06c-4d517b014607} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001572 sec., 52162.849872773535 rows/sec., 3.31 MiB/sec. | ||
| 4767 | 2024.11.18 18:44:01.117819 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 4768 | 2024.11.18 18:44:01.117921 [ 5 ] {9567cc2b-cd62-465a-b06c-4d517b014607} <Debug> TCPHandler: Processed in 0.001864886 sec. | ||
| 4769 | 2024.11.18 18:44:01.118160 [ 189 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::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 | ||
| 4770 | 2024.11.18 18:44:01.118537 [ 189 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4771 | 2024.11.18 18:44:01.118598 [ 189 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1712 rows starting from the beginning of the part | ||
| 4772 | 2024.11.18 18:44:01.118682 [ 189 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 60 rows starting from the beginning of the part | ||
| 4773 | 2024.11.18 18:44:01.118878 [ 189 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 82 rows starting from the beginning of the part | ||
| 4774 | 2024.11.18 18:44:01.118978 [ 189 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 48 rows starting from the beginning of the part | ||
| 4775 | 2024.11.18 18:44:01.119175 [ 189 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::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 | ||
| 4776 | 2024.11.18 18:44:01.119254 [ 189 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 82 rows starting from the beginning of the part | ||
| 4777 | 2024.11.18 18:44:01.120452 [ 190 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2044 rows, containing 4 columns (4 merged, 0 gathered) in 0.002512659 sec., 813480.8583257815 rows/sec., 53.11 MiB/sec. | ||
| 4778 | 2024.11.18 18:44:01.120644 [ 189 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4779 | 2024.11.18 18:44:01.120912 [ 189 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_36_7} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4780 | 2024.11.18 18:44:01.120985 [ 189 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_36_7} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4781 | 2024.11.18 18:44:01.121052 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 4782 | 2024.11.18 18:44:04.587381 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 700 | ||
| 4783 | 2024.11.18 18:44:04.590346 [ 242 ] {} <Trace> system.query_log (5706cc8f-2754-46ca-b9b4-a1f620913b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4784 | 2024.11.18 18:44:04.590405 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 4785 | 2024.11.18 18:44:04.591835 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4786 | 2024.11.18 18:44:04.592152 [ 242 ] {} <Trace> system.query_log (5706cc8f-2754-46ca-b9b4-a1f620913b28): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4787 | 2024.11.18 18:44:04.593256 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 700 | ||
| 4788 | 2024.11.18 18:44:06.067910 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4789 | 2024.11.18 18:44:06.068147 [ 5 ] {f65337d9-4651-473f-ac03-afee10989a24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4790 | 2024.11.18 18:44:06.068231 [ 5 ] {f65337d9-4651-473f-ac03-afee10989a24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4791 | 2024.11.18 18:44:06.069015 [ 5 ] {f65337d9-4651-473f-ac03-afee10989a24} <Trace> oximeter.fields_ipaddr (4ab47f75-0e62-4181-b939-eac36af8f626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4792 | 2024.11.18 18:44:06.069070 [ 5 ] {f65337d9-4651-473f-ac03-afee10989a24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4793 | 2024.11.18 18:44:06.069502 [ 5 ] {f65337d9-4651-473f-ac03-afee10989a24} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 4794 | 2024.11.18 18:44:06.069765 [ 5 ] {f65337d9-4651-473f-ac03-afee10989a24} <Trace> oximeter.fields_ipaddr (4ab47f75-0e62-4181-b939-eac36af8f626): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4795 | 2024.11.18 18:44:06.070029 [ 5 ] {f65337d9-4651-473f-ac03-afee10989a24} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001931 sec., 3107.1983428275507 rows/sec., 253.37 KiB/sec. | ||
| 4796 | 2024.11.18 18:44:06.070202 [ 5 ] {f65337d9-4651-473f-ac03-afee10989a24} <Debug> TCPHandler: Processed in 0.002435537 sec. | ||
| 4797 | 2024.11.18 18:44:06.070498 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4798 | 2024.11.18 18:44:06.070704 [ 254 ] {9b3649e1-f96d-412f-b69f-227f287e1d88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4799 | 2024.11.18 18:44:06.070787 [ 254 ] {9b3649e1-f96d-412f-b69f-227f287e1d88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4800 | 2024.11.18 18:44:06.071650 [ 254 ] {9b3649e1-f96d-412f-b69f-227f287e1d88} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4801 | 2024.11.18 18:44:06.071707 [ 254 ] {9b3649e1-f96d-412f-b69f-227f287e1d88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4802 | 2024.11.18 18:44:06.072162 [ 254 ] {9b3649e1-f96d-412f-b69f-227f287e1d88} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4803 | 2024.11.18 18:44:06.072442 [ 254 ] {9b3649e1-f96d-412f-b69f-227f287e1d88} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4804 | 2024.11.18 18:44:06.072689 [ 254 ] {9b3649e1-f96d-412f-b69f-227f287e1d88} <Debug> executeQuery: Read 59 rows, 4.60 KiB in 0.00204 sec., 28921.56862745098 rows/sec., 2.20 MiB/sec. | ||
| 4805 | 2024.11.18 18:44:06.072760 [ 254 ] {9b3649e1-f96d-412f-b69f-227f287e1d88} <Debug> TCPHandler: Processed in 0.002402977 sec. | ||
| 4806 | 2024.11.18 18:44:06.072938 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4807 | 2024.11.18 18:44:06.073084 [ 5 ] {f557e195-7ffc-4be1-ae2e-a5bc086b35cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4808 | 2024.11.18 18:44:06.073146 [ 5 ] {f557e195-7ffc-4be1-ae2e-a5bc086b35cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4809 | 2024.11.18 18:44:06.073840 [ 5 ] {f557e195-7ffc-4be1-ae2e-a5bc086b35cb} <Trace> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4810 | 2024.11.18 18:44:06.073883 [ 5 ] {f557e195-7ffc-4be1-ae2e-a5bc086b35cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4811 | 2024.11.18 18:44:06.074259 [ 5 ] {f557e195-7ffc-4be1-ae2e-a5bc086b35cb} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4812 | 2024.11.18 18:44:06.074508 [ 5 ] {f557e195-7ffc-4be1-ae2e-a5bc086b35cb} <Trace> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4813 | 2024.11.18 18:44:06.074781 [ 5 ] {f557e195-7ffc-4be1-ae2e-a5bc086b35cb} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001725 sec., 3478.2608695652175 rows/sec., 242.87 KiB/sec. | ||
| 4814 | 2024.11.18 18:44:06.074998 [ 5 ] {f557e195-7ffc-4be1-ae2e-a5bc086b35cb} <Debug> TCPHandler: Processed in 0.002128621 sec. | ||
| 4815 | 2024.11.18 18:44:06.075212 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4816 | 2024.11.18 18:44:06.075341 [ 254 ] {140ab65e-45c2-4fc8-9eb9-33b74003288a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4817 | 2024.11.18 18:44:06.075398 [ 254 ] {140ab65e-45c2-4fc8-9eb9-33b74003288a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4818 | 2024.11.18 18:44:06.076041 [ 254 ] {140ab65e-45c2-4fc8-9eb9-33b74003288a} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4819 | 2024.11.18 18:44:06.076085 [ 254 ] {140ab65e-45c2-4fc8-9eb9-33b74003288a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4820 | 2024.11.18 18:44:06.076481 [ 254 ] {140ab65e-45c2-4fc8-9eb9-33b74003288a} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4821 | 2024.11.18 18:44:06.076733 [ 254 ] {140ab65e-45c2-4fc8-9eb9-33b74003288a} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4822 | 2024.11.18 18:44:06.076950 [ 254 ] {140ab65e-45c2-4fc8-9eb9-33b74003288a} <Debug> executeQuery: Read 70 rows, 5.60 KiB in 0.001638 sec., 42735.042735042734 rows/sec., 3.34 MiB/sec. | ||
| 4823 | 2024.11.18 18:44:06.077011 [ 254 ] {140ab65e-45c2-4fc8-9eb9-33b74003288a} <Debug> TCPHandler: Processed in 0.001867047 sec. | ||
| 4824 | 2024.11.18 18:44:06.077180 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4825 | 2024.11.18 18:44:06.077303 [ 5 ] {3be3e53e-9c1c-47b4-be9d-3b15274457f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4826 | 2024.11.18 18:44:06.077359 [ 5 ] {3be3e53e-9c1c-47b4-be9d-3b15274457f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4827 | 2024.11.18 18:44:06.077948 [ 5 ] {3be3e53e-9c1c-47b4-be9d-3b15274457f5} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4828 | 2024.11.18 18:44:06.077989 [ 5 ] {3be3e53e-9c1c-47b4-be9d-3b15274457f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4829 | 2024.11.18 18:44:06.078397 [ 5 ] {3be3e53e-9c1c-47b4-be9d-3b15274457f5} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4830 | 2024.11.18 18:44:06.078673 [ 5 ] {3be3e53e-9c1c-47b4-be9d-3b15274457f5} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4831 | 2024.11.18 18:44:06.078925 [ 5 ] {3be3e53e-9c1c-47b4-be9d-3b15274457f5} <Debug> executeQuery: Read 131 rows, 9.34 KiB in 0.001639 sec., 79926.7846247712 rows/sec., 5.56 MiB/sec. | ||
| 4832 | 2024.11.18 18:44:06.079095 [ 5 ] {3be3e53e-9c1c-47b4-be9d-3b15274457f5} <Debug> TCPHandler: Processed in 0.001971458 sec. | ||
| 4833 | 2024.11.18 18:44:06.079315 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4834 | 2024.11.18 18:44:06.079442 [ 254 ] {973bbc54-c992-4b02-9a01-5bff56f9926c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4835 | 2024.11.18 18:44:06.079496 [ 254 ] {973bbc54-c992-4b02-9a01-5bff56f9926c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4836 | 2024.11.18 18:44:06.079975 [ 254 ] {973bbc54-c992-4b02-9a01-5bff56f9926c} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4837 | 2024.11.18 18:44:06.080015 [ 254 ] {973bbc54-c992-4b02-9a01-5bff56f9926c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4838 | 2024.11.18 18:44:06.080405 [ 254 ] {973bbc54-c992-4b02-9a01-5bff56f9926c} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4839 | 2024.11.18 18:44:06.080646 [ 254 ] {973bbc54-c992-4b02-9a01-5bff56f9926c} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4840 | 2024.11.18 18:44:06.080911 [ 254 ] {973bbc54-c992-4b02-9a01-5bff56f9926c} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001493 sec., 32150.033489618218 rows/sec., 2.17 MiB/sec. | ||
| 4841 | 2024.11.18 18:44:06.081105 [ 254 ] {973bbc54-c992-4b02-9a01-5bff56f9926c} <Debug> TCPHandler: Processed in 0.001886117 sec. | ||
| 4842 | 2024.11.18 18:44:11.069343 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4843 | 2024.11.18 18:44:11.069553 [ 5 ] {4b544d42-479c-4e4a-8b6c-1ccf9c344136} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4844 | 2024.11.18 18:44:11.069631 [ 5 ] {4b544d42-479c-4e4a-8b6c-1ccf9c344136} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4845 | 2024.11.18 18:44:11.070454 [ 5 ] {4b544d42-479c-4e4a-8b6c-1ccf9c344136} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4846 | 2024.11.18 18:44:11.070508 [ 5 ] {4b544d42-479c-4e4a-8b6c-1ccf9c344136} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4847 | 2024.11.18 18:44:11.070961 [ 5 ] {4b544d42-479c-4e4a-8b6c-1ccf9c344136} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 4848 | 2024.11.18 18:44:11.071221 [ 5 ] {4b544d42-479c-4e4a-8b6c-1ccf9c344136} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4849 | 2024.11.18 18:44:11.071495 [ 5 ] {4b544d42-479c-4e4a-8b6c-1ccf9c344136} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00199 sec., 28140.70351758794 rows/sec., 2.15 MiB/sec. | ||
| 4850 | 2024.11.18 18:44:11.071609 [ 5 ] {4b544d42-479c-4e4a-8b6c-1ccf9c344136} <Debug> TCPHandler: Processed in 0.002397427 sec. | ||
| 4851 | 2024.11.18 18:44:11.071901 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4852 | 2024.11.18 18:44:11.072090 [ 254 ] {8cc3f948-1f25-4762-986c-f1c1ef1927dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4853 | 2024.11.18 18:44:11.072162 [ 254 ] {8cc3f948-1f25-4762-986c-f1c1ef1927dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4854 | 2024.11.18 18:44:11.072932 [ 254 ] {8cc3f948-1f25-4762-986c-f1c1ef1927dd} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4855 | 2024.11.18 18:44:11.072982 [ 254 ] {8cc3f948-1f25-4762-986c-f1c1ef1927dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4856 | 2024.11.18 18:44:11.073420 [ 254 ] {8cc3f948-1f25-4762-986c-f1c1ef1927dd} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 4857 | 2024.11.18 18:44:11.073670 [ 254 ] {8cc3f948-1f25-4762-986c-f1c1ef1927dd} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4858 | 2024.11.18 18:44:11.073959 [ 254 ] {8cc3f948-1f25-4762-986c-f1c1ef1927dd} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001923 sec., 33281.33125325013 rows/sec., 2.60 MiB/sec. | ||
| 4859 | 2024.11.18 18:44:11.074184 [ 254 ] {8cc3f948-1f25-4762-986c-f1c1ef1927dd} <Debug> TCPHandler: Processed in 0.002423067 sec. | ||
| 4860 | 2024.11.18 18:44:11.074401 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4861 | 2024.11.18 18:44:11.074550 [ 5 ] {327916c8-f337-40df-a993-a1b62b8d143f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4862 | 2024.11.18 18:44:11.074617 [ 5 ] {327916c8-f337-40df-a993-a1b62b8d143f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4863 | 2024.11.18 18:44:11.075201 [ 5 ] {327916c8-f337-40df-a993-a1b62b8d143f} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4864 | 2024.11.18 18:44:11.075240 [ 5 ] {327916c8-f337-40df-a993-a1b62b8d143f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4865 | 2024.11.18 18:44:11.075617 [ 5 ] {327916c8-f337-40df-a993-a1b62b8d143f} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 4866 | 2024.11.18 18:44:11.075929 [ 5 ] {327916c8-f337-40df-a993-a1b62b8d143f} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4867 | 2024.11.18 18:44:11.076158 [ 5 ] {327916c8-f337-40df-a993-a1b62b8d143f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001644 sec., 97323.60097323601 rows/sec., 6.78 MiB/sec. | ||
| 4868 | 2024.11.18 18:44:11.076215 [ 5 ] {327916c8-f337-40df-a993-a1b62b8d143f} <Debug> TCPHandler: Processed in 0.001907797 sec. | ||
| 4869 | 2024.11.18 18:44:11.076381 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4870 | 2024.11.18 18:44:11.076504 [ 254 ] {8fbd67e0-9e56-45c4-86f1-8e0b090f91d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4871 | 2024.11.18 18:44:11.076559 [ 254 ] {8fbd67e0-9e56-45c4-86f1-8e0b090f91d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4872 | 2024.11.18 18:44:11.077129 [ 254 ] {8fbd67e0-9e56-45c4-86f1-8e0b090f91d3} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4873 | 2024.11.18 18:44:11.077178 [ 254 ] {8fbd67e0-9e56-45c4-86f1-8e0b090f91d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4874 | 2024.11.18 18:44:11.077635 [ 254 ] {8fbd67e0-9e56-45c4-86f1-8e0b090f91d3} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 4875 | 2024.11.18 18:44:11.077873 [ 254 ] {8fbd67e0-9e56-45c4-86f1-8e0b090f91d3} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4876 | 2024.11.18 18:44:11.078083 [ 254 ] {8fbd67e0-9e56-45c4-86f1-8e0b090f91d3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001609 sec., 37290.24238657551 rows/sec., 2.51 MiB/sec. | ||
| 4877 | 2024.11.18 18:44:11.078135 [ 254 ] {8fbd67e0-9e56-45c4-86f1-8e0b090f91d3} <Debug> TCPHandler: Processed in 0.001812996 sec. | ||
| 4878 | 2024.11.18 18:44:13.255400 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45942, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4879 | 2024.11.18 18:44:13.441837 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36730, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4880 | 2024.11.18 18:44:13.478280 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54580, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4881 | 2024.11.18 18:44:13.573237 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52623, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4882 | 2024.11.18 18:44:13.581672 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64267, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4883 | 2024.11.18 18:44:13.628176 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34639, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4884 | 2024.11.18 18:44:13.630481 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36135, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4885 | 2024.11.18 18:44:13.664814 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44136, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4886 | 2024.11.18 18:44:13.961971 [ 59 ] {} <Debug> oximeter.measurements_bool (59fe736a-aeb6-4d88-9694-5589842d5df9) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4887 | 2024.11.18 18:44:13.962033 [ 59 ] {} <Trace> oximeter.measurements_bool (59fe736a-aeb6-4d88-9694-5589842d5df9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4888 | 2024.11.18 18:44:13.962055 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4889 | 2024.11.18 18:44:13.962259 [ 193 ] {59fe736a-aeb6-4d88-9694-5589842d5df9::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 | ||
| 4890 | 2024.11.18 18:44:13.962455 [ 193 ] {59fe736a-aeb6-4d88-9694-5589842d5df9::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4891 | 2024.11.18 18:44:13.962493 [ 193 ] {59fe736a-aeb6-4d88-9694-5589842d5df9::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 | ||
| 4892 | 2024.11.18 18:44:13.962571 [ 193 ] {59fe736a-aeb6-4d88-9694-5589842d5df9::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 | ||
| 4893 | 2024.11.18 18:44:13.962770 [ 193 ] {59fe736a-aeb6-4d88-9694-5589842d5df9::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 | ||
| 4894 | 2024.11.18 18:44:13.962931 [ 193 ] {59fe736a-aeb6-4d88-9694-5589842d5df9::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 | ||
| 4895 | 2024.11.18 18:44:13.963066 [ 193 ] {59fe736a-aeb6-4d88-9694-5589842d5df9::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 | ||
| 4896 | 2024.11.18 18:44:13.963974 [ 189 ] {59fe736a-aeb6-4d88-9694-5589842d5df9::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 78 rows, containing 4 columns (4 merged, 0 gathered) in 0.001842606 sec., 42331.35027238596 rows/sec., 2.16 MiB/sec. | ||
| 4897 | 2024.11.18 18:44:13.964124 [ 189 ] {59fe736a-aeb6-4d88-9694-5589842d5df9::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4898 | 2024.11.18 18:44:13.964458 [ 189 ] {59fe736a-aeb6-4d88-9694-5589842d5df9::all_1_13_3} <Trace> oximeter.measurements_bool (59fe736a-aeb6-4d88-9694-5589842d5df9): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4899 | 2024.11.18 18:44:13.964554 [ 189 ] {59fe736a-aeb6-4d88-9694-5589842d5df9::all_1_13_3} <Trace> oximeter.measurements_bool (59fe736a-aeb6-4d88-9694-5589842d5df9) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4900 | 2024.11.18 18:44:13.964647 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4901 | 2024.11.18 18:44:14.431406 [ 58 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4902 | 2024.11.18 18:44:14.431460 [ 58 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4903 | 2024.11.18 18:44:14.593540 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 720 | ||
| 4904 | 2024.11.18 18:44:14.596171 [ 242 ] {} <Trace> system.query_log (5706cc8f-2754-46ca-b9b4-a1f620913b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4905 | 2024.11.18 18:44:14.596221 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4906 | 2024.11.18 18:44:14.597610 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4907 | 2024.11.18 18:44:14.597938 [ 242 ] {} <Trace> system.query_log (5706cc8f-2754-46ca-b9b4-a1f620913b28): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4908 | 2024.11.18 18:44:14.598663 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 720 | ||
| 4909 | 2024.11.18 18:44:16.075133 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4910 | 2024.11.18 18:44:16.075351 [ 5 ] {ff04058f-8538-4241-b343-4141a1ca2d1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4911 | 2024.11.18 18:44:16.075429 [ 5 ] {ff04058f-8538-4241-b343-4141a1ca2d1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4912 | 2024.11.18 18:44:16.076239 [ 5 ] {ff04058f-8538-4241-b343-4141a1ca2d1e} <Trace> oximeter.fields_i16 (d269e674-0362-4b8e-97b0-6474794c47df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4913 | 2024.11.18 18:44:16.076280 [ 5 ] {ff04058f-8538-4241-b343-4141a1ca2d1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4914 | 2024.11.18 18:44:16.076703 [ 5 ] {ff04058f-8538-4241-b343-4141a1ca2d1e} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4915 | 2024.11.18 18:44:16.076962 [ 5 ] {ff04058f-8538-4241-b343-4141a1ca2d1e} <Trace> oximeter.fields_i16 (d269e674-0362-4b8e-97b0-6474794c47df): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4916 | 2024.11.18 18:44:16.077156 [ 5 ] {ff04058f-8538-4241-b343-4141a1ca2d1e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001863 sec., 7514.761137949544 rows/sec., 540.96 KiB/sec. | ||
| 4917 | 2024.11.18 18:44:16.077215 [ 5 ] {ff04058f-8538-4241-b343-4141a1ca2d1e} <Debug> TCPHandler: Processed in 0.002224024 sec. | ||
| 4918 | 2024.11.18 18:44:16.077474 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4919 | 2024.11.18 18:44:16.077654 [ 254 ] {3ab805a0-3d0d-4af7-860e-ac0bdfa5a764} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4920 | 2024.11.18 18:44:16.077727 [ 254 ] {3ab805a0-3d0d-4af7-860e-ac0bdfa5a764} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4921 | 2024.11.18 18:44:16.078628 [ 254 ] {3ab805a0-3d0d-4af7-860e-ac0bdfa5a764} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4922 | 2024.11.18 18:44:16.078678 [ 254 ] {3ab805a0-3d0d-4af7-860e-ac0bdfa5a764} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4923 | 2024.11.18 18:44:16.079119 [ 254 ] {3ab805a0-3d0d-4af7-860e-ac0bdfa5a764} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 4924 | 2024.11.18 18:44:16.079381 [ 254 ] {3ab805a0-3d0d-4af7-860e-ac0bdfa5a764} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4925 | 2024.11.18 18:44:16.079608 [ 254 ] {3ab805a0-3d0d-4af7-860e-ac0bdfa5a764} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.002004 sec., 140219.5608782435 rows/sec., 12.37 MiB/sec. | ||
| 4926 | 2024.11.18 18:44:16.079673 [ 254 ] {3ab805a0-3d0d-4af7-860e-ac0bdfa5a764} <Debug> TCPHandler: Processed in 0.002327526 sec. | ||
| 4927 | 2024.11.18 18:44:16.079822 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4928 | 2024.11.18 18:44:16.079959 [ 5 ] {4d6ea546-9030-4ce3-9cb4-f075f892dbe2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4929 | 2024.11.18 18:44:16.080019 [ 5 ] {4d6ea546-9030-4ce3-9cb4-f075f892dbe2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4930 | 2024.11.18 18:44:16.080752 [ 5 ] {4d6ea546-9030-4ce3-9cb4-f075f892dbe2} <Trace> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4931 | 2024.11.18 18:44:16.080799 [ 5 ] {4d6ea546-9030-4ce3-9cb4-f075f892dbe2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4932 | 2024.11.18 18:44:16.081182 [ 5 ] {4d6ea546-9030-4ce3-9cb4-f075f892dbe2} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4933 | 2024.11.18 18:44:16.081425 [ 5 ] {4d6ea546-9030-4ce3-9cb4-f075f892dbe2} <Trace> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4934 | 2024.11.18 18:44:16.081607 [ 5 ] {4d6ea546-9030-4ce3-9cb4-f075f892dbe2} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001679 sec., 27397.260273972603 rows/sec., 1.97 MiB/sec. | ||
| 4935 | 2024.11.18 18:44:16.081660 [ 5 ] {4d6ea546-9030-4ce3-9cb4-f075f892dbe2} <Debug> TCPHandler: Processed in 0.001897167 sec. | ||
| 4936 | 2024.11.18 18:44:16.081812 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4937 | 2024.11.18 18:44:16.081953 [ 254 ] {5b0aea9e-73e4-40b0-90f6-9292f7caed41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4938 | 2024.11.18 18:44:16.082013 [ 254 ] {5b0aea9e-73e4-40b0-90f6-9292f7caed41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4939 | 2024.11.18 18:44:16.082713 [ 254 ] {5b0aea9e-73e4-40b0-90f6-9292f7caed41} <Trace> oximeter.fields_u32 (83ac11ca-fabd-4357-b8e5-0d6d82c87995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4940 | 2024.11.18 18:44:16.082760 [ 254 ] {5b0aea9e-73e4-40b0-90f6-9292f7caed41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4941 | 2024.11.18 18:44:16.083145 [ 254 ] {5b0aea9e-73e4-40b0-90f6-9292f7caed41} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4942 | 2024.11.18 18:44:16.083401 [ 254 ] {5b0aea9e-73e4-40b0-90f6-9292f7caed41} <Trace> oximeter.fields_u32 (83ac11ca-fabd-4357-b8e5-0d6d82c87995): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4943 | 2024.11.18 18:44:16.083617 [ 254 ] {5b0aea9e-73e4-40b0-90f6-9292f7caed41} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001699 sec., 8240.14125956445 rows/sec., 577.09 KiB/sec. | ||
| 4944 | 2024.11.18 18:44:16.083672 [ 254 ] {5b0aea9e-73e4-40b0-90f6-9292f7caed41} <Debug> TCPHandler: Processed in 0.001916407 sec. | ||
| 4945 | 2024.11.18 18:44:16.083819 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4946 | 2024.11.18 18:44:16.083935 [ 5 ] {0026a1d8-1222-481d-83c8-d2a58f327c0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4947 | 2024.11.18 18:44:16.083985 [ 5 ] {0026a1d8-1222-481d-83c8-d2a58f327c0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4948 | 2024.11.18 18:44:16.084562 [ 5 ] {0026a1d8-1222-481d-83c8-d2a58f327c0f} <Trace> oximeter.fields_u8 (356b4e61-1c07-430a-980d-4f9a89d03858): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4949 | 2024.11.18 18:44:16.084604 [ 5 ] {0026a1d8-1222-481d-83c8-d2a58f327c0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4950 | 2024.11.18 18:44:16.084963 [ 5 ] {0026a1d8-1222-481d-83c8-d2a58f327c0f} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4951 | 2024.11.18 18:44:16.085211 [ 5 ] {0026a1d8-1222-481d-83c8-d2a58f327c0f} <Trace> oximeter.fields_u8 (356b4e61-1c07-430a-980d-4f9a89d03858): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4952 | 2024.11.18 18:44:16.085388 [ 5 ] {0026a1d8-1222-481d-83c8-d2a58f327c0f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001477 sec., 8801.624915368991 rows/sec., 548.78 KiB/sec. | ||
| 4953 | 2024.11.18 18:44:16.085440 [ 5 ] {0026a1d8-1222-481d-83c8-d2a58f327c0f} <Debug> TCPHandler: Processed in 0.001680663 sec. | ||
| 4954 | 2024.11.18 18:44:16.085578 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4955 | 2024.11.18 18:44:16.085694 [ 254 ] {96ab356e-5ac0-4494-be6c-0b0cfe728498} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4956 | 2024.11.18 18:44:16.085744 [ 254 ] {96ab356e-5ac0-4494-be6c-0b0cfe728498} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4957 | 2024.11.18 18:44:16.086601 [ 254 ] {96ab356e-5ac0-4494-be6c-0b0cfe728498} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4958 | 2024.11.18 18:44:16.086650 [ 254 ] {96ab356e-5ac0-4494-be6c-0b0cfe728498} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4959 | 2024.11.18 18:44:16.087057 [ 254 ] {96ab356e-5ac0-4494-be6c-0b0cfe728498} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 4960 | 2024.11.18 18:44:16.087294 [ 254 ] {96ab356e-5ac0-4494-be6c-0b0cfe728498} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4961 | 2024.11.18 18:44:16.087499 [ 254 ] {96ab356e-5ac0-4494-be6c-0b0cfe728498} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001828 sec., 230306.34573304158 rows/sec., 16.46 MiB/sec. | ||
| 4962 | 2024.11.18 18:44:16.087553 [ 254 ] {96ab356e-5ac0-4494-be6c-0b0cfe728498} <Debug> TCPHandler: Processed in 0.002029469 sec. | ||
| 4963 | 2024.11.18 18:44:16.087686 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4964 | 2024.11.18 18:44:16.087802 [ 5 ] {57ef915e-692c-4206-a1ef-be865314d519} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4965 | 2024.11.18 18:44:16.087857 [ 5 ] {57ef915e-692c-4206-a1ef-be865314d519} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4966 | 2024.11.18 18:44:16.088422 [ 5 ] {57ef915e-692c-4206-a1ef-be865314d519} <Trace> oximeter.measurements_bool (59fe736a-aeb6-4d88-9694-5589842d5df9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4967 | 2024.11.18 18:44:16.088466 [ 5 ] {57ef915e-692c-4206-a1ef-be865314d519} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4968 | 2024.11.18 18:44:16.088882 [ 5 ] {57ef915e-692c-4206-a1ef-be865314d519} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4969 | 2024.11.18 18:44:16.089116 [ 5 ] {57ef915e-692c-4206-a1ef-be865314d519} <Trace> oximeter.measurements_bool (59fe736a-aeb6-4d88-9694-5589842d5df9): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4970 | 2024.11.18 18:44:16.089298 [ 5 ] {57ef915e-692c-4206-a1ef-be865314d519} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001521 sec., 3944.7731755424065 rows/sec., 206.10 KiB/sec. | ||
| 4971 | 2024.11.18 18:44:16.089348 [ 5 ] {57ef915e-692c-4206-a1ef-be865314d519} <Debug> TCPHandler: Processed in 0.001716383 sec. | ||
| 4972 | 2024.11.18 18:44:16.089478 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4973 | 2024.11.18 18:44:16.089594 [ 254 ] {629c3aa6-a1bb-471d-8b88-5e1f9be7cee7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4974 | 2024.11.18 18:44:16.089645 [ 254 ] {629c3aa6-a1bb-471d-8b88-5e1f9be7cee7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4975 | 2024.11.18 18:44:16.089933 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:39175, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4976 | 2024.11.18 18:44:16.090323 [ 254 ] {629c3aa6-a1bb-471d-8b88-5e1f9be7cee7} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4977 | 2024.11.18 18:44:16.090366 [ 254 ] {629c3aa6-a1bb-471d-8b88-5e1f9be7cee7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4978 | 2024.11.18 18:44:16.090754 [ 254 ] {629c3aa6-a1bb-471d-8b88-5e1f9be7cee7} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 4979 | 2024.11.18 18:44:16.091013 [ 254 ] {629c3aa6-a1bb-471d-8b88-5e1f9be7cee7} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4980 | 2024.11.18 18:44:16.091257 [ 254 ] {629c3aa6-a1bb-471d-8b88-5e1f9be7cee7} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001677 sec., 141323.79248658317 rows/sec., 9.47 MiB/sec. | ||
| 4981 | 2024.11.18 18:44:16.091361 [ 254 ] {629c3aa6-a1bb-471d-8b88-5e1f9be7cee7} <Debug> TCPHandler: Processed in 0.001934468 sec. | ||
| 4982 | 2024.11.18 18:44:16.091621 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4983 | 2024.11.18 18:44:16.091735 [ 5 ] {15fabc67-4602-4733-a391-cc8c93531a60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4984 | 2024.11.18 18:44:16.091789 [ 5 ] {15fabc67-4602-4733-a391-cc8c93531a60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4985 | 2024.11.18 18:44:16.092267 [ 5 ] {15fabc67-4602-4733-a391-cc8c93531a60} <Trace> oximeter.measurements_f64 (d052af3d-076d-4497-9d38-4aa388f95b75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4986 | 2024.11.18 18:44:16.092304 [ 5 ] {15fabc67-4602-4733-a391-cc8c93531a60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4987 | 2024.11.18 18:44:16.092661 [ 5 ] {15fabc67-4602-4733-a391-cc8c93531a60} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4988 | 2024.11.18 18:44:16.092914 [ 5 ] {15fabc67-4602-4733-a391-cc8c93531a60} <Trace> oximeter.measurements_f64 (d052af3d-076d-4497-9d38-4aa388f95b75): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4989 | 2024.11.18 18:44:16.093091 [ 5 ] {15fabc67-4602-4733-a391-cc8c93531a60} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001379 sec., 725.1631617113851 rows/sec., 48.86 KiB/sec. | ||
| 4990 | 2024.11.18 18:44:16.093141 [ 5 ] {15fabc67-4602-4733-a391-cc8c93531a60} <Debug> TCPHandler: Processed in 0.001663602 sec. | ||
| 4991 | 2024.11.18 18:44:16.093278 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4992 | 2024.11.18 18:44:16.093393 [ 254 ] {0e580f48-063d-4ec2-b6d8-814e2a009c32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4993 | 2024.11.18 18:44:16.093474 [ 254 ] {0e580f48-063d-4ec2-b6d8-814e2a009c32} <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 | ||
| 4994 | 2024.11.18 18:44:16.094695 [ 254 ] {0e580f48-063d-4ec2-b6d8-814e2a009c32} <Trace> oximeter.measurements_histogramu64 (72c523e9-b30d-40f9-b06a-7c8965a18908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4995 | 2024.11.18 18:44:16.094735 [ 254 ] {0e580f48-063d-4ec2-b6d8-814e2a009c32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4996 | 2024.11.18 18:44:16.095379 [ 254 ] {0e580f48-063d-4ec2-b6d8-814e2a009c32} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4997 | 2024.11.18 18:44:16.095640 [ 254 ] {0e580f48-063d-4ec2-b6d8-814e2a009c32} <Trace> oximeter.measurements_histogramu64 (72c523e9-b30d-40f9-b06a-7c8965a18908): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4998 | 2024.11.18 18:44:16.095960 [ 254 ] {0e580f48-063d-4ec2-b6d8-814e2a009c32} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002569 sec., 15181.00428182172 rows/sec., 27.20 MiB/sec. | ||
| 4999 | 2024.11.18 18:44:16.096210 [ 254 ] {0e580f48-063d-4ec2-b6d8-814e2a009c32} <Debug> TCPHandler: Processed in 0.002990949 sec. | ||
| 5000 | 2024.11.18 18:44:16.096371 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5001 | 2024.11.18 18:44:16.096506 [ 5 ] {13437c0c-0cda-40f5-886b-6d5aa112ee2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5002 | 2024.11.18 18:44:16.096564 [ 5 ] {13437c0c-0cda-40f5-886b-6d5aa112ee2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5003 | 2024.11.18 18:44:16.097102 [ 5 ] {13437c0c-0cda-40f5-886b-6d5aa112ee2c} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5004 | 2024.11.18 18:44:16.097139 [ 5 ] {13437c0c-0cda-40f5-886b-6d5aa112ee2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 5005 | 2024.11.18 18:44:16.097509 [ 5 ] {13437c0c-0cda-40f5-886b-6d5aa112ee2c} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5006 | 2024.11.18 18:44:16.097752 [ 5 ] {13437c0c-0cda-40f5-886b-6d5aa112ee2c} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5007 | 2024.11.18 18:44:16.097971 [ 5 ] {13437c0c-0cda-40f5-886b-6d5aa112ee2c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001496 sec., 54812.83422459893 rows/sec., 3.48 MiB/sec. | ||
| 5008 | 2024.11.18 18:44:16.098021 [ 5 ] {13437c0c-0cda-40f5-886b-6d5aa112ee2c} <Debug> TCPHandler: Processed in 0.001715424 sec. | ||
| 5009 | 2024.11.18 18:44:16.564948 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:46987, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5010 | 2024.11.18 18:44:16.759627 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:47858, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5011 | 2024.11.18 18:44:16.766325 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:41695, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5012 | 2024.11.18 18:44:16.767074 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:32782, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5013 | 2024.11.18 18:44:16.769419 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:47737, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5014 | 2024.11.18 18:44:16.812791 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:51824, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5015 | 2024.11.18 18:44:16.830106 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:38988, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5016 | 2024.11.18 18:44:16.831385 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:55232, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5017 | 2024.11.18 18:44:17.211463 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:58019, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5018 | 2024.11.18 18:44:17.263474 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:43155, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5019 | 2024.11.18 18:44:17.277028 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:45059, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5020 | 2024.11.18 18:44:17.474578 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:49303, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5021 | 2024.11.18 18:44:17.482875 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:33624, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5022 | 2024.11.18 18:44:17.487173 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:57861, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5023 | 2024.11.18 18:44:17.508467 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:33520, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5024 | 2024.11.18 18:44:17.543133 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:56435, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5025 | 2024.11.18 18:44:18.208883 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:62059, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5026 | 2024.11.18 18:44:18.225908 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:61294, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5027 | 2024.11.18 18:44:18.254020 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:41500, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5028 | 2024.11.18 18:44:18.278393 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:53541, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5029 | 2024.11.18 18:44:18.290525 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:34164, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5030 | 2024.11.18 18:44:18.316872 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:58801, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5031 | 2024.11.18 18:44:18.334471 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:49072, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5032 | 2024.11.18 18:44:18.454995 [ 52 ] {} <Debug> oximeter.fields_ipaddr (4ab47f75-0e62-4181-b939-eac36af8f626) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 5033 | 2024.11.18 18:44:18.455066 [ 52 ] {} <Trace> oximeter.fields_ipaddr (4ab47f75-0e62-4181-b939-eac36af8f626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5034 | 2024.11.18 18:44:18.455090 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 5035 | 2024.11.18 18:44:18.455347 [ 193 ] {4ab47f75-0e62-4181-b939-eac36af8f626::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 | ||
| 5036 | 2024.11.18 18:44:18.455584 [ 193 ] {4ab47f75-0e62-4181-b939-eac36af8f626::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5037 | 2024.11.18 18:44:18.455644 [ 193 ] {4ab47f75-0e62-4181-b939-eac36af8f626::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 | ||
| 5038 | 2024.11.18 18:44:18.455760 [ 193 ] {4ab47f75-0e62-4181-b939-eac36af8f626::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 | ||
| 5039 | 2024.11.18 18:44:18.455871 [ 193 ] {4ab47f75-0e62-4181-b939-eac36af8f626::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 | ||
| 5040 | 2024.11.18 18:44:18.456149 [ 193 ] {4ab47f75-0e62-4181-b939-eac36af8f626::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part | ||
| 5041 | 2024.11.18 18:44:18.456304 [ 193 ] {4ab47f75-0e62-4181-b939-eac36af8f626::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 | ||
| 5042 | 2024.11.18 18:44:18.457566 [ 193 ] {4ab47f75-0e62-4181-b939-eac36af8f626::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002389267 sec., 15067.3825905602 rows/sec., 1.26 MiB/sec. | ||
| 5043 | 2024.11.18 18:44:18.457720 [ 193 ] {4ab47f75-0e62-4181-b939-eac36af8f626::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 5044 | 2024.11.18 18:44:18.458120 [ 193 ] {4ab47f75-0e62-4181-b939-eac36af8f626::all_1_9_2} <Trace> oximeter.fields_ipaddr (4ab47f75-0e62-4181-b939-eac36af8f626): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5045 | 2024.11.18 18:44:18.458234 [ 193 ] {4ab47f75-0e62-4181-b939-eac36af8f626::all_1_9_2} <Trace> oximeter.fields_ipaddr (4ab47f75-0e62-4181-b939-eac36af8f626) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 5046 | 2024.11.18 18:44:18.458340 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5047 | 2024.11.18 18:44:21.067850 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5048 | 2024.11.18 18:44:21.068055 [ 5 ] {94f7af6b-2ab1-4bc1-9061-b3ea564f21f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5049 | 2024.11.18 18:44:21.068136 [ 5 ] {94f7af6b-2ab1-4bc1-9061-b3ea564f21f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5050 | 2024.11.18 18:44:21.068916 [ 5 ] {94f7af6b-2ab1-4bc1-9061-b3ea564f21f4} <Trace> oximeter.fields_ipaddr (4ab47f75-0e62-4181-b939-eac36af8f626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5051 | 2024.11.18 18:44:21.068970 [ 5 ] {94f7af6b-2ab1-4bc1-9061-b3ea564f21f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 5052 | 2024.11.18 18:44:21.069385 [ 5 ] {94f7af6b-2ab1-4bc1-9061-b3ea564f21f4} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 5053 | 2024.11.18 18:44:21.069639 [ 5 ] {94f7af6b-2ab1-4bc1-9061-b3ea564f21f4} <Trace> oximeter.fields_ipaddr (4ab47f75-0e62-4181-b939-eac36af8f626): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5054 | 2024.11.18 18:44:21.069882 [ 5 ] {94f7af6b-2ab1-4bc1-9061-b3ea564f21f4} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001878 sec., 2129.9254526091586 rows/sec., 173.68 KiB/sec. | ||
| 5055 | 2024.11.18 18:44:21.069947 [ 5 ] {94f7af6b-2ab1-4bc1-9061-b3ea564f21f4} <Debug> TCPHandler: Processed in 0.002233644 sec. | ||
| 5056 | 2024.11.18 18:44:21.070203 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5057 | 2024.11.18 18:44:21.070383 [ 254 ] {3d5828c6-cade-4a13-a4ce-8e809bedcba4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5058 | 2024.11.18 18:44:21.070453 [ 254 ] {3d5828c6-cade-4a13-a4ce-8e809bedcba4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5059 | 2024.11.18 18:44:21.071215 [ 254 ] {3d5828c6-cade-4a13-a4ce-8e809bedcba4} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5060 | 2024.11.18 18:44:21.071260 [ 254 ] {3d5828c6-cade-4a13-a4ce-8e809bedcba4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 5061 | 2024.11.18 18:44:21.071683 [ 254 ] {3d5828c6-cade-4a13-a4ce-8e809bedcba4} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5062 | 2024.11.18 18:44:21.071930 [ 254 ] {3d5828c6-cade-4a13-a4ce-8e809bedcba4} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5063 | 2024.11.18 18:44:21.072139 [ 254 ] {3d5828c6-cade-4a13-a4ce-8e809bedcba4} <Debug> executeQuery: Read 58 rows, 4.52 KiB in 0.001803 sec., 32168.60787576262 rows/sec., 2.45 MiB/sec. | ||
| 5064 | 2024.11.18 18:44:21.072257 [ 254 ] {3d5828c6-cade-4a13-a4ce-8e809bedcba4} <Debug> TCPHandler: Processed in 0.002182812 sec. | ||
| 5065 | 2024.11.18 18:44:21.072431 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5066 | 2024.11.18 18:44:21.072578 [ 5 ] {419be252-7d84-4df3-ae9d-4ead8708725b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5067 | 2024.11.18 18:44:21.072641 [ 5 ] {419be252-7d84-4df3-ae9d-4ead8708725b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5068 | 2024.11.18 18:44:21.073302 [ 5 ] {419be252-7d84-4df3-ae9d-4ead8708725b} <Trace> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5069 | 2024.11.18 18:44:21.073346 [ 5 ] {419be252-7d84-4df3-ae9d-4ead8708725b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 5070 | 2024.11.18 18:44:21.073702 [ 5 ] {419be252-7d84-4df3-ae9d-4ead8708725b} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5071 | 2024.11.18 18:44:21.073955 [ 5 ] {419be252-7d84-4df3-ae9d-4ead8708725b} <Trace> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5072 | 2024.11.18 18:44:21.074130 [ 51 ] {} <Debug> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5073 | 2024.11.18 18:44:21.074201 [ 5 ] {419be252-7d84-4df3-ae9d-4ead8708725b} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.00165 sec., 2424.2424242424245 rows/sec., 169.27 KiB/sec. | ||
| 5074 | 2024.11.18 18:44:21.074203 [ 51 ] {} <Trace> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5075 | 2024.11.18 18:44:21.074291 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 5076 | 2024.11.18 18:44:21.074337 [ 5 ] {419be252-7d84-4df3-ae9d-4ead8708725b} <Debug> TCPHandler: Processed in 0.001981399 sec. | ||
| 5077 | 2024.11.18 18:44:21.074674 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5078 | 2024.11.18 18:44:21.074729 [ 200 ] {e2d5d562-b8f6-4561-9841-f4b65eaa223e::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 | ||
| 5079 | 2024.11.18 18:44:21.074978 [ 254 ] {e606fce6-fe2a-4736-8bd0-8160e340184b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5080 | 2024.11.18 18:44:21.075025 [ 200 ] {e2d5d562-b8f6-4561-9841-f4b65eaa223e::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5081 | 2024.11.18 18:44:21.075081 [ 254 ] {e606fce6-fe2a-4736-8bd0-8160e340184b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5082 | 2024.11.18 18:44:21.075099 [ 200 ] {e2d5d562-b8f6-4561-9841-f4b65eaa223e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 64 rows starting from the beginning of the part | ||
| 5083 | 2024.11.18 18:44:21.075383 [ 200 ] {e2d5d562-b8f6-4561-9841-f4b65eaa223e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 2 rows starting from the beginning of the part | ||
| 5084 | 2024.11.18 18:44:21.075749 [ 200 ] {e2d5d562-b8f6-4561-9841-f4b65eaa223e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 46 rows starting from the beginning of the part | ||
| 5085 | 2024.11.18 18:44:21.076128 [ 200 ] {e2d5d562-b8f6-4561-9841-f4b65eaa223e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part | ||
| 5086 | 2024.11.18 18:44:21.076467 [ 200 ] {e2d5d562-b8f6-4561-9841-f4b65eaa223e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 46 rows starting from the beginning of the part | ||
| 5087 | 2024.11.18 18:44:21.076817 [ 200 ] {e2d5d562-b8f6-4561-9841-f4b65eaa223e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 4 rows starting from the beginning of the part | ||
| 5088 | 2024.11.18 18:44:21.077993 [ 254 ] {e606fce6-fe2a-4736-8bd0-8160e340184b} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5089 | 2024.11.18 18:44:21.078054 [ 254 ] {e606fce6-fe2a-4736-8bd0-8160e340184b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 5090 | 2024.11.18 18:44:21.079088 [ 254 ] {e606fce6-fe2a-4736-8bd0-8160e340184b} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5091 | 2024.11.18 18:44:21.079625 [ 200 ] {e2d5d562-b8f6-4561-9841-f4b65eaa223e::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 168 rows, containing 5 columns (5 merged, 0 gathered) in 0.005201602 sec., 32297.742118678056 rows/sec., 2.43 MiB/sec. | ||
| 5092 | 2024.11.18 18:44:21.079644 [ 254 ] {e606fce6-fe2a-4736-8bd0-8160e340184b} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5093 | 2024.11.18 18:44:21.079847 [ 200 ] {e2d5d562-b8f6-4561-9841-f4b65eaa223e::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5094 | 2024.11.18 18:44:21.080102 [ 254 ] {e606fce6-fe2a-4736-8bd0-8160e340184b} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.005222 sec., 13021.83071620069 rows/sec., 1.02 MiB/sec. | ||
| 5095 | 2024.11.18 18:44:21.080271 [ 254 ] {e606fce6-fe2a-4736-8bd0-8160e340184b} <Debug> TCPHandler: Processed in 0.005801743 sec. | ||
| 5096 | 2024.11.18 18:44:21.080491 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5097 | 2024.11.18 18:44:21.080500 [ 200 ] {e2d5d562-b8f6-4561-9841-f4b65eaa223e::all_1_26_5} <Trace> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5098 | 2024.11.18 18:44:21.080660 [ 200 ] {e2d5d562-b8f6-4561-9841-f4b65eaa223e::all_1_26_5} <Trace> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5099 | 2024.11.18 18:44:21.080680 [ 5 ] {7e2beaa6-edd1-49b0-98e7-1a5a13d02fcc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5100 | 2024.11.18 18:44:21.080802 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 5101 | 2024.11.18 18:44:21.080806 [ 5 ] {7e2beaa6-edd1-49b0-98e7-1a5a13d02fcc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5102 | 2024.11.18 18:44:21.081412 [ 5 ] {7e2beaa6-edd1-49b0-98e7-1a5a13d02fcc} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5103 | 2024.11.18 18:44:21.081454 [ 5 ] {7e2beaa6-edd1-49b0-98e7-1a5a13d02fcc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 5104 | 2024.11.18 18:44:21.081861 [ 5 ] {7e2beaa6-edd1-49b0-98e7-1a5a13d02fcc} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5105 | 2024.11.18 18:44:21.082104 [ 5 ] {7e2beaa6-edd1-49b0-98e7-1a5a13d02fcc} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5106 | 2024.11.18 18:44:21.082325 [ 5 ] {7e2beaa6-edd1-49b0-98e7-1a5a13d02fcc} <Debug> executeQuery: Read 130 rows, 9.27 KiB in 0.001705 sec., 76246.33431085045 rows/sec., 5.31 MiB/sec. | ||
| 5107 | 2024.11.18 18:44:21.082380 [ 5 ] {7e2beaa6-edd1-49b0-98e7-1a5a13d02fcc} <Debug> TCPHandler: Processed in 0.001995159 sec. | ||
| 5108 | 2024.11.18 18:44:21.082526 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5109 | 2024.11.18 18:44:21.082650 [ 254 ] {cc883850-10f2-401d-92f8-66a55fc5d078} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5110 | 2024.11.18 18:44:21.082705 [ 254 ] {cc883850-10f2-401d-92f8-66a55fc5d078} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5111 | 2024.11.18 18:44:21.083207 [ 254 ] {cc883850-10f2-401d-92f8-66a55fc5d078} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5112 | 2024.11.18 18:44:21.083244 [ 254 ] {cc883850-10f2-401d-92f8-66a55fc5d078} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 5113 | 2024.11.18 18:44:21.083634 [ 254 ] {cc883850-10f2-401d-92f8-66a55fc5d078} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5114 | 2024.11.18 18:44:21.083887 [ 254 ] {cc883850-10f2-401d-92f8-66a55fc5d078} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5115 | 2024.11.18 18:44:21.084095 [ 254 ] {cc883850-10f2-401d-92f8-66a55fc5d078} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001475 sec., 32542.372881355932 rows/sec., 2.19 MiB/sec. | ||
| 5116 | 2024.11.18 18:44:21.084149 [ 254 ] {cc883850-10f2-401d-92f8-66a55fc5d078} <Debug> TCPHandler: Processed in 0.001677632 sec. | ||
| 5117 | 2024.11.18 18:44:24.598807 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 754 | ||
| 5118 | 2024.11.18 18:44:24.601691 [ 242 ] {} <Trace> system.query_log (5706cc8f-2754-46ca-b9b4-a1f620913b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5119 | 2024.11.18 18:44:24.601745 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 5120 | 2024.11.18 18:44:24.603238 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 5121 | 2024.11.18 18:44:24.603551 [ 242 ] {} <Trace> system.query_log (5706cc8f-2754-46ca-b9b4-a1f620913b28): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5122 | 2024.11.18 18:44:24.603755 [ 48 ] {} <Debug> system.query_log (5706cc8f-2754-46ca-b9b4-a1f620913b28) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 5123 | 2024.11.18 18:44:24.603888 [ 48 ] {} <Trace> system.query_log (5706cc8f-2754-46ca-b9b4-a1f620913b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5124 | 2024.11.18 18:44:24.603959 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 5125 | 2024.11.18 18:44:24.604433 [ 193 ] {5706cc8f-2754-46ca-b9b4-a1f620913b28::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 | ||
| 5126 | 2024.11.18 18:44:24.605077 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 754 | ||
| 5127 | 2024.11.18 18:44:24.605548 [ 193 ] {5706cc8f-2754-46ca-b9b4-a1f620913b28::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5128 | 2024.11.18 18:44:24.605737 [ 193 ] {5706cc8f-2754-46ca-b9b4-a1f620913b28::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 616 rows starting from the beginning of the part | ||
| 5129 | 2024.11.18 18:44:24.606257 [ 193 ] {5706cc8f-2754-46ca-b9b4-a1f620913b28::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 | ||
| 5130 | 2024.11.18 18:44:24.606717 [ 193 ] {5706cc8f-2754-46ca-b9b4-a1f620913b28::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 | ||
| 5131 | 2024.11.18 18:44:24.607152 [ 193 ] {5706cc8f-2754-46ca-b9b4-a1f620913b28::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 | ||
| 5132 | 2024.11.18 18:44:24.607583 [ 193 ] {5706cc8f-2754-46ca-b9b4-a1f620913b28::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 | ||
| 5133 | 2024.11.18 18:44:24.607978 [ 193 ] {5706cc8f-2754-46ca-b9b4-a1f620913b28::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 34 rows starting from the beginning of the part | ||
| 5134 | 2024.11.18 18:44:24.616757 [ 197 ] {5706cc8f-2754-46ca-b9b4-a1f620913b28::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 754 rows, containing 72 columns (72 merged, 0 gathered) in 0.012577806 sec., 59946.86195668783 rows/sec., 50.52 MiB/sec. | ||
| 5135 | 2024.11.18 18:44:24.618000 [ 187 ] {5706cc8f-2754-46ca-b9b4-a1f620913b28::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 5136 | 2024.11.18 18:44:24.618865 [ 187 ] {5706cc8f-2754-46ca-b9b4-a1f620913b28::all_1_21_4} <Trace> system.query_log (5706cc8f-2754-46ca-b9b4-a1f620913b28): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5137 | 2024.11.18 18:44:24.618969 [ 187 ] {5706cc8f-2754-46ca-b9b4-a1f620913b28::all_1_21_4} <Trace> system.query_log (5706cc8f-2754-46ca-b9b4-a1f620913b28) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 5138 | 2024.11.18 18:44:24.619301 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.23 MiB. | ||
| 5139 | 2024.11.18 18:44:25.000167 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 158.64 MiB, peak 164.32 MiB, free memory in arenas 0.00 B, will set to 159.96 MiB (RSS), difference: 1.32 MiB | ||
| 5140 | 2024.11.18 18:44:26.069908 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5141 | 2024.11.18 18:44:26.070112 [ 5 ] {c638fc5d-a453-47ef-a2e8-0eae67731e3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5142 | 2024.11.18 18:44:26.070190 [ 5 ] {c638fc5d-a453-47ef-a2e8-0eae67731e3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5143 | 2024.11.18 18:44:26.070977 [ 5 ] {c638fc5d-a453-47ef-a2e8-0eae67731e3c} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5144 | 2024.11.18 18:44:26.071034 [ 5 ] {c638fc5d-a453-47ef-a2e8-0eae67731e3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 5145 | 2024.11.18 18:44:26.071469 [ 5 ] {c638fc5d-a453-47ef-a2e8-0eae67731e3c} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5146 | 2024.11.18 18:44:26.071738 [ 5 ] {c638fc5d-a453-47ef-a2e8-0eae67731e3c} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5147 | 2024.11.18 18:44:26.071956 [ 43 ] {} <Debug> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5148 | 2024.11.18 18:44:26.072025 [ 5 ] {c638fc5d-a453-47ef-a2e8-0eae67731e3c} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001961 sec., 28556.85874553799 rows/sec., 2.18 MiB/sec. | ||
| 5149 | 2024.11.18 18:44:26.072037 [ 43 ] {} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5150 | 2024.11.18 18:44:26.072111 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 5151 | 2024.11.18 18:44:26.072173 [ 5 ] {c638fc5d-a453-47ef-a2e8-0eae67731e3c} <Debug> TCPHandler: Processed in 0.002402516 sec. | ||
| 5152 | 2024.11.18 18:44:26.072477 [ 188 ] {e0815423-10b2-46b5-b423-64c196c999c0::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 | ||
| 5153 | 2024.11.18 18:44:26.072575 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5154 | 2024.11.18 18:44:26.072818 [ 188 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5155 | 2024.11.18 18:44:26.072935 [ 188 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1432 rows starting from the beginning of the part | ||
| 5156 | 2024.11.18 18:44:26.072984 [ 254 ] {6ed865f3-fca0-4ac0-9840-3ac387f7916e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5157 | 2024.11.18 18:44:26.073256 [ 254 ] {6ed865f3-fca0-4ac0-9840-3ac387f7916e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5158 | 2024.11.18 18:44:26.073291 [ 188 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 59 rows starting from the beginning of the part | ||
| 5159 | 2024.11.18 18:44:26.073577 [ 188 ] {e0815423-10b2-46b5-b423-64c196c999c0::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 | ||
| 5160 | 2024.11.18 18:44:26.073891 [ 188 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 281 rows starting from the beginning of the part | ||
| 5161 | 2024.11.18 18:44:26.074266 [ 188 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 58 rows starting from the beginning of the part | ||
| 5162 | 2024.11.18 18:44:26.074655 [ 188 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 56 rows starting from the beginning of the part | ||
| 5163 | 2024.11.18 18:44:26.076409 [ 254 ] {6ed865f3-fca0-4ac0-9840-3ac387f7916e} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5164 | 2024.11.18 18:44:26.076495 [ 254 ] {6ed865f3-fca0-4ac0-9840-3ac387f7916e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 5165 | 2024.11.18 18:44:26.077611 [ 254 ] {6ed865f3-fca0-4ac0-9840-3ac387f7916e} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5166 | 2024.11.18 18:44:26.078179 [ 254 ] {6ed865f3-fca0-4ac0-9840-3ac387f7916e} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5167 | 2024.11.18 18:44:26.078375 [ 188 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1942 rows, containing 5 columns (5 merged, 0 gathered) in 0.006087869 sec., 318995.0375081987 rows/sec., 27.78 MiB/sec. | ||
| 5168 | 2024.11.18 18:44:26.078468 [ 43 ] {} <Debug> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5169 | 2024.11.18 18:44:26.078552 [ 43 ] {} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5170 | 2024.11.18 18:44:26.078588 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 5171 | 2024.11.18 18:44:26.078668 [ 254 ] {6ed865f3-fca0-4ac0-9840-3ac387f7916e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00579 sec., 11053.540587219344 rows/sec., 883.46 KiB/sec. | ||
| 5172 | 2024.11.18 18:44:26.078932 [ 188 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5173 | 2024.11.18 18:44:26.079254 [ 254 ] {6ed865f3-fca0-4ac0-9840-3ac387f7916e} <Debug> TCPHandler: Processed in 0.006908985 sec. | ||
| 5174 | 2024.11.18 18:44:26.079280 [ 195 ] {2ab46401-386a-45e1-87f1-36d54e75b299::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 | ||
| 5175 | 2024.11.18 18:44:26.079992 [ 195 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5176 | 2024.11.18 18:44:26.080057 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5177 | 2024.11.18 18:44:26.080135 [ 195 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 913 rows starting from the beginning of the part | ||
| 5178 | 2024.11.18 18:44:26.080498 [ 188 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_41_8} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5179 | 2024.11.18 18:44:26.080519 [ 195 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 70 rows starting from the beginning of the part | ||
| 5180 | 2024.11.18 18:44:26.080900 [ 5 ] {aea20bcb-083f-4c0a-999c-200eed51973d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5181 | 2024.11.18 18:44:26.080921 [ 188 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_41_8} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5182 | 2024.11.18 18:44:26.081077 [ 195 ] {2ab46401-386a-45e1-87f1-36d54e75b299::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 | ||
| 5183 | 2024.11.18 18:44:26.081197 [ 5 ] {aea20bcb-083f-4c0a-999c-200eed51973d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5184 | 2024.11.18 18:44:26.081242 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
| 5185 | 2024.11.18 18:44:26.081573 [ 195 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 421 rows starting from the beginning of the part | ||
| 5186 | 2024.11.18 18:44:26.081901 [ 195 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 68 rows starting from the beginning of the part | ||
| 5187 | 2024.11.18 18:44:26.082278 [ 195 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 64 rows starting from the beginning of the part | ||
| 5188 | 2024.11.18 18:44:26.083724 [ 5 ] {aea20bcb-083f-4c0a-999c-200eed51973d} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5189 | 2024.11.18 18:44:26.083795 [ 5 ] {aea20bcb-083f-4c0a-999c-200eed51973d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 5190 | 2024.11.18 18:44:26.084862 [ 5 ] {aea20bcb-083f-4c0a-999c-200eed51973d} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5191 | 2024.11.18 18:44:26.085410 [ 5 ] {aea20bcb-083f-4c0a-999c-200eed51973d} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5192 | 2024.11.18 18:44:26.085442 [ 195 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1600 rows, containing 5 columns (5 merged, 0 gathered) in 0.006786263 sec., 235770.4085444375 rows/sec., 18.18 MiB/sec. | ||
| 5193 | 2024.11.18 18:44:26.085638 [ 43 ] {} <Debug> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5194 | 2024.11.18 18:44:26.085735 [ 43 ] {} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5195 | 2024.11.18 18:44:26.085736 [ 195 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5196 | 2024.11.18 18:44:26.085812 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 5197 | 2024.11.18 18:44:26.085912 [ 5 ] {aea20bcb-083f-4c0a-999c-200eed51973d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005253 sec., 30458.785455929945 rows/sec., 2.12 MiB/sec. | ||
| 5198 | 2024.11.18 18:44:26.086560 [ 5 ] {aea20bcb-083f-4c0a-999c-200eed51973d} <Debug> TCPHandler: Processed in 0.00716601 sec. | ||
| 5199 | 2024.11.18 18:44:26.086572 [ 197 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::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 | ||
| 5200 | 2024.11.18 18:44:26.086995 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5201 | 2024.11.18 18:44:26.087056 [ 199 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_41_8} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5202 | 2024.11.18 18:44:26.087429 [ 254 ] {d108e710-8ed2-4772-9a83-bbee53fe6485} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5203 | 2024.11.18 18:44:26.087475 [ 199 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_41_8} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5204 | 2024.11.18 18:44:26.087618 [ 254 ] {d108e710-8ed2-4772-9a83-bbee53fe6485} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5205 | 2024.11.18 18:44:26.087840 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
| 5206 | 2024.11.18 18:44:26.087937 [ 197 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5207 | 2024.11.18 18:44:26.088032 [ 197 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 7120 rows starting from the beginning of the part | ||
| 5208 | 2024.11.18 18:44:26.088398 [ 197 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 131 rows starting from the beginning of the part | ||
| 5209 | 2024.11.18 18:44:26.088766 [ 197 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 160 rows starting from the beginning of the part | ||
| 5210 | 2024.11.18 18:44:26.089066 [ 197 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 237 rows starting from the beginning of the part | ||
| 5211 | 2024.11.18 18:44:26.089255 [ 197 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 130 rows starting from the beginning of the part | ||
| 5212 | 2024.11.18 18:44:26.089598 [ 197 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 160 rows starting from the beginning of the part | ||
| 5213 | 2024.11.18 18:44:26.090263 [ 254 ] {d108e710-8ed2-4772-9a83-bbee53fe6485} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5214 | 2024.11.18 18:44:26.090323 [ 254 ] {d108e710-8ed2-4772-9a83-bbee53fe6485} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 5215 | 2024.11.18 18:44:26.091163 [ 254 ] {d108e710-8ed2-4772-9a83-bbee53fe6485} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5216 | 2024.11.18 18:44:26.091589 [ 254 ] {d108e710-8ed2-4772-9a83-bbee53fe6485} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5217 | 2024.11.18 18:44:26.091912 [ 43 ] {} <Debug> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5218 | 2024.11.18 18:44:26.092014 [ 43 ] {} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5219 | 2024.11.18 18:44:26.092112 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 5220 | 2024.11.18 18:44:26.092230 [ 254 ] {d108e710-8ed2-4772-9a83-bbee53fe6485} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004864 sec., 12335.526315789473 rows/sec., 851.28 KiB/sec. | ||
| 5221 | 2024.11.18 18:44:26.092586 [ 254 ] {d108e710-8ed2-4772-9a83-bbee53fe6485} <Debug> TCPHandler: Processed in 0.005871725 sec. | ||
| 5222 | 2024.11.18 18:44:26.092671 [ 195 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::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 | ||
| 5223 | 2024.11.18 18:44:26.093122 [ 195 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5224 | 2024.11.18 18:44:26.093219 [ 195 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2044 rows starting from the beginning of the part | ||
| 5225 | 2024.11.18 18:44:26.093509 [ 195 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 48 rows starting from the beginning of the part | ||
| 5226 | 2024.11.18 18:44:26.093728 [ 195 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 60 rows starting from the beginning of the part | ||
| 5227 | 2024.11.18 18:44:26.093928 [ 195 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 82 rows starting from the beginning of the part | ||
| 5228 | 2024.11.18 18:44:26.094028 [ 195 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 48 rows starting from the beginning of the part | ||
| 5229 | 2024.11.18 18:44:26.094229 [ 195 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 60 rows starting from the beginning of the part | ||
| 5230 | 2024.11.18 18:44:26.095537 [ 197 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7938 rows, containing 5 columns (5 merged, 0 gathered) in 0.009573628 sec., 829152.7517049962 rows/sec., 56.41 MiB/sec. | ||
| 5231 | 2024.11.18 18:44:26.096138 [ 192 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5232 | 2024.11.18 18:44:26.096678 [ 191 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2342 rows, containing 4 columns (4 merged, 0 gathered) in 0.004418226 sec., 530077.0037567114 rows/sec., 34.68 MiB/sec. | ||
| 5233 | 2024.11.18 18:44:26.096790 [ 192 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5234 | 2024.11.18 18:44:26.096900 [ 192 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5235 | 2024.11.18 18:44:26.097027 [ 191 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5236 | 2024.11.18 18:44:26.097068 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.45 MiB. | ||
| 5237 | 2024.11.18 18:44:26.097395 [ 191 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_41_8} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5238 | 2024.11.18 18:44:26.097474 [ 191 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_41_8} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5239 | 2024.11.18 18:44:26.097554 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. | ||
| 5240 | 2024.11.18 18:44:29.431509 [ 38 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5241 | 2024.11.18 18:44:29.431561 [ 38 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5242 | 2024.11.18 18:44:31.075989 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5243 | 2024.11.18 18:44:31.076217 [ 5 ] {3a8b6bf0-66fc-47cb-98ef-0110270153d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5244 | 2024.11.18 18:44:31.076298 [ 5 ] {3a8b6bf0-66fc-47cb-98ef-0110270153d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5245 | 2024.11.18 18:44:31.077058 [ 5 ] {3a8b6bf0-66fc-47cb-98ef-0110270153d3} <Trace> oximeter.fields_i16 (d269e674-0362-4b8e-97b0-6474794c47df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5246 | 2024.11.18 18:44:31.077107 [ 5 ] {3a8b6bf0-66fc-47cb-98ef-0110270153d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 5247 | 2024.11.18 18:44:31.077539 [ 5 ] {3a8b6bf0-66fc-47cb-98ef-0110270153d3} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5248 | 2024.11.18 18:44:31.077793 [ 5 ] {3a8b6bf0-66fc-47cb-98ef-0110270153d3} <Trace> oximeter.fields_i16 (d269e674-0362-4b8e-97b0-6474794c47df): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5249 | 2024.11.18 18:44:31.078007 [ 5 ] {3a8b6bf0-66fc-47cb-98ef-0110270153d3} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001848 sec., 7575.757575757576 rows/sec., 545.35 KiB/sec. | ||
| 5250 | 2024.11.18 18:44:31.078069 [ 5 ] {3a8b6bf0-66fc-47cb-98ef-0110270153d3} <Debug> TCPHandler: Processed in 0.002224073 sec. | ||
| 5251 | 2024.11.18 18:44:31.078332 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5252 | 2024.11.18 18:44:31.078518 [ 254 ] {aac4e17b-b6c5-49b3-95db-8366fcb1a17d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5253 | 2024.11.18 18:44:31.078592 [ 254 ] {aac4e17b-b6c5-49b3-95db-8366fcb1a17d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5254 | 2024.11.18 18:44:31.079465 [ 254 ] {aac4e17b-b6c5-49b3-95db-8366fcb1a17d} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5255 | 2024.11.18 18:44:31.079518 [ 254 ] {aac4e17b-b6c5-49b3-95db-8366fcb1a17d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 5256 | 2024.11.18 18:44:31.079970 [ 254 ] {aac4e17b-b6c5-49b3-95db-8366fcb1a17d} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5257 | 2024.11.18 18:44:31.080221 [ 254 ] {aac4e17b-b6c5-49b3-95db-8366fcb1a17d} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5258 | 2024.11.18 18:44:31.080466 [ 254 ] {aac4e17b-b6c5-49b3-95db-8366fcb1a17d} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.002001 sec., 140429.78510744625 rows/sec., 12.39 MiB/sec. | ||
| 5259 | 2024.11.18 18:44:31.080531 [ 254 ] {aac4e17b-b6c5-49b3-95db-8366fcb1a17d} <Debug> TCPHandler: Processed in 0.002340636 sec. | ||
| 5260 | 2024.11.18 18:44:31.080718 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5261 | 2024.11.18 18:44:31.080895 [ 5 ] {c82bb502-90af-4aed-9548-2b857c246f74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5262 | 2024.11.18 18:44:31.080966 [ 5 ] {c82bb502-90af-4aed-9548-2b857c246f74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5263 | 2024.11.18 18:44:31.081685 [ 5 ] {c82bb502-90af-4aed-9548-2b857c246f74} <Trace> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5264 | 2024.11.18 18:44:31.081722 [ 5 ] {c82bb502-90af-4aed-9548-2b857c246f74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 5265 | 2024.11.18 18:44:31.082094 [ 5 ] {c82bb502-90af-4aed-9548-2b857c246f74} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5266 | 2024.11.18 18:44:31.082345 [ 5 ] {c82bb502-90af-4aed-9548-2b857c246f74} <Trace> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5267 | 2024.11.18 18:44:31.082564 [ 5 ] {c82bb502-90af-4aed-9548-2b857c246f74} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001705 sec., 26979.472140762464 rows/sec., 1.94 MiB/sec. | ||
| 5268 | 2024.11.18 18:44:31.082702 [ 5 ] {c82bb502-90af-4aed-9548-2b857c246f74} <Debug> TCPHandler: Processed in 0.002061151 sec. | ||
| 5269 | 2024.11.18 18:44:31.082907 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5270 | 2024.11.18 18:44:31.083033 [ 254 ] {56129c66-6082-4a8c-acd7-d2b7d6a381df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5271 | 2024.11.18 18:44:31.083087 [ 254 ] {56129c66-6082-4a8c-acd7-d2b7d6a381df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5272 | 2024.11.18 18:44:31.083683 [ 254 ] {56129c66-6082-4a8c-acd7-d2b7d6a381df} <Trace> oximeter.fields_u32 (83ac11ca-fabd-4357-b8e5-0d6d82c87995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5273 | 2024.11.18 18:44:31.083726 [ 254 ] {56129c66-6082-4a8c-acd7-d2b7d6a381df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 5274 | 2024.11.18 18:44:31.084105 [ 254 ] {56129c66-6082-4a8c-acd7-d2b7d6a381df} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5275 | 2024.11.18 18:44:31.084345 [ 254 ] {56129c66-6082-4a8c-acd7-d2b7d6a381df} <Trace> oximeter.fields_u32 (83ac11ca-fabd-4357-b8e5-0d6d82c87995): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5276 | 2024.11.18 18:44:31.084560 [ 254 ] {56129c66-6082-4a8c-acd7-d2b7d6a381df} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001556 sec., 8997.429305912596 rows/sec., 630.12 KiB/sec. | ||
| 5277 | 2024.11.18 18:44:31.084615 [ 254 ] {56129c66-6082-4a8c-acd7-d2b7d6a381df} <Debug> TCPHandler: Processed in 0.001794445 sec. | ||
| 5278 | 2024.11.18 18:44:31.084757 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5279 | 2024.11.18 18:44:31.084876 [ 5 ] {214b02eb-dea7-489b-9baa-d0663f9f055a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5280 | 2024.11.18 18:44:31.084927 [ 5 ] {214b02eb-dea7-489b-9baa-d0663f9f055a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5281 | 2024.11.18 18:44:31.085508 [ 5 ] {214b02eb-dea7-489b-9baa-d0663f9f055a} <Trace> oximeter.fields_u8 (356b4e61-1c07-430a-980d-4f9a89d03858): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5282 | 2024.11.18 18:44:31.085545 [ 5 ] {214b02eb-dea7-489b-9baa-d0663f9f055a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 5283 | 2024.11.18 18:44:31.085904 [ 5 ] {214b02eb-dea7-489b-9baa-d0663f9f055a} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5284 | 2024.11.18 18:44:31.086146 [ 5 ] {214b02eb-dea7-489b-9baa-d0663f9f055a} <Trace> oximeter.fields_u8 (356b4e61-1c07-430a-980d-4f9a89d03858): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5285 | 2024.11.18 18:44:31.086371 [ 5 ] {214b02eb-dea7-489b-9baa-d0663f9f055a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00152 sec., 8552.631578947368 rows/sec., 533.25 KiB/sec. | ||
| 5286 | 2024.11.18 18:44:31.086575 [ 5 ] {214b02eb-dea7-489b-9baa-d0663f9f055a} <Debug> TCPHandler: Processed in 0.001871897 sec. | ||
| 5287 | 2024.11.18 18:44:31.086751 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5288 | 2024.11.18 18:44:31.086892 [ 254 ] {3a396c90-9ce5-4899-96f0-de11ac7d0548} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5289 | 2024.11.18 18:44:31.086954 [ 254 ] {3a396c90-9ce5-4899-96f0-de11ac7d0548} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5290 | 2024.11.18 18:44:31.087756 [ 254 ] {3a396c90-9ce5-4899-96f0-de11ac7d0548} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5291 | 2024.11.18 18:44:31.087797 [ 254 ] {3a396c90-9ce5-4899-96f0-de11ac7d0548} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 5292 | 2024.11.18 18:44:31.088188 [ 254 ] {3a396c90-9ce5-4899-96f0-de11ac7d0548} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5293 | 2024.11.18 18:44:31.088431 [ 254 ] {3a396c90-9ce5-4899-96f0-de11ac7d0548} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5294 | 2024.11.18 18:44:31.088696 [ 254 ] {3a396c90-9ce5-4899-96f0-de11ac7d0548} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001827 sec., 230432.40284619594 rows/sec., 16.47 MiB/sec. | ||
| 5295 | 2024.11.18 18:44:31.088829 [ 254 ] {3a396c90-9ce5-4899-96f0-de11ac7d0548} <Debug> TCPHandler: Processed in 0.002142282 sec. | ||
| 5296 | 2024.11.18 18:44:31.089082 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5297 | 2024.11.18 18:44:31.089219 [ 5 ] {01f5e3a1-04b4-48a9-a63e-0dda8bb945c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5298 | 2024.11.18 18:44:31.089275 [ 5 ] {01f5e3a1-04b4-48a9-a63e-0dda8bb945c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5299 | 2024.11.18 18:44:31.089789 [ 5 ] {01f5e3a1-04b4-48a9-a63e-0dda8bb945c3} <Trace> oximeter.measurements_bool (59fe736a-aeb6-4d88-9694-5589842d5df9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5300 | 2024.11.18 18:44:31.089835 [ 5 ] {01f5e3a1-04b4-48a9-a63e-0dda8bb945c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 5301 | 2024.11.18 18:44:31.090297 [ 5 ] {01f5e3a1-04b4-48a9-a63e-0dda8bb945c3} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5302 | 2024.11.18 18:44:31.090640 [ 5 ] {01f5e3a1-04b4-48a9-a63e-0dda8bb945c3} <Trace> oximeter.measurements_bool (59fe736a-aeb6-4d88-9694-5589842d5df9): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5303 | 2024.11.18 18:44:31.090990 [ 5 ] {01f5e3a1-04b4-48a9-a63e-0dda8bb945c3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001769 sec., 3391.7467495760316 rows/sec., 177.21 KiB/sec. | ||
| 5304 | 2024.11.18 18:44:31.091149 [ 5 ] {01f5e3a1-04b4-48a9-a63e-0dda8bb945c3} <Debug> TCPHandler: Processed in 0.002203433 sec. | ||
| 5305 | 2024.11.18 18:44:31.091311 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5306 | 2024.11.18 18:44:31.091433 [ 254 ] {364f1b3b-1556-4ce2-95e0-4104285089da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5307 | 2024.11.18 18:44:31.091488 [ 254 ] {364f1b3b-1556-4ce2-95e0-4104285089da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5308 | 2024.11.18 18:44:31.092099 [ 254 ] {364f1b3b-1556-4ce2-95e0-4104285089da} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5309 | 2024.11.18 18:44:31.092138 [ 254 ] {364f1b3b-1556-4ce2-95e0-4104285089da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 5310 | 2024.11.18 18:44:31.092542 [ 254 ] {364f1b3b-1556-4ce2-95e0-4104285089da} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5311 | 2024.11.18 18:44:31.092783 [ 254 ] {364f1b3b-1556-4ce2-95e0-4104285089da} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5312 | 2024.11.18 18:44:31.092994 [ 254 ] {364f1b3b-1556-4ce2-95e0-4104285089da} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001587 sec., 149338.3742911153 rows/sec., 10.01 MiB/sec. | ||
| 5313 | 2024.11.18 18:44:31.093050 [ 254 ] {364f1b3b-1556-4ce2-95e0-4104285089da} <Debug> TCPHandler: Processed in 0.001795185 sec. | ||
| 5314 | 2024.11.18 18:44:31.093194 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5315 | 2024.11.18 18:44:31.093313 [ 5 ] {693acd90-1465-4af0-8fdc-41b2ddb6b4eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5316 | 2024.11.18 18:44:31.093366 [ 5 ] {693acd90-1465-4af0-8fdc-41b2ddb6b4eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5317 | 2024.11.18 18:44:31.093847 [ 5 ] {693acd90-1465-4af0-8fdc-41b2ddb6b4eb} <Trace> oximeter.measurements_f64 (d052af3d-076d-4497-9d38-4aa388f95b75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5318 | 2024.11.18 18:44:31.093885 [ 5 ] {693acd90-1465-4af0-8fdc-41b2ddb6b4eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 5319 | 2024.11.18 18:44:31.094251 [ 5 ] {693acd90-1465-4af0-8fdc-41b2ddb6b4eb} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5320 | 2024.11.18 18:44:31.094493 [ 5 ] {693acd90-1465-4af0-8fdc-41b2ddb6b4eb} <Trace> oximeter.measurements_f64 (d052af3d-076d-4497-9d38-4aa388f95b75): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5321 | 2024.11.18 18:44:31.094755 [ 5 ] {693acd90-1465-4af0-8fdc-41b2ddb6b4eb} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001469 sec., 680.7351940095302 rows/sec., 45.87 KiB/sec. | ||
| 5322 | 2024.11.18 18:44:31.094986 [ 5 ] {693acd90-1465-4af0-8fdc-41b2ddb6b4eb} <Debug> TCPHandler: Processed in 0.001845636 sec. | ||
| 5323 | 2024.11.18 18:44:31.095171 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5324 | 2024.11.18 18:44:31.095288 [ 254 ] {43b7b7ae-e228-4542-9a9a-da8046df507d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5325 | 2024.11.18 18:44:31.095374 [ 254 ] {43b7b7ae-e228-4542-9a9a-da8046df507d} <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 | ||
| 5326 | 2024.11.18 18:44:31.096552 [ 254 ] {43b7b7ae-e228-4542-9a9a-da8046df507d} <Trace> oximeter.measurements_histogramu64 (72c523e9-b30d-40f9-b06a-7c8965a18908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5327 | 2024.11.18 18:44:31.096594 [ 254 ] {43b7b7ae-e228-4542-9a9a-da8046df507d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 5328 | 2024.11.18 18:44:31.097244 [ 254 ] {43b7b7ae-e228-4542-9a9a-da8046df507d} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5329 | 2024.11.18 18:44:31.097496 [ 254 ] {43b7b7ae-e228-4542-9a9a-da8046df507d} <Trace> oximeter.measurements_histogramu64 (72c523e9-b30d-40f9-b06a-7c8965a18908): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5330 | 2024.11.18 18:44:31.097782 [ 254 ] {43b7b7ae-e228-4542-9a9a-da8046df507d} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002517 sec., 15494.636471990463 rows/sec., 27.77 MiB/sec. | ||
| 5331 | 2024.11.18 18:44:31.098132 [ 254 ] {43b7b7ae-e228-4542-9a9a-da8046df507d} <Debug> TCPHandler: Processed in 0.003018779 sec. | ||
| 5332 | 2024.11.18 18:44:31.098298 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5333 | 2024.11.18 18:44:31.098419 [ 5 ] {edae5f63-110d-40d1-b985-ca2c1fea98ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5334 | 2024.11.18 18:44:31.098470 [ 5 ] {edae5f63-110d-40d1-b985-ca2c1fea98ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5335 | 2024.11.18 18:44:31.098961 [ 5 ] {edae5f63-110d-40d1-b985-ca2c1fea98ba} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5336 | 2024.11.18 18:44:31.098999 [ 5 ] {edae5f63-110d-40d1-b985-ca2c1fea98ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 5337 | 2024.11.18 18:44:31.099373 [ 5 ] {edae5f63-110d-40d1-b985-ca2c1fea98ba} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5338 | 2024.11.18 18:44:31.099642 [ 5 ] {edae5f63-110d-40d1-b985-ca2c1fea98ba} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5339 | 2024.11.18 18:44:31.099977 [ 5 ] {edae5f63-110d-40d1-b985-ca2c1fea98ba} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001561 sec., 52530.42921204356 rows/sec., 3.34 MiB/sec. | ||
| 5340 | 2024.11.18 18:44:31.100166 [ 5 ] {edae5f63-110d-40d1-b985-ca2c1fea98ba} <Debug> TCPHandler: Processed in 0.001932078 sec. | ||
| 5341 | 2024.11.18 18:44:34.605262 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 784 | ||
| 5342 | 2024.11.18 18:44:34.608162 [ 242 ] {} <Trace> system.query_log (5706cc8f-2754-46ca-b9b4-a1f620913b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5343 | 2024.11.18 18:44:34.608210 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 5344 | 2024.11.18 18:44:34.609823 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 5345 | 2024.11.18 18:44:34.610145 [ 242 ] {} <Trace> system.query_log (5706cc8f-2754-46ca-b9b4-a1f620913b28): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5346 | 2024.11.18 18:44:34.610672 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 784 | ||
| 5347 | 2024.11.18 18:44:36.067385 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5348 | 2024.11.18 18:44:36.067598 [ 5 ] {f66d9dd0-6dc9-42c8-841d-05a962bb12d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5349 | 2024.11.18 18:44:36.067681 [ 5 ] {f66d9dd0-6dc9-42c8-841d-05a962bb12d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5350 | 2024.11.18 18:44:36.068457 [ 5 ] {f66d9dd0-6dc9-42c8-841d-05a962bb12d3} <Trace> oximeter.fields_ipaddr (4ab47f75-0e62-4181-b939-eac36af8f626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5351 | 2024.11.18 18:44:36.068512 [ 5 ] {f66d9dd0-6dc9-42c8-841d-05a962bb12d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 5352 | 2024.11.18 18:44:36.068944 [ 5 ] {f66d9dd0-6dc9-42c8-841d-05a962bb12d3} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 5353 | 2024.11.18 18:44:36.069205 [ 5 ] {f66d9dd0-6dc9-42c8-841d-05a962bb12d3} <Trace> oximeter.fields_ipaddr (4ab47f75-0e62-4181-b939-eac36af8f626): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5354 | 2024.11.18 18:44:36.069419 [ 5 ] {f66d9dd0-6dc9-42c8-841d-05a962bb12d3} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001878 sec., 3194.888178913738 rows/sec., 260.52 KiB/sec. | ||
| 5355 | 2024.11.18 18:44:36.069485 [ 5 ] {f66d9dd0-6dc9-42c8-841d-05a962bb12d3} <Debug> TCPHandler: Processed in 0.002236244 sec. | ||
| 5356 | 2024.11.18 18:44:36.069764 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5357 | 2024.11.18 18:44:36.069977 [ 254 ] {946a2c35-3d3d-40f7-aab8-fb1137e1b6da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5358 | 2024.11.18 18:44:36.070061 [ 254 ] {946a2c35-3d3d-40f7-aab8-fb1137e1b6da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5359 | 2024.11.18 18:44:36.070878 [ 254 ] {946a2c35-3d3d-40f7-aab8-fb1137e1b6da} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5360 | 2024.11.18 18:44:36.070932 [ 254 ] {946a2c35-3d3d-40f7-aab8-fb1137e1b6da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 5361 | 2024.11.18 18:44:36.071370 [ 254 ] {946a2c35-3d3d-40f7-aab8-fb1137e1b6da} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5362 | 2024.11.18 18:44:36.071628 [ 254 ] {946a2c35-3d3d-40f7-aab8-fb1137e1b6da} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5363 | 2024.11.18 18:44:36.071869 [ 254 ] {946a2c35-3d3d-40f7-aab8-fb1137e1b6da} <Debug> executeQuery: Read 59 rows, 4.60 KiB in 0.001951 sec., 30240.902101486416 rows/sec., 2.30 MiB/sec. | ||
| 5364 | 2024.11.18 18:44:36.071935 [ 254 ] {946a2c35-3d3d-40f7-aab8-fb1137e1b6da} <Debug> TCPHandler: Processed in 0.002316415 sec. | ||
| 5365 | 2024.11.18 18:44:36.072108 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5366 | 2024.11.18 18:44:36.072258 [ 5 ] {a64f6332-2877-4f92-af07-fa918c42cfec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5367 | 2024.11.18 18:44:36.072321 [ 5 ] {a64f6332-2877-4f92-af07-fa918c42cfec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5368 | 2024.11.18 18:44:36.072950 [ 5 ] {a64f6332-2877-4f92-af07-fa918c42cfec} <Trace> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5369 | 2024.11.18 18:44:36.072991 [ 5 ] {a64f6332-2877-4f92-af07-fa918c42cfec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 5370 | 2024.11.18 18:44:36.073368 [ 5 ] {a64f6332-2877-4f92-af07-fa918c42cfec} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5371 | 2024.11.18 18:44:36.073616 [ 5 ] {a64f6332-2877-4f92-af07-fa918c42cfec} <Trace> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5372 | 2024.11.18 18:44:36.073803 [ 5 ] {a64f6332-2877-4f92-af07-fa918c42cfec} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.00158 sec., 3797.46835443038 rows/sec., 265.16 KiB/sec. | ||
| 5373 | 2024.11.18 18:44:36.073859 [ 5 ] {a64f6332-2877-4f92-af07-fa918c42cfec} <Debug> TCPHandler: Processed in 0.001819616 sec. | ||
| 5374 | 2024.11.18 18:44:36.074031 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5375 | 2024.11.18 18:44:36.074156 [ 254 ] {c3e2ee99-fc23-4220-8a81-03b4ee366c8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5376 | 2024.11.18 18:44:36.074210 [ 254 ] {c3e2ee99-fc23-4220-8a81-03b4ee366c8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5377 | 2024.11.18 18:44:36.074837 [ 254 ] {c3e2ee99-fc23-4220-8a81-03b4ee366c8a} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5378 | 2024.11.18 18:44:36.074881 [ 254 ] {c3e2ee99-fc23-4220-8a81-03b4ee366c8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 5379 | 2024.11.18 18:44:36.075262 [ 254 ] {c3e2ee99-fc23-4220-8a81-03b4ee366c8a} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5380 | 2024.11.18 18:44:36.075510 [ 254 ] {c3e2ee99-fc23-4220-8a81-03b4ee366c8a} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5381 | 2024.11.18 18:44:36.075730 [ 254 ] {c3e2ee99-fc23-4220-8a81-03b4ee366c8a} <Debug> executeQuery: Read 70 rows, 5.60 KiB in 0.001603 sec., 43668.12227074236 rows/sec., 3.41 MiB/sec. | ||
| 5382 | 2024.11.18 18:44:36.075786 [ 254 ] {c3e2ee99-fc23-4220-8a81-03b4ee366c8a} <Debug> TCPHandler: Processed in 0.001814516 sec. | ||
| 5383 | 2024.11.18 18:44:36.075950 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5384 | 2024.11.18 18:44:36.076092 [ 5 ] {78f51be9-2b8d-4257-9f42-0b2b27ac74dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5385 | 2024.11.18 18:44:36.076156 [ 5 ] {78f51be9-2b8d-4257-9f42-0b2b27ac74dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5386 | 2024.11.18 18:44:36.076766 [ 5 ] {78f51be9-2b8d-4257-9f42-0b2b27ac74dd} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5387 | 2024.11.18 18:44:36.076805 [ 5 ] {78f51be9-2b8d-4257-9f42-0b2b27ac74dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 5388 | 2024.11.18 18:44:36.077203 [ 5 ] {78f51be9-2b8d-4257-9f42-0b2b27ac74dd} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5389 | 2024.11.18 18:44:36.077448 [ 5 ] {78f51be9-2b8d-4257-9f42-0b2b27ac74dd} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5390 | 2024.11.18 18:44:36.077634 [ 5 ] {78f51be9-2b8d-4257-9f42-0b2b27ac74dd} <Debug> executeQuery: Read 131 rows, 9.34 KiB in 0.001576 sec., 83121.82741116751 rows/sec., 5.79 MiB/sec. | ||
| 5391 | 2024.11.18 18:44:36.077689 [ 5 ] {78f51be9-2b8d-4257-9f42-0b2b27ac74dd} <Debug> TCPHandler: Processed in 0.001805735 sec. | ||
| 5392 | 2024.11.18 18:44:36.077847 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5393 | 2024.11.18 18:44:36.077985 [ 254 ] {909b0c12-c893-4aca-805b-f8c24bd4b3ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5394 | 2024.11.18 18:44:36.078046 [ 254 ] {909b0c12-c893-4aca-805b-f8c24bd4b3ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5395 | 2024.11.18 18:44:36.078600 [ 254 ] {909b0c12-c893-4aca-805b-f8c24bd4b3ae} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5396 | 2024.11.18 18:44:36.078640 [ 254 ] {909b0c12-c893-4aca-805b-f8c24bd4b3ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 5397 | 2024.11.18 18:44:36.079018 [ 254 ] {909b0c12-c893-4aca-805b-f8c24bd4b3ae} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5398 | 2024.11.18 18:44:36.079269 [ 254 ] {909b0c12-c893-4aca-805b-f8c24bd4b3ae} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5399 | 2024.11.18 18:44:36.079471 [ 254 ] {909b0c12-c893-4aca-805b-f8c24bd4b3ae} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001518 sec., 31620.553359683792 rows/sec., 2.13 MiB/sec. | ||
| 5400 | 2024.11.18 18:44:36.079521 [ 254 ] {909b0c12-c893-4aca-805b-f8c24bd4b3ae} <Debug> TCPHandler: Processed in 0.001740164 sec. | ||
| 5401 | 2024.11.18 18:44:41.073716 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5402 | 2024.11.18 18:44:41.074014 [ 5 ] {997cb70c-e368-4347-b86d-a65db047256e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5403 | 2024.11.18 18:44:41.074132 [ 5 ] {997cb70c-e368-4347-b86d-a65db047256e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5404 | 2024.11.18 18:44:41.075173 [ 5 ] {997cb70c-e368-4347-b86d-a65db047256e} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5405 | 2024.11.18 18:44:41.075249 [ 5 ] {997cb70c-e368-4347-b86d-a65db047256e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 5406 | 2024.11.18 18:44:41.075814 [ 5 ] {997cb70c-e368-4347-b86d-a65db047256e} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5407 | 2024.11.18 18:44:41.076146 [ 5 ] {997cb70c-e368-4347-b86d-a65db047256e} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5408 | 2024.11.18 18:44:41.076443 [ 5 ] {997cb70c-e368-4347-b86d-a65db047256e} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002506 sec., 22346.368715083798 rows/sec., 1.71 MiB/sec. | ||
| 5409 | 2024.11.18 18:44:41.076569 [ 5 ] {997cb70c-e368-4347-b86d-a65db047256e} <Debug> TCPHandler: Processed in 0.00305288 sec. | ||
| 5410 | 2024.11.18 18:44:41.076919 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5411 | 2024.11.18 18:44:41.077149 [ 254 ] {4f0a8aab-bedc-4ffe-a824-05fe6410eebf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5412 | 2024.11.18 18:44:41.077240 [ 254 ] {4f0a8aab-bedc-4ffe-a824-05fe6410eebf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5413 | 2024.11.18 18:44:41.078216 [ 254 ] {4f0a8aab-bedc-4ffe-a824-05fe6410eebf} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5414 | 2024.11.18 18:44:41.078287 [ 254 ] {4f0a8aab-bedc-4ffe-a824-05fe6410eebf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 5415 | 2024.11.18 18:44:41.078865 [ 254 ] {4f0a8aab-bedc-4ffe-a824-05fe6410eebf} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5416 | 2024.11.18 18:44:41.079174 [ 254 ] {4f0a8aab-bedc-4ffe-a824-05fe6410eebf} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5417 | 2024.11.18 18:44:41.079425 [ 254 ] {4f0a8aab-bedc-4ffe-a824-05fe6410eebf} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00234 sec., 27350.427350427348 rows/sec., 2.13 MiB/sec. | ||
| 5418 | 2024.11.18 18:44:41.079512 [ 254 ] {4f0a8aab-bedc-4ffe-a824-05fe6410eebf} <Debug> TCPHandler: Processed in 0.002756674 sec. | ||
| 5419 | 2024.11.18 18:44:41.079739 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5420 | 2024.11.18 18:44:41.079916 [ 5 ] {60c57266-69a8-447f-83e8-13c9cea362a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5421 | 2024.11.18 18:44:41.079995 [ 5 ] {60c57266-69a8-447f-83e8-13c9cea362a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5422 | 2024.11.18 18:44:41.080816 [ 5 ] {60c57266-69a8-447f-83e8-13c9cea362a6} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5423 | 2024.11.18 18:44:41.080867 [ 5 ] {60c57266-69a8-447f-83e8-13c9cea362a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 5424 | 2024.11.18 18:44:41.081438 [ 5 ] {60c57266-69a8-447f-83e8-13c9cea362a6} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5425 | 2024.11.18 18:44:41.081794 [ 5 ] {60c57266-69a8-447f-83e8-13c9cea362a6} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5426 | 2024.11.18 18:44:41.082110 [ 5 ] {60c57266-69a8-447f-83e8-13c9cea362a6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002238 sec., 71492.40393208222 rows/sec., 4.98 MiB/sec. | ||
| 5427 | 2024.11.18 18:44:41.082191 [ 5 ] {60c57266-69a8-447f-83e8-13c9cea362a6} <Debug> TCPHandler: Processed in 0.002533519 sec. | ||
| 5428 | 2024.11.18 18:44:41.082419 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5429 | 2024.11.18 18:44:41.082594 [ 254 ] {ff9e4eda-69a8-4b0c-b153-5eacf54a74e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5430 | 2024.11.18 18:44:41.082672 [ 254 ] {ff9e4eda-69a8-4b0c-b153-5eacf54a74e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5431 | 2024.11.18 18:44:41.083395 [ 254 ] {ff9e4eda-69a8-4b0c-b153-5eacf54a74e3} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5432 | 2024.11.18 18:44:41.083445 [ 254 ] {ff9e4eda-69a8-4b0c-b153-5eacf54a74e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 5433 | 2024.11.18 18:44:41.083949 [ 254 ] {ff9e4eda-69a8-4b0c-b153-5eacf54a74e3} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5434 | 2024.11.18 18:44:41.084279 [ 254 ] {ff9e4eda-69a8-4b0c-b153-5eacf54a74e3} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5435 | 2024.11.18 18:44:41.084540 [ 254 ] {ff9e4eda-69a8-4b0c-b153-5eacf54a74e3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001982 sec., 30272.45206861756 rows/sec., 2.04 MiB/sec. | ||
| 5436 | 2024.11.18 18:44:41.084664 [ 254 ] {ff9e4eda-69a8-4b0c-b153-5eacf54a74e3} <Debug> TCPHandler: Processed in 0.002325975 sec. | ||
| 5437 | 2024.11.18 18:44:43.260242 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56012, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5438 | 2024.11.18 18:44:43.460712 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57651, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5439 | 2024.11.18 18:44:43.497355 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63413, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5440 | 2024.11.18 18:44:43.581647 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48370, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5441 | 2024.11.18 18:44:43.596903 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52366, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5442 | 2024.11.18 18:44:43.633255 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55460, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5443 | 2024.11.18 18:44:43.642497 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50612, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5444 | 2024.11.18 18:44:43.684783 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37753, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5445 | 2024.11.18 18:44:44.431602 [ 23 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5446 | 2024.11.18 18:44:44.431656 [ 23 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5447 | 2024.11.18 18:44:44.611819 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 804 | ||
| 5448 | 2024.11.18 18:44:44.614454 [ 242 ] {} <Trace> system.query_log (5706cc8f-2754-46ca-b9b4-a1f620913b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5449 | 2024.11.18 18:44:44.614514 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 5450 | 2024.11.18 18:44:44.616010 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5451 | 2024.11.18 18:44:44.616344 [ 242 ] {} <Trace> system.query_log (5706cc8f-2754-46ca-b9b4-a1f620913b28): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5452 | 2024.11.18 18:44:44.616930 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 804 | ||
| 5453 | 2024.11.18 18:44:45.001437 [ 244 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000977089 sec. | ||
| 5454 | 2024.11.18 18:44:46.075352 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5455 | 2024.11.18 18:44:46.075663 [ 5 ] {11927759-4607-4449-8020-cd2a4afe7d5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5456 | 2024.11.18 18:44:46.075786 [ 5 ] {11927759-4607-4449-8020-cd2a4afe7d5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5457 | 2024.11.18 18:44:46.076542 [ 5 ] {11927759-4607-4449-8020-cd2a4afe7d5d} <Trace> oximeter.fields_i16 (d269e674-0362-4b8e-97b0-6474794c47df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5458 | 2024.11.18 18:44:46.076590 [ 5 ] {11927759-4607-4449-8020-cd2a4afe7d5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 5459 | 2024.11.18 18:44:46.077017 [ 5 ] {11927759-4607-4449-8020-cd2a4afe7d5d} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5460 | 2024.11.18 18:44:46.077271 [ 5 ] {11927759-4607-4449-8020-cd2a4afe7d5d} <Trace> oximeter.fields_i16 (d269e674-0362-4b8e-97b0-6474794c47df): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5461 | 2024.11.18 18:44:46.077536 [ 5 ] {11927759-4607-4449-8020-cd2a4afe7d5d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001955 sec., 7161.125319693094 rows/sec., 515.51 KiB/sec. | ||
| 5462 | 2024.11.18 18:44:46.077712 [ 5 ] {11927759-4607-4449-8020-cd2a4afe7d5d} <Debug> TCPHandler: Processed in 0.00255061 sec. | ||
| 5463 | 2024.11.18 18:44:46.078012 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5464 | 2024.11.18 18:44:46.078218 [ 254 ] {0c2d2e84-8a4d-483c-9c34-fb88065e7c15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5465 | 2024.11.18 18:44:46.078298 [ 254 ] {0c2d2e84-8a4d-483c-9c34-fb88065e7c15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5466 | 2024.11.18 18:44:46.079205 [ 254 ] {0c2d2e84-8a4d-483c-9c34-fb88065e7c15} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5467 | 2024.11.18 18:44:46.079252 [ 254 ] {0c2d2e84-8a4d-483c-9c34-fb88065e7c15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 5468 | 2024.11.18 18:44:46.079698 [ 254 ] {0c2d2e84-8a4d-483c-9c34-fb88065e7c15} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5469 | 2024.11.18 18:44:46.079971 [ 254 ] {0c2d2e84-8a4d-483c-9c34-fb88065e7c15} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5470 | 2024.11.18 18:44:46.080211 [ 254 ] {0c2d2e84-8a4d-483c-9c34-fb88065e7c15} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.002049 sec., 137140.0683260127 rows/sec., 12.10 MiB/sec. | ||
| 5471 | 2024.11.18 18:44:46.080276 [ 254 ] {0c2d2e84-8a4d-483c-9c34-fb88065e7c15} <Debug> TCPHandler: Processed in 0.002415918 sec. | ||
| 5472 | 2024.11.18 18:44:46.080450 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5473 | 2024.11.18 18:44:46.080596 [ 5 ] {8d2c2c86-5fa8-4b03-9164-13c52ce359ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5474 | 2024.11.18 18:44:46.080660 [ 5 ] {8d2c2c86-5fa8-4b03-9164-13c52ce359ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5475 | 2024.11.18 18:44:46.081289 [ 5 ] {8d2c2c86-5fa8-4b03-9164-13c52ce359ed} <Trace> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5476 | 2024.11.18 18:44:46.081331 [ 5 ] {8d2c2c86-5fa8-4b03-9164-13c52ce359ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 5477 | 2024.11.18 18:44:46.081707 [ 5 ] {8d2c2c86-5fa8-4b03-9164-13c52ce359ed} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5478 | 2024.11.18 18:44:46.081953 [ 5 ] {8d2c2c86-5fa8-4b03-9164-13c52ce359ed} <Trace> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5479 | 2024.11.18 18:44:46.082181 [ 5 ] {8d2c2c86-5fa8-4b03-9164-13c52ce359ed} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.00162 sec., 28395.061728395063 rows/sec., 2.04 MiB/sec. | ||
| 5480 | 2024.11.18 18:44:46.082243 [ 5 ] {8d2c2c86-5fa8-4b03-9164-13c52ce359ed} <Debug> TCPHandler: Processed in 0.001865137 sec. | ||
| 5481 | 2024.11.18 18:44:46.082404 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5482 | 2024.11.18 18:44:46.082548 [ 254 ] {86ed6932-9fb0-4c39-bd29-340e786b0210} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5483 | 2024.11.18 18:44:46.082608 [ 254 ] {86ed6932-9fb0-4c39-bd29-340e786b0210} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5484 | 2024.11.18 18:44:46.083222 [ 254 ] {86ed6932-9fb0-4c39-bd29-340e786b0210} <Trace> oximeter.fields_u32 (83ac11ca-fabd-4357-b8e5-0d6d82c87995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5485 | 2024.11.18 18:44:46.083262 [ 254 ] {86ed6932-9fb0-4c39-bd29-340e786b0210} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 5486 | 2024.11.18 18:44:46.083628 [ 254 ] {86ed6932-9fb0-4c39-bd29-340e786b0210} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5487 | 2024.11.18 18:44:46.083867 [ 254 ] {86ed6932-9fb0-4c39-bd29-340e786b0210} <Trace> oximeter.fields_u32 (83ac11ca-fabd-4357-b8e5-0d6d82c87995): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5488 | 2024.11.18 18:44:46.084087 [ 254 ] {86ed6932-9fb0-4c39-bd29-340e786b0210} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001575 sec., 8888.888888888889 rows/sec., 622.52 KiB/sec. | ||
| 5489 | 2024.11.18 18:44:46.084140 [ 254 ] {86ed6932-9fb0-4c39-bd29-340e786b0210} <Debug> TCPHandler: Processed in 0.001805905 sec. | ||
| 5490 | 2024.11.18 18:44:46.084300 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5491 | 2024.11.18 18:44:46.084443 [ 5 ] {b6d0b899-f1b7-4723-aecf-57e0dc41e1ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5492 | 2024.11.18 18:44:46.084503 [ 5 ] {b6d0b899-f1b7-4723-aecf-57e0dc41e1ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5493 | 2024.11.18 18:44:46.085123 [ 5 ] {b6d0b899-f1b7-4723-aecf-57e0dc41e1ca} <Trace> oximeter.fields_u8 (356b4e61-1c07-430a-980d-4f9a89d03858): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5494 | 2024.11.18 18:44:46.085164 [ 5 ] {b6d0b899-f1b7-4723-aecf-57e0dc41e1ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 5495 | 2024.11.18 18:44:46.085524 [ 5 ] {b6d0b899-f1b7-4723-aecf-57e0dc41e1ca} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5496 | 2024.11.18 18:44:46.085782 [ 5 ] {b6d0b899-f1b7-4723-aecf-57e0dc41e1ca} <Trace> oximeter.fields_u8 (356b4e61-1c07-430a-980d-4f9a89d03858): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5497 | 2024.11.18 18:44:46.086022 [ 5 ] {b6d0b899-f1b7-4723-aecf-57e0dc41e1ca} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00161 sec., 8074.534161490683 rows/sec., 503.45 KiB/sec. | ||
| 5498 | 2024.11.18 18:44:46.086126 [ 5 ] {b6d0b899-f1b7-4723-aecf-57e0dc41e1ca} <Debug> TCPHandler: Processed in 0.001894507 sec. | ||
| 5499 | 2024.11.18 18:44:46.086279 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5500 | 2024.11.18 18:44:46.086417 [ 254 ] {60bb8ec1-73ce-42ea-bf75-75d9ec051967} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5501 | 2024.11.18 18:44:46.086476 [ 254 ] {60bb8ec1-73ce-42ea-bf75-75d9ec051967} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5502 | 2024.11.18 18:44:46.087234 [ 254 ] {60bb8ec1-73ce-42ea-bf75-75d9ec051967} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5503 | 2024.11.18 18:44:46.087275 [ 254 ] {60bb8ec1-73ce-42ea-bf75-75d9ec051967} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 5504 | 2024.11.18 18:44:46.087663 [ 254 ] {60bb8ec1-73ce-42ea-bf75-75d9ec051967} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5505 | 2024.11.18 18:44:46.087902 [ 254 ] {60bb8ec1-73ce-42ea-bf75-75d9ec051967} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5506 | 2024.11.18 18:44:46.088122 [ 254 ] {60bb8ec1-73ce-42ea-bf75-75d9ec051967} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001736 sec., 242511.5207373272 rows/sec., 17.33 MiB/sec. | ||
| 5507 | 2024.11.18 18:44:46.088181 [ 254 ] {60bb8ec1-73ce-42ea-bf75-75d9ec051967} <Debug> TCPHandler: Processed in 0.001971598 sec. | ||
| 5508 | 2024.11.18 18:44:46.088327 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5509 | 2024.11.18 18:44:46.088467 [ 5 ] {023f3acc-0ad9-4a9f-87cd-1854f4641fef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5510 | 2024.11.18 18:44:46.088529 [ 5 ] {023f3acc-0ad9-4a9f-87cd-1854f4641fef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5511 | 2024.11.18 18:44:46.089050 [ 5 ] {023f3acc-0ad9-4a9f-87cd-1854f4641fef} <Trace> oximeter.measurements_bool (59fe736a-aeb6-4d88-9694-5589842d5df9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5512 | 2024.11.18 18:44:46.089090 [ 5 ] {023f3acc-0ad9-4a9f-87cd-1854f4641fef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 5513 | 2024.11.18 18:44:46.089461 [ 5 ] {023f3acc-0ad9-4a9f-87cd-1854f4641fef} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5514 | 2024.11.18 18:44:46.089703 [ 5 ] {023f3acc-0ad9-4a9f-87cd-1854f4641fef} <Trace> oximeter.measurements_bool (59fe736a-aeb6-4d88-9694-5589842d5df9): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5515 | 2024.11.18 18:44:46.089963 [ 5 ] {023f3acc-0ad9-4a9f-87cd-1854f4641fef} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001525 sec., 3934.4262295081967 rows/sec., 205.56 KiB/sec. | ||
| 5516 | 2024.11.18 18:44:46.090155 [ 5 ] {023f3acc-0ad9-4a9f-87cd-1854f4641fef} <Debug> TCPHandler: Processed in 0.001892317 sec. | ||
| 5517 | 2024.11.18 18:44:46.090347 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5518 | 2024.11.18 18:44:46.090485 [ 254 ] {42c72a53-55a3-4e08-adf5-1b52f6c33b39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5519 | 2024.11.18 18:44:46.090547 [ 254 ] {42c72a53-55a3-4e08-adf5-1b52f6c33b39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5520 | 2024.11.18 18:44:46.091149 [ 254 ] {42c72a53-55a3-4e08-adf5-1b52f6c33b39} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5521 | 2024.11.18 18:44:46.091188 [ 254 ] {42c72a53-55a3-4e08-adf5-1b52f6c33b39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 5522 | 2024.11.18 18:44:46.091581 [ 254 ] {42c72a53-55a3-4e08-adf5-1b52f6c33b39} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5523 | 2024.11.18 18:44:46.091831 [ 254 ] {42c72a53-55a3-4e08-adf5-1b52f6c33b39} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5524 | 2024.11.18 18:44:46.092078 [ 254 ] {42c72a53-55a3-4e08-adf5-1b52f6c33b39} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001618 sec., 146477.13226205192 rows/sec., 9.82 MiB/sec. | ||
| 5525 | 2024.11.18 18:44:46.092160 [ 254 ] {42c72a53-55a3-4e08-adf5-1b52f6c33b39} <Debug> TCPHandler: Processed in 0.001887967 sec. | ||
| 5526 | 2024.11.18 18:44:46.092374 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5527 | 2024.11.18 18:44:46.092516 [ 5 ] {7ea499fd-b209-42cc-bb29-704c5fd2b71f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5528 | 2024.11.18 18:44:46.092576 [ 5 ] {7ea499fd-b209-42cc-bb29-704c5fd2b71f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5529 | 2024.11.18 18:44:46.093087 [ 5 ] {7ea499fd-b209-42cc-bb29-704c5fd2b71f} <Trace> oximeter.measurements_f64 (d052af3d-076d-4497-9d38-4aa388f95b75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5530 | 2024.11.18 18:44:46.093127 [ 5 ] {7ea499fd-b209-42cc-bb29-704c5fd2b71f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 5531 | 2024.11.18 18:44:46.093496 [ 5 ] {7ea499fd-b209-42cc-bb29-704c5fd2b71f} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5532 | 2024.11.18 18:44:46.093744 [ 5 ] {7ea499fd-b209-42cc-bb29-704c5fd2b71f} <Trace> oximeter.measurements_f64 (d052af3d-076d-4497-9d38-4aa388f95b75): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5533 | 2024.11.18 18:44:46.094023 [ 5 ] {7ea499fd-b209-42cc-bb29-704c5fd2b71f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001538 sec., 650.1950585175553 rows/sec., 43.81 KiB/sec. | ||
| 5534 | 2024.11.18 18:44:46.094222 [ 5 ] {7ea499fd-b209-42cc-bb29-704c5fd2b71f} <Debug> TCPHandler: Processed in 0.001946078 sec. | ||
| 5535 | 2024.11.18 18:44:46.094417 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5536 | 2024.11.18 18:44:46.094553 [ 254 ] {ffb13ddb-82f0-4f89-9555-34227b4fac54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5537 | 2024.11.18 18:44:46.094646 [ 254 ] {ffb13ddb-82f0-4f89-9555-34227b4fac54} <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 | ||
| 5538 | 2024.11.18 18:44:46.095777 [ 254 ] {ffb13ddb-82f0-4f89-9555-34227b4fac54} <Trace> oximeter.measurements_histogramu64 (72c523e9-b30d-40f9-b06a-7c8965a18908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5539 | 2024.11.18 18:44:46.095821 [ 254 ] {ffb13ddb-82f0-4f89-9555-34227b4fac54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 5540 | 2024.11.18 18:44:46.096469 [ 254 ] {ffb13ddb-82f0-4f89-9555-34227b4fac54} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5541 | 2024.11.18 18:44:46.096655 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:61252, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5542 | 2024.11.18 18:44:46.096804 [ 254 ] {ffb13ddb-82f0-4f89-9555-34227b4fac54} <Trace> oximeter.measurements_histogramu64 (72c523e9-b30d-40f9-b06a-7c8965a18908): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5543 | 2024.11.18 18:44:46.096990 [ 44 ] {} <Debug> oximeter.measurements_histogramu64 (72c523e9-b30d-40f9-b06a-7c8965a18908) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 5544 | 2024.11.18 18:44:46.097065 [ 44 ] {} <Trace> oximeter.measurements_histogramu64 (72c523e9-b30d-40f9-b06a-7c8965a18908): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5545 | 2024.11.18 18:44:46.097101 [ 254 ] {ffb13ddb-82f0-4f89-9555-34227b4fac54} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002571 sec., 15169.194865810969 rows/sec., 27.18 MiB/sec. | ||
| 5546 | 2024.11.18 18:44:46.097110 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 5547 | 2024.11.18 18:44:46.097648 [ 198 ] {72c523e9-b30d-40f9-b06a-7c8965a18908::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 | ||
| 5548 | 2024.11.18 18:44:46.097727 [ 254 ] {ffb13ddb-82f0-4f89-9555-34227b4fac54} <Debug> TCPHandler: Processed in 0.003373486 sec. | ||
| 5549 | 2024.11.18 18:44:46.098067 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5550 | 2024.11.18 18:44:46.098370 [ 5 ] {b6c978ad-3cef-4ede-89c0-6af65efbf6bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5551 | 2024.11.18 18:44:46.098502 [ 5 ] {b6c978ad-3cef-4ede-89c0-6af65efbf6bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5552 | 2024.11.18 18:44:46.098753 [ 198 ] {72c523e9-b30d-40f9-b06a-7c8965a18908::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5553 | 2024.11.18 18:44:46.099039 [ 198 ] {72c523e9-b30d-40f9-b06a-7c8965a18908::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 325 rows starting from the beginning of the part | ||
| 5554 | 2024.11.18 18:44:46.099907 [ 198 ] {72c523e9-b30d-40f9-b06a-7c8965a18908::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 39 rows starting from the beginning of the part | ||
| 5555 | 2024.11.18 18:44:46.100673 [ 5 ] {b6c978ad-3cef-4ede-89c0-6af65efbf6bf} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5556 | 2024.11.18 18:44:46.100709 [ 198 ] {72c523e9-b30d-40f9-b06a-7c8965a18908::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 39 rows starting from the beginning of the part | ||
| 5557 | 2024.11.18 18:44:46.100738 [ 5 ] {b6c978ad-3cef-4ede-89c0-6af65efbf6bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 5558 | 2024.11.18 18:44:46.101422 [ 198 ] {72c523e9-b30d-40f9-b06a-7c8965a18908::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 39 rows starting from the beginning of the part | ||
| 5559 | 2024.11.18 18:44:46.102115 [ 198 ] {72c523e9-b30d-40f9-b06a-7c8965a18908::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 39 rows starting from the beginning of the part | ||
| 5560 | 2024.11.18 18:44:46.102193 [ 5 ] {b6c978ad-3cef-4ede-89c0-6af65efbf6bf} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5561 | 2024.11.18 18:44:46.102675 [ 198 ] {72c523e9-b30d-40f9-b06a-7c8965a18908::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 39 rows starting from the beginning of the part | ||
| 5562 | 2024.11.18 18:44:46.103055 [ 5 ] {b6c978ad-3cef-4ede-89c0-6af65efbf6bf} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5563 | 2024.11.18 18:44:46.103689 [ 5 ] {b6c978ad-3cef-4ede-89c0-6af65efbf6bf} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005407 sec., 15165.526169779914 rows/sec., 986.32 KiB/sec. | ||
| 5564 | 2024.11.18 18:44:46.103943 [ 5 ] {b6c978ad-3cef-4ede-89c0-6af65efbf6bf} <Debug> TCPHandler: Processed in 0.006089229 sec. | ||
| 5565 | 2024.11.18 18:44:46.108206 [ 192 ] {72c523e9-b30d-40f9-b06a-7c8965a18908::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 520 rows, containing 19 columns (19 merged, 0 gathered) in 0.010932674 sec., 47563.843941564526 rows/sec., 85.23 MiB/sec. | ||
| 5566 | 2024.11.18 18:44:46.108926 [ 195 ] {72c523e9-b30d-40f9-b06a-7c8965a18908::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 5567 | 2024.11.18 18:44:46.109383 [ 195 ] {72c523e9-b30d-40f9-b06a-7c8965a18908::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (72c523e9-b30d-40f9-b06a-7c8965a18908): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5568 | 2024.11.18 18:44:46.109468 [ 195 ] {72c523e9-b30d-40f9-b06a-7c8965a18908::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (72c523e9-b30d-40f9-b06a-7c8965a18908) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 5569 | 2024.11.18 18:44:46.109618 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.47 MiB. | ||
| 5570 | 2024.11.18 18:44:46.570692 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:47043, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5571 | 2024.11.18 18:44:46.771096 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:64032, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5572 | 2024.11.18 18:44:46.771129 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:36061, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5573 | 2024.11.18 18:44:46.774163 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:41724, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5574 | 2024.11.18 18:44:46.775496 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:40650, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5575 | 2024.11.18 18:44:46.828643 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:53696, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5576 | 2024.11.18 18:44:46.834976 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:55414, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5577 | 2024.11.18 18:44:46.837250 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:36768, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5578 | 2024.11.18 18:44:47.214961 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:63906, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5579 | 2024.11.18 18:44:47.282519 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:49732, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5580 | 2024.11.18 18:44:47.297924 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:63346, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5581 | 2024.11.18 18:44:47.492562 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:41577, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5582 | 2024.11.18 18:44:47.496011 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:52675, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5583 | 2024.11.18 18:44:47.498472 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:34505, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5584 | 2024.11.18 18:44:47.519763 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:53995, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5585 | 2024.11.18 18:44:47.555705 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:49507, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5586 | 2024.11.18 18:44:48.212350 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:42542, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5587 | 2024.11.18 18:44:48.239084 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:41288, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5588 | 2024.11.18 18:44:48.269451 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:55222, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5589 | 2024.11.18 18:44:48.292797 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:33068, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5590 | 2024.11.18 18:44:48.301171 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:42906, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5591 | 2024.11.18 18:44:48.336597 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:35051, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5592 | 2024.11.18 18:44:48.337892 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:60751, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5593 | 2024.11.18 18:44:51.067514 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5594 | 2024.11.18 18:44:51.067745 [ 5 ] {a9174d9d-ac24-4955-82a1-a79a3f5039a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5595 | 2024.11.18 18:44:51.067831 [ 5 ] {a9174d9d-ac24-4955-82a1-a79a3f5039a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5596 | 2024.11.18 18:44:51.068589 [ 5 ] {a9174d9d-ac24-4955-82a1-a79a3f5039a4} <Trace> oximeter.fields_ipaddr (4ab47f75-0e62-4181-b939-eac36af8f626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5597 | 2024.11.18 18:44:51.068643 [ 5 ] {a9174d9d-ac24-4955-82a1-a79a3f5039a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 5598 | 2024.11.18 18:44:51.069065 [ 5 ] {a9174d9d-ac24-4955-82a1-a79a3f5039a4} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 5599 | 2024.11.18 18:44:51.069323 [ 5 ] {a9174d9d-ac24-4955-82a1-a79a3f5039a4} <Trace> oximeter.fields_ipaddr (4ab47f75-0e62-4181-b939-eac36af8f626): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5600 | 2024.11.18 18:44:51.069558 [ 5 ] {a9174d9d-ac24-4955-82a1-a79a3f5039a4} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001872 sec., 1068.3760683760684 rows/sec., 87.12 KiB/sec. | ||
| 5601 | 2024.11.18 18:44:51.069623 [ 5 ] {a9174d9d-ac24-4955-82a1-a79a3f5039a4} <Debug> TCPHandler: Processed in 0.002253474 sec. | ||
| 5602 | 2024.11.18 18:44:51.069887 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5603 | 2024.11.18 18:44:51.070097 [ 254 ] {20384b48-b65d-42c4-80c1-7090debfa432} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5604 | 2024.11.18 18:44:51.070180 [ 254 ] {20384b48-b65d-42c4-80c1-7090debfa432} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5605 | 2024.11.18 18:44:51.071026 [ 254 ] {20384b48-b65d-42c4-80c1-7090debfa432} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5606 | 2024.11.18 18:44:51.071074 [ 254 ] {20384b48-b65d-42c4-80c1-7090debfa432} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 5607 | 2024.11.18 18:44:51.071504 [ 254 ] {20384b48-b65d-42c4-80c1-7090debfa432} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5608 | 2024.11.18 18:44:51.071751 [ 254 ] {20384b48-b65d-42c4-80c1-7090debfa432} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5609 | 2024.11.18 18:44:51.071924 [ 104 ] {} <Debug> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5610 | 2024.11.18 18:44:51.071999 [ 254 ] {20384b48-b65d-42c4-80c1-7090debfa432} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.001951 sec., 29215.7867760123 rows/sec., 2.23 MiB/sec. | ||
| 5611 | 2024.11.18 18:44:51.072006 [ 104 ] {} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5612 | 2024.11.18 18:44:51.072080 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 5613 | 2024.11.18 18:44:51.072138 [ 254 ] {20384b48-b65d-42c4-80c1-7090debfa432} <Debug> TCPHandler: Processed in 0.002390527 sec. | ||
| 5614 | 2024.11.18 18:44:51.072387 [ 186 ] {e0815423-10b2-46b5-b423-64c196c999c0::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 | ||
| 5615 | 2024.11.18 18:44:51.072403 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5616 | 2024.11.18 18:44:51.072681 [ 186 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5617 | 2024.11.18 18:44:51.072697 [ 5 ] {5207100f-a4e6-4538-bd63-b12cb1f34360} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5618 | 2024.11.18 18:44:51.072747 [ 186 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1432 rows starting from the beginning of the part | ||
| 5619 | 2024.11.18 18:44:51.072821 [ 5 ] {5207100f-a4e6-4538-bd63-b12cb1f34360} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5620 | 2024.11.18 18:44:51.073098 [ 186 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 281 rows starting from the beginning of the part | ||
| 5621 | 2024.11.18 18:44:51.073457 [ 186 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 59 rows starting from the beginning of the part | ||
| 5622 | 2024.11.18 18:44:51.073874 [ 186 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 56 rows starting from the beginning of the part | ||
| 5623 | 2024.11.18 18:44:51.074256 [ 186 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 281 rows starting from the beginning of the part | ||
| 5624 | 2024.11.18 18:44:51.074642 [ 186 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 57 rows starting from the beginning of the part | ||
| 5625 | 2024.11.18 18:44:51.075556 [ 5 ] {5207100f-a4e6-4538-bd63-b12cb1f34360} <Trace> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5626 | 2024.11.18 18:44:51.075627 [ 5 ] {5207100f-a4e6-4538-bd63-b12cb1f34360} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5627 | 2024.11.18 18:44:51.076466 [ 5 ] {5207100f-a4e6-4538-bd63-b12cb1f34360} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5628 | 2024.11.18 18:44:51.077015 [ 5 ] {5207100f-a4e6-4538-bd63-b12cb1f34360} <Trace> oximeter.fields_u16 (e2d5d562-b8f6-4561-9841-f4b65eaa223e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5629 | 2024.11.18 18:44:51.077334 [ 5 ] {5207100f-a4e6-4538-bd63-b12cb1f34360} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.00472 sec., 423.728813559322 rows/sec., 29.59 KiB/sec. | ||
| 5630 | 2024.11.18 18:44:51.077492 [ 5 ] {5207100f-a4e6-4538-bd63-b12cb1f34360} <Debug> TCPHandler: Processed in 0.005219112 sec. | ||
| 5631 | 2024.11.18 18:44:51.077764 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5632 | 2024.11.18 18:44:51.077910 [ 192 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2166 rows, containing 5 columns (5 merged, 0 gathered) in 0.005718822 sec., 378749.3298445029 rows/sec., 33.29 MiB/sec. | ||
| 5633 | 2024.11.18 18:44:51.078005 [ 254 ] {2ea544c9-9a2b-4d56-a234-b454ceadb696} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5634 | 2024.11.18 18:44:51.078074 [ 254 ] {2ea544c9-9a2b-4d56-a234-b454ceadb696} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5635 | 2024.11.18 18:44:51.078262 [ 192 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5636 | 2024.11.18 18:44:51.078907 [ 192 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_46_9} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5637 | 2024.11.18 18:44:51.079126 [ 192 ] {e0815423-10b2-46b5-b423-64c196c999c0::all_1_46_9} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5638 | 2024.11.18 18:44:51.079309 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 5639 | 2024.11.18 18:44:51.079446 [ 254 ] {2ea544c9-9a2b-4d56-a234-b454ceadb696} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5640 | 2024.11.18 18:44:51.079494 [ 254 ] {2ea544c9-9a2b-4d56-a234-b454ceadb696} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 5641 | 2024.11.18 18:44:51.079870 [ 254 ] {2ea544c9-9a2b-4d56-a234-b454ceadb696} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5642 | 2024.11.18 18:44:51.080111 [ 254 ] {2ea544c9-9a2b-4d56-a234-b454ceadb696} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5643 | 2024.11.18 18:44:51.080297 [ 104 ] {} <Debug> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5644 | 2024.11.18 18:44:51.080352 [ 104 ] {} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5645 | 2024.11.18 18:44:51.080372 [ 254 ] {2ea544c9-9a2b-4d56-a234-b454ceadb696} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.002423 sec., 27238.959966983082 rows/sec., 2.13 MiB/sec. | ||
| 5646 | 2024.11.18 18:44:51.080392 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 5647 | 2024.11.18 18:44:51.080566 [ 254 ] {2ea544c9-9a2b-4d56-a234-b454ceadb696} <Debug> TCPHandler: Processed in 0.002969218 sec. | ||
| 5648 | 2024.11.18 18:44:51.080657 [ 201 ] {2ab46401-386a-45e1-87f1-36d54e75b299::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 | ||
| 5649 | 2024.11.18 18:44:51.080759 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5650 | 2024.11.18 18:44:51.080807 [ 201 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5651 | 2024.11.18 18:44:51.080841 [ 201 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 913 rows starting from the beginning of the part | ||
| 5652 | 2024.11.18 18:44:51.080958 [ 5 ] {e9756940-1b03-4d1a-8f1c-4949f89b9a40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5653 | 2024.11.18 18:44:51.080985 [ 201 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 421 rows starting from the beginning of the part | ||
| 5654 | 2024.11.18 18:44:51.081103 [ 5 ] {e9756940-1b03-4d1a-8f1c-4949f89b9a40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5655 | 2024.11.18 18:44:51.081158 [ 201 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 70 rows starting from the beginning of the part | ||
| 5656 | 2024.11.18 18:44:51.081433 [ 201 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 64 rows starting from the beginning of the part | ||
| 5657 | 2024.11.18 18:44:51.081682 [ 201 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 421 rows starting from the beginning of the part | ||
| 5658 | 2024.11.18 18:44:51.081942 [ 201 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 66 rows starting from the beginning of the part | ||
| 5659 | 2024.11.18 18:44:51.082802 [ 5 ] {e9756940-1b03-4d1a-8f1c-4949f89b9a40} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5660 | 2024.11.18 18:44:51.082848 [ 5 ] {e9756940-1b03-4d1a-8f1c-4949f89b9a40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5661 | 2024.11.18 18:44:51.083412 [ 5 ] {e9756940-1b03-4d1a-8f1c-4949f89b9a40} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5662 | 2024.11.18 18:44:51.083746 [ 5 ] {e9756940-1b03-4d1a-8f1c-4949f89b9a40} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5663 | 2024.11.18 18:44:51.083854 [ 192 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1955 rows, containing 5 columns (5 merged, 0 gathered) in 0.003327845 sec., 587467.2648515782 rows/sec., 44.97 MiB/sec. | ||
| 5664 | 2024.11.18 18:44:51.083983 [ 104 ] {} <Debug> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5665 | 2024.11.18 18:44:51.084052 [ 104 ] {} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5666 | 2024.11.18 18:44:51.084126 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5667 | 2024.11.18 18:44:51.084250 [ 5 ] {e9756940-1b03-4d1a-8f1c-4949f89b9a40} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.003347 sec., 38541.97789064834 rows/sec., 2.68 MiB/sec. | ||
| 5668 | 2024.11.18 18:44:51.084293 [ 192 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5669 | 2024.11.18 18:44:51.084424 [ 194 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::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 | ||
| 5670 | 2024.11.18 18:44:51.084635 [ 5 ] {e9756940-1b03-4d1a-8f1c-4949f89b9a40} <Debug> TCPHandler: Processed in 0.003931557 sec. | ||
| 5671 | 2024.11.18 18:44:51.084944 [ 194 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5672 | 2024.11.18 18:44:51.084968 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5673 | 2024.11.18 18:44:51.085065 [ 194 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 7938 rows starting from the beginning of the part | ||
| 5674 | 2024.11.18 18:44:51.085366 [ 192 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_46_9} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5675 | 2024.11.18 18:44:51.085399 [ 194 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 237 rows starting from the beginning of the part | ||
| 5676 | 2024.11.18 18:44:51.085561 [ 254 ] {3dc22bc9-0e8c-4992-83d7-7d5e5b7a7b54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5677 | 2024.11.18 18:44:51.085755 [ 192 ] {2ab46401-386a-45e1-87f1-36d54e75b299::all_1_46_9} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5678 | 2024.11.18 18:44:51.085775 [ 194 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 131 rows starting from the beginning of the part | ||
| 5679 | 2024.11.18 18:44:51.085947 [ 254 ] {3dc22bc9-0e8c-4992-83d7-7d5e5b7a7b54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5680 | 2024.11.18 18:44:51.086165 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 5681 | 2024.11.18 18:44:51.086271 [ 194 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 160 rows starting from the beginning of the part | ||
| 5682 | 2024.11.18 18:44:51.086753 [ 194 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 237 rows starting from the beginning of the part | ||
| 5683 | 2024.11.18 18:44:51.087167 [ 194 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 129 rows starting from the beginning of the part | ||
| 5684 | 2024.11.18 18:44:51.088532 [ 254 ] {3dc22bc9-0e8c-4992-83d7-7d5e5b7a7b54} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5685 | 2024.11.18 18:44:51.088576 [ 254 ] {3dc22bc9-0e8c-4992-83d7-7d5e5b7a7b54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5686 | 2024.11.18 18:44:51.089252 [ 254 ] {3dc22bc9-0e8c-4992-83d7-7d5e5b7a7b54} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5687 | 2024.11.18 18:44:51.089800 [ 254 ] {3dc22bc9-0e8c-4992-83d7-7d5e5b7a7b54} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5688 | 2024.11.18 18:44:51.090096 [ 104 ] {} <Debug> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5689 | 2024.11.18 18:44:51.090163 [ 104 ] {} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5690 | 2024.11.18 18:44:51.090212 [ 254 ] {3dc22bc9-0e8c-4992-83d7-7d5e5b7a7b54} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.004916 sec., 9764.035801464604 rows/sec., 673.82 KiB/sec. | ||
| 5691 | 2024.11.18 18:44:51.090219 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5692 | 2024.11.18 18:44:51.090413 [ 254 ] {3dc22bc9-0e8c-4992-83d7-7d5e5b7a7b54} <Debug> TCPHandler: Processed in 0.00565057 sec. | ||
| 5693 | 2024.11.18 18:44:51.090496 [ 201 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::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 | ||
| 5694 | 2024.11.18 18:44:51.090766 [ 201 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5695 | 2024.11.18 18:44:51.090835 [ 201 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2342 rows starting from the beginning of the part | ||
| 5696 | 2024.11.18 18:44:51.090920 [ 201 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 82 rows starting from the beginning of the part | ||
| 5697 | 2024.11.18 18:44:51.091072 [ 201 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 48 rows starting from the beginning of the part | ||
| 5698 | 2024.11.18 18:44:51.091243 [ 201 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::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 | ||
| 5699 | 2024.11.18 18:44:51.091366 [ 201 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 82 rows starting from the beginning of the part | ||
| 5700 | 2024.11.18 18:44:51.091572 [ 201 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 48 rows starting from the beginning of the part | ||
| 5701 | 2024.11.18 18:44:51.092308 [ 189 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8832 rows, containing 5 columns (5 merged, 0 gathered) in 0.008066307 sec., 1094924.8522279155 rows/sec., 74.52 MiB/sec. | ||
| 5702 | 2024.11.18 18:44:51.092579 [ 189 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5703 | 2024.11.18 18:44:51.093020 [ 189 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5704 | 2024.11.18 18:44:51.093145 [ 189 ] {43af1262-feb8-49e4-8ac1-d0760c0eaf8f::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5705 | 2024.11.18 18:44:51.093250 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.44 MiB. | ||
| 5706 | 2024.11.18 18:44:51.093632 [ 200 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2662 rows, containing 4 columns (4 merged, 0 gathered) in 0.003245983 sec., 820090.5550029067 rows/sec., 53.65 MiB/sec. | ||
| 5707 | 2024.11.18 18:44:51.093943 [ 189 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5708 | 2024.11.18 18:44:51.094225 [ 189 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_46_9} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5709 | 2024.11.18 18:44:51.094300 [ 189 ] {c546baf8-dbc4-4842-b4ae-3432c2fff737::all_1_46_9} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5710 | 2024.11.18 18:44:51.094371 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. | ||
| 5711 | 2024.11.18 18:44:54.618053 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 838 | ||
| 5712 | 2024.11.18 18:44:54.621016 [ 242 ] {} <Trace> system.query_log (5706cc8f-2754-46ca-b9b4-a1f620913b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5713 | 2024.11.18 18:44:54.621075 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 5714 | 2024.11.18 18:44:54.622512 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5715 | 2024.11.18 18:44:54.622826 [ 242 ] {} <Trace> system.query_log (5706cc8f-2754-46ca-b9b4-a1f620913b28): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5716 | 2024.11.18 18:44:54.624538 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 838 | ||
| 5717 | 2024.11.18 18:44:56.069085 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5718 | 2024.11.18 18:44:56.069290 [ 5 ] {c67b1b05-b879-442c-8aa7-cc2c8205fab4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5719 | 2024.11.18 18:44:56.069366 [ 5 ] {c67b1b05-b879-442c-8aa7-cc2c8205fab4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5720 | 2024.11.18 18:44:56.070146 [ 5 ] {c67b1b05-b879-442c-8aa7-cc2c8205fab4} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5721 | 2024.11.18 18:44:56.070199 [ 5 ] {c67b1b05-b879-442c-8aa7-cc2c8205fab4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5722 | 2024.11.18 18:44:56.070637 [ 5 ] {c67b1b05-b879-442c-8aa7-cc2c8205fab4} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 5723 | 2024.11.18 18:44:56.070890 [ 5 ] {c67b1b05-b879-442c-8aa7-cc2c8205fab4} <Trace> oximeter.fields_string (e0815423-10b2-46b5-b423-64c196c999c0): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5724 | 2024.11.18 18:44:56.071132 [ 5 ] {c67b1b05-b879-442c-8aa7-cc2c8205fab4} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001892 sec., 29598.308668076108 rows/sec., 2.26 MiB/sec. | ||
| 5725 | 2024.11.18 18:44:56.071199 [ 5 ] {c67b1b05-b879-442c-8aa7-cc2c8205fab4} <Debug> TCPHandler: Processed in 0.002253304 sec. | ||
| 5726 | 2024.11.18 18:44:56.071463 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5727 | 2024.11.18 18:44:56.071671 [ 254 ] {4f4820fa-dc53-4016-86c0-e2ff5d7e1d00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5728 | 2024.11.18 18:44:56.071754 [ 254 ] {4f4820fa-dc53-4016-86c0-e2ff5d7e1d00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5729 | 2024.11.18 18:44:56.072560 [ 254 ] {4f4820fa-dc53-4016-86c0-e2ff5d7e1d00} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5730 | 2024.11.18 18:44:56.072612 [ 254 ] {4f4820fa-dc53-4016-86c0-e2ff5d7e1d00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5731 | 2024.11.18 18:44:56.073043 [ 254 ] {4f4820fa-dc53-4016-86c0-e2ff5d7e1d00} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 5732 | 2024.11.18 18:44:56.073299 [ 254 ] {4f4820fa-dc53-4016-86c0-e2ff5d7e1d00} <Trace> oximeter.fields_uuid (2ab46401-386a-45e1-87f1-36d54e75b299): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5733 | 2024.11.18 18:44:56.073563 [ 254 ] {4f4820fa-dc53-4016-86c0-e2ff5d7e1d00} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001943 sec., 32938.75450334534 rows/sec., 2.57 MiB/sec. | ||
| 5734 | 2024.11.18 18:44:56.073657 [ 254 ] {4f4820fa-dc53-4016-86c0-e2ff5d7e1d00} <Debug> TCPHandler: Processed in 0.002339665 sec. | ||
| 5735 | 2024.11.18 18:44:56.073911 [ 5 ] {} <Trace> TCP-Session: 89e1abc2-48cd-4550-b21f-432cc01d576d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5736 | 2024.11.18 18:44:56.074142 [ 5 ] {44ae692f-d806-4d98-a157-af2e9500cbae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34573) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5737 | 2024.11.18 18:44:56.074210 [ 5 ] {44ae692f-d806-4d98-a157-af2e9500cbae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5738 | 2024.11.18 18:44:56.074887 [ 5 ] {44ae692f-d806-4d98-a157-af2e9500cbae} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5739 | 2024.11.18 18:44:56.074936 [ 5 ] {44ae692f-d806-4d98-a157-af2e9500cbae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5740 | 2024.11.18 18:44:56.075347 [ 5 ] {44ae692f-d806-4d98-a157-af2e9500cbae} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 5741 | 2024.11.18 18:44:56.075586 [ 5 ] {44ae692f-d806-4d98-a157-af2e9500cbae} <Trace> oximeter.measurements_cumulativeu64 (43af1262-feb8-49e4-8ac1-d0760c0eaf8f): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5742 | 2024.11.18 18:44:56.075788 [ 5 ] {44ae692f-d806-4d98-a157-af2e9500cbae} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001692 sec., 94562.64775413711 rows/sec., 6.59 MiB/sec. | ||
| 5743 | 2024.11.18 18:44:56.075845 [ 5 ] {44ae692f-d806-4d98-a157-af2e9500cbae} <Debug> TCPHandler: Processed in 0.002094691 sec. | ||
| 5744 | 2024.11.18 18:44:56.075992 [ 254 ] {} <Trace> TCP-Session: 7b5307ea-05bb-4723-adb6-2284a4883629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5745 | 2024.11.18 18:44:56.076135 [ 254 ] {4dbc191b-c756-4b55-91b7-209575cbc82b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52222) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5746 | 2024.11.18 18:44:56.076197 [ 254 ] {4dbc191b-c756-4b55-91b7-209575cbc82b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5747 | 2024.11.18 18:44:56.076798 [ 254 ] {4dbc191b-c756-4b55-91b7-209575cbc82b} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5748 | 2024.11.18 18:44:56.076847 [ 254 ] {4dbc191b-c756-4b55-91b7-209575cbc82b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5749 | 2024.11.18 18:44:56.077258 [ 254 ] {4dbc191b-c756-4b55-91b7-209575cbc82b} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 5750 | 2024.11.18 18:44:56.077505 [ 254 ] {4dbc191b-c756-4b55-91b7-209575cbc82b} <Trace> oximeter.measurements_u64 (c546baf8-dbc4-4842-b4ae-3432c2fff737): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5751 | 2024.11.18 18:44:56.077709 [ 254 ] {4dbc191b-c756-4b55-91b7-209575cbc82b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001608 sec., 37313.432835820895 rows/sec., 2.51 MiB/sec. | ||
| 5752 | 2024.11.18 18:44:56.077762 [ 254 ] {4dbc191b-c756-4b55-91b7-209575cbc82b} <Debug> TCPHandler: Processed in 0.001825886 sec. | ||
| 5753 | 2024.11.18 18:44:57.586172 [ 151 ] {} <Debug> oximeter.measurements_f64 (d052af3d-076d-4497-9d38-4aa388f95b75) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 5754 | 2024.11.18 18:44:57.586265 [ 151 ] {} <Trace> oximeter.measurements_f64 (d052af3d-076d-4497-9d38-4aa388f95b75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5755 | 2024.11.18 18:44:57.586308 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5756 | 2024.11.18 18:44:57.586559 [ 201 ] {d052af3d-076d-4497-9d38-4aa388f95b75::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 | ||
| 5757 | 2024.11.18 18:44:57.586784 [ 201 ] {d052af3d-076d-4497-9d38-4aa388f95b75::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5758 | 2024.11.18 18:44:57.586832 [ 201 ] {d052af3d-076d-4497-9d38-4aa388f95b75::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 | ||
| 5759 | 2024.11.18 18:44:57.586922 [ 201 ] {d052af3d-076d-4497-9d38-4aa388f95b75::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 | ||
| 5760 | 2024.11.18 18:44:57.587179 [ 201 ] {d052af3d-076d-4497-9d38-4aa388f95b75::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 | ||
| 5761 | 2024.11.18 18:44:57.587380 [ 201 ] {d052af3d-076d-4497-9d38-4aa388f95b75::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 | ||
| 5762 | 2024.11.18 18:44:57.587544 [ 201 ] {d052af3d-076d-4497-9d38-4aa388f95b75::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 | ||
| 5763 | 2024.11.18 18:44:57.588676 [ 187 ] {d052af3d-076d-4497-9d38-4aa388f95b75::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17 rows, containing 4 columns (4 merged, 0 gathered) in 0.002262235 sec., 7514.692328604234 rows/sec., 504.63 KiB/sec. | ||
| 5764 | 2024.11.18 18:44:57.588990 [ 188 ] {d052af3d-076d-4497-9d38-4aa388f95b75::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 5765 | 2024.11.18 18:44:57.589414 [ 188 ] {d052af3d-076d-4497-9d38-4aa388f95b75::all_1_17_4} <Trace> oximeter.measurements_f64 (d052af3d-076d-4497-9d38-4aa388f95b75): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5766 | 2024.11.18 18:44:57.589518 [ 188 ] {d052af3d-076d-4497-9d38-4aa388f95b75::all_1_17_4} <Trace> oximeter.measurements_f64 (d052af3d-076d-4497-9d38-4aa388f95b75) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 5767 | 2024.11.18 18:44:57.589627 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 5768 | 2024.11.18 18:44:58.003259 [ 151 ] {} <Debug> oximeter.fields_u32 (83ac11ca-fabd-4357-b8e5-0d6d82c87995) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0 | ||
| 5769 | 2024.11.18 18:44:58.003300 [ 151 ] {} <Trace> oximeter.fields_u32 (83ac11ca-fabd-4357-b8e5-0d6d82c87995): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5770 | 2024.11.18 18:44:58.003321 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5771 | 2024.11.18 18:44:58.003535 [ 201 ] {83ac11ca-fabd-4357-b8e5-0d6d82c87995::all_1_18_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_14_3 to all_18_18_0 into Compact with storage Full | ||
| 5772 | 2024.11.18 18:44:58.003736 [ 201 ] {83ac11ca-fabd-4357-b8e5-0d6d82c87995::all_1_18_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5773 | 2024.11.18 18:44:58.003784 [ 201 ] {83ac11ca-fabd-4357-b8e5-0d6d82c87995::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 243 rows starting from the beginning of the part | ||
| 5774 | 2024.11.18 18:44:58.003887 [ 201 ] {83ac11ca-fabd-4357-b8e5-0d6d82c87995::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 14 rows starting from the beginning of the part | ||
| 5775 | 2024.11.18 18:44:58.004008 [ 201 ] {83ac11ca-fabd-4357-b8e5-0d6d82c87995::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 14 rows starting from the beginning of the part | ||
| 5776 | 2024.11.18 18:44:58.004229 [ 201 ] {83ac11ca-fabd-4357-b8e5-0d6d82c87995::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 14 rows starting from the beginning of the part | ||
| 5777 | 2024.11.18 18:44:58.004350 [ 201 ] {83ac11ca-fabd-4357-b8e5-0d6d82c87995::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 14 rows starting from the beginning of the part | ||
| 5778 | 2024.11.18 18:44:58.005459 [ 187 ] {83ac11ca-fabd-4357-b8e5-0d6d82c87995::all_1_18_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 299 rows, containing 5 columns (5 merged, 0 gathered) in 0.002064631 sec., 144820.06712095285 rows/sec., 10.38 MiB/sec. | ||
| 5779 | 2024.11.18 18:44:58.005655 [ 187 ] {83ac11ca-fabd-4357-b8e5-0d6d82c87995::all_1_18_4} <Trace> MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) | ||
| 5780 | 2024.11.18 18:44:58.006034 [ 187 ] {83ac11ca-fabd-4357-b8e5-0d6d82c87995::all_1_18_4} <Trace> oximeter.fields_u32 (83ac11ca-fabd-4357-b8e5-0d6d82c87995): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5781 | 2024.11.18 18:44:58.006127 [ 187 ] {83ac11ca-fabd-4357-b8e5-0d6d82c87995::all_1_18_4} <Trace> oximeter.fields_u32 (83ac11ca-fabd-4357-b8e5-0d6d82c87995) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4 | ||
| 5782 | 2024.11.18 18:44:58.006225 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 5783 | 2024.11.18 18:44:59.431709 [ 148 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5784 | 2024.11.18 18:44:59.431768 [ 148 ] {} <Debug> DNSResolver: Updated DNS cache | ||